summaryrefslogtreecommitdiff
path: root/app/Template/project
AgeCommit message (Collapse)Author
2015-10-07Include more shortcut links into the view "My projects"Frederic Guillot
2015-10-03Reduce font size for board toolbarFrederic Guillot
2015-10-02Add custom filters (refactoring of pull-request #1312)Frederic Guillot
2015-09-26Append filters instead of replacing value for users and categories dropdownsFrederic Guillot
2015-09-26Add the possibility to set/unset max column height (scrolling)Frederic Guillot
2015-09-20Move subtask forecast to a pluginFrederic Guillot
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast
2015-09-20Improve icon alignment for dropdown menuFrederic Guillot
2015-09-13Move budget outside of the coreFrederic Guillot
The budget planning feature is now a plugin See: https://github.com/kanboard/plugin-budget
2015-09-13First draft for plugins systemFrederic Guillot
2015-08-29Include documentation in the applicationFrederic Guillot
2015-08-29Add delay of 1.5s for draggable items on touch devicesFrederic Guillot
2015-08-26Move tasks Gantt chartFrederic Guillot
2015-08-22Add global Gantt chart for all projectsFrederic Guillot
2015-08-21Add users and categories filters on the boardFrederic Guillot
2015-08-19Improve sidebar menusFrederic Guillot
2015-08-18Add start and end date for projectsFrederic Guillot
2015-08-18Integrate Norwegian translationFrederic Guillot
2015-08-16Add project users overviewFrederic Guillot
2015-08-14Fix condition for permission on project creationFrederic Guillot
2015-08-14Add Gantt chart for projectsFrederic Guillot
2015-08-14Add new role Project AdministratorFrederic Guillot
2015-08-07Rewrite dropdown menuFrederic Guillot
2015-08-01Fix broken url for closed tasks in project viewFrederic Guillot
2015-07-18Add icon to hide/show sidebarFrederic Guillot
2015-07-12Use ajax requests for board collapse/expandFrederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-07-07Move board collapse/expand mode to server side to avoid board flickeringFrederic Guillot
2015-07-05Merge pull-request #981Frederic Guillot
2015-07-04Show title in tooltip for collapsed tasksFrederic 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-04Add keyboard shortcuts to switch between board/calendar/list viewFrederic Guillot
2015-07-04Add filters helper for search formFrederic Guillot
2015-07-04Improve view mode switcherFrederic Guillot
2015-07-04Refactoring to implement new layout with filters: board/calendar/list views ↵Frederic Guillot
(work in progress)
2015-07-01Remove method Category::getBoardCategories()Frederic Guillot
2015-06-19Add RSS feed for users and change address of project feedsFrederic Guillot
2015-05-31Improve project navigationFrederic Guillot
2015-05-30Add help message for private projectsFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-05-21Add chosen select for user selectionFrederic Guillot
2015-05-21Fix bug: editing private project enable user managementFrederic Guillot
2015-05-18Add ical documentationFrederic Guillot
2015-05-17Add iCalendar public access for projectsFrederic Guillot
2015-05-11Add Jabber/XMPP integrationFrederic Guillot
2015-04-19Add Postmark integration (inbound emails for task creation)Frederic Guillot
2015-04-18Add Slack and Hipchat integrations for each projectsFrederic Guillot
2015-04-11Add column controllerFrederic Guillot
2015-03-30Avoid code duplication in pull-request #746Frederic Guillot
2015-03-29Add Hipchat integrationFrederic Guillot
2015-03-28Add task transitions csv exportFrederic Guillot