| 814fd284 | 23-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix entry tests
Now does simpler contains checks to be somehwat independent from (design) HTML. |
| eed15625 | 23-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add lightbox to images and group them in gallery
SPR-322 |
| 34bdbea7 | 23-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
edit form styling SPR-320 |
| a187dd5e | 23-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added JavaScript for adding new inputs to multi edit fields |
| 364d4e59 | 22-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Distinguish between internal and external images
SPR-322 |
| d8882ef0 | 22-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add image type
SPR-322, GitHub Issue #13 |
| bc2afde4 | 22-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add datepicker script which was missing in #25 |
| 401d0067 | 22-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
check access level in search. related to #23
Only readable pages should be returned by a search. |
| fab33e27 | 22-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
run travis against a current PR of dokuwiki |
| 22dd50e7 | 22-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add docblock and limit explode to 3 values
SPR-323, GitHub Issue #6, PR #25 |
| 183c50ce | 22-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Move date settings to date type
However we use the ability to explain and link to documentation for this option.
SPR-323, GitHub Issue #6, PR #25 |
| d2b31c9b | 22-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add the date type
SPR-323, GitHub Issue #6 |
| f1a52bf0 | 22-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjust travis to only test against devel |
| 2f1a213b | 18-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
don't output struct data for non-existing pages |
| 6cc3a794 | 19-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add more tests for action_plugin_struct_entry
Github Issue #11, Issue #5 |
| 4f443211 | 19-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Refactor validate function
GitHub Issue #11 |
| 4ee0bbc8 | 19-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add tests for createForm() and validate()
These functions are part of the class action_plugin_struct_entry
SPR-290, GitHub Issue #11 |
| df02ffe6 | 19-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Split function call to remove PHP Strict warnings |
| b8a9b73c | 19-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Fix binary AND to boolean AND |
| f87e1c10 | 18-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add message if there are no results to show
Also add more annotations.
SPR-317, GitHub Issue #22 |
| 3c2e6844 | 18-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
saved struct data is now in sync with page revisions
Needs some tests and requires the new COMMON_WIKIPAGE_SAVE event |
| bceb7e73 | 18-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed integer validation language strings |
| 8773e467 | 18-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix SQL error when first column is multi value |
| 76e2c9ad | 18-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Remove unused Code
In the previous commit all current parameter handling has been moved to SearchConfig class, so this code is now unnecessary
Github Issue #22, SPR-317 |
| 1a07b696 | 18-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Let SearchConfig handle all configuration
SPR-309. SPR-317 GitHub Issue #22 |