summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-07-10Replace timeserie axis to category axisFrederic Guillot
2015-07-10Merge pull-request #1008Frederic Guillot
2015-07-10Require autoloader relative from the current directoryYannick Ihmels
2015-07-10Update translations.phpgavlepeter
2015-07-08Update documentation about lead and cycle timeFrederic Guillot
2015-07-08Fix bug: No creator when duplicating a taskFrederic Guillot
2015-07-08Do not set anchor for the default swimlane on the link back to boardFrederic Guillot
2015-07-08Rewrite movePosition()Frederic Guillot
2015-07-07Move board collapse/expand mode to server side to avoid board flickeringFrederic Guillot
2015-07-07Add icon to set automatically the start dateFrederic Guillot
2015-07-07Add datetime picker for start dateFrederic Guillot
2015-07-06Reduce spacing on cardsFrederic Guillot
2015-07-06Cosmetic fixesFrederic Guillot
2015-07-06Fix PHP 5.3 issueFrederic Guillot
2015-07-06Add lead and cycle time for projectsFrederic Guillot
2015-07-05Add new analytic page: Average time spent into each columnFrederic Guillot
2015-07-05Add task analyticsFrederic Guillot
2015-07-05Add urls in api response for tasks and projectsFrederic Guillot
2015-07-05Add schema migration for Slack channelFrederic Guillot
2015-07-05Merge pull-request #981Frederic Guillot
2015-07-05Increase date range for ics exportFrederic Guillot
2015-07-05Set the assignee as organizer for ical eventsFrederic Guillot
2015-07-05Do not rewrite remember me cookie for each requestFrederic Guillot
2015-07-04Update localesFrederic Guillot
2015-07-04Show title in tooltip for collapsed tasksFrederic Guillot
2015-07-04Display user initials when tasks are in collapsed modeFrederic Guillot
2015-07-04Set cursor at the end of selection on focus for search input (compatible ↵Frederic Guillot
with Firefox)
2015-07-04Allow search by task idFrederic Guillot
2015-07-04Add search attribute to search by referenceFrederic Guillot
2015-07-04Change alert box fadeout to avoid an empty spaceFrederic Guillot
2015-07-05Slack channel can be overridden to post to another channel/private group or ↵Ash Bike
send direct messages. Need to make these database changes: INSERT INTO settings VALUES ('integration_slack_webhook_channel', ''); ALTER TABLE project_integrations ADD COLUMN slack_webhook_channel text;
2015-07-04Set focus on the dropdown for category popoverFrederic Guillot
2015-07-04Fix typo in de_DE translationFrederic Guillot
2015-07-04Make global escape keyboard shorcutFrederic Guillot
2015-07-04Add keyboard shortcuts to switch between board/calendar/list viewFrederic Guillot
2015-07-04Add keyboard shortcut to focus on the search boxFrederic Guillot
2015-07-04Add filters helper for search formFrederic Guillot
2015-07-04Improve view mode switcherFrederic Guillot
2015-07-04Do not allow closed tasks to move on the boardFrederic Guillot
2015-07-04Refactoring to implement new layout with filters: board/calendar/list views ↵Frederic Guillot
(work in progress)
2015-07-03Add search form on the dashboardFrederic Guillot
2015-07-03Check the box remember me by defaultFrederic Guillot
2015-07-03Merge manually pull-request #965Frederic Guillot
2015-07-03Fix regression in the model for "Completed task" viewOlivier Maridat
2015-07-01Remove method Category::getBoardCategories()Frederic Guillot
2015-07-01Add project and column attributes for advanced searchFrederic Guillot
2015-07-01Change page titleFrederic Guillot
2015-07-01German TranslationTimo
2015-07-01Add global search sectionFrederic Guillot