History log of /plugin/struct/script/ (Results 26 – 43 of 43)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9c233c0c20-Apr-2017 Michael Große <mic.grosse@googlemail.com>

Fix a `let` that we missed for IE10 compatibility

IE10 does not understand `let` and `const`, so we still have to use var

d0b1b95108-Mar-2017 Michael Große <grosse@cosmocode.de>

Move edited multiwrap out of .newtemplate container

Fixes issue #276

8925ba2924-Jan-2017 Andreas Gohr <gohr@cosmocode.de>

allow summarize in lookups. fixes #262

Since the sums are not updated on saving, a successfull inline save now
removes the sums until the page was reloaded.


/plugin/struct/_test/AccessTableDataDB.test.php
/plugin/struct/_test/AccessTableDataReplacement.test.php
/plugin/struct/_test/Column.test.php
/plugin/struct/_test/ConfigParser.test.php
/plugin/struct/_test/QueryBuilderWhere.test.php
/plugin/struct/_test/Search.test.php
/plugin/struct/_test/SearchConfig.test.php
/plugin/struct/_test/StructTest.php
/plugin/struct/_test/Type_Color.test.php
/plugin/struct/_test/Type_Dropdown.test.php
/plugin/struct/_test/Type_Lookup.test.php
/plugin/struct/_test/Type_Page.test.php
/plugin/struct/_test/Type_Text.test.php
/plugin/struct/_test/Type_Wiki.test.php
/plugin/struct/_test/Value.test.php
/plugin/struct/_test/json/moves.struct.json
/plugin/struct/_test/move.test.php
/plugin/struct/action/bureaucracy.php
/plugin/struct/action/cache.php
/plugin/struct/action/diff.php
/plugin/struct/action/inline.php
/plugin/struct/action/migration.php
/plugin/struct/action/move.php
/plugin/struct/action/title.php
/plugin/struct/admin/schemas.php
/plugin/struct/db/latest.version
/plugin/struct/db/update0012.sql
/plugin/struct/db/update0013.sql
/plugin/struct/deleted.files
/plugin/struct/lang/en/lang.php
/plugin/struct/lang/fr/editor_edit.txt
/plugin/struct/lang/fr/lang.php
/plugin/struct/lang/ja/lang.php
/plugin/struct/meta/AccessTable.php
/plugin/struct/meta/AccessTableData.php
/plugin/struct/meta/AggregationCloud.php
/plugin/struct/meta/AggregationList.php
/plugin/struct/meta/AggregationTable.php
/plugin/struct/meta/CSVExporter.php
/plugin/struct/meta/CSVImporter.php
/plugin/struct/meta/ConfigParser.php
/plugin/struct/meta/LookupTable.php
/plugin/struct/meta/PageColumn.php
/plugin/struct/meta/PageMeta.php
/plugin/struct/meta/QueryBuilder.php
/plugin/struct/meta/QueryBuilderWhere.php
/plugin/struct/meta/RevisionColumn.php
/plugin/struct/meta/SchemaBuilder.php
/plugin/struct/meta/Search.php
/plugin/struct/meta/SearchCloud.php
/plugin/struct/meta/SearchConfig.php
/plugin/struct/meta/UserColumn.php
/plugin/struct/meta/Value.php
/plugin/struct/plugin.info.txt
/plugin/struct/renderer/csv.php
InlineEditor.js
LookupEditor.js
/plugin/struct/style.less
/plugin/struct/syntax/cloud.php
/plugin/struct/syntax/list.php
/plugin/struct/syntax/lookup.php
/plugin/struct/syntax/output.php
/plugin/struct/syntax/table.php
/plugin/struct/types/AbstractBaseType.php
/plugin/struct/types/Color.php
/plugin/struct/types/DateTime.php
/plugin/struct/types/Decimal.php
/plugin/struct/types/Dropdown.php
/plugin/struct/types/Lookup.php
/plugin/struct/types/Media.php
/plugin/struct/types/Page.php
/plugin/struct/types/Tag.php
/plugin/struct/types/Text.php
/plugin/struct/types/User.php
/plugin/struct/types/Wiki.php
a0d3166b14-Nov-2016 Michael Grosse <grosse@cosmocode.de>

refactor: remove 2nd find and tertiary operator

854aaac514-Nov-2016 Michael Grosse <grosse@cosmocode.de>

fix: ajax-append the 1st row to lookups as well

This fixes SPR-694 and it fixes #207


/plugin/struct/_test/AccessTableDataReplacement.test.php
/plugin/struct/_test/Assignments.test.php
/plugin/struct/_test/Column.test.php
/plugin/struct/_test/ConfigParser.test.php
/plugin/struct/_test/Search.test.php
/plugin/struct/_test/SearchConfigParameter.test.php
/plugin/struct/_test/StructTest.php
/plugin/struct/_test/Type_Page.test.php
/plugin/struct/_test/Validator.test.php
/plugin/struct/_test/diff.test.php
/plugin/struct/_test/entry.test.php
/plugin/struct/_test/mock/Assignments.php
/plugin/struct/action/bureaucracy.php
/plugin/struct/action/cache.php
/plugin/struct/action/diff.php
/plugin/struct/action/edit.php
/plugin/struct/action/entry.php
/plugin/struct/action/move.php
/plugin/struct/action/revert.php
/plugin/struct/action/search.php
/plugin/struct/action/title.php
/plugin/struct/admin/assignments.php
/plugin/struct/helper.php
/plugin/struct/helper/db.php
/plugin/struct/helper/imexport.php
/plugin/struct/lang/en/lang.php
/plugin/struct/lang/fr/lang.php
/plugin/struct/meta/AccessDataValidator.php
/plugin/struct/meta/AccessTable.php
/plugin/struct/meta/AggregationTable.php
/plugin/struct/meta/Assignments.php
/plugin/struct/meta/Column.php
/plugin/struct/meta/ConfigParser.php
/plugin/struct/meta/LookupTable.php
/plugin/struct/meta/Schema.php
/plugin/struct/meta/SchemaEditor.php
/plugin/struct/meta/Search.php
/plugin/struct/meta/Title.php
/plugin/struct/plugin.info.txt
/plugin/struct/renderer/csv.php
LookupEditor.js
/plugin/struct/style.less
/plugin/struct/syntax/output.php
/plugin/struct/syntax/table.php
/plugin/struct/types/DateTime.php
/plugin/struct/types/Dropdown.php
/plugin/struct/types/Page.php
/plugin/struct/types/Tag.php
f599b80903-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

correctly initialize multiple lookup editors

0b23a49c01-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

focus first input field in lookup editor. fixes #172

0686104401-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

fixed collapsing schemas in entry editor

4a681ff910-Oct-2016 Andreas Gohr <gohr@cosmocode.de>

fix problems when more than one .dokuwiki element exists

closes #182

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.

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

check CSRF token on row delete

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

Fixed multi fields for inline editor

Fixed applying of Template copying for new fields.

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

nicer styling

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

delete lookup rows

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

saving lookups works

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

first go at the lookup table editor

All functionality is added via JavaScript after an initial AJAX call.
This call can be used to check permissions later (without the need to
invalidate caches)

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

split up script into multiple parts, add entry funcs to inline editor


/plugin/struct/.travis.yml
/plugin/struct/README
/plugin/struct/_test/Assignments.test.php
/plugin/struct/_test/ConfigParser.test.php
/plugin/struct/_test/DateFormatConverter.test.php
/plugin/struct/_test/QueryBuilder.test.php
/plugin/struct/_test/QueryBuilderFrom.test.php
/plugin/struct/_test/QueryBuilderOther.test.php
/plugin/struct/_test/QueryBuilderSelect.test.php
/plugin/struct/_test/QueryBuilderWhere.test.php
/plugin/struct/_test/Schema.test.php
/plugin/struct/_test/SchemaBuilder.test.php
/plugin/struct/_test/SchemaDataDB.test.php
/plugin/struct/_test/SchemaDataDBMulti.test.php
/plugin/struct/_test/SchemaDataReplacement.test.php
/plugin/struct/_test/SchemaDataSQL.test.php
/plugin/struct/_test/SchemaImporter.test.php
/plugin/struct/_test/Search.test.php
/plugin/struct/_test/SearchConfig.test.php
/plugin/struct/_test/SearchConfigParameter.test.php
/plugin/struct/_test/StructTest.php
/plugin/struct/_test/Type_AbstractBase.test.php
/plugin/struct/_test/Type_Date.test.php
/plugin/struct/_test/Type_DateTime.test.php
/plugin/struct/_test/Type_Decimal.test.php
/plugin/struct/_test/Type_Integer.test.php
/plugin/struct/_test/Type_Media.test.php
/plugin/struct/_test/Type_Page.test.php
/plugin/struct/_test/Type_Tag.test.php
/plugin/struct/_test/Type_Text.test.php
/plugin/struct/_test/Type_Url.test.php
/plugin/struct/_test/Type_User.test.php
/plugin/struct/_test/Validator.test.php
/plugin/struct/_test/Value.test.php
/plugin/struct/_test/configHelper.test.php
/plugin/struct/_test/diff.test.php
/plugin/struct/_test/entry.test.php
/plugin/struct/_test/general.test.php
/plugin/struct/_test/helper_db.test.php
/plugin/struct/_test/json/pageschema.struct.json
/plugin/struct/_test/json/schema1.struct.json
/plugin/struct/_test/json/schema2.struct.json
/plugin/struct/_test/json/schema2int.struct.json
/plugin/struct/_test/json/tag.struct.json
/plugin/struct/_test/json/testtable.struct.json
/plugin/struct/_test/json/testtable2.struct.json
/plugin/struct/_test/mock/Assignments.php
/plugin/struct/_test/mock/BaseType.php
/plugin/struct/_test/mock/QueryBuilder.php
/plugin/struct/_test/mock/SchemaData.php
/plugin/struct/_test/mock/SchemaDataNoDB.php
/plugin/struct/_test/mock/Search.php
/plugin/struct/_test/mock/SearchConfig.php
/plugin/struct/_test/mock/Validator.php
/plugin/struct/_test/mock/action_plugin_struct_entry.php
/plugin/struct/_test/mock/helper_plugin_struct_config.php
/plugin/struct/_test/move.test.php
/plugin/struct/action/ajax.php
/plugin/struct/action/bureaucracy.php
/plugin/struct/action/cache.php
/plugin/struct/action/config.php
/plugin/struct/action/diff.php
/plugin/struct/action/entry.php
/plugin/struct/action/inline.php
/plugin/struct/action/move.php
/plugin/struct/action/output.php
/plugin/struct/action/search.php
/plugin/struct/action/title.php
/plugin/struct/admin/assignments.php
/plugin/struct/admin/schemas.php
/plugin/struct/conf/default.php
/plugin/struct/conf/metadata.php
/plugin/struct/db/latest.version
/plugin/struct/db/update0001.sql
/plugin/struct/db/update0002.sql
/plugin/struct/db/update0003.sql
/plugin/struct/db/update0004.sql
/plugin/struct/db/update0005.sql
/plugin/struct/db/update0006.sql
/plugin/struct/db/update0007.sql
/plugin/struct/db/update0008.sql
/plugin/struct/helper.php
/plugin/struct/helper/config.php
/plugin/struct/helper/db.php
/plugin/struct/helper/field.php
/plugin/struct/jsoneditor/img/jsoneditor-icons.svg
/plugin/struct/jsoneditor/jsoneditor-minimalist.min.js
/plugin/struct/jsoneditor/jsoneditor.min.css
/plugin/struct/jsoneditor/setup.css
/plugin/struct/jsoneditor/setup.js
/plugin/struct/lang/de/lang.php
/plugin/struct/lang/en/assignments_intro.txt
/plugin/struct/lang/en/delete_intro.txt
/plugin/struct/lang/en/editor_edit.txt
/plugin/struct/lang/en/editor_intro.txt
/plugin/struct/lang/en/lang.php
/plugin/struct/lang/en/settings.php
/plugin/struct/lang/fr/assignments_intro.txt
/plugin/struct/lang/fr/delete_intro.txt
/plugin/struct/lang/fr/editor_edit.txt
/plugin/struct/lang/fr/editor_intro.txt
/plugin/struct/lang/fr/lang.php
/plugin/struct/lang/fr/settings.php
/plugin/struct/lang/ja/assignments_intro.txt
/plugin/struct/lang/ja/delete_intro.txt
/plugin/struct/lang/ja/editor_edit.txt
/plugin/struct/lang/ja/editor_intro.txt
/plugin/struct/lang/ja/lang.php
/plugin/struct/meta/AggregationTable.php
/plugin/struct/meta/Assignments.php
/plugin/struct/meta/Column.php
/plugin/struct/meta/ConfigParser.php
/plugin/struct/meta/DateFormatConverter.php
/plugin/struct/meta/PageColumn.php
/plugin/struct/meta/QueryBuilder.php
/plugin/struct/meta/QueryBuilderWhere.php
/plugin/struct/meta/RevisionColumn.php
/plugin/struct/meta/Schema.php
/plugin/struct/meta/SchemaBuilder.php
/plugin/struct/meta/SchemaData.php
/plugin/struct/meta/SchemaEditor.php
/plugin/struct/meta/SchemaImporter.php
/plugin/struct/meta/Search.php
/plugin/struct/meta/SearchConfig.php
/plugin/struct/meta/SearchConfigParameters.php
/plugin/struct/meta/StructException.php
/plugin/struct/meta/Title.php
/plugin/struct/meta/ValidationException.php
/plugin/struct/meta/Validator.php
/plugin/struct/meta/Value.php
/plugin/struct/plugin.info.txt
/plugin/struct/remote.php
/plugin/struct/requirements.txt
/plugin/struct/script.js
EntryEditor.js
InlineEditor.js
SchemaEditor.js
functions.js
/plugin/struct/style.less
/plugin/struct/syntax/list.php
/plugin/struct/syntax/output.php
/plugin/struct/syntax/table.php
/plugin/struct/types/AbstractBaseType.php
/plugin/struct/types/AbstractMultiBaseType.php
/plugin/struct/types/Checkbox.php
/plugin/struct/types/Date.php
/plugin/struct/types/DateTime.php
/plugin/struct/types/Decimal.php
/plugin/struct/types/Dropdown.php
/plugin/struct/types/Integer.php
/plugin/struct/types/Mail.php
/plugin/struct/types/Media.php
/plugin/struct/types/Page.php
/plugin/struct/types/Tag.php
/plugin/struct/types/Text.php
/plugin/struct/types/Url.php
/plugin/struct/types/User.php
/plugin/struct/types/Wiki.php

12