History log of /plugin/struct/ (Results 226 – 250 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
17dda59629-Mar-2022 Anna Dabrowska <dabrowska@cosmocode.de>

Respect ACLs in serial editor (#599)

Fixes #589

927ee7cd27-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

8f17109727-Jan-2022 Andreas Gohr <andi@splitbrain.org>

use proper null coalesce

8267c30127-Jan-2022 Andreas Gohr <andi@splitbrain.org>

replaced more deprecated assertions

5cc23c4427-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Return proper type when creating a Schema

138025f827-Jan-2022 Andreas Gohr <andi@splitbrain.org>

make bureaucracy optional when testing

ecf2cba227-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Use $INPUT to access server variables

d7298ee427-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Refactor deprecated assertion

2af9c5bb27-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Replaces deprecated expectException annotation

8e97466826-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

b871825a18-Jan-2022 Andreas Gohr <andi@splitbrain.org>

correctly handle serial data in cloud control

848c369813-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Version upped

17a3a57813-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Manual code style adjustments

0549dcc513-Jan-2022 Andreas Gohr <andi@splitbrain.org>

PHP code sniffer autofixes


_test/AccessTableDataDB.test.php
_test/AccessTableDataDBMulti.test.php
_test/AccessTableDataReplacement.test.php
_test/AccessTableDataSQL.test.php
_test/AggregationExportCSV.test.php
_test/AggregationResults.test.php
_test/Assignments.test.php
_test/Bureaucracy.test.php
_test/Column.test.php
_test/ConfigParser.test.php
_test/DateFormatConverter.test.php
_test/ImportPageCSV.test.php
_test/InlineConfigParser.test.php
_test/QueryBuilder.test.php
_test/QueryBuilderFrom.test.php
_test/QueryBuilderOther.test.php
_test/QueryBuilderSelect.test.php
_test/QueryBuilderWhere.test.php
_test/Schema.test.php
_test/SchemaBuilder.test.php
_test/SchemaImporter.test.php
_test/Search.test.php
_test/SearchConfig.test.php
_test/SearchConfigParameter.test.php
_test/StructTest.php
_test/Type_AbstractBase.test.php
_test/Type_Color.test.php
_test/Type_Date.test.php
_test/Type_DateTime.test.php
_test/Type_Decimal.test.php
_test/Type_Dropdown.test.php
_test/Type_Lookup.test.php
_test/Type_Media.test.php
_test/Type_Page.test.php
_test/Type_Tag.test.php
_test/Type_Text.test.php
_test/Type_Url.test.php
_test/Type_User.test.php
_test/Type_Wiki.test.php
_test/Validator.test.php
_test/Value.test.php
_test/action/LookupAjaxAction..php
_test/configHelper.test.php
_test/diff.test.php
_test/edit.test.php
_test/general.test.php
_test/helper_db.test.php
_test/mock/AccessTable.php
_test/mock/AccessTableDataNoDB.php
_test/mock/AccessTableGlobal.php
_test/mock/AccessTablePage.php
_test/mock/AggregationEditorTable.php
_test/mock/AggregationTable.php
_test/mock/Assignments.php
_test/mock/BaseType.php
_test/mock/Dropdown.php
_test/mock/Lookup.php
_test/mock/QueryBuilder.php
_test/mock/SchemaNoDB.php
_test/mock/Search.php
_test/mock/SearchConfig.php
_test/mock/ValueValidator.php
_test/mock/action_plugin_struct_edit.php
_test/mock/helper_plugin_struct_config.php
_test/move.test.php
_test/output.test.php
action/aggregationeditor.php
action/ajax.php
action/bureaucracy.php
action/cache.php
action/config.php
action/diff.php
action/edit.php
action/entry.php
action/inline.php
action/move.php
action/output.php
action/revert.php
action/search.php
action/title.php
admin.svg
admin/assignments.php
admin/schemas.php
all.less
helper.php
helper/config.php
helper/field.php
helper/fieldhidden.php
helper/imexport.php
helper/lookup.php
jsoneditor/img/jsoneditor-icons.svg
lang/cs/lang.php
lang/de/lang.php
lang/de/settings.php
lang/en/lang.php
lang/en/settings.php
lang/fr/lang.php
lang/fr/settings.php
lang/ja/lang.php
meta/AccessDataValidator.php
meta/AccessTable.php
meta/AccessTableGlobal.php
meta/AccessTablePage.php
meta/AggregationCloud.php
meta/AggregationEditorTable.php
meta/AggregationList.php
meta/AggregationTable.php
meta/AggregationValue.php
meta/Assignments.php
meta/CSVImporter.php
meta/CSVPageImporter.php
meta/CSVSerialImporter.php
meta/Column.php
meta/ConfigParser.php
meta/FilterValueListHandler.php
meta/InlineConfigParser.php
meta/PageColumn.php
meta/PageMeta.php
meta/QueryBuilder.php
meta/QueryBuilderWhere.php
meta/RevisionColumn.php
meta/RowColumn.php
meta/SchemaBuilder.php
meta/SchemaEditor.php
meta/SchemaImporter.php
meta/Search.php
meta/SearchCloud.php
meta/SearchConfig.php
meta/SearchConfigParameters.php
meta/StructException.php
meta/SummaryColumn.php
meta/TranslationUtilities.php
meta/UserColumn.php
meta/Value.php
meta/ValueValidator.php
print.less
remote.php
renderer/csv.php
script.js
script/EntryEditor.js
style.less
syntax/cloud.php
syntax/global.php
syntax/list.php
syntax/output.php
syntax/serial.php
syntax/table.php
syntax/value.php
types/AbstractBaseType.php
types/AbstractMultiBaseType.php
types/AutoSummary.php
types/Checkbox.php
types/Color.php
types/Date.php
types/DateTime.php
types/Decimal.php
types/Dropdown.php
types/LongText.php
types/Lookup.php
types/Mail.php
types/Media.php
types/Page.php
types/Tag.php
types/Text.php
types/TraitFilterPrefix.php
types/Url.php
types/User.php
types/Wiki.php
30bf61e613-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Apply aggregation type specific filters in render phase

The different aggregation types add their own filters to ensure that the
appropriate data is selected. This used to happen in handle() but thi

Apply aggregation type specific filters in render phase

The different aggregation types add their own filters to ensure that the
appropriate data is selected. This used to happen in handle() but this
meant that theses filters were only ever updated when the syntax of the
page they are used in is updated.

Since we refer to getID() to filter serial schemas based on the global
ID to enable their use in includes, we can not have that in the handle
stage, otherwise output is always filtered for the include ID.

show more ...

da7041d305-Oct-2021 Alexander Yakovlev <keloero@oreolek.ru>

Do not link table headers in a PDF

No sorting rows in PDF, no need to print links

8e12458a11-Aug-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

d384ebe511-Aug-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Fix PHP code style

b26126ed11-Aug-2021 Andreas Hubel <andi@saerdnaer.de>

Add option to remove single columns from wildcard (#533)

3f64022811-Aug-2021 Frieder Schrempf <34034373+fschrempf@users.noreply.github.com>

Add render format to context of event PLUGIN_STRUCT_RENDER_AGGREGATION_TABLE (#575)

This was missing from the event context when the event was introduced.
To use the format/mode in the event let's

Add render format to context of event PLUGIN_STRUCT_RENDER_AGGREGATION_TABLE (#575)

This was missing from the event context when the event was introduced.
To use the format/mode in the event let's pass it in the context.

Signed-off-by: Frieder Schrempf <dev@fris.de>

show more ...

fd265f3b05-Jul-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

95507c0805-Jul-2021 Anna Dabrowska <dabrowska@cosmocode.de>

Cleanup to make checks and tests pass

b9458b7128-Jun-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

c7273e8e28-Jun-2021 Andreas Gohr <andi@splitbrain.org>

Better output mechanisms for URL Type

dca2922617-Jun-2021 Andreas Gohr <andi@splitbrain.org>

Version upped

12345678910>>...54