Commit Graph

1773 Commits

Author SHA1 Message Date
ngosang 68fa64e183 Update es_ES translation 2016-06-10 22:16:29 +02:00
ngosang 34dc92994b Update es_ES translation 2016-06-10 21:06:47 +02:00
Frederic Guillot 3c394fe92e
Merge pull-request #2320 2016-06-09 21:39:27 -04:00
Frederic Guillot 18385b09d6
Merge pull-request #2321 2016-06-09 21:36:31 -04:00
Frederic Guillot 0152f533cf
Merge pull-request #2312 2016-06-09 21:34:02 -04:00
Christian González 3b922bffaa Better German
"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-09 11:45:58 +02:00
Lev Lazinskiy a5b35954db Add total sum of tasks per project in dashboard
fix #885
2016-06-09 01:16:47 -07:00
angystardust b365d1a350 Update translations.php 2016-06-08 20:24:15 +02:00
angystardust b2829ee95c Update translations.php 2016-06-08 20:18:01 +02:00
angystardust 8dfa50a9c9 Update IT_it/translations.php 2016-06-08 20:15:52 +02:00
Nikolaos Georgakis 79088a7f65 Updated to include "Model" suffix 2016-06-08 13:39:41 +03:00
Nikolaos Georgakis a37a8d5878 Updated namespace to match new API files 2016-06-08 13:34:12 +03:00
ngtech b829afc19d Update ApiProvider.php 2016-06-08 10:29:22 +03:00
ngtech 9ba464d527 Update and rename SubtaskTimeTracking.php to SubtaskTimeTrackingApi.php 2016-06-08 10:27:44 +03:00
Nikolaos Georgakis 27f947412f Expose SubTask Time Tracking though the API
Also allow users to create Subtasks and Log Time for Subtasks through the User API

Rebased to new API code
2016-06-07 17:53:24 +03:00
Frederic Guillot c36070fd24 Merge pull-request #2308 2016-06-07 09:11:09 -04:00
Napier f7338a7cb6 Update translations.php 2016-06-07 18:21:16 +09:00
Lev Lazinskiy f97d683ede Show tasks that are due today in a different color
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-06 20:07:01 -07:00
Frederic Guillot 8d792ee379 Update translations to fix typo 2016-06-06 20:43:03 -04:00
Frederic Guillot 3e72c11f05 Merge pull-request #2302 2016-06-06 20:37:21 -04:00
Frederic Guillot ecbee02183 Merge pull-request #2300 2016-06-06 20:36:41 -04:00
Frederic Guillot 444b63870d Merge pull-request #2299 2016-06-06 20:36:04 -04:00
Lev Lazinskiy 0ecba6495e Fix plural form
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-06 11:47:38 -07:00
Busfreak ac1d111adf update german translation 2016-06-06 18:16:17 +02:00
Busfreak 61cedc489c fix for search bug in dashboard 2016-06-06 17:50:49 +02:00
Eskiso ff5000e667 Updated translation 2016-06-06 11:13:16 +01:00
Frederic Guillot d11ea08412 Remove useless use statements 2016-06-05 22:40:42 -04:00
Frederic Guillot 9cb8a1ffc9 Display local date format in date picker 2016-06-05 22:22:10 -04:00
Frederic Guillot 656f430632 Changed DateParser to use only user format and ISO-8601 2016-06-05 21:28:56 -04:00
Frederic Guillot 5ffdf286e7 Minor fixes 2016-06-05 18:22:19 -04:00
Frederic Guillot cf7bac1860 Added config parameter to allow self-signed certificates for the HTTP client 2016-06-05 15:42:22 -04:00
Frederic Guillot cd4c09c10a Conifgure email settings through user interface 2016-06-05 14:53:46 -04:00
Frederic Guillot a08339059b Improve background workers 2016-06-05 14:19:07 -04:00
Frederic Guillot 0eb4e3438c Merge pull-request #2188 2016-06-03 22:47:06 -04:00
Frederic Guillot e7012692f3 Change css for header links 2016-06-03 22:08:39 -04:00
Sébastien Kergreis a9025e5102 Add link in project name 2016-06-03 13:59:45 -05:00
Frederic Guillot a27057dd6f Expose to the user interface the email sender address 2016-06-02 20:58:34 -04:00
Frederic Guillot 523e0aad7e Raise exception for webhook token verification 2016-06-01 21:35:22 -04:00
Frederic Guillot c50255813b Added mail helper 2016-06-01 21:28:24 -04:00
Frederic Guillot b0a31b168f Merge pull-request #2280 2016-06-01 20:04:07 -04:00
Sébastien Kergreis 6af3b6dfdb Fix filters with UTF-8 characters 2016-06-01 13:48:22 -05:00
Frederic Guillot 92aba95959 Fix typo after refactoring 2016-05-31 22:42:50 -04:00
Frederic Guillot 4987e245bb Do not sync user role if LDAP groups are not configured 2016-05-30 21:47:31 -04:00
Frederic Guillot 679a22c718 Added some unit tests for avatar letter with UTF-8 2016-05-30 21:01:41 -04:00
Frederic Guillot 02cf50de80 Merge pull-request #2267 2016-05-30 20:46:52 -04:00
Frederic Guillot fb642b76bb Make console commands pluggable 2016-05-29 20:33:48 -04:00
Frederic Guillot b69eb5f993 Update JsonRPC library and API 2016-05-29 20:12:02 -04:00
Frederic Guillot 700ffec5ab Rename base validator class 2016-05-28 21:29:37 -04:00
Frederic Guillot ed074d1764 Move task import outside of project settings 2016-05-28 21:24:24 -04:00
Frederic Guillot 14d6affe2e Improve base FileModel class 2016-05-28 20:44:19 -04:00