1
1
# This is a list of files that were present in previous releases
2
2
# 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
3
14
_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
4
26
_test/SchemaDataDB.test.php
5
27
_test/SchemaDataDBMulti.test.php
6
28
_test/SchemaDataReplacement.test.php
7
29
_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
8
40
_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
9
55
_test/entry.test.php
56
+ _test/general.test.php
57
+ _test/helper_db.test.php
10
58
_test/json/schema1.schema.json
11
59
_test/json/schema2.schema.json
12
60
_test/mock/AccessTableData.php
@@ -15,6 +63,8 @@ _test/mock/SchemaData.php
15
63
_test/mock/SchemaDataNoDB.php
16
64
_test/mock/Validator.php
17
65
_test/mock/action_plugin_struct_entry.php
66
+ _test/move.test.php
67
+ _test/output.test.php
18
68
action/autoloader.php
19
69
action/lookup.php
20
70
action/serial.php
@@ -27,6 +77,7 @@ lang/en/intro.txt
27
77
meta/AccessTableData.php
28
78
meta/AccessTableLookup.php
29
79
meta/CSVLookupImporter.php
80
+ meta/Filter.php
30
81
meta/LookupTable.php
31
82
meta/Page.php
32
83
meta/QueryBuilderBuilder.php
0 commit comments