Kanboard-Prod/app
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
..
Action Add new automatic action to move the task to another column when not moved 2016-07-23 18:59:00 -04:00
Analytic Rename all models 2016-05-28 19:48:22 -04:00
Api Move API calls for task metadata to a separate class 2016-07-31 15:10:42 -04:00
Auth Cherry-pick from PR #2435 (Show TOTP Issuer) 2016-07-10 14:18:10 -04:00
Console Cleanup events and stuff before processing job in worker 2016-07-31 11:28:33 -04:00
Controller Allow users to see inactive projects 2016-07-28 16:56:37 -04:00
Core Cleanup events and stuff before processing job in worker 2016-07-31 11:28:33 -04:00
Event File events refactoring 2016-07-17 18:47:06 -04:00
EventBuilder Minor cleanup 2016-07-23 15:15:11 -04:00
Export Remove useless use statements 2016-06-05 22:40:42 -04:00
ExternalLink Added local file link provider 2016-03-17 21:52:40 -04:00
Filter ADD: TaskMovedDateFilter 2016-07-27 15:06:01 +02:00
Formatter Display project name for task auto-complete fields 2016-07-14 13:46:06 -04:00
Group Rename all models 2016-05-28 19:48:22 -04:00
Helper Allow priority changes when start and end differ 2016-08-01 12:00:32 +01:00
Import Minor fixes 2016-05-28 20:26:23 -04:00
Job NotificationModel refactoring 2016-07-23 14:50:59 -04:00
Library Run php-cs-fixer on the code base 2015-10-17 10:09:03 -04:00
Locale fixed typo 2016-07-30 11:20:52 +08:00
Middleware Rename all models 2016-05-28 19:48:22 -04:00
Model Allow users to see inactive projects 2016-07-28 16:56:37 -04:00
Notification Simplify mail subject for notifications 2016-07-23 23:06:51 -04:00
Pagination Move dashboard pagination into separate classes 2016-07-24 12:09:41 -04:00
Schema Make sure that the table schema_version use InnoDB for Mysql 2016-07-12 22:19:37 -04:00
ServiceProvider Move API calls for task metadata to a separate class 2016-07-31 15:10:42 -04:00
Subscriber Remove SubtaskTimeTrackingSubscriber 2016-07-23 22:50:20 -04:00
Template Fix regression in PR #2439 2016-07-27 18:26:56 -04:00
User Fixed compatibility issue with PHP 5.3 for OAuthUserProvider class 2016-07-10 22:05:45 -04:00
Validator Added new arguments to project API calls and update composer.json 2016-06-26 11:57:28 -04:00
.htaccess .htaccess: Add compatibility for apache 2.4 2015-10-05 22:46:30 +02:00
check_setup.php Fixing some pathing information, for cases where the KB source 2016-04-13 19:03:10 -07:00
common.php Subtasks events refactoring and show delete in activity stream 2016-07-17 20:33:27 -04:00
constants.php Cherry-pick from PR #2435 (Show TOTP Issuer) 2016-07-10 14:18:10 -04:00
functions.php Associate tags to tasks in BoardFormatter 2016-06-24 10:05:45 -04:00