Commit Graph

668 Commits

Author SHA1 Message Date
Frederic Guillot
63716637ed Improve filterSubject() helper method 2017-02-05 12:03:18 -05:00
Frederic Guillot
6307070507 Do not try to format size if 0 2017-02-04 18:25:41 -05:00
Frederic Guillot
d5c4c18ea0 Add email address field for projects 2017-02-04 16:03:29 -05:00
Frederic Guillot
c185d24156 Update SQL exports 2017-01-28 11:37:43 -05:00
Frederic Guillot
81d14efbd1 Simplify date and time configuration to avoid potential validation issues 2017-01-24 20:16:43 -05:00
Frederic Guillot
d81fb20df6 Fix wrong datetime formatting when task form shows validation errors 2017-01-24 20:04:58 -05:00
Frederic Guillot
10d96bfd66 Add user invitations 2017-01-22 22:38:00 -05:00
Lev Lazinskiy
8e18c39db9 Add date_modification to comments (PR #2950) 2017-01-22 12:39:30 -05:00
Frederic Guillot
2cac4c811d Add workaround when IE11 submit corrupted multipart/form-data 2017-01-14 13:44:57 -05:00
Frederic Guillot
5ce0ebdd26 Rename methods to render fields in TaskHelper and SubtaskHelper 2017-01-08 18:07:38 -05:00
Frederic Guillot
07f9700179 Offer the possibility to define version compatibility from plugins 2017-01-08 17:02:31 -05:00
Frederic Guillot
ae708a712a Offer the possibility to override internal formatter objects from plugins 2016-12-20 20:06:39 -05:00
Frederic Guillot
a957195952 Add test case for ExternalTaskManager::getProvidersList() 2016-12-20 17:40:33 -05:00
Frederic Guillot
07c44d2113 Avoid code duplication in PR #2891 2016-12-19 22:27:13 -05:00
Frederic Guillot
2decbe28b5 Add tags parameter to task API calls 2016-12-18 18:19:25 -05:00
Frederic Guillot
1186104469 Add API calls to manage tags 2016-12-17 17:02:29 -05:00
Frederic Guillot
aafa1de4d5 Handle username with dots in user mentions 2016-12-17 12:11:17 -05:00
Frederic Guillot
6d2bd7383a Make sure user mention events are serialized before to push in queue 2016-12-04 18:43:53 -05:00
Frederic Guillot
e0aeb4ca1b Add missing service provider for plugin tests 2016-12-03 17:44:59 -05:00
Frederic Guillot
b8f7532e5c Add personal API access token 2016-12-03 15:43:36 -05:00
Frederic Guillot
23d862aef8 Add suggest menu for task ID 2016-12-03 12:56:12 -05:00
Frederic Guillot
faef2e85d1 Fix field too small for application settings 2016-12-02 20:49:30 -05:00
Frederic Guillot
f73d0d2ac9 Make user mentions great again 2016-12-01 22:52:58 -05:00
Frederic Guillot
700e226ba8 Fix link generation when user mention is followed by a punctuation mark 2016-11-30 18:26:40 -05:00
Frederic Guillot
d8b0423d15 Add suggest menu for user mentions in text editor 2016-11-27 15:44:45 -05:00
Frederic Guillot
94cd5869bf Do not load translations from a relative path
When the application is installed outside of the
document root, loading translations will not work.
2016-11-15 20:43:14 -05:00
Frederic Guillot
f758ddfc5e Improve unit test for translation files 2016-11-06 11:41:32 -05:00
Frederic Guillot
ae5d31e4c2 Add ExternalTaskManager class 2016-11-01 22:18:43 -04:00
Frederic Guillot
26e901dfe6 Accept more file types for FileLinkProvider 2016-10-09 21:17:14 -04:00
Frederic Guillot
9eefe6a358 Improve task status filter 2016-10-09 20:50:26 -04:00
Frederic Guillot
71ad04cd66 Add filter tag:none 2016-10-09 20:35:30 -04:00
Frederic Guillot
c2f1cc8f74 Restrict task complexity to a specific range to avoid integer overflow 2016-10-08 09:58:11 -04:00
Frederic Guillot
096b000c59 Add restriction to disable task drag and drop for a project 2016-10-07 08:45:18 -04:00
Frederic Guillot
a65941eadb Add new automatic action to close task based on date moved 2016-09-19 21:28:11 -04:00
Frederic Guillot
91c1109b05 Change column move restriction behavior 2016-09-19 20:45:36 -04:00
Frederic Guillot
3043163747 Add column restrictions to custom project roles 2016-09-18 21:19:48 -04:00
Frederic Guillot
c84df535b6 Improve column restrictions 2016-09-11 18:32:47 -04:00
Frederic Guillot
d8f6d85683 Add project restrictions for custom roles 2016-09-11 16:08:03 -04:00
Frederic Guillot
a0227cad69 Define only what is allowed for column restrictions 2016-09-10 23:12:38 -04:00
Frederic Guillot
44f680cf2f Add ui to create new custom project roles and column restrictions 2016-09-10 22:37:57 -04:00
Frederic Guillot
75470c7242 Apply column restrictions to the board 2016-09-08 22:33:16 -04:00
Frederic Guillot
fedf4ea2de Custom project roles inherit from project members 2016-09-08 20:44:03 -04:00
Frederic Guillot
dded773749 Add new models ColumnMoveRestrictionModel and ProjectRoleModel 2016-09-07 22:40:38 -04:00
Frederic Guillot
ffd58d06fa Support version operators for plugin directory: >= and > 2016-09-03 18:02:00 -04:00
Frederic Guillot
a7f720ecbb Improve TaskExport class 2016-09-03 17:38:35 -04:00
Frederic Guillot
1b6b1cc5e6 Time spent for subtasks are not rounded too the nearest quarter anymore 2016-08-31 21:32:29 -04:00
Frederic Guillot
3861e90336 Fix wrong project date format (shown as 01/01/1970) 2016-08-31 21:04:22 -04:00
Frederic Guillot
08bdb708e7 Add the possibility to move tasks without drag and drop 2016-08-28 22:30:48 -04:00
Frederic Guillot
fb24b527f2 Merge pull-request #2587 2016-08-23 20:24:43 -04:00
Frederic Guillot
e2a9440c92 Fix undefined constant in config example file 2016-08-22 21:48:27 -04:00