History log of /plugin/struct/types/ (Results 1 – 25 of 211)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7f70c93c12-May-2025 splitbrain <86426+splitbrain@users.noreply.github.com>

�� Automatic code style fixes

24eec65712-May-2025 Andreas Gohr <gohr@cosmocode.de>

combobox representation for dropdowns and lookups

5ead018b07-Apr-2025 Andreas Gohr <andi@splitbrain.org>

BREAKING. Type Tag: leaving page empty now refers to current page

Instead of assuming a page named after the field, an empty "page"
configuration now always refers to the "current" page. Eg. the pag

BREAKING. Type Tag: leaving page empty now refers to current page

Instead of assuming a page named after the field, an empty "page"
configuration now always refers to the "current" page. Eg. the page on
which the tag is rendered.

A tag without a configured aggregation page will always link to the same
page. When shown in the page data, such a tag can not be easily looked
up anymore. OTOH it can be much easier be used in several aggregations.

show more ...

ba662a6007-Apr-2025 Andreas Gohr <andi@splitbrain.org>

some automatic rector fixes

ba7f578906-Feb-2024 Anna Dabrowska <dabrowska@cosmocode.de>

No direct search execution

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

New SQLite function to decode struct JSON

5e29103a11-Dec-2023 annda <annda@users.noreply.github.com>

�� Automatic code style fixes

521b204a11-Dec-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Remove != '' filter from queries

This effectively reverts dc7d8d08 (changes were moved to different files,
so it is more transparent to do this in a new commit).

Fixes issues with negative filters

Remove != '' filter from queries

This effectively reverts dc7d8d08 (changes were moved to different files,
so it is more transparent to do this in a new commit).

Fixes issues with negative filters #358 #380 #656

TODO: Correct filtering on prefixed/postfixed fields, like the original commit was supposed to do, but without side effects that break normal non-prefixed fields.

show more ...

9c1b8e3130-Nov-2023 Chris MacMackin <cmacmackin@gmail.com>

Fix #689

Solution is based off of one in da8d86a

7a256bc021-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Fix tag cloud link

Fixes #692

bfb78ce315-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Cloud: display count when summarize is configured

Implements #613

f0be527715-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Add COLLATE NOCASE to sort queries

Fixes #616

45c5f0a915-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Remove duplicated code

996125f515-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Page autocomplete: catch invalid regex

9c07550315-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Page autocomplete: new option 'filter' instead of old 'namespace' and 'postfix'

c0f1a2d109-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Improve autocomplete search for pages

Fixes #579 special characters in ids
Implements #593 and #622 flexibility in namespaces via regex

5827d73701-Nov-2023 Anna Dabrowska <dabrowska@cosmocode.de>

No exception in user autocompletion

If auth does not support listing users, just return an empty result.

7fe2cdf213-Sep-2023 Andreas Gohr <andi@splitbrain.org>

apply #670 and manually cleanup afterwards

fixes some failing tests
uses sexplode over array_pad
reformats multiline arrays

7234bfb113-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes


/plugin/struct/.github/workflows/dokuwiki.yml
/plugin/struct/_test/AccessTableDataReplacementTest.php
/plugin/struct/_test/AccessTableDataSQLTest.php
/plugin/struct/_test/AggregationFilterTest.php
/plugin/struct/_test/AggregationResultsTest.php
/plugin/struct/_test/ConfigParserTest.php
/plugin/struct/_test/InlineConfigParserTest.php
/plugin/struct/_test/NestedResultTest.php
/plugin/struct/_test/SchemaBuilderTest.php
/plugin/struct/_test/SearchConfigParameterTest.php
/plugin/struct/_test/SearchConfigTest.php
/plugin/struct/_test/StructTest.php
/plugin/struct/_test/mock/AggregationFilter.php
/plugin/struct/_test/mock/Search.php
/plugin/struct/_test/mock/SearchConfig.php
/plugin/struct/_test/types/PageTest.php
/plugin/struct/action/aggregationeditor.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/edit.php
/plugin/struct/action/entry.php
/plugin/struct/action/inline.php
/plugin/struct/action/migration.php
/plugin/struct/action/move.php
/plugin/struct/action/output.php
/plugin/struct/action/revert.php
/plugin/struct/action/search.php
/plugin/struct/action/title.php
/plugin/struct/admin/assignments.php
/plugin/struct/admin/schemas.php
/plugin/struct/deleted.files
/plugin/struct/helper.php
/plugin/struct/helper/config.php
/plugin/struct/helper/db.php
/plugin/struct/helper/field.php
/plugin/struct/helper/imexport.php
/plugin/struct/helper/lookup.php
/plugin/struct/lang/de/lang.php
/plugin/struct/lang/de/settings.php
/plugin/struct/lang/en/lang.php
/plugin/struct/meta/AccessDataValidator.php
/plugin/struct/meta/AccessTable.php
/plugin/struct/meta/AccessTableGlobal.php
/plugin/struct/meta/AccessTablePage.php
/plugin/struct/meta/Aggregation.php
/plugin/struct/meta/AggregationCloud.php
/plugin/struct/meta/AggregationEditorTable.php
/plugin/struct/meta/AggregationFilter.php
/plugin/struct/meta/AggregationList.php
/plugin/struct/meta/AggregationTable.php
/plugin/struct/meta/AggregationValue.php
/plugin/struct/meta/Assignments.php
/plugin/struct/meta/CSVExporter.php
/plugin/struct/meta/CSVImporter.php
/plugin/struct/meta/CSVPageImporter.php
/plugin/struct/meta/Column.php
/plugin/struct/meta/ConfigParser.php
/plugin/struct/meta/DateFormatConverter.php
/plugin/struct/meta/FilterValueListHandler.php
/plugin/struct/meta/InlineConfigParser.php
/plugin/struct/meta/NestedResult.php
/plugin/struct/meta/NestedValue.php
/plugin/struct/meta/PageMeta.php
/plugin/struct/meta/QueryBuilder.php
/plugin/struct/meta/QueryBuilderWhere.php
/plugin/struct/meta/Schema.php
/plugin/struct/meta/SchemaBuilder.php
/plugin/struct/meta/SchemaEditor.php
/plugin/struct/meta/SchemaImporter.php
/plugin/struct/meta/Search.php
/plugin/struct/meta/SearchCloud.php
/plugin/struct/meta/SearchConfig.php
/plugin/struct/meta/SearchConfigParameters.php
/plugin/struct/meta/SearchSQLBuilder.php
/plugin/struct/meta/StructException.php
/plugin/struct/meta/TranslationUtilities.php
/plugin/struct/meta/ValidationException.php
/plugin/struct/meta/Value.php
/plugin/struct/meta/ValueValidator.php
/plugin/struct/plugin.info.txt
/plugin/struct/remote.php
/plugin/struct/renderer/csv.php
/plugin/struct/script.js
/plugin/struct/script/StructFilter.js
/plugin/struct/style.less
/plugin/struct/syntax/cloud.php
/plugin/struct/syntax/filter.php
/plugin/struct/syntax/global.php
/plugin/struct/syntax/list.php
/plugin/struct/syntax/output.php
/plugin/struct/syntax/table.php
/plugin/struct/syntax/value.php
AbstractBaseType.php
AbstractMultiBaseType.php
AutoSummary.php
Checkbox.php
Color.php
Date.php
DateTime.php
Decimal.php
Dropdown.php
LongText.php
Lookup.php
Mail.php
Media.php
Page.php
Tag.php
Text.php
TraitFilterPrefix.php
Url.php
User.php
79b2932624-May-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Use new \dokuwiki\plugin\sqlite\SQLiteDB class for DB access

da776bcd18-Apr-2023 Anna Dabrowska <dabrowska@cosmocode.de>

Fix type errors with empty 'roundto' setting in decimals

460e822f06-Apr-2023 Andreas Gohr <andi@splitbrain.org>

code style fixes

6a81910605-Apr-2023 Andreas Gohr <andi@splitbrain.org>

more test and deprecation fixes


/plugin/struct/_test/AccessTableDataDBMultiTest.php
/plugin/struct/_test/AccessTableDataDBTest.php
/plugin/struct/_test/AccessTableDataReplacementTest.php
/plugin/struct/_test/AccessTableDataSQLTest.php
/plugin/struct/_test/AggregationExportCSVTest.php
/plugin/struct/_test/AggregationResultsTest.php
/plugin/struct/_test/AssignmentsTest.php
/plugin/struct/_test/BureaucracyTest.php
/plugin/struct/_test/ColumnTest.php
/plugin/struct/_test/ConfigHelperTest.php
/plugin/struct/_test/ConfigParserTest.php
/plugin/struct/_test/DateFormatConverterTest.php
/plugin/struct/_test/GeneralTest.php
/plugin/struct/_test/HelperDBTest.php
/plugin/struct/_test/ImportPageCSVTest.php
/plugin/struct/_test/InlineConfigParserTest.php
/plugin/struct/_test/OutputTest.php
/plugin/struct/_test/QueryBuilderFromTest.php
/plugin/struct/_test/QueryBuilderOtherTest.php
/plugin/struct/_test/QueryBuilderSelectTest.php
/plugin/struct/_test/QueryBuilderTest.php
/plugin/struct/_test/QueryBuilderWhereTest.php
/plugin/struct/_test/SchemaBuilderTest.php
/plugin/struct/_test/SchemaImporterTest.php
/plugin/struct/_test/SchemaTest.php
/plugin/struct/_test/SearchConfigParameterTest.php
/plugin/struct/_test/SearchConfigTest.php
/plugin/struct/_test/SearchTest.php
/plugin/struct/_test/StructTest.php
/plugin/struct/_test/ValidatorTest.php
/plugin/struct/_test/ValueTest.php
/plugin/struct/_test/action/DiffTest.php
/plugin/struct/_test/action/EditTest.php
/plugin/struct/_test/action/LookupAjaxTest.php
/plugin/struct/_test/action/MoveTest.php
/plugin/struct/_test/mock/Assignments.php
/plugin/struct/_test/types/AbstractBaseTest.php
/plugin/struct/_test/types/ColorTest.php
/plugin/struct/_test/types/DateTest.php
/plugin/struct/_test/types/DateTimeTest.php
/plugin/struct/_test/types/DecimalTest.php
/plugin/struct/_test/types/DropdownTest.php
/plugin/struct/_test/types/LookupTest.php
/plugin/struct/_test/types/MediaTest.php
/plugin/struct/_test/types/PageTest.php
/plugin/struct/_test/types/TagTest.php
/plugin/struct/_test/types/TextTest.php
/plugin/struct/_test/types/UrlTest.php
/plugin/struct/_test/types/UserTest.php
/plugin/struct/_test/types/WikiTest.php
/plugin/struct/meta/AccessTable.php
/plugin/struct/meta/AggregationTable.php
/plugin/struct/meta/Value.php
Page.php
Tag.php
User.php
df2cde2514-Sep-2022 PhilippCo <philipp.cochems@gmail.com>

remove tab

df51922413-Sep-2022 Philipp Cochems <philipp.cochems@gmail.com>

fix format

123456789