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
/
Task.php
Age
Commit message (
Expand
)
Author
2014-11-23
Create TaskDuplication model
Frédéric Guillot
2014-11-23
Create TaskModification model
Frédéric Guillot
2014-11-23
Create TaskPosition model
Frédéric Guillot
2014-11-22
Move task creation to a seperate class
Frédéric Guillot
2014-11-21
Create TaskStatus model
Frédéric Guillot
2014-11-16
Add cumulative flow diagram
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
2014-10-11
Add 3 new fields for tasks: start date, time estimated and time spent
Frédéric Guillot
2014-09-28
Add support for Github Issue Webhooks
Frédéric Guillot
2014-09-28
Improve automatic actions (check for compatible events/actions/parameters)
Frédéric Guillot
2014-09-22
Basic prototype to handle Github webhooks
Frédéric Guillot
2014-09-20
Models refactoring/improvements
Frédéric Guillot
2014-09-20
Extract project permissions to a separate class
Frédéric Guillot
2014-09-20
Split Task model into smaller classes
Frédéric Guillot
2014-09-18
Fix bug: overdue tasks email notification
Frédéric Guillot
2014-09-16
Add more events and notifications for tasks
Frédéric Guillot
2014-09-15
Run unit tests across different database backends + fix bugs
Frédéric Guillot
2014-09-12
Remove some code duplication (validation rules)
Frédéric Guillot
2014-09-11
Add icon for subtasks on the board
Frédéric Guillot
2014-09-10
Add subtasks and comments history
Frédéric Guillot
2014-09-09
Start to implement task history and project activity
Frédéric Guillot
2014-09-09
Improve project api procedures
Frédéric Guillot
2014-09-09
The color is not mandatory for task creation through the API
Frédéric Guillot
2014-09-08
Handle the case of tasks with bad previous positions
Frédéric Guillot
2014-09-08
Fix bug when moving tasks position in the same column
Frédéric Guillot
2014-09-05
Start to improve task Api operations and doc
Frédéric Guillot
2014-09-04
Task move position refactoring
Frédéric Guillot
2014-09-03
Change a category directly from the board
Frédéric Guillot
2014-09-01
Improve task duplication
Frédéric Guillot
2014-09-01
Add the possibility to duplicate a task to another project
Frédéric Guillot
2014-08-30
Move a task to another project
Frédéric Guillot
2014-08-17
Highlight recently modified tasks on board (pull-request #201)
Frédéric Guillot
2014-08-16
The fullname is displayed instead of the username if not empty
Frédéric Guillot
2014-08-15
Add email notifications
Frédéric Guillot
2014-07-19
Add Task CSV export and Kanboard CLI
Frédéric Guillot
2014-07-08
Add fields: task creator and modification date
Frédéric Guillot
2014-07-07
Fix bug: due date and score lost on update
Frédéric Guillot
2014-07-05
Add Postgresql support
Frédéric Guillot
2014-06-20
First API implementation
Frédéric Guillot
2014-05-26
Improve automatic actions (move task to another position same columns)
Frédéric Guillot
2014-05-26
Improve events handling
Frédéric Guillot
2014-05-25
Make sure that files are removed when a task is deleted
Frédéric Guillot
2014-05-23
Minor code improvements
Frédéric Guillot
2014-05-22
Add files upload
Frédéric Guillot
2014-05-22
Code refactoring (add autoloader and change files organization)
Frédéric Guillot