index
:
kanban
master
Custom fork of https://github.com/kanboard/kanboard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Model
/
TaskFinder.php
Age
Commit message (
Expand
)
Author
2016-02-20
Split Board model into multiple classes
Frederic Guillot
2016-02-14
Add ProjecFile and TaskFile models
Frederic Guillot
2016-01-31
When creating a new project, have the possibility to select another project t...
Frederic Guillot
2016-01-30
Add external links for tasks with plugin api
Frederic Guillot
2016-01-24
Add configurable task priority
Frederic Guillot
2015-12-07
added working template of compare hours
Matthew Cillo
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-10-01
Fix Postgres issue "Cardinality violation" when there is multiple "is_milesto...
Frederic Guillot
2015-09-18
Add some tests
Frederic Guillot
2015-09-17
#1232 Api changes: new getMyOverdueTasks, new getOverdueTasksByProject, allo...
Timo Litzbarski
2015-08-28
Fix postgres issues
Frederic Guillot
2015-08-22
Add milestone marker in board task
Frederic Guillot
2015-08-16
Add project users overview
Frederic Guillot
2015-07-20
Add current values when moving/duplicate a task to another project and add a ...
Frederic Guillot
2015-07-18
Add missing column
Frederic Guillot
2015-07-18
Add new search attribute for swimlane
Frederic Guillot
2015-07-04
Refactoring to implement new layout with filters: board/calendar/list views (...
Frederic Guillot
2015-07-03
Fix regression in the model for "Completed task" view
Olivier Maridat
2015-07-01
Remove method Category::getBoardCategories()
Frederic Guillot
2015-07-01
Add global search section
Frederic Guillot
2015-06-28
Add category attribute for advanced search
Frederic Guillot
2015-06-27
PicoDb update
Frederic Guillot
2015-06-24
Add timer for subtasks and remove settings for subtask time tracking
Frederic Guillot
2015-06-18
Merge pull-request #907
Frederic Guillot
2015-06-14
Improve activity stream/notification for task update events and add new notif...
Frederic Guillot
2015-06-07
Add user filter/condition for notifications
Frederic Guillot
2015-06-04
adding time estimated in de task footer and swimlanes' name in the task details
Fábio Hideki
2015-05-10
Merge pull-request #847 (recurring tasks)
Frederic Guillot
2015-05-03
Fix bug: task references are not unique
Frederic Guillot
2015-05-03
Initial Recurring Tasks Commit
David-Norris
2015-02-28
Rename subtasks and files tables
Frederic Guillot
2015-02-14
Refactoring/simplification of the pull-request about links
Frederic Guillot
2015-02-13
Add task links (Merge pull-request #610)
Frederic Guillot
2015-02-11
Improve pull-request
Frederic Guillot
2015-02-11
Task age and time spent in one column.
ashbike
2015-02-07
Add task time tracking on the dashboard
Frederic Guillot
2015-01-26
Allow urls without project_id
Frederic Guillot
2015-01-25
Do not show inactive projects info on the dashboard and update picodb (merge ...
Frederic Guillot
2015-01-18
Pagination refactoring
Frederic Guillot
2015-01-02
Fix bugs, improve perfs and use SimpleLogger instead of Monolog
Frédéric Guillot
2014-12-31
Fix bug tasks don't show up on board/swimlanes
Frédéric Guillot
2014-12-26
Add swimlanes
Frédéric Guillot
2014-11-15
Add pagination and sorting to the dashboard
Frédéric Guillot
2014-10-14
Add a dashboard (first version)
Frédéric Guillot
2014-10-12
Move some Task model methods to the TaskFinder class
Frédéric Guillot
2014-10-12
Add pagination/column sorting for search and completed tasks
Frédéric Guillot