Commit Graph

443 Commits

Author SHA1 Message Date
Frederic Guillot
344f585a32 Improve comments design 2016-03-19 11:56:28 -04:00
Frederic Guillot
73bae9bb34 Rename controller TaskLink to TaskInternalLink 2016-03-18 21:16:25 -04:00
Frederic Guillot
854457baf0 Improve task summary sections 2016-03-18 21:00:14 -04:00
Frederic Guillot
b061945f0e Show server configuration in settings page 2016-03-12 09:52:00 -05:00
Frederic Guillot
241ca53e47 Added "?" to display list of keyboard shortcuts 2016-03-11 23:01:38 -05:00
Olivier Maridat
7b20a14e8d Enhance task link view to mimic the subtask view 2016-03-09 11:10:35 +01:00
Frederic Guillot
f91f3214c1 Always display project name and task title in task views 2016-03-08 22:02:42 -05:00
Frederic Guillot
22c5e32def Improve automatic action creation 2016-03-05 17:40:49 -05:00
Frederic Guillot
1e169ae16c Import automatic actions from another project 2016-03-05 13:39:55 -05:00
Frederic Guillot
9b68c3bc77 Fix ambiguous column name with very old version of Sqlite 2016-03-04 22:21:54 -05:00
Frederic Guillot
f9f5d7188b Fix security issue: Unexpected access to any tasks from a shared public board 2016-03-04 22:06:55 -05:00
Frederic Guillot
a7f3e3bec5 PHPdoc cleanup 2016-03-04 21:11:12 -05:00
Frederic Guillot
8f3e2b2e5c Helper refactoring 2016-03-04 20:10:34 -05:00
Frederic Guillot
f32507d423 Add namespace Export and move classes 2016-03-04 17:57:45 -05:00
Frederic Guillot
6ef83d0e05 Add unit test for transition model 2016-02-29 22:40:26 -05:00
Frederic Guillot
5fe68d4d49 Add drag and drop to change swimlane positions 2016-02-20 18:11:08 -05:00
Frederic Guillot
0261c751cf Fix cosmetic issues and update api documentation 2016-02-20 15:31:26 -05:00
Frederic Guillot
fc468088c3 Split Board model into multiple classes 2016-02-20 15:08:18 -05:00
Frederic Guillot
8383252286 Sync locales 2016-02-20 11:34:16 -05:00
Frederic Guillot
c8c1242c26 Add drag and drop to change column positions 2016-02-20 11:24:43 -05:00
Frederic Guillot
2d27c36a71 Use inline popup to create new columns 2016-02-20 10:46:10 -05:00
Frederic Guillot
de4519fa2c Add subtasks drag and drop 2016-02-19 22:59:47 -05:00
Frederic Guillot
9249498503 Add file preview for Markdown and text files 2016-02-16 22:06:53 -05:00
Frederic Guillot
8936792f6f Add file attachements to projects 2016-02-16 21:12:43 -05:00
Frederic Guillot
5bbc903dca Start to implement a project overview page 2016-02-16 17:28:11 -05:00
Frederic Guillot
07e3f51edb Move project header templates to folder project_header 2016-02-14 16:11:55 -05:00
Frederic Guillot
8477da2643 Rename File controller to TaskFile 2016-02-14 15:49:59 -05:00
Frederic Guillot
8e25c875f2 Add ProjecFile and TaskFile models 2016-02-14 15:25:16 -05:00
Frederic Guillot
738b6ae583 Add file drag and drop and asynchronous upload 2016-02-13 19:24:36 -05:00
Frederic Guillot
6161eaef9e Enable/Disable users 2016-02-13 15:38:35 -05:00
Frederic Guillot
567d623446 Add setting option to disable private projects 2016-02-13 12:39:49 -05:00
Frederic Guillot
70557833a7 Merge pull-request #1837 2016-02-13 10:57:36 -05:00
Nick Blackledge
71dc812ae6 Fixed issue with customer filter popover and added confirmation for removal 2016-02-13 22:06:23 +11:00
Dj Padzensky
773bf36733 Added a DISABLE_LOGOUT constant, to allow the logout command to be disabled, for support of external SSO solutions. 2016-02-12 15:56:13 -08:00
Frederic Guillot
a46757778f Rename hooks 2016-02-09 21:40:57 -05:00
Frederic Guillot
8d8ca37e73 Add more hooks 2016-02-09 21:34:55 -05:00
Frederic Guillot
ac2bf9d553 Fix PHP notices during creation of first project and in subtasks table 2016-02-08 18:24:15 -05:00
Frederic Guillot
07dd8882e8 Fix subtask redirection 2016-02-07 09:34:05 -05:00
Frederic Guillot
58cef28967 The date time format can be chosen in application settings 2016-02-06 18:08:41 -05:00
Frederic Guillot
a976afdeb0 Export only open tasks in iCal feed 2016-02-05 21:11:34 -05:00
Frederic Guillot
9840fa8e07 Fix pagination on task time tracking page 2016-02-05 19:19:39 -05:00
Frederic Guillot
e2181612b9 Remove time form on task summary page and move that to task edit form 2016-02-05 19:00:40 -05:00
Frederic Guillot
a683c17fa7 Move template recurrence_info 2016-02-05 18:39:41 -05:00
Frederic Guillot
4e07ad6555 Improve subtask toggle status and timer 2016-02-05 18:30:16 -05:00
Frederic Guillot
12aaec03b1 Fix php notice, see #1777 2016-02-04 21:42:46 -05:00
Frederic Guillot
0f2b46dd6a Do not refresh the whole page when changing subtask status (work in progress) 2016-02-04 21:38:53 -05:00
Frederic Guillot
346151e103 Add dropdown menu with inline popup for all task actions 2016-02-03 20:53:07 -05:00
Frederic Guillot
5eb4b570a1 Show subtask modification forms in inline popup 2016-02-02 21:28:07 -05:00
Frederic Guillot
eaf2b0949b Add new merge hook to override default form values 2016-02-01 19:27:28 -05:00
Frederic Guillot
26492aba7e Simplify layout and templates generation 2016-01-31 21:44:49 -05:00