History log of /plugin/struct/_test/ (Results 201 – 225 of 315)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cf03981f14-Jul-2016 Michael Grosse <mic.grosse@posteo.de>

Test miscellaneous syntax Like group by and order by

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

Ensure Exception on conflicting or missing alias

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

Test overwriting in SELECTs and arbitrary SELECTs

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

Test Select functionality

addSelectStatement has yet to get tests

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

Ensure Exception on duplicate alias and fix comma

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

Add test for QueryBuilder joins

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

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

User config fullname is an autocomplete option #110

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

removed wrong config from test

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

always save full pageids in the page type, namespace can be relative

The namespace and postfix config is now only available for the
autocompletion.

This makes comparisons more sane.

The namespace

always save full pageids in the page type, namespace can be relative

The namespace and postfix config is now only available for the
autocompletion.

This makes comparisons more sane.

The namespace in the autocompletion config can be relative.

show more ...

080fdc7025-May-2016 Michael Grosse <grosse@cosmocode.de>

Add tests

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.


Assignments.test.php
ConfigParser.test.php
Schema.test.php
SchemaBuilder.test.php
SchemaDataDB.test.php
SchemaDataDBMulti.test.php
SchemaDataSQL.test.php
SchemaImporter.test.php
Search.test.php
SearchConfig.test.php
SearchConfigParameter.test.php
StructTest.php
Type_AbstractBase.test.php
Type_Decimal.test.php
Type_Integer.test.php
Type_Media.test.php
Type_Page.test.php
Type_Tag.test.php
Type_Text.test.php
Type_Url.test.php
Type_User.test.php
Validator.test.php
Value.test.php
configHelper.test.php
diff.test.php
entry.test.php
general.test.php
mock/Assignments.php
mock/BaseType.php
mock/SchemaData.php
mock/SchemaDataNoDB.php
mock/Search.php
mock/SearchConfig.php
mock/Validator.php
mock/action_plugin_struct_entry.php
mock/helper_plugin_struct_config.php
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
/plugin/struct/meta/AggregationTable.php
/plugin/struct/meta/Assignments.php
/plugin/struct/meta/Column.php
/plugin/struct/meta/ConfigParser.php
/plugin/struct/meta/PageColumn.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/ValidationException.php
/plugin/struct/meta/Validator.php
/plugin/struct/meta/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
f9f13d8c07-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

tests for schema deletion

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

added prefix and postfix to Decimal type

this is useful to add currency symbols

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

better format configuration for Decimal type

9d58042624-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

refacored tests to use StructTest as base class

this makes schema setup and data loading much easier and gets rid of a
lot of duplicate code

d862884d24-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

added testing for tag autocompletion #80

2831817724-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

new base type for testing

introduces helper functions and basic setup. needs to be introduced to
all the tests, yet.

7629557e24-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

the column array should start at 0 and be sorted correctly

For some reason we stored them in column ref order. This might break
things that are not covered by tests but I hope not.

b2d67e7d23-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

check for page existance in search. fixes #77

This requires an uptodate sqlite plugin

16b7d91422-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

adjust cachung if an aggregation depends on dynamic values #75

d19ba4b122-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

fixed struct filter vars and added tests #75

230f954e22-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

build returns an int

12345678910>>...13