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
/
Board.php
Age
Commit message (
Expand
)
Author
2016-01-13
Move some validators to separate classes
Frederic Guillot
2015-10-19
Cosmetic fixes
Frederic Guillot
2015-10-17
Run php-cs-fixer on the code base
Frederic Guillot
2015-10-13
Change namespace to add Kanboard as prefix
Frederic Guillot
2015-10-07
Duplicate a project with tasks will copy the new tasks in the same columns
Frederic Guillot
2015-09-26
Show complexity sum across all swimlanes
Frederic Guillot
2015-09-26
Show number of tasks for each column across all swimlanes
Frederic Guillot
2015-07-19
Fix minor issues
Frederic Guillot
2015-07-04
Refactoring to implement new layout with filters: board/calendar/list views (...
Frederic Guillot
2015-06-20
Improve automatic action duplication with unit tests and improve database schema
Frederic Guillot
2015-05-05
2nd Recurring Tasks Commit
David-Norris
2015-04-18
Fix PHP 5.3 issue
Frederic Guillot
2015-04-18
Fix issue move column up/down with non consecutive positions
Frederic Guillot
2015-04-07
Display the sum of task complexity in the column
Frederic Guillot
2015-02-09
- Markdown supported in column description.
ashbike
2015-02-01
Add column description (merge/change pull-request #549)
Frederic Guillot
2015-02-01
Add collapsible swimlanes (merge and improve pull-request #565)
Frederic Guillot
2015-01-25
Do not show inactive projects info on the dashboard and update picodb (merge ...
Frederic Guillot
2015-01-17
Add project calendars (merge/refactoring of #490)
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-27
Fix some PHPAnalyzer issues
Frédéric Guillot
2014-12-26
Add swimlanes
Frédéric Guillot
2014-11-23
Fix some issues
Frédéric Guillot
2014-11-22
addColumn() return the column_id now
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-05
Regular users are able to create private projects
Frédéric Guillot
2014-09-17
Improve board API calls
Frédéric Guillot
2014-09-12
Add settings field to control project columns (pull-request #244)
Frédéric Guillot
2014-09-04
Task move position refactoring
Frédéric Guillot
2014-08-30
Move a task to another project
Frédéric Guillot
2014-08-19
Fix a bug and improve project cloning code
Frédéric Guillot
2014-08-15
Add email notifications
Frédéric Guillot
2014-07-05
Add Postgresql support
Frédéric Guillot
2014-06-25
Merge pull-request #140 (several small fixes)
Frédéric Guillot
2014-06-20
First API implementation
Frédéric Guillot
2014-05-22
Code refactoring (add autoloader and change files organization)
Frédéric Guillot