summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2014-11-23Create TaskPosition modelFrédéric Guillot
2014-11-22addColumn() return the column_id nowFrédéric Guillot
2014-11-22Some refactoring for PHP 5.3Frédéric Guillot
2014-11-22Improve API to return id instead of a booleanFrédéric Guillot
2014-11-22Move task creation to a seperate classFrédéric Guillot
2014-11-21Create TaskStatus modelFrédéric Guillot
2014-11-20Add Markdown preview for textarea, see #407Frédéric Guillot
2014-11-20Move and clean some templates to a subfolderFrédéric Guillot
2014-11-20Description should not be mandatory, see #400Frédéric Guillot
2014-11-20Fix date due ordering on the dashboard, see #403Frédéric Guillot
2014-11-16Add daily project summary exportFrédéric Guillot
2014-11-16Hide pagination when not necessaryFrédéric Guillot
2014-11-16Add cumulative flow diagramFrédéric Guillot
2014-11-16Remove conditionFrédéric Guillot
2014-11-16Add script to find missing locales and update locales (pull-request #393)Frédéric Guillot
2014-11-15Don't display analytics if not enough dataFrédéric Guillot
2014-11-15Add pagination and sorting to the dashboardFrédéric Guillot
2014-11-15Attach events only for board controllerFrédéric Guillot
2014-11-14Move some class instancaiations outside the routerFrédéric Guillot
2014-11-14Use Pimple instead of Core\Registry and add Monolog for loggingFrédéric Guillot
2014-11-13Add graph for user repartitionFrédéric Guillot
2014-11-13Move category template to a subfolderFrédéric Guillot
2014-11-13Rename template file, fix #394Frédéric Guillot
2014-11-11Add subtasks to the dashboardFrédéric Guillot
2014-11-09Improve css for tablesFrédéric Guillot
2014-11-09Start templates cleanup and reorganisationFrédéric Guillot
2014-11-09Analytics: add the first graph (task repartition)Frédéric Guillot
2014-11-09Add projects to the dashboard and rename some methodsFrédéric Guillot
2014-11-08Change form stylesFrédéric Guillot
2014-11-06Try another composer configFrédéric Guillot
2014-11-06Change composer include filesFrédéric Guillot
2014-11-06Include all vendor files in the repo to be easier for peopleFrédéric Guillot
2014-11-04Switch to composerFrédéric Guillot
2014-11-04Fix issue subtasks status label #376Frédéric Guillot
2014-11-02Change layout (experimental)Frédéric Guillot
2014-11-01Fix PHP notice for a templateFrédéric Guillot
2014-11-01Fix issue with notifications and projects that allow everybodyFrédéric Guillot
2014-10-26Update documentationFrédéric Guillot
2014-10-25Show the project name when creating a task (#294 and #363)Frédéric Guillot
2014-10-25Update german translation (see #364)Frédéric Guillot
2014-10-25Finish github webhooks integrationFrédéric Guillot
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