| #
ed3de3d6 |
| 30-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use data ttribute for autocompletion
this moves the whole field creation to a separate function and adds the full qualified column name as a data attribute. This is needed because we can not rely on
use data ttribute for autocompletion
this moves the whole field creation to a separate function and adds the full qualified column name as a data attribute. This is needed because we can not rely on the field's name to figure out the column name as it will be unrelated in bureaucracy use
show more ...
|
| #
58cb1498 |
| 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
do not clear data on delete during move #72
|
| #
2350b48e |
| 17-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added hidden functionality #15
|
| #
7b9717bf |
| 16-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
don't interate non existing data
|
| #
7dac04ff |
| 14-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added functionality to helper component #63
|
| #
48010be8 |
| 14-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
add an automatic summary when only struct data changed
|
| #
c8a548a8 |
| 14-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved validation to its own class
the validator class is partly test covered through the entry tests but dedicated tests might be helpful
|
| #
90bc792b |
| 07-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix XSS problem in entry validation
|
| #
cb249c51 |
| 07-Mar-2016 |
Michael Große <grosse@cosmocode.de> |
Don't show struct form for locked pages
|
| #
fc13e8e7 |
| 07-Mar-2016 |
Michael Große <grosse@cosmocode.de> |
Only show struct editform if we have at least edit rights
|
| #
3a717675 |
| 03-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added field hints #29
|
| #
5d5ff984 |
| 29-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
toggle and remember fieldset state in editor
|
| #
956fa7d4 |
| 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
(re)assign on page save
|
| #
b74499a6 |
| 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Merge branch 'master' into revert
* master: fixed a bunch of minor things found by IntelliJ Idea fixed tests for recent delete handling changes fixed some bugs in the table component added p
Merge branch 'master' into revert
* master: fixed a bunch of minor things found by IntelliJ Idea fixed tests for recent delete handling changes fixed some bugs in the table component added page deleteion handling #30 do not add instructions to non existing pages restyle the inpage output #20 SPR-320 added localization in schema assignment fixed wrong error message in schema assignment better styling for disabled fields handle field enable/disable some localization clear outdated configs This enhances the Image type further fix table scope closing and unsetting the hash use different branch now that the event has been merged default to translated column labels in table aggregation Implement better solution for table detection Add lightbox to images and group them in gallery Distinguish between internal and external images Add image type
show more ...
|
| #
f94f4c4f |
| 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed a bunch of minor things found by IntelliJ Idea
|
| #
eeb8d29f |
| 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added page deleteion handling #30
|
| #
56672c36 |
| 23-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
handle the revert action SPR-329
Administrators can directly revert pages without ever loading the old revision into the editor. This patch makes sure, the struct data is restored properly.
I guess
handle the revert action SPR-329
Administrators can directly revert pages without ever loading the old revision into the editor. This patch makes sure, the struct data is restored properly.
I guess this should have tests ;-)
show more ...
|
| #
6742cd51 |
| 23-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
remove empty values withing multivals
|
| #
34bdbea7 |
| 23-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
edit form styling SPR-320
|
| #
4f443211 |
| 19-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Refactor validate function
GitHub Issue #11
|
| #
b8a9b73c |
| 19-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Fix binary AND to boolean AND
|
| #
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
|
| #
17560ecb |
| 17-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added validation support #11
|
| #
a8b9fb5b |
| 17-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use Assignments in entry saving
|
| #
9e9bee91 |
| 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added option to translate column labels
|