Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-10-21 | Regular users were unable to update task time. | David-Norris | |
Added 'time' to user_actions task array. | |||
2014-10-21 | Update Danish and German translations (pull-requests #342, #339 and #341) | Frédéric Guillot | |
2014-10-21 | Forget to rename a method call | Frédéric Guillot | |
2014-10-21 | Merge pull-request #337 (Wrong french translation) | Frédéric Guillot | |
2014-10-21 | Add option to allow everybody on a project | Frédéric Guillot | |
2014-10-21 | Changed "profile" into "profil" for french translation | Nicolas Lœuillet | |
2014-10-20 | Fix broken links (Markdown content) for public boards (#319) | Frédéric Guillot | |
2014-10-20 | Update Chinese translation (pull-request #334) | Frédéric Guillot | |
2014-10-20 | Add Danish translation (pull-request #336) | Frédéric Guillot | |
2014-10-19 | Update Readme and sync locales | Frédéric Guillot | |
2014-10-19 | Merge pull-request #332 (Update Swedish translation) | Frédéric Guillot | |
2014-10-19 | Merge pull-request #331 (RSS feed fix) | Frédéric Guillot | |
2014-10-19 | Merge pull-request #330 (Japanese translation) | Frédéric Guillot | |
2014-10-19 | Update Swedish translations | gavlepeter | |
2014-10-18 | Fix RSS Feeds | moraxy | |
feed() still calls getAll() which was renamed to getProject() in 286b1935663ef3071ad6a0aae3078ad3a42b48e4 | |||
2014-10-17 | ja_JP locale support | Yuichi Murata | |
2014-10-15 | Update Russian translation (pull-request #321) | Frédéric Guillot | |
2014-10-15 | Tiny DocString update | moraxy | |
Wrong example in DocString for 'u(...)' |