summaryrefslogtreecommitdiff
path: root/app/Controller/Board.php
AgeCommit message (Collapse)Author
2015-04-12Add screenshot support for tasks (copy/paste images directly)Frederic Guillot
2015-04-11Add column controllerFrederic Guillot
2015-04-11Add category description (merge and modify pull-request #692)Frederic Guillot
2015-04-03Various fixes for PHPAnalyzerFrederic Guillot
2015-03-07add image thumbnail to task detail view, add icons to common file ↵BlueTeck
extensions, better layout in task attachments
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-14Refactoring/simplification of the pull-request about linksFrederic Guillot
2015-02-13Add task links (Merge pull-request #610)Frederic Guillot
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-07Rename subtask modelFrederic Guillot
2015-02-04Add subtasks restrictions and time trackingFrederic Guillot
2015-02-01Add column description (merge/change pull-request #549)Frederic Guillot
2015-01-02Various fixes and improvementsFrédéric Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-12-27Fix some PHPAnalyzer issuesFrédéric Guillot
2014-12-26Add swimlanesFrédéric Guillot
2014-11-29Improve session handler and add Ajax session checkFrédéric Guillot
2014-11-24Integrate tooltips and code cleanup/fix bugs, see #166Frédéric Guillot
2014-11-23Create TaskModification modelFrédéric Guillot
2014-11-23Create TaskPosition modelFrédéric Guillot
2014-11-09Start templates cleanup and reorganisationFrédéric Guillot
2014-11-09Add projects to the dashboard and rename some methodsFrédéric Guillot
2014-11-02Change layout (experimental)Frédéric Guillot
2014-10-05Regular users are able to create private projectsFrédéric Guillot
2014-10-04Improve settings page and move some config parameters to the databaseFrédéric Guillot
2014-09-20Extract project permissions to a separate classFrédéric Guillot
2014-09-20Split Task model into smaller classesFrédéric Guillot
2014-09-17Improve board API callsFrédéric Guillot
2014-09-16Don't load Javascript assets for public board accessFrédéric Guillot
2014-09-16Rename method names to be more consistentFrédéric Guillot
2014-09-16Improve Board::Index() and avoid useless HTTP redirectsFrédéric Guillot
2014-09-12Fix minor bug: wrong variableFrédéric Guillot
2014-09-11Merge pull-request #213 (store last seen project)Frédéric Guillot
2014-09-10Improve user interface for tabletsFrédéric Guillot
2014-09-08Add public view for tasksFrédéric Guillot
2014-09-04Task move position refactoringFrédéric Guillot
2014-09-03Change a category directly from the boardFrédéric Guillot
2014-08-30Projects management refactoringFrédéric Guillot
2014-08-19Stored last seen in the project dashboardNicolas RAMEL
2014-08-15Add email notificationsFrédéric Guillot
2014-07-06Integration of the chosen jquery plugin for the board selectorFrédéric Guillot
2014-06-20Add a board selector instead of the list of projectsFrédéric Guillot
2014-05-28Add CSRF protectionsFrédéric Guillot
2014-05-23Minor code improvementsFrédéric Guillot
2014-05-23Improve user interfaceFrédéric Guillot
2014-05-22Code refactoring (add autoloader and change files organization)Frédéric Guillot