Commit Graph

1631 Commits

Author SHA1 Message Date
Frederic Guillot
fc8f8748b9 Fixed wrong task link generation within Markdown text 2016-04-29 17:32:43 -04:00
Frederic Guillot
81a25cbe63 Fixed wrong URL on comment toggle link for sorting 2016-04-27 20:45:45 -04:00
Frederic Guillot
1936a74cb3 Update JsonRPC library 2016-04-26 22:55:56 -04:00
Frederic Guillot
36bdcf193b Category and user filters do not append anymore in search field 2016-04-24 18:07:05 -04:00
Frederic Guillot
f74d7ef209 Added more template hooks 2016-04-24 17:03:09 -04:00
Frederic Guillot
2cd06f8795 Use PLUGINS_DIR constant to load plugin templates 2016-04-24 14:46:18 -04:00
Frederic Guillot
da1725c225 Added searchTasks API procedure 2016-04-22 18:49:19 -04:00
Frederic Guillot
756716766c Added priority field to API procedures 2016-04-21 21:21:34 -04:00
Frederic Guillot
60e0753b90 Added API procedure "getMemberGroups" 2016-04-21 21:10:04 -04:00
Eugene
b0e41bc81b Russian locale update (#2161) 2016-04-21 19:07:32 -04:00
Frederic Guillot
27228c400f Change priority formatting 2016-04-21 09:11:01 -04:00
Frederic Guillot
2f135170ac Merge pull-request #2151 2016-04-21 09:08:03 -04:00
Christian González
ea5cd9cda6 better German translation of relations
"ist übergeordnet" is a bit tricky: "Diese Aufgabe ist übergeordnet (1)": is a bad translation as the direction could be in both ways. The correct translation of "is a parent of" would be "ist ein Elternelement von". This seems a bit long, but is the only really correct possibility I can think of. Others, including "ist übergeordnet von" (not correct German IMHO), or "ist ein Kind von" (seems stupid) are not really better. But "ist übergeordnet" is definitely wrong, because in both directions valid, in this context.
2016-04-21 11:53:30 +02:00
Justin C. Klein Keane
6a9d5ede8b Accidentally acced iCal function when merging Priority display, putting it back. 2016-04-20 14:39:13 -04:00
Justin C. Klein Keane
1239920063 Add sortable Priority column on overview table interface 2016-04-20 14:24:05 -04:00
Frederic Guillot
bcee0ef48e Simplify PR #2108 2016-04-18 22:08:27 -04:00
Frederic Guillot
75c2fd98ee Merge pull-request #2108 2016-04-18 22:05:56 -04:00
Frederic Guillot
78ffcf9496 Update doc for CLI 2016-04-18 21:57:23 -04:00
Kolesar
4253df0854 Added group notifications per projects for each user for overdue task… (#2132) 2016-04-18 21:51:35 -04:00
Olivier Maridat
53c992d680 Add hooks in task sidebar as in user sidebar (#2138) 2016-04-18 13:31:17 -04:00
Imbasaur
bd64a2081a Task summary columns hooks (PR #2126) 2016-04-15 21:27:06 -04:00
Frederic Guillot
2bda799b9a Allow plugins loading from another location 2016-04-14 22:09:48 -04:00
Frederic Guillot
cc9f3e69c6 Added new constant DATA_DIR 2016-04-14 22:08:39 -04:00
Dj Padzensky
f4e8eb176f Fixing some pathing information, for cases where the KB source
tree is not in or under the webroot.
2016-04-13 19:03:10 -07:00
Asim Husanovic
d0a731a14a Updated Bosnian localization 2016-04-13 18:57:57 +02:00
Stephan
cd5bf9d4d2 Update translations.php (de_DE) 2016-04-13 16:28:08 +02:00
Frederic Guillot
63387fa9cf Added command line utility to reset user password and to disable 2FA 2016-04-12 22:26:44 -04:00
Frederic Guillot
af7027ea31 Rename CLI classes 2016-04-12 21:26:17 -04:00
Eskiso
e56b77dff3 Updated Translation 2016-04-12 22:33:24 +01:00
Frederic Guillot
06b86313c9 Removed PHP notices in comment suppression view 2016-04-11 21:06:20 -04:00
Frederic Guillot
d8b6e7e26e Sync locales 2016-04-11 18:16:58 -04:00
Frederic Guillot
dc06e3b95e Merge pull-request #2114 2016-04-11 18:14:25 -04:00
Frederic Guillot
14659e1e09 Added missing translations 2016-04-11 18:14:03 -04:00
Frederic Guillot
481b2091dd Merge pull-request #2113 2016-04-11 18:09:30 -04:00
Frederic Guillot
2a3df38a0e Rename ID column to be translatable 2016-04-11 18:07:47 -04:00
Frederic Guillot
b8c4afec78 Merge pull-request #2112 2016-04-11 18:04:33 -04:00
angystardust
b9d6c43e64 Update IT_it/translations.php
Newer translations for 1.0.27.
Thanks @fguillot!
2016-04-11 21:04:45 +02:00
angystardust
01195682ca Add missing translatable string
While I was translating kanboard in italian language, I've found that there were 4 untranslatable strings.
This PR fix that for the main translation language file (fr-FR).
2016-04-11 21:01:33 +02:00
Dj Padzensky
a54f19424e Make user ID a sortable column in user management 2016-04-11 11:47:13 -07:00
Asim Husanovic
10e96fe63a Update Bosnian localization 2016-04-11 20:26:31 +02:00
Asim Husanovic
fb7a14e352 Updated Bosnian localization 2016-04-11 20:15:06 +02:00
Frederic Guillot
9f0166502b Added search in activity stream 2016-04-10 15:18:20 -04:00
Philip Steffen
b630bd06d2 Template: project/sidebar: set active-class in "Edit project" also in the other actions 2016-04-10 18:30:15 +02:00
Frederic Guillot
2eadfb2291 Refactor ProjectActivity model to use Filter and Formatter interface 2016-04-10 12:13:42 -04:00
Philip Steffen
3f067234fc Template: app/notifications: alert outside the page-header-div
On the other pages the alert is also outside the div
2016-04-10 18:07:46 +02:00
Frederic Guillot
38326c4ddf Added search by task creator 2016-04-10 08:15:10 -04:00
Frederic Guillot
7705f4c533 Added search in comments 2016-04-09 23:24:26 -04:00
Frederic Guillot
11858be4e8 Filter refactoring 2016-04-09 22:42:17 -04:00
Frédéric Guillot
42813d702d Merge pull request #2105 from djpadz/userbug
Flashing an error if a nonexistent user is added to a project.
2016-04-09 15:43:06 -04:00
Dj Padzensky
a941bfb2f9 Flashing an error if a nonexistent user is added to a project. 2016-04-08 15:20:34 -07:00