summaryrefslogtreecommitdiff
path: root/tests/units
AgeCommit message (Collapse)Author
2015-07-18Improve pull-request #1012Frederic Guillot
2015-07-18Merge pull-request #1012Frederic Guillot
2015-07-18Add new search attribute for swimlaneFrederic Guillot
2015-07-17Update Gitlab webhookFrederic Guillot
2015-07-16Refactoring of Github authentication (oauth url change)Frederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-07-12Corrected some SQL Spelling ErorrsLesstat
2015-07-11Merged branch 'master' of https://github.com/fguillot/kanboardLesstat
only imports conflicted
2015-07-11Included Subtask when filtering Tasks by AssigneeLesstat
I wrote some unit test specifing the behaviour. I think only Substask with a Status != Done and an assigned user should be taken into account. The search for "nobody" should not reveal tasks with assigned users when these tasks have a subtask without an user.
2015-07-08Fix bug: No creator when duplicating a taskFrederic Guillot
2015-07-08Rewrite movePosition()Frederic Guillot
2015-07-07Add datetime picker for start dateFrederic Guillot
2015-07-06Add lead and cycle time for projectsFrederic Guillot
2015-07-05Add task analyticsFrederic Guillot
2015-07-05Set the assignee as organizer for ical eventsFrederic Guillot
2015-07-04Show title in tooltip for collapsed tasksFrederic Guillot
2015-07-04Display user initials when tasks are in collapsed modeFrederic Guillot
2015-07-04Allow search by task idFrederic Guillot
2015-07-04Add search attribute to search by referenceFrederic Guillot
2015-07-01Add project and column attributes for advanced searchFrederic Guillot
2015-07-01Add global search sectionFrederic Guillot
2015-06-28Add category attribute for advanced searchFrederic Guillot
2015-06-28Add description attribute for advanced searchFrederic Guillot
2015-06-28Add status attribute for advanced searchFrederic Guillot
2015-06-28Improve date due filterFrederic Guillot
2015-06-28Start to implement advanced search query languageFrederic Guillot
2015-06-27Fix task filter issueFrederic Guillot
2015-06-27Remove column default_project_id for users because it's useless nowFrederic Guillot
2015-06-27PicoDb updateFrederic Guillot
2015-06-24Add timer for subtasks and remove settings for subtask time trackingFrederic Guillot
2015-06-24Auto assign subtasks when status is toggledFrederic Guillot
2015-06-23Improve assets loading: remove http call to load task colors and async load ↵Frederic Guillot
of app.js
2015-06-23Fix issue in aggregate daily project summaryFrederic Guillot
2015-06-21Update Bitbucket webhooks to handle issues/commit/commentsFrederic Guillot
2015-06-20Improve automatic action to create comments based on commit messagesFrederic Guillot
2015-06-20Allow sync of Github comments without common username and add unit testsFrederic Guillot
2015-06-20Change comments table structure (drop foreign key on user_id)Frederic Guillot
2015-06-20Close all subtasks when a task is closedFrederic Guillot
2015-06-20Improve automatic action duplication with unit tests and improve database schemaFrederic Guillot
2015-06-20Change travis-ci configurationFrederic Guillot
2015-06-20Add automatic action to send a task by emailFrederic Guillot
2015-06-20Correct LocaleUnitTest to actually check the number of %d placeholders are ↵Colin Williams
correct.
2015-06-19Add RSS feed for users and change address of project feedsFrederic Guillot
2015-06-19Fix coding style in pull-request #936Frederic Guillot
2015-06-19Add unit test for locales to ensure number of %d and %s placeholders are ↵Colin Williams
correct.
2015-06-16API: Change parameters for updateTask, enforce the use of moveTaskPosition() ↵Frederic Guillot
to move a task
2015-06-15Remove truncate helper and use css insteadFrederic Guillot
2015-06-15Use css to truncate the page titleFrederic Guillot
2015-06-14Improve activity stream/notification for task update events and add new ↵Frederic Guillot
notification for swimlane change
2015-06-13Add new automatic action: Move task to another column when the category is ↵Frederic Guillot
changed