Filter refactoring
This commit is contained in:
@@ -29,7 +29,7 @@ From the repository (development version)
|
||||
You must install [composer](https://getcomposer.org/) to use this method.
|
||||
|
||||
1. `git clone https://github.com/fguillot/kanboard.git`
|
||||
2. `composer install`
|
||||
2. `composer install --no-dev`
|
||||
3. Go to the third step just above
|
||||
|
||||
Note: This method will install the **current development version**, use at your own risk.
|
||||
|
||||
@@ -28,15 +28,6 @@ Some hooks can have only one listener:
|
||||
- `$start` (DateTime)
|
||||
- `$end` (DateTime)
|
||||
|
||||
#### model:subtask-time-tracking:calendar:events
|
||||
|
||||
- Override subtask time tracking events to display the calendar
|
||||
- Arguments:
|
||||
- `$user_id` (integer)
|
||||
- `$events` (array)
|
||||
- `$start` (string, ISO-8601 format)
|
||||
- `$end` (string, ISO-8601 format)
|
||||
|
||||
### Merge hooks
|
||||
|
||||
"Merge hooks" act in the same way as the function `array_merge`. The hook callback must return an array. This array will be merged with the default one.
|
||||
|
||||
@@ -27,7 +27,7 @@ From the repository (development version)
|
||||
-----------------------------------------
|
||||
|
||||
1. `git pull`
|
||||
2. `composer install`
|
||||
2. `composer install --no-dev`
|
||||
3. Login and check if everything is ok
|
||||
|
||||
Note: This method will install the **current development version**, use at your own risk.
|
||||
|
||||
Reference in New Issue
Block a user