summaryrefslogtreecommitdiff
path: root/tests/units
AgeCommit message (Expand)Author
2015-01-25Fix bug duplicate project with a too long nameFrederic Guillot
2015-01-25Merge fix #545, fix invalid HTML when linking to URLs with numeric fragment i...Frederic Guillot
2015-01-17Add project calendars (merge/refactoring of #490)Frederic Guillot
2015-01-10Change events for project modification subscriberFrederic Guillot
2015-01-04Allow users to override the timezone and the languageFrederic Guillot
2015-01-02Allow project managers to remove tasksFrédéric Guillot
2015-01-02Various fixes and improvementsFrédéric Guillot
2014-12-31Move activity event data to json instead of PHP serializationFré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-28Add more unit testsFrédéric Guillot
2014-12-28Template helpers refactoringFrédéric Guillot
2014-12-27Move events handling to Symfony\EventDispatcherFrédéric Guillot
2014-12-26Add swimlanesFrédéric Guillot
2014-12-01Fix bug category duplicationFrédéric Guillot
2014-11-25Remove private projects when a user is deletedFrédéric Guillot
2014-11-25Automatically add the logged user during project creationFrédéric Guillot
2014-11-23Create TaskDuplication modelFrédéric Guillot
2014-11-23Create TaskModification modelFrédéric Guillot
2014-11-23Create TaskPosition modelFrédéric Guillot
2014-11-22addColumn() return the column_id nowFrédéric Guillot
2014-11-22Improve API to return id instead of a booleanFrédéric Guillot
2014-11-22Move task creation to a seperate classFrédéric Guillot
2014-11-21Create TaskStatus modelFrédéric Guillot
2014-11-16Add cumulative flow diagramFrédéric Guillot
2014-11-14Use Pimple instead of Core\Registry and add Monolog for loggingFrédéric Guillot
2014-11-09Add projects to the dashboard and rename some methodsFrédéric Guillot
2014-11-04Switch to composerFrédéric Guillot
2014-11-01Fix issue with notifications and projects that allow everybodyFrédéric Guillot
2014-10-25Add pagination for users pageFrédéric Guillot
2014-10-21Add option to allow everybody on a projectFrédéric Guillot
2014-10-14Add a dashboard (first version)Frédéric Guillot
2014-10-12Project activity refactoring and listeners improvementsFrédéric Guillot
2014-10-12Move some Task model methods to the TaskFinder classFrédéric Guillot
2014-10-12Add pagination/column sorting for search and completed tasksFrédéric Guillot
2014-10-11Add 3 new fields for tasks: start date, time estimated and time spentFrédéric Guillot
2014-10-07Only send notifications to project members (#299)Frédéric Guillot
2014-10-05Regular users are able to create private projectsFrédéric Guillot
2014-10-05Projects are not anymore visible to everybody by defaultFrédéric Guillot
2014-10-04Improve settings page and move some config parameters to the databaseFrédéric Guillot
2014-09-28Improve automatic actions (check for compatible events/actions/parameters)Frédéric Guillot
2014-09-27Hide users menu for non-admins (pull-request #284)Frédéric Guillot
2014-09-23Regular users can remove only their own tasksFrédéric Guillot
2014-09-22Fix broken unit testFrédéric Guillot
2014-09-20Models refactoring/improvementsFré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