Go to file
Rys Sommefeldt b30a4fca24 Allow priority changes when start and end differ
It's common to want an 'inverted' priority range, for example where P0 is the highest. The task helper logic would hide priority editing when priority_end was larger than priority_start. This logic change allows it by checking that priority_start and priority_end are different.
2016-08-01 12:00:32 +01:00
.github Move Github templates to a folder 2016-07-23 15:19:35 -04:00
app Allow priority changes when start and end differ 2016-08-01 12:00:32 +01:00
assets Define exact select2 version to make sure it works with IE11 2016-07-24 20:44:51 -04:00
data IIS secure 2016-03-07 12:06:57 +01:00
doc Updated API Doc for Task Procedure 2016-07-30 20:50:18 +01:00
docker Update .gitignore 2016-07-02 22:39:39 -04:00
plugins Cosmetic fixes 2015-10-19 21:32:18 -04:00
tests Move API calls for task metadata to a separate class 2016-07-31 15:10:42 -04:00
.dockerignore Do not ignore config.php for Docker image 2016-07-02 22:37:59 -04:00
.gitattributes Remove docker-compose.yml from archive 2016-03-27 19:21:56 -04:00
.gitignore Update .gitignore 2016-07-02 22:39:39 -04:00
.htaccess Check for mod_version 2015-10-11 12:05:50 -04:00
.travis.yml Filter refactoring 2016-04-09 22:42:17 -04:00
CONTRIBUTING Move Github templates to a folder 2016-07-23 15:19:35 -04:00
CONTRIBUTORS.md Update ChangeLog and contributors list 2016-07-28 17:50:07 -04:00
ChangeLog Update ChangeLog 2016-07-31 11:40:41 -04:00
Dockerfile Add environment file for Docker image 2016-07-09 14:17:31 -04:00
LICENSE ++ in License file 2016-01-03 18:55:41 -05:00
Makefile Move repository to Kanboard organization 2016-07-21 17:46:17 -04:00
README.md Update README badges 2016-07-21 17:52:26 -04:00
Vagrantfile Add composer to vagrant fix #2305 2016-06-06 19:05:49 -07:00
app.json Move repository to Kanboard organization 2016-07-21 17:46:17 -04:00
bower.json Define exact select2 version to make sure it works with IE11 2016-07-24 20:44:51 -04:00
composer.json Use the library PicoFeed to generate RSS/Atom feeds 2016-07-26 22:23:58 -04:00
composer.lock Use the library PicoFeed to generate RSS/Atom feeds 2016-07-26 22:23:58 -04:00
config.default.php Minor cleanup 2016-07-23 15:15:11 -04:00
docker-compose.yml Docker volume path 2016-07-02 22:52:52 -04:00
favicon.ico Cleanup and minor fixes 2015-10-19 21:05:41 -04:00
gulpfile.js Expose tags to the user interface (first prototype) 2016-06-24 15:43:34 -04:00
index.php Refactoring: added controlled middleware and changed response class 2016-05-15 18:31:47 -04:00
jsonrpc.php Update JsonRPC library and API 2016-05-29 20:12:02 -04:00
kanboard Make console commands pluggable 2016-05-29 20:33:48 -04:00
nitrous-post-create.sh Added Nitrous.io quickstart configs and update doc (#2136) 2016-04-19 09:20:37 -04:00
nitrous.json Added Nitrous.io quickstart configs and update doc (#2136) 2016-04-19 09:20:37 -04:00
package.json Use latest hipster tools to manage assets 2016-05-15 12:33:44 -04:00
robots.txt First commit 2014-01-25 14:56:02 -05:00
web.config Update IIS config file 2016-06-29 22:21:59 -04:00

README.md

Kanboard

Build Status Scrutinizer Code Quality

Kanboard is a project management software that focus on the Kanban methodology.

Official website: https://kanboard.net

Authors

Installation and Upgrade