Skip to content

Commit 7bb01a5

Browse files
committed
updated deleted.files
1 parent 8a68af5 commit 7bb01a5

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

deleted.files

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,60 @@
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
1868
action/autoloader.php
1969
action/lookup.php
2070
action/serial.php
@@ -27,6 +77,7 @@ lang/en/intro.txt
2777
meta/AccessTableData.php
2878
meta/AccessTableLookup.php
2979
meta/CSVLookupImporter.php
80+
meta/Filter.php
3081
meta/LookupTable.php
3182
meta/Page.php
3283
meta/QueryBuilderBuilder.php

0 commit comments

Comments
 (0)