Age | Commit message (Expand) | Author |
2015-01-26 | Remove unused variables | Frederic Guillot |
2015-01-26 | Allow urls without project_id | Frederic Guillot |
2015-01-25 | Fix bug duplicate project with a too long name | Frederic Guillot |
2015-01-18 | Fix some phpdoc comments | Frederic Guillot |
2015-01-17 | Add top links to the calendar | Frederic Guillot |
2015-01-02 | Allow project managers to remove tasks | Frédéric Guillot |
2015-01-02 | Cleanup and fixes | Frédéric Guillot |
2015-01-02 | Fix bugs, improve perfs and use SimpleLogger instead of Monolog | Frédéric Guillot |
2014-12-31 | Add debug option | Frédéric Guillot |
2014-12-31 | Acl refactoring | Frédéric Guillot |
2014-12-28 | Template helpers refactoring | Frédéric Guillot |
2014-12-27 | Add more subscribers | Frédéric Guillot |
2014-12-27 | Move events handling to Symfony\EventDispatcher | Frédéric Guillot |
2014-12-11 | Add project owner support (allow user management to a regular user), see #316 | Frédéric Guillot |
2014-12-03 | Move tasks templates to a subfolder | Frédéric Guillot |
2014-12-01 | Move project templates to a subfolder | Frédéric Guillot |
2014-11-29 | Improve session handler and add Ajax session check | Frédéric Guillot |
2014-11-26 | Add @property dateParser (phpdoc) | Frédéric Guillot |
2014-11-26 | Add @property phpdoc | Frédéric Guillot |
2014-11-26 | Fix some Scrutinizer issues | Frédéric Guillot |
2014-11-23 | Fix issues with PHP 5.3 and phpdocs | Frédéric Guillot |
2014-11-23 | Create TaskDuplication model | Frédéric Guillot |
2014-11-23 | Create TaskModification model | Frédéric Guillot |
2014-11-23 | Fixes for scrutinizer | Frédéric Guillot |
2014-11-22 | Move task creation to a seperate class | Frédéric Guillot |
2014-11-21 | Create TaskStatus model | Frédéric Guillot |
2014-11-16 | Add cumulative flow diagram | Frédéric Guillot |
2014-11-16 | Remove condition | Frédéric Guillot |
2014-11-15 | Attach events only for board controller | Frédéric Guillot |
2014-11-14 | Move some class instancaiations outside the router | Frédéric Guillot |
2014-11-14 | Use Pimple instead of Core\Registry and add Monolog for logging | Frédéric Guillot |
2014-11-09 | Start templates cleanup and reorganisation | Frédéric Guillot |
2014-11-09 | Analytics: add the first graph (task repartition) | Frédéric Guillot |
2014-11-02 | Change layout (experimental) | Frédéric Guillot |
2014-10-12 | Project activity refactoring and listeners improvements | Frédéric Guillot |
2014-10-12 | Move some Task model methods to the TaskFinder class | Frédéric Guillot |
2014-10-12 | Add pagination/column sorting for search and completed tasks | Frédéric Guillot |
2014-10-11 | Add 3 new fields for tasks: start date, time estimated and time spent | Frédéric Guillot |
2014-10-07 | Allow public board iframe inclusion (see #309) | Frédéric Guillot |
2014-10-05 | Regular users are able to create private projects | Frédéric Guillot |
2014-10-04 | Improve settings page and move some config parameters to the database | Frédéric Guillot |
2014-09-23 | Regular users can remove only their own tasks | Frédéric Guillot |
2014-09-20 | Add configuration option to enable/disable 'Strict-Transport-Security' HTTP h... | Frédéric Guillot |
2014-09-20 | Models refactoring/improvements | Frédéric Guillot |
2014-09-20 | Extract project permissions to a separate class | Frédéric Guillot |
2014-09-20 | Split Task model into smaller classes | Frédéric Guillot |
2014-09-19 | redirect to original target page after logging in | Lim Yuen Hoe |
2014-09-16 | Improve Board::Index() and avoid useless HTTP redirects | Frédéric Guillot |
2014-09-10 | Add subtasks and comments history | Frédéric Guillot |
2014-09-09 | Start to implement task history and project activity | Frédéric Guillot |