summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-10Add new translations to es_ES translationngosang
2016-06-10Update es_ES translationngosang
2016-06-10Update es_ES translationngosang
2016-06-09Added some contributorsFrederic Guillot
2016-06-09Merge pull-request #2317Frederic Guillot
2016-06-09Merge pull-request #2320Frederic Guillot
2016-06-09Merge pull-request #2321Frederic Guillot
2016-06-09Rebuild CSSFrederic Guillot
2016-06-09Merge pull-request #2325Frederic Guillot
2016-06-09Merge pull-request #2312Frederic Guillot
2016-06-09Make entire sidebar link area clickableFilip
2016-06-09Better GermanChristian González
"löschen" means "delete". It is not really clear wht Kanboard does when you click on that link. It deletes the user?? No, it just removes it from that group. Maybe that should be named clearer, even in English. IMHO a simple "remove" (in German "entfernen") would do a better job than "remove this user" - because it is divergent. So I would either use "remove user from group", or (better) just "remove". Anyway. The German term should be "entfernen", not "löschen"
2016-06-09Add total sum of tasks per project in dashboardLev Lazinskiy
fix #885
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-08Added acceptance tests documentationLev Lazinskiy
2016-06-08Add test-browser to MakeLev Lazinskiy
This allows you to run selenium acceptance tests with `make test-browser`
2016-06-08Add phpunit-selenium to composer depenendenciesLev Lazinskiy
2016-06-08Update ChangeLogFrederic Guillot
2016-06-08Update translations.phpangystardust
2016-06-08Update translations.phpangystardust
2016-06-08Update IT_it/translations.phpangystardust
2016-06-08Updated to include "Model" suffixNikolaos Georgakis
2016-06-08Updated namespace to match new API filesNikolaos Georgakis
2016-06-08Update ApiProvider.phpngtech
2016-06-08Update and rename SubtaskTimeTracking.php to SubtaskTimeTrackingApi.phpngtech
2016-06-07Expose SubTask Time Tracking though the APINikolaos Georgakis
Also allow users to create Subtasks and Log Time for Subtasks through the User API Rebased to new API code
2016-06-07Update ChangeLogFrederic Guillot
2016-06-07Merge pull-request #2308Frederic Guillot
2016-06-07Merge pull-request #2307Frederic Guillot
2016-06-07Update translations.phpNapier
2016-06-06Show tasks that are due today in a different colorLev Lazinskiy
I chose a "Triadic" color from this page, http://www.colorhexa.com/d90000 it seems to look good under various categories. Fix #2285
2016-06-06Add composer to vagrant fix #2305Lev Lazinskiy
2016-06-06Fixed doc: replace French text by English textFrederic Guillot
2016-06-06Updated ChangeLogFrederic Guillot
2016-06-06Rebuild JabascriptFrederic Guillot
2016-06-06Update translations to fix typoFrederic Guillot
2016-06-06Merge pull-request #2303Frederic Guillot
2016-06-06Merge pull-request #2302Frederic Guillot
2016-06-06Merge pull-request #2300Frederic Guillot
2016-06-06Merge pull-request #2299Frederic Guillot
2016-06-06Fix li element list-style-typeLev Lazinskiy
The tooltip was showing a bullet point for an `li` element which was showing up on the outside of the tooltip box. Setting the list-style-type to none removes this bullet point and makes the tooltip look a lot cleaner.
2016-06-06Fix plural formLev Lazinskiy
When removing all columns from a board, an alert box is displayed that states "Your board doesn't have any column!", the correct plural form should be "Your board doesn't have any columns!"
2016-06-06update german translationBusfreak
2016-06-06fix for search bug in dashboardBusfreak
2016-06-06Updated translationEskiso
2016-06-05Update ChangeLogFrederic Guillot
2016-06-05Update ChangeLogFrederic Guillot
2016-06-05Remove useless use statementsFrederic Guillot
2016-06-05Display local date format in date pickerFrederic Guillot
2016-06-05Changed DateParser to use only user format and ISO-8601Frederic Guillot