Commit Graph

361 Commits

Author SHA1 Message Date
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
Frederic Guillot 8a85550f92
Added unit test for PR #2388 2016-07-10 13:39:48 -04:00
Frederic Guillot 796ebb956a
Update ChangeLog and add new contributor 2016-07-03 21:21:38 -04:00
Frederic Guillot f87d3334e5
Take default swimlane into consideration for SwimlaneModel::getFirstActiveSwimlane() 2016-07-03 10:59:09 -04:00
Frederic Guillot d975a3ac45
Added more unit tests for task priority duplication 2016-07-03 10:45:34 -04:00
Frederic Guillot 4b5c3b0527
Use PHP7 for Docker image 2016-07-02 22:35:54 -04:00
Frederic Guillot 43337d58c0
Preserve role for existing users when using ReverseProxy authentication 2016-07-02 17:44:45 -04:00
Frederic Guillot 10d577ad9d
Handle priority for task and project duplication 2016-07-02 16:36:10 -04:00
Frederic Guillot abdfa46cfc
Fixed empty title for web notification with only one overdue task 2016-07-01 12:33:18 -04:00
Frederic Guillot 662506941f
Flush memory cache in worker to get latest config values 2016-07-01 11:34:14 -04:00
Frederic Guillot a089cd72de
Fixed lexer issue with non word characters 2016-07-01 09:47:10 -04:00
Frederic Guillot 1aab142127
Fixed identical background color for LetterAvatar on 32bits platforms 2016-06-29 21:45:28 -04:00
Frederic Guillot a49e7b7643
Expose task reference field to the user interface 2016-06-28 20:40:15 -04:00
Frederic Guillot 9a95621599
Improve ICal export 2016-06-26 16:14:27 -04:00
Frederic Guillot 82623f1a21
Added API calls for subtask time tracking 2016-06-26 15:47:02 -04:00
Frederic Guillot f621129836
Added new API calls for project attachements 2016-06-26 15:17:38 -04:00
Frederic Guillot 3d34681610
Added new API calls for external task links 2016-06-26 14:33:53 -04:00
Frederic Guillot c110dffefe
Added new API call: "getProjectByIdentifier" 2016-06-26 12:34:20 -04:00
Frederic Guillot b48c0cecbb
Added new arguments to project API calls and update composer.json 2016-06-26 11:57:28 -04:00
Frederic Guillot 4a230d331e
Added application and project roles validation for API procedure calls 2016-06-26 10:25:13 -04:00
Frederic Guillot 922e0fb6de
Rewrite integration tests to run with Docker containers 2016-06-25 14:34:46 -04:00
Frederic Guillot b6e92cb64a
Remove dropdown menus that are now available with task edit form 2016-06-24 18:09:01 -04:00
Frederic Guillot 17213da5ce
Use the same task form layout everywhere 2016-06-24 17:57:26 -04:00