History log of /plugin/struct/ (Results 776 – 800 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4050be9424-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Correctly escape SQL

5e4bfdb024-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Check every col for Tid == 0

2c4fae0724-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

reset the form on success

f107f47924-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.

c0230d2c24-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 ...

f33ae07924-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

removed accidentally checked in file


b6c8d1e924-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

fixed last tests, removed old validator

38edbfed24-Aug-2016 lerdt <pro@nicolas-hemard.eu>

translation update

93ca6f4f23-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

more Validator refactoring

23169abe23-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

Validation should happen on raw value

This just renames the parameter to make this more clear

67036dab23-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

reset tosave on each validation run

this is needed because the object may be reused during testing

f392071e23-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

use factory again

87dc134423-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 ...

8cba7aa019-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Do not hide rows if table is only pid and/or rev

b3e0ad6d19-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Write last value to multi-table on col change

This is intended to replace pull-request #113

c498205a18-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

check CSRF token on row delete

3151914115-Aug-2016 Andreas Gohr <andi@splitbrain.org>

Version upped

2316305e15-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

test translation feature

d6177a8715-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

implement rendering via sub type in Dropdown

4531341315-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

3eadf17915-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

fix displayValue for looked up type, more tests

26d59c4a15-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

f9365ee115-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

fixed constructor signature

6f02378615-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

first test for new Dropdown features

5bb566a515-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

adjusted tests for renamed aliases

see bab5234055a4636e3f8c65e63b104df62d08601a

1...<<31323334353637383940>>...54