• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Screenshots/H03-May-2022-

Changelog.mdH A D14-Feb-20212.6 KiB12191

LICENSEH A D14-Feb-202111.1 KiB203169

README.mdH A D14-Feb-20211.5 KiB4229

README.md

1# Taskodrome
2Interactive scrum board for Mantis bugtracker 1.2.9 and later.
3
4# Installation
5Copy Taskodrome catalogue to mantisbt plugin directory.
6
7If you are upgrading from Taskodrome v.1 to v.2 you should completely remove previous installation of the plugin from your mantisbt plugin directory.
8
9# Dependencies
10### Apache
11If you're using Apache as a server you should do next:
121. Set [AllowOverride](https://httpd.apache.org/docs/2.4/mod/core.html#allowoverride) option to "All" for directory which contains MantisBT installation
132. Enable [mod-rewrite](https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html)
14
15### PHP
16PHP mbstring extension should be installed.
17
18# Compatibility
19MantisBT version | Branch
20:---:|---
212.x   | [mantisbt_2.0.0](https://github.com/AuthenticEshkinKot/Taskodrome/tree/mantisbt_2.0.0)
221.3.x | [mantisbt_1.3.0](https://github.com/AuthenticEshkinKot/Taskodrome/tree/mantisbt_1.3.0)
231.2.x | [mantisbt_1.2.9](https://github.com/AuthenticEshkinKot/Taskodrome/tree/mantisbt_1.2.9)
24
25
26# Features
27### Issue drag'n'drop
28Changing task's assignee or status has never been so easy! Just drag'n'drop - nothing more.
29
30Assignee:
31![assignee](Screenshots/assignee.gif)
32
33Status:
34![status](Screenshots/status.gif)
35
36### Temperature
37Temperature of issue has no analogue in mantisbt. It allows you to simply differ last recently touched issues from forgotten ones. Temperature bar is placed on the bottom of the card.
38
39![tempr](Screenshots/temperature.gif)
40
41Designed by svalion https://www.behance.net/svalion
42