Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
* 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.
|
|
Added 'time' to user_actions task array.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
feed() still calls getAll() which was renamed to getProject() in 286b1935663ef3071ad6a0aae3078ad3a42b48e4
|
|
|
|
|
|
Wrong example in DocString for 'u(...)'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|