Commit Graph

63 Commits

Author SHA1 Message Date
Frederic Guillot
74e4a7b064 Add top links to the calendar 2015-01-17 17:27:34 -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
0ebdd4ddfd Cleanup and fixes 2015-01-02 21:48:26 -05:00
Frédéric Guillot
3076ba22dd Fix bugs, improve perfs and use SimpleLogger instead of Monolog 2015-01-02 17:19:13 -05:00
Frédéric Guillot
198f8d6a8e Add debug option 2014-12-31 12:56:29 -05:00
Frédéric Guillot
772804add8 Acl refactoring 2014-12-31 12:37:15 -05:00
Frédéric Guillot
34d7450d3c Template helpers refactoring 2014-12-28 11:28:50 -05:00
Frédéric Guillot
88d84073ae Add more subscribers 2014-12-27 21:11:11 -05:00
Frédéric Guillot
17dc5bdc9e Move events handling to Symfony\EventDispatcher 2014-12-27 19:10:38 -05:00
Frédéric Guillot
76019d7628 Add project owner support (allow user management to a regular user), see #316 2014-12-11 20:51:40 -05:00
Frédéric Guillot
9fb2e71189 Move tasks templates to a subfolder 2014-12-03 21:59:48 -05:00
Frédéric Guillot
50a9e2ba7d Move project templates to a subfolder 2014-12-01 21:23:46 -05:00
Frédéric Guillot
e72327d4b1 Improve session handler and add Ajax session check 2014-11-29 17:18:23 -05:00
Frédéric Guillot
895db9dd3c Add @property dateParser (phpdoc) 2014-11-26 21:34:55 -05:00
Frédéric Guillot
ac97b4120e Add @property phpdoc 2014-11-26 21:33:46 -05:00
Frédéric Guillot
3ba8e06632 Fix some Scrutinizer issues 2014-11-26 21:16:19 -05:00
Frédéric Guillot
653ee986db Fix issues with PHP 5.3 and phpdocs 2014-11-23 18:28:06 -05:00
Frédéric Guillot
81df22de23 Create TaskDuplication model 2014-11-23 18:23:20 -05:00
Frédéric Guillot
f684602ebe Create TaskModification model 2014-11-23 15:55:59 -05:00
Frédéric Guillot
35e4c1daaa Fixes for scrutinizer 2014-11-23 14:50:03 -05:00
Frédéric Guillot
15038cdb10 Move task creation to a seperate class 2014-11-22 10:05:44 -05:00
Frédéric Guillot
8f0e544cd9 Create TaskStatus model 2014-11-21 21:41:26 -05:00
Frédéric Guillot
8bf50d6a7f Add cumulative flow diagram 2014-11-16 20:51:59 -05:00
Frédéric Guillot
4494566fc7 Remove condition 2014-11-16 10:39:23 -05:00
Frédéric Guillot
af93754ec9 Attach events only for board controller 2014-11-15 18:42:49 -05:00
Frédéric Guillot
46f19336c0 Move some class instancaiations outside the router 2014-11-14 23:04:20 -05:00
Frédéric Guillot
b081288188 Use Pimple instead of Core\Registry and add Monolog for logging 2014-11-14 22:44:25 -05:00
Frédéric Guillot
7eadf7cfd8 Start templates cleanup and reorganisation 2014-11-09 20:04:27 -05:00
Frédéric Guillot
e89ba5e9e6 Analytics: add the first graph (task repartition) 2014-11-09 17:59:02 -05:00
Frédéric Guillot
37332ae222 Change layout (experimental) 2014-11-02 15:06:41 -05:00
Frédéric Guillot
074056352d Project activity refactoring and listeners improvements 2014-10-12 21:38:56 -04:00
Frédéric Guillot
4061927d21 Move some Task model methods to the TaskFinder class 2014-10-12 15:32:35 -04:00
Frédéric Guillot
b7060b33ef Add pagination/column sorting for search and completed tasks 2014-10-12 14:28:08 -04:00
Frédéric Guillot
acba6839a6 Add 3 new fields for tasks: start date, time estimated and time spent 2014-10-11 21:11:10 -04:00
Frédéric Guillot
f9e4915d75 Allow public board iframe inclusion (see #309) 2014-10-07 19:35:02 -04:00
Frédéric Guillot
d138834dcf Regular users are able to create private projects 2014-10-05 19:40:57 -04:00
Frédéric Guillot
8e5673e3d2 Improve settings page and move some config parameters to the database 2014-10-04 23:31:03 -04:00
Frédéric Guillot
484c9614d1 Regular users can remove only their own tasks 2014-09-23 15:17:04 +02:00
Frédéric Guillot
eeb4688dcc Add configuration option to enable/disable 'Strict-Transport-Security' HTTP header 2014-09-20 15:35:17 +02:00
Frédéric Guillot
41e796c52a Models refactoring/improvements 2014-09-20 14:49:31 +02:00
Frédéric Guillot
00cdc609d1 Extract project permissions to a separate class 2014-09-20 12:52:48 +02:00
Frédéric Guillot
5f96af82f2 Split Task model into smaller classes 2014-09-20 11:58:27 +02:00
Lim Yuen Hoe
ed13a04c4c redirect to original target page after logging in 2014-09-19 01:48:45 +08:00
Frédéric Guillot
12a688347c Improve Board::Index() and avoid useless HTTP redirects 2014-09-16 13:25:44 +02:00
Frédéric Guillot
28ff8dad91 Add subtasks and comments history 2014-09-10 16:21:47 +02:00
Frédéric Guillot
9bde377bbe Start to implement task history and project activity 2014-09-09 20:39:45 +02:00
Frédéric Guillot
e383c069f1 Add public view for tasks 2014-09-08 23:19:40 +02:00
Frédéric Guillot
9194a2604d Projects management refactoring 2014-08-30 14:08:46 -08:00
Frédéric Guillot
11b4715d29 Fix bug for password change 2014-08-19 18:29:13 -07:00
Frédéric Guillot
925b0ba2e5 Authentication backends refactoring 2014-08-16 13:59:37 -07:00