Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-26 | Move tasks Gantt chart | Frederic Guillot | |
2015-08-22 | Add global Gantt chart for all projects | Frederic Guillot | |
2015-08-21 | Add users and categories filters on the board | Frederic Guillot | |
2015-08-19 | Improve sidebar menus | Frederic Guillot | |
2015-08-18 | Add start and end date for projects | Frederic Guillot | |
2015-08-18 | Integrate Norwegian translation | Frederic Guillot | |
2015-08-16 | Add project users overview | Frederic Guillot | |
2015-08-14 | Fix condition for permission on project creation | Frederic Guillot | |
2015-08-14 | Add Gantt chart for projects | Frederic Guillot | |
2015-08-14 | Add new role Project Administrator | Frederic Guillot | |
2015-08-07 | Rewrite dropdown menu | Frederic Guillot | |
2015-08-01 | Fix broken url for closed tasks in project view | Frederic Guillot | |
2015-07-18 | Add icon to hide/show sidebar | Frederic Guillot | |
2015-07-12 | Use ajax requests for board collapse/expand | Frederic Guillot | |
2015-07-12 | Start to implement url rewrite (nice urls) | Frederic Guillot | |
2015-07-07 | Move board collapse/expand mode to server side to avoid board flickering | Frederic Guillot | |
2015-07-05 | Merge pull-request #981 | Frederic Guillot | |
2015-07-04 | Show title in tooltip for collapsed tasks | Frederic Guillot | |
2015-07-05 | Slack 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-04 | Add keyboard shortcuts to switch between board/calendar/list view | Frederic Guillot | |
2015-07-04 | Add filters helper for search form | Frederic Guillot | |
2015-07-04 | Improve view mode switcher | Frederic Guillot | |
2015-07-04 | Refactoring to implement new layout with filters: board/calendar/list views ↵ | Frederic Guillot | |
(work in progress) | |||
2015-07-01 | Remove method Category::getBoardCategories() | Frederic Guillot | |
2015-06-19 | Add RSS feed for users and change address of project feeds | Frederic Guillot | |
2015-05-31 | Improve project navigation | Frederic Guillot | |
2015-05-30 | Add help message for private projects | Frederic Guillot | |
2015-05-24 | Helpers refactoring | Frederic Guillot | |
2015-05-21 | Add chosen select for user selection | Frederic Guillot | |
2015-05-21 | Fix bug: editing private project enable user management | Frederic Guillot | |
2015-05-18 | Add ical documentation | Frederic Guillot | |
2015-05-17 | Add iCalendar public access for projects | Frederic Guillot | |
2015-05-11 | Add Jabber/XMPP integration | Frederic Guillot | |
2015-04-19 | Add Postmark integration (inbound emails for task creation) | Frederic Guillot | |
2015-04-18 | Add Slack and Hipchat integrations for each projects | Frederic Guillot | |
2015-04-11 | Add column controller | Frederic Guillot | |
2015-03-30 | Avoid code duplication in pull-request #746 | Frederic Guillot | |
2015-03-29 | Add Hipchat integration | Frederic Guillot | |
2015-03-28 | Add task transitions csv export | Frederic Guillot | |
2015-03-21 | Allow admins to transform a private project to a team project | Frederic Guillot | |
2015-03-12 | Start to develop the budget module | Frederic Guillot | |
2015-03-04 | Escape markdown code in column tooltips. | Francois Ferrand | |
This is needed to avoid issues when the code contains quotes. | |||
2015-02-24 | Use single quotes for attributes with Markdown/HTML content to avoid browser ↵ | Frederic Guillot | |
bugs | |||
2015-02-24 | Add project description field. | Francois Ferrand | |
Description is shown in a popup when hovering the 'information' icon, like column description, which is shown in project list on dashboard and in board's title. This is useful to document the categories and colors used in the project. | |||
2015-02-09 | Code cleanup + minor css improvement | Frederic Guillot | |
2015-02-09 | - Markdown supported in column description. | ashbike | |
- Project > Edit Board and Project Summary pages now show description as tooltip. - Project > Edit Board shows textarea with markdown preview. Edit column also shows markdown preview. - Fixed bug while adding a new column inserts description as column limit. | |||
2015-02-08 | Add Bitbucket webhook | Frederic Guillot | |
2015-02-07 | Uncheck tasks and swimlanes from project duplication and update translations | Frederic Guillot | |
2015-02-03 | Implemented Changes to Project Duplication to include Swimlanes and Tasks. | Michael Lüpkes | |
ProjectDuplication::duplicate accepts additional param of type array now. Array includes which optional parts to duplicate. Optional parts are: 'swimlane', 'category', 'task', 'action'. | |||
2015-02-01 | Add column description (merge/change pull-request #549) | Frederic Guillot | |