Releases: githubjeka/tracker-issues
Version 0.1.1
Hotfix to the bug in v0.1.0: Can't render document type text on an issue-view page.
Version 0.1.0
After a long journey: trials and errors... present the new version of Tracker Issue module.
In the new box you get documents workflow:
- Added manage documents by categories and types.
- Sharing documents with members of your community. Create issues in a document.
Also added the new view of a complex issue. Now you can found all information from a complex issue on one page.
And many small improvements that you get the bonus.
Have fun ;)
Version 0.0.9
Version 0.0.8
This reease include some css fixes and one fix to bug ca360b2
Version 0.0.7
A new type of tasks has been added to the new release. These are permanent tasks, without a deadline for execution. Now, if you do not specify a deadline when creating a task, then this task is considered permanent for execution.
It's tasks that require your continued involvement, for example:
After this task will be available through constantly filter by search:
Note: Now, Calendar & Timeline uses non constantly issues only.
Version 0.0.6
And again a new release.
The life of Timeline was boring, so meet your partner Calendar plugin.
Calendar done by fullcalendar.
So far, plugins are used only for reading(analysis of issues).
Well, in the release there are some improvements in code and tests.
Upgrade and have fun.
Version 0.0.5
Glad to present a new version of Tracker issue module, which includes the following:
- Enhancement to jumps between pages via jquery-pjax. See #11
- Added TimeLine page for issues via http://timeline.knightlab.com/. You will find link to timeline page on "Tracker issue" page from main menu.
To update this module from other version follow by instruction
Version 0.0.4
If you use TASK module and you try to install this module will be error #7. New pre release fixes it.
Install (Tracker issues module is disabled , Task module is enable) :
- replace all files of the module
- just click enable Tracker issues module in admin panel Humhub
Update from your working version v.0.0.3 of Tracker issues module :
- replace all files of module
- run sql command
UPDATE migration SET version = 'm131023_165214_tracker_issues_initial' WHERE version = 'm131023_165214_initial';
Version 0.0.3
- Fix bug: Started time of issue is missed when created as subtask
- Fix bug: The private parent issue was readable by users.
- Fix bug: Description of parent issue is same as description of child issue.
- Enh: Html view of issue updated.
Version 0.0.2
The sketch module with covered some tests and the rapid implementation of future features.
- You can create tasks, issue, schedule meetings and other for your spaces.
- You can create private, personal tasks. Manage all available for you tasks using the dashboard.
- You can add personal colored tags(bookmarks) to issues .
- Cooperate on joint tasks. Share an unlimited number of tasks with anyone - colleagues, family members, friends and collaborate in real time on collaborative projects and goals.
- Manage large complex issues, breaking them into smaller subtasks.
- A large functions of Humhub is available for tasks. Issues by spaces, commenting, attaching files, Rich Markdown, notifications and others. Thanks HumHub Community Edition.