Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-03 | Various fixes for PHPAnalyzer | Frederic Guillot | |
2015-04-03 | Fix issue with subtask forecast | Frederic Guillot | |
2015-04-03 | Ability to assign a task color based on an event. | Manish Lad | |
Initially supported event: task moved to a column | |||
2015-03-31 | Add two factor authentication | Frederic Guillot | |
2015-03-30 | Avoid code duplication in pull-request #746 | Frederic Guillot | |
2015-03-30 | Merge pull-request #746 | Frederic Guillot | |
2015-03-30 | Add Gravatar integration | Frederic Guillot | |
2015-03-29 | add activity stream to task #693 | BlueTeck | |
2015-03-29 | add task name to subtask dashboard #682 | BlueTeck | |
2015-03-28 | Add Slack integration | Frederic Guillot | |
2015-03-28 | Restrict currency controller to admins | Frederic Guillot | |
2015-03-28 | Add currency rates for budget calculation | Frederic Guillot | |
2015-03-28 | Display only relevant data in the budget graph | Frederic Guillot | |
2015-03-28 | Add task transitions csv export | Frederic Guillot | |
2015-03-26 | Add task transitions history | Frederic Guillot | |
2015-03-26 | Fetch only subtasks with status=todo | Frederic Guillot | |
2015-03-26 | Display subtask estimates in the user calendar according to the timetable | Frederic Guillot | |
2015-03-22 | Improve and translate pull-request | Frederic Guillot | |
2015-03-22 | Merge pull-request #664 | Frederic Guillot | |
2015-03-22 | Add budget graph | Frederic Guillot | |
2015-03-21 | Display projects on the dashboard and board selector when everybody allowed ↵ | Frederic Guillot | |
is checked | |||
2015-03-21 | Add swimlane dropdown in task creation form | Frederic Guillot | |
2015-03-15 | Calculate intersection between time tracking and timetable | Frederic Guillot | |
2015-03-15 | Add cost breakdown for project budget | Frederic Guillot | |
2015-03-14 | Calculate the time spent based on the timetable | Frederic Guillot | |
2015-03-12 | Start to develop the budget module | Frederic Guillot | |
2015-03-12 | Merge and improve pull-request #704 | Frederic Guillot | |
2015-03-12 | Merge pull-request #709 | Frederic Guillot | |
2015-03-12 | Add Serbian currencie and language code in Model\Config | bdpsoft | |
2015-03-11 | Added dutch translation | Hendrik Stoker | |
2015-03-10 | Improve pull-request | Frederic Guillot | |
2015-03-10 | Merge pull-request #699 | Frederic Guillot | |
2015-03-10 | Order task links by labels and task column | Olivier Maridat | |
2015-03-09 | Bust subtask title max length to 255 characters | Frederic Guillot | |
2015-03-09 | Merge pull-request #700 | Frederic Guillot | |
2015-03-09 | Add user timetables | Frederic Guillot | |
2015-03-09 | Adding CHF to the list of Euro currencies | Olivier Paroz | |
2015-03-07 | Add user cost | Frederic Guillot | |
2015-03-07 | add image thumbnail to task detail view, add icons to common file ↵ | BlueTeck | |
extensions, better layout in task attachments | |||
2015-03-04 | Fix typos | Frederic Guillot | |
2015-03-03 | Add missing swimlane REST API | Francois Ferrand | |
Missing API to retrieve extra details were missing: getSwimlane($project_id, $name) getAllSwimlanes($project_id) | |||
2015-03-02 | preview images in taskview | BlueTeck | |
2015-03-01 | Integrate Turkish language | Frederic Guillot | |
2015-03-01 | Merge pull-request #681 | Frederic Guillot | |
2015-03-01 | Add subtask position | Frederic Guillot | |
2015-03-02 | Turkish translation | creador | |
Added Turkish translation | |||
2015-02-28 | Rename subtasks and files tables | Frederic Guillot | |
2015-02-27 | Improve pull-request | Frederic Guillot | |
2015-02-25 | Add REST api to manage actions. | Francois Ferrand | |
2015-02-24 | Add new actions to move issue when the assignee is changed. | Francois Ferrand | |
This will *not* fire the task_moved events, to avoid triggering other auto-assign actions. This does not seem ideal, but I see no easy way to implement this properly (e.g. checking the event stack). |