summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2016-02-13Update ChangeLogFrederic Guillot
2016-02-11Update ChangeLogFrederic Guillot
2016-02-08Fix PHP notices during creation of first project and in subtasks tableFrederic Guillot
2016-02-07Update ChangeLogFrederic Guillot
2016-02-06New Dockerfile based on Alpine Linux and Nginx/PHP-FPMFrederic Guillot
2016-02-06The date time format can be chosen in application settingsFrederic Guillot
2016-02-05Category label is broken on the board if there's a url in the descriptionFrederic Guillot
2016-02-05Export only open tasks in iCal feedFrederic Guillot
2016-02-05Add task dropdown menu on listing pagesFrederic Guillot
2016-02-05Fix pagination on task time tracking pageFrederic Guillot
2016-02-05Remove time form on task summary page and move that to task edit formFrederic Guillot
2016-02-05Replace box shadow by larger border width when a task is recently modifiedFrederic Guillot
2016-02-05Improve subtask toggle status and timerFrederic Guillot
2016-02-05Add inline popoup for project sectionsFrederic Guillot
2016-02-05Add inline popoup for category sectionFrederic Guillot
2016-02-04Do not refresh the whole page when changing subtask status (work in progress)Frederic Guillot
2016-02-03Add dropdown menu with inline popup for all task actionsFrederic Guillot
2016-02-03Change sidebar styleFrederic Guillot
2016-02-02Improve task summary layoutFrederic Guillot
2016-02-02Show subtask modification forms in inline popupFrederic Guillot
2016-01-31Simplify layout and templates generationFrederic Guillot
2016-01-31Move homepage menu to the user dropdownFrederic Guillot
2016-01-31When creating a new project, have the possibility to select another project ↵Frederic Guillot
to duplicate
2016-01-31Move task form elements to Task helperFrederic Guillot
2016-01-31Add a "Me" button to assignee form elementFrederic Guillot
2016-01-31Have a new task assigned to the creator by default instead of "no assignee"Frederic Guillot
2016-01-30Simplify code to handle ajax popover and redirectsFrederic Guillot
2016-01-30Add external links for tasks with plugin apiFrederic Guillot
2016-01-29Move Gitlab and Github authentication to external pluginsFrederic Guillot
2016-01-29Move Google authentication to an external pluginFrederic Guillot
2016-01-28Added automatic actions based on a daily eventFrederic Guillot
2016-01-26Greek translation integrationFrederic Guillot
2016-01-24Add configurable task priorityFrederic Guillot
2016-01-24Add project ownerFrederic Guillot
2016-01-23Update ChangeLogFrederic Guillot
2016-01-23Revert back optimization of TaskPositionFrederic Guillot
2016-01-23Add new API procedures to move and duplicate tasks to another projectFrederic Guillot
2016-01-23Fix bug: Unable to unassign a task from the APIFrederic Guillot
2016-01-22Add new API procedures for groups, roles and project permissionsFrederic Guillot
2016-01-21Avoid to send XHR request when a task has not moved after a drag and dropFrederic Guillot
2016-01-21Set maximum dropzone height when the individual column scrolling is disabledFrederic Guillot
2016-01-21Always show the search box in board selectorFrederic Guillot
2016-01-21Replace logout link by a dropdown menuFrederic Guillot
2016-01-20Make dashboard section title clickableFrederic Guillot
2016-01-19Handle notifications for group members attached to a projectFrederic Guillot
2016-01-18Add unit test for LastLogin classFrederic Guillot
2016-01-18Return the highest role for a project when a user is member of multiple groupsFrederic Guillot
2016-01-17Make sure that no events are fired if nothing have been modified in the taskFrederic Guillot
2016-01-17Show in user interface the saving state of the taskFrederic Guillot
2016-01-17Do not check board status during task moveFrederic Guillot