summaryrefslogtreecommitdiff
path: root/app/Template/project
AgeCommit message (Collapse)Author
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
2015-03-21Allow admins to transform a private project to a team projectFrederic Guillot
2015-03-12Start to develop the budget moduleFrederic Guillot
2015-03-04Escape markdown code in column tooltips.Francois Ferrand
This is needed to avoid issues when the code contains quotes.
2015-02-24Use single quotes for attributes with Markdown/HTML content to avoid browser ↵Frederic Guillot
bugs
2015-02-24Add 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-09Code cleanup + minor css improvementFrederic 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-08Add Bitbucket webhookFrederic Guillot
2015-02-07Uncheck tasks and swimlanes from project duplication and update translationsFrederic Guillot
2015-02-03Implemented 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-01Add column description (merge/change pull-request #549)Frederic Guillot
2015-01-31Add table/pagination to the project listFrederic Guillot
2015-01-19Merge pull-request #515Frederic Guillot
2015-01-18Pagination refactoringFrederic Guillot
2015-01-17Add top links to the calendarFrederic Guillot
2015-01-13set maxlength for name input fields in templatesMichael Lüpkes
2015-01-04Add subtasks export and move export actions to a specific controllerFrederic Guillot
2015-01-02Various fixes and improvementsFrédéric Guillot
2015-01-02Fix bugs, improve perfs and use SimpleLogger instead of MonologFrédéric Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-30Improve the list of project membersFrédéric Guillot
2014-12-28Add Gitlab webhookFrédéric Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-12-26Add swimlanesFrédéric Guillot
2014-12-19Update sidebar.phpRené Stoltenberg
Line 58 - wrong closing tag - missing </ul>
2014-12-11Give more privileges to a project ownerFrédéric Guillot
2014-12-11Add project owner support (allow user management to a regular user), see #316Frédéric Guillot
2014-12-06Auto-select input fields for copy/pasteFrédéric Guillot
2014-12-04Move RSS link to the top and open share links with a new tabFrédéric Guillot