summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-16Hide tasks when filter is activated.Francois Ferrand
Simply changing is opacity is nice, but does not work well when the board contains more tasks then fit on the screen. Moreover, moving tasks now properly handles in controller/model, so it is possible to show only some tasks.
2015-02-12Fix bug project creation with hu_HU locales (duplicate column name)Frederic Guillot
2015-02-11Add subscriber for task (moved date)Frederic Guillot
2015-02-11Fix bug url redirection after loginFrederic Guillot
2015-02-11Improve pull-requestFrederic Guillot
2015-02-11Task age and time spent in one column.ashbike
Details: https://github.com/fguillot/kanboard/issues/608
2015-02-10Add subtask time tracking in the task viewFrederic Guillot
2015-02-10Update api exampleFrederic Guillot
2015-02-09Display subtask icon status and title everywhereFrederic Guillot
2015-02-09Code cleanup + minor css improvementFrederic Guillot
2015-02-09- Markdown supported in column description.ashbike
- Project > Edit Board and Project Summary pages now show description as tooltip. - Project > Edit Board shows textarea with markdown preview. Edit column also shows markdown preview. - Fixed bug while adding a new column inserts description as column limit.
2015-02-09add docu getProjectActivity + getOverdueTasks to APIBlueTeck
2015-02-09added getProjectActivity + getOverdueTasks to APIBlueTeck
2015-02-09update german translationBlueTeck
2015-02-09Update translations.phpmfoucrier
here is my small contribution to your beautiful software
2015-02-08Add Bitbucket webhookFrederic Guillot
2015-02-08Add z-index property to the popoverFrederic Guillot
2015-02-08Update moment.js and add timezone in templateFrederic Guillot
2015-02-08Add user calendar view on the dashboard and in the user management sectionFrederic Guillot
2015-02-08Improve js and add native language support for datepicker and calendarFrederic Guillot
2015-02-08Add unit test for subtask time trackingFrederic Guillot
2015-02-08Improve sidebar css (fix #593)Frederic Guillot
2015-02-07Be able to disable the login form for specific usersFrederic Guillot
2015-02-07Add delta to unit testFrederic Guillot
2015-02-07Add time tracking for subtasks on the dashboardFrederic Guillot
2015-02-07Add task time tracking on the dashboardFrederic Guillot
2015-02-07Update subtask spent based on the time trackingFrederic Guillot
2015-02-07Update task time tracking based on subtask time trackingFrederic Guillot
2015-02-07Rename subtask modelFrederic Guillot
2015-02-07Add list items for the dropdownFrederic Guillot
2015-02-07Add toggle/expend links on the dashboardFrederic Guillot
2015-02-07Make the sidebar relative/responsiveFrederic Guillot
2015-02-07Add commaFrederic Guillot
2015-02-07Add related project sectionFrederic Guillot
2015-02-07Regenerate assets and add a documentation for thatFrederic Guillot
2015-02-07Update translation docFrederic Guillot
2015-02-07Uncheck tasks and swimlanes from project duplication and update translationsFrederic Guillot
2015-02-07Merge pull-request #580Frederic Guillot
2015-02-07Merge pull-request #592Frederic Guillot
2015-02-07new german translationBlueTeck
2015-02-07Calendar: fix #563BlueTeck
2015-02-07Reduce duplication in Notification::getMailSubject()Colin Williams
2015-02-07Reduce complexity and duplication in LDAP::lookup()Colin Williams
2015-02-07Use $max_length parameter in getClonedProjectName.Colin Williams
2015-02-04Add subtasks restrictions and time trackingFrederic Guillot
2015-02-04Add user dashboard viewFrederic Guillot
2015-02-03Another fix for 5.3 syntax (see above)Michael Lüpkes
2015-02-03Fix for syntax unsupported in PHP 5.3Michael Lüpkes
2015-02-03Implemented Changes to Project Duplication to include Swimlanes and Tasks.Michael Lüpkes
ProjectDuplication::duplicate accepts additional param of type array now. Array includes which optional parts to duplicate. Optional parts are: 'swimlane', 'category', 'task', 'action'.
2015-02-01Add shortcut link to close a task from the dropdown menuFrederic Guillot