Commit Graph

148 Commits

Author SHA1 Message Date
Frederic Guillot 46eafe105f Add ical export for users 2015-05-18 12:56:32 -04:00
Frederic Guillot 46e9c1fb2c Fix bug when creating project in Dutch 2015-05-17 10:24:49 -04:00
Frederic Guillot 4d6e5d2e2c Add new automatic action to update the start date 2015-05-16 21:47:16 -04:00
Frederic Guillot b028b3586c Return application url if defined for the helper getCurrentBaseUrl() 2015-05-14 11:10:30 -04:00
Frederic Guillot d75e2fcaa7 Recurring tasks (#847): add unit test 2015-05-10 17:39:00 -04:00
Frederic Guillot 4641d4cf77 Improve Link::getOppositeLinkId() 2015-05-09 23:00:23 -04:00
Frederic Guillot 5d5ba44337 Update task links, assignee and time tracking (#775), group links by label (#669)
Merge and modification of pull-request #785
2015-05-09 22:09:09 -04:00
Frederic Guillot 46d711cf51 Fix bug: task references are not unique 2015-05-03 11:48:18 -04:00
Frederic Guillot f190be9e2d Add Sendgrid integration (incoming email handling) 2015-04-19 19:23:42 -04:00
Frederic Guillot ac86c3100a Add Mailgun integration (incoming emails) 2015-04-19 16:01:41 -04:00
Frederic Guillot 1891e87d03 Add Postmark integration (inbound emails for task creation) 2015-04-19 14:48:12 -04:00
Frederic Guillot 54449d48c4 Fix bug when moving subtasks with non consecutive positions 2015-04-18 15:10:40 -04:00
Frederic Guillot 7b7ea56460 Fix issue move column up/down with non consecutive positions 2015-04-18 14:28:55 -04:00
Frederic Guillot a264a53e3b Rename action TaskAssignColor to TaskAssignColorColumn 2015-04-03 18:56:05 -04:00
Manish Lad 248c160534 Ability to assign a task color based on an event.
Initially supported event: task moved to a column
2015-04-03 22:43:02 +01:00
Frederic Guillot ed54d852db Display projects on the dashboard and board selector when everybody allowed is checked 2015-03-21 18:16:04 -04:00
Frederic Guillot da83634606 Change relative date in unit tests 2015-03-15 21:35:34 -04:00
Frederic Guillot 253996901a Calculate the time spent based on the timetable 2015-03-14 20:53:33 -04:00
Frederic Guillot c870508923 Add user timetables 2015-03-09 21:37:10 -04:00
Frederic Guillot 7328995645 Add user cost 2015-03-07 16:50:36 -05:00
Frederic Guillot 23f8f2c576 Add api procedure to get the application version 2015-03-01 20:25:46 -05:00
Frederic Guillot 35d99ec5d3 Add subtask position 2015-03-01 18:03:58 -05:00
Francois Ferrand 34a0216ca7 Add REST api to manage actions. 2015-02-25 11:35:31 +01:00
Frederic Guillot 353117f44e Display unfinished subtasks in the calendar 2015-02-15 21:00:04 -05:00
Frederic Guillot 2491ada0db Display subtask time tracking in the calendar 2015-02-15 16:34:56 -05:00
Frederic Guillot 998ef43e53 Add a section to display keyboard shorcuts 2015-02-14 23:09:53 -05:00
Frederic Guillot f7e4c3928a Refactoring/simplification of the pull-request about links 2015-02-14 16:11:13 -05:00
Frederic Guillot 6f94ce6af3 Add Bitbucket webhook 2015-02-08 21:13:59 -05:00
Frederic Guillot 813b7c4c00 Add unit test for subtask time tracking 2015-02-08 13:46:38 -05:00
Frederic Guillot 00b9508d81 Be able to disable the login form for specific users 2015-02-07 23:28:17 -05:00
Frederic Guillot 607d9dc794 Add delta to unit test 2015-02-07 22:05:31 -05:00
Frederic Guillot 2d890cbc71 Update task time tracking based on subtask time tracking 2015-02-07 19:39:39 -05:00
Frederic Guillot fa6d19928a Rename subtask model 2015-02-07 18:36:16 -05:00
Michael Lüpkes 4bf6e6d5c4 Another fix for 5.3 syntax (see above) 2015-02-03 11:32:51 +01:00
Michael Lüpkes 644f511df2 Fix for syntax unsupported in PHP 5.3 2015-02-03 11:28:38 +01:00
Michael Lüpkes e5ea361255 Implemented Changes to Project Duplication to include Swimlanes and Tasks.
ProjectDuplication::duplicate accepts additional param of type array now. Array includes which optional parts to duplicate. Optional parts are: 'swimlane', 'category', 'task', 'action'.
2015-02-03 11:16:10 +01:00
Frederic Guillot 40ca850707 Add column description (merge/change pull-request #549) 2015-02-01 14:19:49 -05:00
Frederic Guillot b42830e77d Update unit tests 2015-02-01 11:10:32 -05:00
Colin Williams a3329ce0e8 Allow public access to colors stylesheet. 2015-01-29 08:40:04 +00:00
Frederic Guillot 28a7f57d86 Store due date without the time 2015-01-25 18:55:11 -05:00
Frederic Guillot 1fc6d69e2e Fix bug duplicate project with a too long name 2015-01-25 18:08:28 -05:00
Frederic Guillot 0812ceedde Merge fix #545, fix invalid HTML when linking to URLs with numeric fragment identifiers and update Parsedown 2015-01-25 12:23:27 -05:00
Frederic Guillot 84b0f0df90 Add project calendars (merge/refactoring of #490) 2015-01-17 17:11:51 -05:00
Frederic Guillot b1e484fad6 Change events for project modification subscriber 2015-01-10 15:03:42 -05:00
Frederic Guillot 99d27e0ce4 Allow users to override the timezone and the language 2015-01-04 22:34:59 -05:00
Frédéric Guillot 5c6b67bd76 Allow project managers to remove tasks 2015-01-02 22:14:28 -05:00
Frédéric Guillot 45c95d74fc Various fixes and improvements 2015-01-02 21:11:19 -05:00
Frédéric Guillot c32567857d Move activity event data to json instead of PHP serialization 2014-12-31 15:30:21 -05:00
Frédéric Guillot 27f4537079 Fix bug tasks don't show up on board/swimlanes 2014-12-31 13:47:47 -05:00
Frédéric Guillot 772804add8 Acl refactoring 2014-12-31 12:37:15 -05:00