11# This is a list of files that were present in previous releases
22# but were removed later. They should not exist in your installation.
3+ .travis.yml
4+ _test/AccessTableDataDB.test.php
5+ _test/AccessTableDataDBMulti.test.php
6+ _test/AccessTableDataReplacement.test.php
7+ _test/AccessTableDataSQL.test.php
8+ _test/AggregationExportCSV.test.php
9+ _test/AggregationResults.test.php
10+ _test/Assignments.test.php
11+ _test/Bureaucracy.test.php
12+ _test/Column.test.php
13+ _test/ConfigParser.test.php
314_test/DataSerial.test.php
15+ _test/DateFormatConverter.test.php
16+ _test/DiffTest.php
17+ _test/ImportPageCSV.test.php
18+ _test/InlineConfigParser.test.php
19+ _test/QueryBuilder.test.php
20+ _test/QueryBuilderFrom.test.php
21+ _test/QueryBuilderOther.test.php
22+ _test/QueryBuilderSelect.test.php
23+ _test/QueryBuilderWhere.test.php
24+ _test/Schema.test.php
25+ _test/SchemaBuilder.test.php
426_test/SchemaDataDB.test.php
527_test/SchemaDataDBMulti.test.php
628_test/SchemaDataReplacement.test.php
729_test/SchemaDataSQL.test.php
30+ _test/SchemaImporter.test.php
31+ _test/Search.test.php
32+ _test/SearchConfig.test.php
33+ _test/SearchConfigParameter.test.php
34+ _test/Type_AbstractBase.test.php
35+ _test/Type_Color.test.php
36+ _test/Type_Date.test.php
37+ _test/Type_DateTime.test.php
38+ _test/Type_Decimal.test.php
39+ _test/Type_Dropdown.test.php
840_test/Type_Integer.test.php
41+ _test/Type_Lookup.test.php
42+ _test/Type_Media.test.php
43+ _test/Type_Page.test.php
44+ _test/Type_Tag.test.php
45+ _test/Type_Text.test.php
46+ _test/Type_Url.test.php
47+ _test/Type_User.test.php
48+ _test/Type_Wiki.test.php
49+ _test/Validator.test.php
50+ _test/Value.test.php
51+ _test/action/LookupAjaxAction..php
52+ _test/configHelper.test.php
53+ _test/diff.test.php
54+ _test/edit.test.php
955_test/entry.test.php
56+ _test/general.test.php
57+ _test/helper_db.test.php
1058_test/json/schema1.schema.json
1159_test/json/schema2.schema.json
1260_test/mock/AccessTableData.php
@@ -15,6 +63,8 @@ _test/mock/SchemaData.php
1563_test/mock/SchemaDataNoDB.php
1664_test/mock/Validator.php
1765_test/mock/action_plugin_struct_entry.php
66+ _test/move.test.php
67+ _test/output.test.php
1868action/autoloader.php
1969action/lookup.php
2070action/serial.php
@@ -27,6 +77,7 @@ lang/en/intro.txt
2777meta/AccessTableData.php
2878meta/AccessTableLookup.php
2979meta/CSVLookupImporter.php
80+ meta/Filter.php
3081meta/LookupTable.php
3182meta/Page.php
3283meta/QueryBuilderBuilder.php
0 commit comments