summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2014-10-25Add icons and shortcuts to the board (pull-request #348)Frédéric Guillot
2014-10-25Add pagination for users pageFrédéric Guillot
2014-10-24Rename Locales and Templates folders to be more consistentFrédéric Guillot
2014-10-24Add Thai translation (pull-request #353)Frédéric Guillot
2014-10-24Merge pull-request #356 (bugfix Helper\a())Frédéric Guillot
2014-10-24Update 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-23Update task due notification templateDavid-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-21Regular users were unable to update task time.David-Norris
Added 'time' to user_actions task array.
2014-10-21Update Danish and German translations (pull-requests #342, #339 and #341)Frédéric Guillot
2014-10-21Forget to rename a method callFrédéric Guillot
2014-10-21Merge pull-request #337 (Wrong french translation)Frédéric Guillot
2014-10-21Add option to allow everybody on a projectFrédéric Guillot
2014-10-21Changed "profile" into "profil" for french translationNicolas Lœuillet
2014-10-20Fix broken links (Markdown content) for public boards (#319)Frédéric Guillot
2014-10-20Update Chinese translation (pull-request #334)Frédéric Guillot
2014-10-20Add Danish translation (pull-request #336)Frédéric Guillot
2014-10-19Update Readme and sync localesFrédéric Guillot
2014-10-19Merge pull-request #332 (Update Swedish translation)Frédéric Guillot
2014-10-19Merge pull-request #331 (RSS feed fix)Frédéric Guillot
2014-10-19Merge pull-request #330 (Japanese translation)Frédéric Guillot
2014-10-19Update Swedish translationsgavlepeter
2014-10-18Fix RSS Feedsmoraxy
feed() still calls getAll() which was renamed to getProject() in 286b1935663ef3071ad6a0aae3078ad3a42b48e4
2014-10-17ja_JP locale supportYuichi Murata
2014-10-15Update Russian translation (pull-request #321)Frédéric Guillot
2014-10-15Tiny DocString updatemoraxy
Wrong example in DocString for 'u(...)'
2014-10-14Add a dashboard (first version)Frédéric Guillot
2014-10-12Project activity refactoring and listeners improvementsFrédéric Guillot
2014-10-12Move some Task model methods to the TaskFinder classFrédéric Guillot
2014-10-12Add pagination/column sorting for search and completed tasksFrédéric Guillot
2014-10-11Sqlite: change column type to numericFrédéric Guillot
2014-10-11Add 3 new fields for tasks: start date, time estimated and time spentFrédéric Guillot
2014-10-08Add Mysql escapingFrédéric Guillot
2014-10-07Add icon for shared board on the project listFrédéric Guillot
2014-10-07Allow public board iframe inclusion (see #309)Frédéric Guillot
2014-10-07Allow quickly creating and changing state of subtask (pull-request #312)Frédéric Guillot
2014-10-07Only send notifications to project members (#299)Frédéric Guillot
2014-10-07Add comment creation form to the task summary page (pull-request #300)Frédéric Guillot
2014-10-05Regular users are able to create private projectsFrédéric Guillot
2014-10-05Projects are not anymore visible to everybody by defaultFrédéric Guillot
2014-10-05Input date format is now a config parameter instead of the current localeFrédéric Guillot
2014-10-04Improve settings page and move some config parameters to the databaseFrédéric Guillot
2014-10-04Keep the checkbox 'another subtask' activated, see #295Frédéric Guillot
2014-09-28Add support for Github Issue WebhooksFrédéric Guillot
2014-09-28Improve automatic actions (check for compatible events/actions/parameters)Frédéric Guillot
2014-09-28Request::getValues() doesn't parse json request anymoreFrédéric Guillot
2014-09-28Move methods getIpAddress() and getUserAgent() to the Request classFrédéric Guillot
2014-09-27Hide users menu for non-admins (pull-request #284)Frédéric Guillot
2014-09-27Replace Markdown parser by ParsedownFrédéric Guillot
2014-09-24Update translations (pull-requests #282, #287 and #288)Frédéric Guillot
2014-09-23Move task edit form to the task layoutFrédéric Guillot