summaryrefslogtreecommitdiff
path: root/app/Controller/Board.php
AgeCommit message (Collapse)Author
2015-11-15Rewrite of session managementFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-11Add comments sortingFrederic 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-26Change swimlane layout to save space on the screenFrederic Guillot
2015-09-05Improve unit testsFrederic Guillot
2015-09-05Improve pull-request about swimlane descriptionFrederic Guillot
2015-08-23Improve file attachments tooltip on the boardFrederic Guillot
2015-08-21Add users and categories filters on the boardFrederic Guillot
2015-07-12Use ajax requests for board collapse/expandFrederic Guillot
2015-07-07Move board collapse/expand mode to server side to avoid board flickeringFrederic 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-27Remove column default_project_id for users because it's useless nowFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-05-10Recurring tasks (#847): template cleanupFrederic Guillot
2015-05-10Merge pull-request #847 (recurring tasks)Frederic Guillot
2015-05-09Update task links, assignee and time tracking (#775), group links by label ↵Frederic Guillot
(#669) Merge and modification of pull-request #785
2015-05-03Initial Recurring Tasks CommitDavid-Norris
Initial Recurring Tasks Commit No Locales Updated.
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