-
-
Notifications
You must be signed in to change notification settings - Fork 112
/
anchorcms_files.txt
364 lines (364 loc) · 11.6 KB
/
anchorcms_files.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
/anchor/composer_check.php
/anchor/config/aliases.php
/anchor/config/error.php
/anchor/config/migrations.php
/anchor/functions/articles.php
/anchor/functions/categories.php
/anchor/functions/comments.php
/anchor/functions/config.php
/anchor/functions/helpers.php
/anchor/functions/menus.php
/anchor/functions/metadata.php
/anchor/functions/pages.php
/anchor/functions/posts.php
/anchor/functions/search.php
/anchor/functions/users.php
/anchor/helpers.php
/anchor/language/de_DE/categories.php
/anchor/language/de_DE/comments.php
/anchor/language/de_DE/extend.php
/anchor/language/de_DE/global.php
/anchor/language/de_DE/menu.php
/anchor/language/de_DE/metadata.php
/anchor/language/de_DE/pages.php
/anchor/language/de_DE/posts.php
/anchor/language/de_DE/users.php
/anchor/language/en_GB/categories.php
/anchor/language/en_GB/comments.php
/anchor/language/en_GB/extend.php
/anchor/language/en_GB/global.php
/anchor/language/en_GB/menu.php
/anchor/language/en_GB/metadata.php
/anchor/language/en_GB/pages.php
/anchor/language/en_GB/panel.php
/anchor/language/en_GB/posts.php
/anchor/language/en_GB/users.php
/anchor/language/it_IT/categories.php
/anchor/language/it_IT/comments.php
/anchor/language/it_IT/extend.php
/anchor/language/it_IT/global.php
/anchor/language/it_IT/menu.php
/anchor/language/it_IT/metadata.php
/anchor/language/it_IT/pages.php
/anchor/language/it_IT/posts.php
/anchor/language/it_IT/users.php
/anchor/libraries/anchor.php
/anchor/libraries/auth.php
/anchor/libraries/csrf.php
/anchor/libraries/date.php
/anchor/libraries/events.php
/anchor/libraries/form.php
/anchor/libraries/hash.php
/anchor/libraries/html.php
/anchor/libraries/image.php
/anchor/libraries/items.php
/anchor/libraries/json.php
/anchor/libraries/language.php
/anchor/libraries/markdown.php
/anchor/libraries/migration.php
/anchor/libraries/migrations.php
/anchor/libraries/notify.php
/anchor/libraries/paginator.php
/anchor/libraries/parsedown.php
/anchor/libraries/registry.php
/anchor/libraries/response.php
/anchor/libraries/rss.php
/anchor/libraries/template.php
/anchor/libraries/themes.php
/anchor/libraries/update.php
/anchor/libraries/uploader.php
/anchor/libraries/validator.php
/anchor/migrations/10_add_comment_notifications.php
/anchor/migrations/110_alter_session_date.php
/anchor/migrations/11_add_comment_moderation_keys.php
/anchor/migrations/120_add_page_parent.php
/anchor/migrations/130_pages_show_in_menu.php
/anchor/migrations/140_add_page_menu_order.php
/anchor/migrations/160_resize_post_html.php
/anchor/migrations/169_add_category_meta.php
/anchor/migrations/170_add_category_cust_field.php
/anchor/migrations/180_insert_meta_key.php
/anchor/migrations/200_create_user_meta_table.php
/anchor/migrations/201_enable_pagetypes.php
/anchor/migrations/20_alter_comments_status.php
/anchor/migrations/210_fix_page_menu_order.php
/anchor/migrations/211_alter_post_page_content.php
/anchor/migrations/212_insert_default_dashboard_meta_key.php
/anchor/migrations/213_add_updated_fields_to_tables.php
/anchor/migrations/21_alter_comments_date.php
/anchor/migrations/220_alter_meta_field
/anchor/migrations/220_alter_meta_field.php
/anchor/migrations/30_create_extend_table.php
/anchor/migrations/40_create_page_meta_table.php
/anchor/migrations/50_create_post_meta_table.php
/anchor/migrations/60_drop_posts_custom_fields.php
/anchor/migrations/61_alter_posts_created.php
/anchor/migrations/62_add_posts_category.php
/anchor/migrations/70_create_categories_table.php
/anchor/migrations/71_insert_default_categories.php
/anchor/migrations/80_drop_sessions_ip.php
/anchor/migrations/81_drop_sessions_ua.php
/anchor/migrations/90_alter_users_password.php
/anchor/models/base.php
/anchor/models/category.php
/anchor/models/comment.php
/anchor/models/extend.php
/anchor/models/page.php
/anchor/models/post.php
/anchor/models/user.php
/anchor/routes/admin.php
/anchor/routes/categories.php
/anchor/routes/comments.php
/anchor/routes/fields.php
/anchor/routes/menu.php
/anchor/routes/metadata.php
/anchor/routes/pages.php
/anchor/routes/pagetypes.php
/anchor/routes/panel.php
/anchor/routes/plugins.php
/anchor/routes/posts.php
/anchor/routes/site.php
/anchor/routes/users.php
/anchor/routes/variables.php
/anchor/run.php
/anchor/views/assets/css/admin.css
/anchor/views/assets/css/admin.min.css
/anchor/views/assets/css/forms.css
/anchor/views/assets/css/login.css
/anchor/views/assets/css/notifications.css
/anchor/views/assets/css/reset.css
/anchor/views/assets/css/small.css
/anchor/views/assets/img/cloud.png
/anchor/views/assets/img/cross.gif
/anchor/views/assets/img/favicon.ico
/anchor/views/assets/img/favicon.png
/anchor/views/assets/img/icons.png
/anchor/views/assets/img/logo.png
/anchor/views/assets/img/piggy.gif
/anchor/views/assets/img/statuses.png
/anchor/views/assets/img/tick.gif
/anchor/views/assets/img/tick.png
/anchor/views/assets/js/autosave.js
/anchor/views/assets/js/change-saver.js
/anchor/views/assets/js/custom-fields.js
/anchor/views/assets/js/dragdrop.js
/anchor/views/assets/js/editor.js
/anchor/views/assets/js/focus-mode.js
/anchor/views/assets/js/main.js
/anchor/views/assets/js/main.min.js
/anchor/views/assets/js/page-name.js
/anchor/views/assets/js/redirect.js
/anchor/views/assets/js/slug.js
/anchor/views/assets/js/sortable.js
/anchor/views/assets/js/text-resize.js
/anchor/views/assets/js/upload-fields.js
/anchor/views/assets/js/zepto.js
/anchor/views/assets/scss/admin.scss
/anchor/views/assets/scss/_colors.scss
/anchor/views/assets/scss/components/_buttons.scss
/anchor/views/assets/scss/components/editor/_files.scss
/anchor/views/assets/scss/components/editor/_half.scss
/anchor/views/assets/scss/components/editor/_preview.scss
/anchor/views/assets/scss/components/editor/_redirect.scss
/anchor/views/assets/scss/components/_editor.scss
/anchor/views/assets/scss/components/editor/_split.scss
/anchor/views/assets/scss/components/_fileUpload.scss
/anchor/views/assets/scss/components/_footer.scss
/anchor/views/assets/scss/components/_forms.scss
/anchor/views/assets/scss/components/_header.scss
/anchor/views/assets/scss/components/_lists.scss
/anchor/views/assets/scss/components/_notifications.scss
/anchor/views/assets/scss/components/_paging.scss
/anchor/views/assets/scss/components/_panel.scss
/anchor/views/assets/scss/_components.scss
/anchor/views/assets/scss/components/_sidebar.scss
/anchor/views/assets/scss/_focusMode.scss
/anchor/views/assets/scss/_layout.scss
/anchor/views/assets/scss/_login.scss
/anchor/views/assets/scss/mixins/_breakpoints.scss
/anchor/views/assets/scss/mixins/_brightness.scss
/anchor/views/assets/scss/mixins/_contrast.scss
/anchor/views/assets/scss/_typography.scss
/anchor/views/assets/scss/_variables.scss
/anchor/views/categories/add.php
/anchor/views/categories/edit.php
/anchor/views/categories/index.php
/anchor/views/comments/edit.php
/anchor/views/comments/index.php
/anchor/views/error/404.php
/anchor/views/error/500.php
/anchor/views/extend/fields/add.php
/anchor/views/extend/fields/edit.php
/anchor/views/extend/fields/index.php
/anchor/views/extend/index.php
/anchor/views/extend/metadata/edit.php
/anchor/views/extend/pagetypes/add.php
/anchor/views/extend/pagetypes/edit.php
/anchor/views/extend/pagetypes/index.php
/anchor/views/extend/plugins/index.php
/anchor/views/extend/variables/add.php
/anchor/views/extend/variables/edit.php
/anchor/views/extend/variables/index.php
/anchor/views/intro.php
/anchor/views/menu/index.php
/anchor/views/pages/add.php
/anchor/views/pages/edit.php
/anchor/views/pages/fields.php
/anchor/views/pages/index.php
/anchor/views/panel.php
/anchor/views/partials/editor.php
/anchor/views/partials/footer.php
/anchor/views/partials/header.php
/anchor/views/posts/add.php
/anchor/views/posts/edit.php
/anchor/views/posts/index.php
/anchor/views/profile.php
/anchor/views/upgrade.php
/anchor/views/users/add.php
/anchor/views/users/amnesia.php
/anchor/views/users/edit.php
/anchor/views/users/index.php
/anchor/views/users/login.php
/anchor/views/users/reset.php
/composer.json
/composer.lock
/content/index.php
/contributing.md
/docker-compose.yml
/Dockerfile
/.editorconfig
/.github/anchor-bg.jpeg
/.github/CODE_OF_CONDUCT.md
/.github/CONTRIBUTING.md
/.github/ISSUE_TEMPLATE.md
/.github/PULL_REQUEST_TEMPLATE.md
/.gitignore
/gulpfile.js
/index.php
/install/config/aliases.php
/install/config/app.php
/install/config/database.php
/install/config/error.php
/install/config/session.php
/install/config/strings.php
/install/.htaccess
/install/index.php
/install/libraries/braces.php
/install/libraries/installer.php
/install/libraries/layout.php
/install/readme.md
/install/routes.php
/install/run.php
/install/storage/anchor.sql
/install/storage/application.distro.php
/install/storage/database.distro.php
/install/storage/htaccess.distro
/install/storage/session.distro.php
/install/views/account.php
/install/views/assets/css/chosen.css
/install/views/assets/css/install.css
/install/views/assets/img/[email protected]
/install/views/assets/img/chosen-sprite.png
/install/views/assets/img/logo.png
/install/views/assets/js/chosen.jquery.min.js
/install/views/assets/js/main.js
/install/views/complete.php
/install/views/database.php
/install/views/error/404.php
/install/views/error/500.php
/install/views/halt.php
/install/views/installed.php
/install/views/metadata.php
/install/views/partials/footer.php
/install/views/partials/header.php
/install/views/start.php
/jest.config.js
/license.md
/package.json
/readme.md
/scss-lint.yml
/system/arr.php
/system/autoloader.php
/system/boot.php
/system/cli.php
/system/config.php
/system/cookie.php
/system/database/builder.php
/system/database/connector.php
/system/database/connectors/mysql.php
/system/database/connectors/sqlite.php
/system/database.php
/system/database/query.php
/system/database/record.php
/system/error.php
/system/helpers.php
/system/input.php
/system/request.php
/system/request/server.php
/system/response.php
/system/response/status.php
/system/route.php
/system/router.php
/system/session/cargo.php
/system/session/driver.php
/system/session/drivers/cookie.php
/system/session/drivers/database.php
/system/session/drivers/memcached.php
/system/session/drivers/memcache.php
/system/session/drivers/runtime.php
/system/session.php
/system/start.php
/system/uri.php
/system/view.php
/test/environment.js
/test/index.js
/test/integration/installation.test.js
/test/integration/README.md
/test/peridot.php
/test/README.md
/test/setup.js
/test/teardown.js
/test/travis-ci/apache_vhost
/test/travis-ci/setup-apache.sh
/test/travis-ci/setup-php-fpm.sh
/test/unit/README.md
/test/unit/system.arr.spec.php
/test/unit/system.cli.spec.php
/test/unit/system.config.spec.php
/test/unit/system.cookie.spec.php
/test/unit/system.database.builder.spec.php
/test/unit/system.database.connectors.mysql.spec.php
/test/unit/system.database.connector.spec.php
/test/unit/system.database.connectors.sqlite.spec.php
/test/unit/system.database.query.spec.php
/test/unit/system.database.record.spec.php
/test/unit/system.database.spec.php
/test/unit/system.error.spec.php
/test/unit/system.helpers.spec.php
/test/unit/system.input.spec.php
/test/unit/system.request.server.spec.php
/test/unit/system.request.spec.php
/test/unit/system.response.status.spec.php
/test/unit/system.router.spec.php
/test/unit/system.route.spec.php
/test/unit/system.session.spec.php
/test/unit/system.uri.spec.php
/test/unit/system.view.spec.php
/themes/default/404.php
/themes/default/about.txt
/themes/default/article.php
/themes/default/css/reset.css
/themes/default/css/small.css
/themes/default/css/style.css
/themes/default/footer.php
/themes/default/functions.php
/themes/default/header.php
/themes/default/img/categories.png
/themes/default/img/favicon.png
/themes/default/img/og_image.gif
/themes/default/img/search.png
/themes/default/js/main.js
/themes/default/page.php
/themes/default/posts.php
/themes/default/search.php
/.travis.yml