Commit Graph

433 Commits

Author SHA1 Message Date
Narbonne
5cfc09750a issue #2838 add dates in ChangeLog. 2016-11-24 16:33:40 +01:00
Frederic Guillot
6225469b91 Add button to close inline popups 2016-11-12 14:15:26 -05:00
Frederic Guillot
b2b25748f0 Update ChangeLog 2016-10-10 18:59:00 -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
f1d6673050 Add documentation for custom project roles 2016-09-11 21:53:52 -04:00
Frederic Guillot
102de7e386 Update ChangeLog 2016-09-05 21:26:22 -04:00
Frederic Guillot
49788b70ec Update documentation 2016-09-05 11:02:06 -04:00
Frederic Guillot
21f8cebe85 Add new Vue.js component to handle submit and cancel buttons 2016-09-04 20:03:24 -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
6bad0523e5 Do not show closed tasks on public boards 2016-09-01 20:52:40 -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
a24840a533 Add the possibility to unlock users from the user interface 2016-08-26 21:27:30 -04:00
Frederic Guillot
793eb1074f Update ChangeLog 2016-08-25 21:18:54 -04:00
Frederic Guillot
98798c5b76 Show both time spent and estimated on the board 2016-08-25 21:15:41 -04:00
Frederic Guillot
e2a9440c92 Fix undefined constant in config example file 2016-08-22 21:48:27 -04:00
Frederic Guillot
51fef80f7d Store board collapsed mode user preference in the database 2016-08-22 21:20:48 -04:00
Frederic Guillot
1d16a53c48 Store comment sorting direction in user metadata 2016-08-21 20:36:16 -04:00
Frederic Guillot
e110229bb9 Avoid tags overlapping on the board 2016-08-21 14:17:31 -04:00
Frederic Guillot
093905c895 Show project name in notifications 2016-08-21 13:45:06 -04:00
Frederic Guillot
5f82a942c0 Fix PHP notice when sending overdue notifications 2016-08-15 20:46:26 -04:00
Frederic Guillot
d8b60ca0fa Update test case, ChangeLog and contributors 2016-08-14 14:50:04 -04:00
Frederic Guillot
010199e8f8 Add the possibility to attach template hooks with a callback 2016-08-13 18:41:01 -04:00
Frederic Guillot
2ebe8b3272 Add the possibility to attach template hooks with local variables 2016-08-13 18:08:46 -04:00
Frederic Guillot
4ffaba2ba0 Add reference hooks 2016-08-13 14:23:53 -04:00
Frederic Guillot
c0ee8b4092 Show project name in task forms 2016-08-07 10:31:48 -04:00
Frederic Guillot
1dc947eac4 Convert vanilla CSS to SASS 2016-08-06 22:19:36 -04:00
Frederic Guillot
98efcf21e3 Update ChangeLog 2016-07-31 11:40:41 -04:00
Frederic Guillot
5e3e001377 Update ChangeLog and contributors list 2016-07-28 17:50:07 -04:00
Frederic Guillot
f3e16da4ac Allow users to see inactive projects 2016-07-28 16:56:37 -04:00
Frederic Guillot
9649f7ba82 Use the library PicoFeed to generate RSS/Atom feeds 2016-07-26 22:23:58 -04:00
Frederic Guillot
5d3ad534cc Removed individual column scrolling on board 2016-07-24 15:18:09 -04:00
Frederic Guillot
9d6715ddc0 Improve project page titles 2016-07-24 13:55:35 -04:00
Frederic Guillot
506ebf3bac Fixed typo in template that prevent project permissions to be duplicated 2016-07-24 10:08:57 -04:00
Frederic Guillot
ca45b5592b Add new automatic action to move the task to another column when not moved 2016-07-23 18:59:00 -04:00
Frederic Guillot
9b2a32af78 Add new automatic action to move a task to another column when closed 2016-07-23 18:33:31 -04:00
Frederic Guillot
2a42e0e1aa Added a new automatic action to set due date 2016-07-23 18:10:05 -04:00
Frederic Guillot
b6119e7dee Added internal task links to activity stream 2016-07-23 14:05:15 -04:00
Frederic Guillot
ec0ecc5b03 Added event for removed comments with some refactoring 2016-07-17 17:15:14 -04:00
Frederic Guillot
3aa0f85748 Fixed search query with multiple assignees (nested OR conditions) 2016-07-16 19:15:26 -04:00
Frederic Guillot
4364559805 Handle HTTP header X-Real-IP to get IP address 2016-07-16 14:11:14 -04:00
Frederic Guillot
6cfce7720a Fixed Markdown editor auto-grow on the task form 2016-07-15 21:05:15 -04:00
Frederic Guillot
6e35d8f22a Display project name for task auto-complete fields 2016-07-14 13:46:06 -04:00
Frederic Guillot
9496dfdb6d Make search attributes not case sensitive 2016-07-14 11:39:59 -04:00
Frederic Guillot
48ee733f9e Added search filter for task priority 2016-07-14 11:29:15 -04:00
Frederic Guillot
c020a45ee1 Make sure that the table schema_version use InnoDB for Mysql 2016-07-12 22:19:37 -04:00
Frederic Guillot
3813acf199 Fixed compatibility issue with PHP 5.3 for OAuthUserProvider class 2016-07-10 22:05:45 -04:00
Frederic Guillot
34d0995d55 Cherry-pick from PR #2435 (Show TOTP Issuer) 2016-07-10 14:18:10 -04:00