summaryrefslogtreecommitdiff
path: root/app/Model
AgeCommit message (Collapse)Author
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-09added getProjectActivity + getOverdueTasks to APIBlueTeck
2015-02-08Add Bitbucket webhookFrederic Guillot
2015-02-08Update moment.js and add timezone in templateFrederic Guillot
2015-02-08Add user calendar view on the dashboard and in the user management sectionFrederic Guillot
2015-02-08Improve js and add native language support for datepicker and calendarFrederic Guillot
2015-02-08Add unit test for subtask time trackingFrederic Guillot
2015-02-07Add task time tracking on the dashboardFrederic Guillot
2015-02-07Update subtask spent based on the time trackingFrederic Guillot
2015-02-07Update task time tracking based on subtask time trackingFrederic Guillot
2015-02-07Rename subtask modelFrederic Guillot
2015-02-07Uncheck tasks and swimlanes from project duplication and update translationsFrederic Guillot
2015-02-07Merge pull-request #580Frederic Guillot
2015-02-07Reduce duplication in Notification::getMailSubject()Colin Williams
2015-02-07Use $max_length parameter in getClonedProjectName.Colin Williams
2015-02-04Add subtasks restrictions and time trackingFrederic Guillot
2015-02-04Add user dashboard viewFrederic 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-02-01Add collapsible swimlanes (merge and improve pull-request #565)Frederic Guillot
2015-01-31Add table/pagination to the project listFrederic Guillot
2015-01-29Allow public access to colors stylesheet.Colin Williams
2015-01-28Fix potential issue with old Sqlite versionsFrederic Guillot
2015-01-26Allow urls without project_idFrederic Guillot
2015-01-25Store due date without the timeFrederic Guillot
2015-01-25Fix bug duplicate project with a too long nameFrederic Guillot
2015-01-25Do not show inactive projects info on the dashboard and update picodb (merge ↵Frederic Guillot
#546)
2015-01-25Add new constants: FILES_DIR and DEBUG_FILEFrederic Guillot
2015-01-22Add new automatic action (Task comment logging), patch #539Frederic Guillot
2015-01-18Fix some phpdoc commentsFrederic Guillot
2015-01-18Pagination refactoringFrederic Guillot
2015-01-17Add top links to the calendarFrederic Guillot
2015-01-17Add project calendars (merge/refactoring of #490)Frederic Guillot
2015-01-04Allow users to override the timezone and the languageFrederic Guillot
2015-01-04Add subtasks export and move export actions to a specific controllerFrederic Guillot
2015-01-02Allow project managers to remove tasksFrédéric Guillot
2015-01-02Cleanup and fixesFrédéric 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-31Move activity event data to json instead of PHP serializationFrédéric Guillot
2014-12-31Reduce the number of SQL queries for automatic actionsFrédéric Guillot
2014-12-31Fix bug tasks don't show up on board/swimlanesFrédéric Guillot
2014-12-31Acl refactoringFrédéric Guillot
2014-12-28Add Gitlab webhookFrédéric Guillot
2014-12-28Include swimlane in task exportFrédéric Guillot
2014-12-28Add default project categories in settingsFrédéric Guillot
2014-12-28Fix bug after refactoringFrédéric Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-12-27Fix some PHPAnalyzer issuesFrédéric Guillot
2014-12-27Fixs after replacing the event dispatcherFrédéric Guillot