Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-01-31 | Add table/pagination to the project list | Frederic Guillot | |
2015-01-19 | Merge pull-request #515 | Frederic Guillot | |
2015-01-18 | Pagination refactoring | Frederic Guillot | |
2015-01-17 | Add top links to the calendar | Frederic Guillot | |
2015-01-13 | set maxlength for name input fields in templates | Michael Lüpkes | |
2015-01-04 | Add subtasks export and move export actions to a specific controller | Frederic Guillot | |
2015-01-02 | Various fixes and improvements | Frédéric Guillot | |
2015-01-02 | Fix bugs, improve perfs and use SimpleLogger instead of Monolog | Frédéric Guillot | |
2014-12-31 | Acl refactoring | Frédéric Guillot | |
2014-12-30 | Improve the list of project members | Frédéric Guillot | |
2014-12-28 | Add Gitlab webhook | Frédéric Guillot | |
2014-12-28 | Template helpers refactoring | Frédéric Guillot | |
2014-12-26 | Add swimlanes | Frédéric Guillot | |
2014-12-19 | Update sidebar.php | René Stoltenberg | |
Line 58 - wrong closing tag - missing </ul> | |||
2014-12-11 | Give more privileges to a project owner | Frédéric Guillot | |