summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2016-07-10Added unit test for PR #2388Frederic Guillot
2016-07-09Fix a couple of bugs in PR #2424Frederic Guillot
2016-07-03Take default swimlane into consideration for ↵Frederic Guillot
SwimlaneModel::getFirstActiveSwimlane()
2016-07-03Added more unit tests for task priority duplicationFrederic Guillot
2016-07-02Added more unit tests for LDAP user classFrederic Guillot
2016-07-02Preserve role for existing users when using ReverseProxy authenticationFrederic Guillot
2016-07-02Handle priority for task and project duplicationFrederic Guillot
2016-07-02Make sure that tags are duplicated for recurring tasksFrederic Guillot
2016-07-02Move Task::duplicate() to class ProjectTaskDuplicationModelFrederic Guillot
2016-07-02Handle project tags duplicationFrederic Guillot
2016-07-02Handle tags and tasks move/duplication to another projectFrederic Guillot
2016-07-02Do not create empty tags and remove tags only when necessaryFrederic Guillot
2016-07-01Fixed empty title for web notification with only one overdue taskFrederic Guillot
2016-07-01Fixed lexer issue with non word charactersFrederic Guillot
2016-07-01Fixed PHP error in UserHelper when having no user sessionFrederic Guillot
2016-06-29Fixed identical background color for LetterAvatar on 32bits platformsFrederic Guillot
2016-06-28Fix field type issue with PostgresFrederic Guillot
2016-06-26Added API calls for subtask time trackingFrederic Guillot
2016-06-26Added new API calls for project attachementsFrederic Guillot
2016-06-26Added new API calls for external task linksFrederic Guillot
2016-06-26Added new API call: "getProjectByIdentifier"Frederic Guillot
2016-06-26Added new arguments to project API calls and update composer.jsonFrederic Guillot
2016-06-26Added application and project roles validation for API procedure callsFrederic Guillot
2016-06-25Rewrite integration tests to run with Docker containersFrederic Guillot
2016-06-24Added unit test when updating tags for a taskFrederic Guillot
2016-06-24Remove dropdown menus that are now available with task edit formFrederic Guillot
2016-06-24Expose tags to the user interface (first prototype)Frederic Guillot
2016-06-24Added filter class for tagsFrederic Guillot
2016-06-24Associate tags to tasks in BoardFormatterFrederic Guillot
2016-06-24Use BoardFormatter to generate the boardFrederic Guillot
2016-06-23Added models for tagsFrederic Guillot
2016-06-08Add acceptance testsLev Lazinskiy
Basic Framework for working with Selenium with PHPUnit and Firefox. Future acceptance tests just need to extend Base.php and implement various flows that we wish to test.
2016-06-05Changed DateParser to use only user format and ISO-8601Frederic Guillot
2016-06-05Conifgure email settings through user interfaceFrederic Guillot
2016-06-02Expose to the user interface the email sender addressFrederic Guillot
2016-06-01Added mail helperFrederic Guillot
2016-06-01Fix filters with UTF-8 charactersSébastien Kergreis
2016-05-30Do not sync user role if LDAP groups are not configuredFrederic Guillot
2016-05-30Added some unit tests for avatar letter with UTF-8Frederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-28Improve notification classes and move interface to coreFrederic Guillot
2016-05-28Split board controller into multiple classesFrederic Guillot
2016-05-28Rename controllersFrederic Guillot
2016-05-26Rename task view controllerFrederic Guillot
2016-05-26Mark notification as read when clicking on itFrederic Guillot
2016-05-25Rename ProjectEdit controllerFrederic Guillot
2016-05-25Support strtotime strings for date searchFrederic Guillot
2016-05-24Clean up unit testsFrederic Guillot
2016-05-24Do not send notifications to disabled usersFrederic Guillot
2016-05-24Filter non compatible pluginsFrederic Guillot