History log of /plugin/struct/meta/ (Results 351 – 375 of 512)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
27f6439f19-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

introduce getColName vs. getFullColName

1c9ef01318-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

store page titles in DB for reference

All page titles are now stored in the database to reference them later
in queries for the page type.

4c13ff9718-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

rename $type to $op to avoid confusion about what a type is

2081d4ca14-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

use generic where in Search

d21da21c14-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

make generic where() available to use

this makes it easier to pass the logic operator dynamically

aa1f507414-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

code style adjustment, no single line exceptions

2f68434d14-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

use the query builder in Search

Tests still run through, so it seems to be correct so far

c949493014-Jul-2016 Michael Grosse <mic.grosse@posteo.de>

Treat 0 as a nonempty column

83cb959b14-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

added group and sort by

2b5df26e14-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

fix and test placeholder replacement

df30dbf714-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

tests for where

8c551fd713-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

test that left joins are positioned correctly

3fde0efc13-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

first go at query builder

b7e1d73b12-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

do not show a result table if there are no results

There is no sense in showing headers, dynamic filters, pagination and a
sum row when there are absolutely no results. This change omits the
whole s

do not show a result table if there are no results

There is no sense in showing headers, dynamic filters, pagination and a
sum row when there are absolutely no results. This change omits the
whole shebang if there are no results (except when the table is
dynamically filtered and the empty set might be a result of that filter)

show more ...

9dbc8ec012-Jul-2016 Michael Grosse <grosse@cosmocode.de>

Do not show rows in aggregations if they're empty

SPR-541

c600e80211-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

reverted bad change caused by outdated IDEA index

idea marked the false as an undefined parameter - turns out it was
wrong.

2e7595e711-Jul-2016 Andreas Gohr <gohr@cosmocode.de>

first go at regexp filters

4ac44d1c22-Jun-2016 Michael Grosse <grosse@cosmocode.de>

Skip undefined schemas

Fixes GitHub #107 and Jira SPR-503

489ac77e14-Jun-2016 Michael Grosse <grosse@cosmocode.de>

Check schema_assignments.tbl in aggregation

This check has most likely just been forgotten.

SPR-450

066fcfb725-May-2016 Michael Grosse <grosse@cosmocode.de>

Fix sorting by a multi column

A multicolumn is always sorted by its first value which is already copied
to the respective column in the table.

SPR-466

ba76620128-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Use DokuWiki new autoloader for class files

No longer do we need to register our own autoloader. Namespace had to be
vendor prefixed.


/plugin/struct/_test/Assignments.test.php
/plugin/struct/_test/ConfigParser.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/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_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/mock/Assignments.php
/plugin/struct/_test/mock/BaseType.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/diff.php
/plugin/struct/action/entry.php
/plugin/struct/action/move.php
/plugin/struct/action/search.php
/plugin/struct/admin/assignments.php
/plugin/struct/admin/schemas.php
/plugin/struct/helper.php
/plugin/struct/helper/config.php
/plugin/struct/helper/field.php
AggregationTable.php
Assignments.php
Column.php
ConfigParser.php
PageColumn.php
Schema.php
SchemaBuilder.php
SchemaData.php
SchemaEditor.php
SchemaImporter.php
Search.php
SearchConfig.php
SearchConfigParameters.php
StructException.php
ValidationException.php
Validator.php
Value.php
/plugin/struct/plugin.info.txt
/plugin/struct/remote.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/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
6c71c03112-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

fix validation and multi vlaue handling in bureaucracy #87

f9f13d8c07-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

tests for schema deletion

d5a1a6dc07-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Added way to delete a schema and all its data

9b97e61005-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

reuse column's type renderer to output sums

This makes sure that sums will apply the same formatting as the values
they summarize.

1...<<1112131415161718192021