| 4050be94 | 24-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Correctly escape SQL |
| 5e4bfdb0 | 24-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Check every col for Tid == 0 |
| 2c4fae07 | 24-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
reset the form on success |
| f107f479 | 24-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
show new row when adding to lookup
This renders the newly created row and adds it dynamically to the existing table. |
| c0230d2c | 24-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Always use raw values for editors
This is another attempt to fix #140. The valueEditor() and multiValueEditor() now always expect raw values to be passed. The Value class was adjusted accordingly. I
Always use raw values for editors
This is another attempt to fix #140. The valueEditor() and multiValueEditor() now always expect raw values to be passed. The Value class was adjusted accordingly. It now allows to set the raw value (which is what we get from POST). If done, the Value object is treated as a rawonly Value that will throw an exception when you try to access value or displayvalue.
show more ...
|
| f33ae079 | 24-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
removed accidentally checked in file
|
| b6c8d1e9 | 24-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed last tests, removed old validator |
| 38edbfed | 24-Aug-2016 |
lerdt <pro@nicolas-hemard.eu> |
translation update |
| 93ca6f4f | 23-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
more Validator refactoring |
| 23169abe | 23-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Validation should happen on raw value
This just renames the parameter to make this more clear |
| 67036dab | 23-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
reset tosave on each validation run
this is needed because the object may be reused during testing |
| f392071e | 23-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use factory again |
| 87dc1344 | 23-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first start at refactoring the validation mechanism
A Validator is now returned by the AccessTable. It has it's own save method. The entry.php was split up in entry, edit and revert to separate the
first start at refactoring the validation mechanism
A Validator is now returned by the AccessTable. It has it's own save method. The entry.php was split up in entry, edit and revert to separate the different concerns. Validation is only done in entry and the thanks to the new Validator mechanism, the once loaded access table is reused in saving.
This will break all kind of stuff. Fixing that is for the upcoming commits
show more ...
|
| 8cba7aa0 | 19-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Do not hide rows if table is only pid and/or rev |
| b3e0ad6d | 19-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Write last value to multi-table on col change
This is intended to replace pull-request #113 |
| c498205a | 18-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
check CSRF token on row delete |
| 31519141 | 15-Aug-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 2316305e | 15-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
test translation feature |
| d6177a87 | 15-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
implement rendering via sub type in Dropdown |
| 45313413 | 15-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Partly reverting 12fe9b2c - export user again
We need the user to see if there were local changes since the last sync |
| 3eadf179 | 15-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix displayValue for looked up type, more tests |
| 26d59c4a | 15-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Return false if schema doesn't exist
This way neither the JSON has to be created nor has it to be decoded in order to understand that the schema doesn't exist |
| f9365ee1 | 15-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed constructor signature |
| 6f023786 | 15-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first test for new Dropdown features |
| 5bb566a5 | 15-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted tests for renamed aliases
see bab5234055a4636e3f8c65e63b104df62d08601a |