History log of /plugin/data/syntax/ (Results 1 – 25 of 193)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3c22a23403-Jul-2026 Andreas Gohr <andi@splitbrain.org>

fix undefined array key warning when sorting by a hidden column

Reading $tables[$col] in the hidden-column sort branch raised an
E_WARNING under PHP 8 whenever the key was absent, which is exactly
t

fix undefined array key warning when sorting by a hidden column

Reading $tables[$col] in the hidden-column sort branch raised an
E_WARNING under PHP 8 whenever the key was absent, which is exactly
this branch's case. Guard the access with isset() to match the
sibling check in the column-select loop.

fixes #238

show more ...

820f7b6930-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Manual code style fixes

b7b9d8d925-Jan-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Semi-automatic code style fixes

c73abd3a18-Jul-2023 Andreas Gohr <andi@splitbrain.org>

Another adjustment for the pre-escaped filter values

9c149d7510-Jul-2023 Andreas Gohr <andi@splitbrain.org>

use new SQLiteDB class

This had many changes in how data is quoted in the SQL strings. The SQL
building code is an absolute mess and test coverage is super spotty. So
it's not 100% clear that this c

use new SQLiteDB class

This had many changes in how data is quoted in the SQL strings. The SQL
building code is an absolute mess and test coverage is super spotty. So
it's not 100% clear that this commit is fully correct.

show more ...

1dc5f8af05-Jul-2023 Andreas Gohr <andi@splitbrain.org>

use custom GROUP_CONCAT_DISTINCT method

acd450ce05-Jul-2023 Andreas Gohr <andi@splitbrain.org>

replace obsolete utf8_ calls

8a51ccb305-Jul-2023 Andreas Gohr <andi@splitbrain.org>

automattic reformatting


/plugin/data/.gitattributes
/plugin/data/.github/workflows/phpTestLinux.yml
/plugin/data/Form/DropdownElement.php
/plugin/data/Form/OptGroup.php
/plugin/data/LICENSE
/plugin/data/_test/GeneralTest.php
/plugin/data/_test/action_edit_button.test.php
/plugin/data/_test/action_handle.test.php
/plugin/data/_test/db.test.php
/plugin/data/_test/helper.test.php
/plugin/data/_test/helperAliases.test.php
/plugin/data/_test/syntax_plugin_data_entry.test.php
/plugin/data/_test/syntax_plugin_data_table.test.php
/plugin/data/_test/wiki.test.php
/plugin/data/action.php
/plugin/data/admin.svg
/plugin/data/admin/aliases.php
/plugin/data/admin/clean.php
/plugin/data/bureaucracy_field.php
/plugin/data/db/update0001.sql
/plugin/data/db/update0002.sql
/plugin/data/db/update0003.sql
/plugin/data/db/update0005.sql
/plugin/data/db/update0006.sql
/plugin/data/helper.php
/plugin/data/helper/aliastextbox.php
/plugin/data/lang/de/lang.php
/plugin/data/lang/de/settings.php
/plugin/data/lang/en/lang.php
/plugin/data/lang/eo/lang.php
/plugin/data/lang/eo/settings.php
/plugin/data/lang/fr/lang.php
/plugin/data/lang/fr/settings.php
/plugin/data/lang/hr/lang.php
/plugin/data/lang/hr/settings.php
/plugin/data/lang/is/lang.php
/plugin/data/lang/ja/lang.php
/plugin/data/lang/ja/settings.php
/plugin/data/lang/ko/lang.php
/plugin/data/lang/ko/settings.php
/plugin/data/lang/nl/lang.php
/plugin/data/lang/nl/settings.php
/plugin/data/lang/ru/lang.php
/plugin/data/lang/ru/settings.php
/plugin/data/plugin.info.txt
/plugin/data/renderer_data_edit.php
/plugin/data/script.js
/plugin/data/style.css
cloud.php
entry.php
list.php
related.php
table.php
taglist.php
081a0a7019-Apr-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Update tests

c60447a827-Jul-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Multivalue dropdowns

6a7b7f6126-Jul-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Restore Hogfather compatibility

13bc1f8825-Jul-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Simplify some form element creation

0b00eb8719-Jul-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Replace old form object

53dfbfc105-Apr-2019 Moritz Raguschat <moritz@jumplink.me>

fix PHP 7.2 warnings about Countable

b19e4d2f18-Nov-2020 Andreas Gohr <andi@splitbrain.org>

fix curly braces string position access

d823493918-Sep-2020 Gerrit Uitslag <klapinklapin@gmail.com>

cleanup some requires and if defined DOKU_INC

59b7c2b609-Apr-2018 Michael Große <grosse@cosmocode.de>

fix: adjust to new startSectionEdit signature

The signature of startSectionEdit was changed in splitbrain/dokuwiki#2220
in a non backwards compatible way. This adjusts for that change in a way
that

fix: adjust to new startSectionEdit signature

The signature of startSectionEdit was changed in splitbrain/dokuwiki#2220
in a non backwards compatible way. This adjusts for that change in a way
that should still work for pre-Greebo versions.

show more ...

b4be4ae809-Apr-2018 Michael Große <grosse@cosmocode.de>

refactor: remove old (~2010) compatiblity check

The startSectionEdit/finishSectionEdit methods exist since 2010. That
check can now safely be removed.

1971ed3e11-Mar-2016 Andreas Gohr <andi@splitbrain.org>

fixed constructor name for PHP7 compatibility

041b079b16-May-2015 Gerrit Uitslag <klapinklapin@gmail.com>

__construct()

cffd426910-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

label select field explicitly Fixes #126

043fc72110-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Fix unittests

214e6d3710-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Add classes to datatable cells.

Fixes #88
Fixes #87

4cb5335109-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

layout fiddling custom entry editor

841aba4609-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Improve custom entry editor, use page width.

Should improve #142

12345678