7937b821 | 02-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make Value more robust and test it #35 |
33e429a8 | 02-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
skip empty fields in output #44 |
19065d4e | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
do not render empty values. closes #44 |
98eaa57d | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
be more robust when called with unknown types
this happens when you switch branches mostly |
be94e9d9 | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed deleting patterns |
88a35b41 | 29-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
properly handle the isEnabled status in SchemaData |
b75e0a08 | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make sure search only returns assigned schema data |
9ff81b7f | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow reading page assignments directly from database
default is still evaluating |
ed60c3b3 | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
update assigments when patterns are changed |
33d7be6a | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
renamed a few methods to be more clear
now that we have assignments and patterns we have to differentiate correctly |
49d38573 | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
new table for page assignments/patterns #28 |
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 |
5a1eab78 | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
restyle the inpage output #20 SPR-320
The data is now added as a new section and the table styled more minimalistic.
This works, however people might not like it. Also this adds a new section editi
restyle the inpage output #20 SPR-320
The data is now added as a new section and the table styled more minimalistic.
This works, however people might not like it. Also this adds a new section editing button that loads an empty editor. On the other hand it makes sure the real section before has it's own edit button.
How all this works on export is still untested and probably broken.
show more ...
|
fd81b928 | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
better styling for disabled fields |
26147f8c | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
handle field enable/disable |
6af24d3e | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
some localization |
01dd90de | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
default to translated column labels in table aggregation
This also fixes errors that where thrown when headers were not specified. |
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 ...
|
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. |
df02ffe6 | 19-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Split function call to remove PHP Strict warnings |
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 |
8773e467 | 18-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix SQL error when first column is multi value |
1a07b696 | 18-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Let SearchConfig handle all configuration
SPR-309. SPR-317 GitHub Issue #22 |
99894f21 | 18-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Replace * with % in filters
SPR-309, SPR-317. GitHub: #21 |