Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-23 | Fixes for scrutinizer | Frédéric Guillot | |
2014-11-23 | Fix PHP 5.3 issue | Frédéric Guillot | |
2014-11-23 | Create TaskPosition model | Frédéric Guillot | |
2014-11-22 | addColumn() return the column_id now | Frédéric Guillot | |
2014-11-22 | Some refactoring for PHP 5.3 | Frédéric Guillot | |
2014-11-22 | Improve API to return id instead of a boolean | 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-20 | Add Markdown preview for textarea, see #407 | Frédéric Guillot | |
2014-11-20 | Move and clean some templates to a subfolder | Frédéric Guillot | |
2014-11-20 | Description should not be mandatory, see #400 | Frédéric Guillot | |
2014-11-20 | Fix date due ordering on the dashboard, see #403 | Frédéric Guillot | |
2014-11-16 | Add daily project summary export | Frédéric Guillot | |
2014-11-16 | Hide pagination when not necessary | 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-16 | Add script to find missing locales and update locales (pull-request #393) | Frédéric Guillot | |
2014-11-15 | Don't display analytics if not enough data | Frédéric Guillot | |
2014-11-15 | Add pagination and sorting to the dashboard | 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-13 | Add graph for user repartition | Frédéric Guillot | |
2014-11-13 | Move category template to a subfolder | Frédéric Guillot | |
2014-11-13 | Rename template file, fix #394 | Frédéric Guillot | |
2014-11-11 | Add subtasks to the dashboard | Frédéric Guillot | |
2014-11-09 | Improve css for tables | 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-09 | Add projects to the dashboard and rename some methods | Frédéric Guillot | |
2014-11-08 | Change form styles | Frédéric Guillot | |
2014-11-06 | Try another composer config | Frédéric Guillot | |
2014-11-06 | Change composer include files | Frédéric Guillot | |
2014-11-06 | Include all vendor files in the repo to be easier for people | Frédéric Guillot | |
2014-11-04 | Switch to composer | Frédéric Guillot | |
2014-11-04 | Fix issue subtasks status label #376 | Frédéric Guillot | |
2014-11-02 | Change layout (experimental) | Frédéric Guillot | |
2014-11-01 | Fix PHP notice for a template | Frédéric Guillot | |
2014-11-01 | Fix issue with notifications and projects that allow everybody | Frédéric Guillot | |
2014-10-26 | Update documentation | Frédéric Guillot | |
2014-10-25 | Show the project name when creating a task (#294 and #363) | Frédéric Guillot | |
2014-10-25 | Update german translation (see #364) | Frédéric Guillot | |
2014-10-25 | Finish github webhooks integration | Frédéric Guillot | |
2014-10-25 | Add icons and shortcuts to the board (pull-request #348) | Frédéric Guillot | |
2014-10-25 | Add pagination for users page | Frédéric Guillot | |
2014-10-24 | Rename Locales and Templates folders to be more consistent | Frédéric Guillot | |
2014-10-24 | Add Thai translation (pull-request #353) | Frédéric Guillot | |
2014-10-24 | Merge pull-request #356 (bugfix Helper\a()) | Frédéric Guillot | |
2014-10-24 | Update helpers.php, function a() | Oliver Bertuch | |
In helpers.php is a function a() used for link generation, i. e. by markdown(). In the opening <a> element was a /, which is ignored by many (all? most?) browsers, but leads to interesting result with jQuery inserting of HTML generated by that function. I stumbled upon this while developing code for a preview of textareas and not being able to show a link to a task (#1). | |||
2014-10-23 | Update task due notification template | David-Norris | |
* For each task past due, add link to task on kanboard if application_url is specified. * Add task due date. * Remove task link on footer. |