]> Kevux Git Server - koopa/commit
Progress: url paths
authorKevin Day <thekevinday@gmail.com>
Tue, 5 Sep 2017 03:37:24 +0000 (22:37 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 5 Sep 2017 03:50:49 +0000 (22:50 -0500)
commitd0a6e9a4fbe4d3c10cd4d95c3f80409e0d1f799f
tree8d166ee23b94f666e1d222d6d0d27a0a6acf6ae0
parent7d3f8ebf955f8b5b061af721a925e6d0e57147e6
Progress: url paths

In particular, begin initial work on output formats other than HTML.
- This is initial work and is subject to change (currently a brainstorm).

Add more common paths and appropriate files and classes.
- Most of these classes are stubs and will be populated eventually.

Cleanup the c_base_html class.

Move pr_process_arguments() to c_standard_path where it resides alongside the $arguments class variable.

Be more verbose with the function name pr_paths_create() (now called pr_paths_create_always()).

Add additional columns to the file database table.
42 files changed:
common/base/classes/base_ajax.php [new file with mode: 0644]
common/base/classes/base_file.php [new file with mode: 0644]
common/base/classes/base_html.php
common/standard/classes/standard_index.php
common/standard/classes/standard_path.php
common/standard/classes/standard_paths.php
common/standard/paths/a/administer_content.php [new file with mode: 0644]
common/standard/paths/a/administer_dashboard.php [moved from common/standard/paths/a/dashboard.php with 88% similarity]
common/standard/paths/a/administer_logs.php [new file with mode: 0644]
common/standard/paths/a/ja/administer_content.php [new file with mode: 0644]
common/standard/paths/a/ja/administer_dashboard.php [moved from common/standard/paths/a/ja/dashboard.php with 90% similarity]
common/standard/paths/a/ja/administer_logs.php [new file with mode: 0644]
common/standard/paths/c/cache_error.php [new file with mode: 0644]
common/standard/paths/c/cache_static.php [new file with mode: 0644]
common/standard/paths/c/ja/cache_error.php [new file with mode: 0644]
common/standard/paths/c/ja/cache_static.php [new file with mode: 0644]
common/standard/paths/f/file_by_checksum.php [new file with mode: 0644]
common/standard/paths/f/file_by_id.php [new file with mode: 0644]
common/standard/paths/f/file_checksum_by_checksum.php [new file with mode: 0644]
common/standard/paths/f/file_checksum_by_id.php [new file with mode: 0644]
common/standard/paths/f/ja/file_by_checksum.php [new file with mode: 0644]
common/standard/paths/f/ja/file_by_id.php [new file with mode: 0644]
common/standard/paths/f/ja/file_checksum_by_checksum.php [new file with mode: 0644]
common/standard/paths/f/ja/file_checksum_by_id.php [new file with mode: 0644]
common/standard/paths/m/ja/management_content.php [new file with mode: 0644]
common/standard/paths/m/ja/management_dashboard.php [moved from common/standard/paths/m/ja/dashboard.php with 90% similarity]
common/standard/paths/m/ja/management_logs.php [new file with mode: 0644]
common/standard/paths/m/management_content.php [new file with mode: 0644]
common/standard/paths/m/management_dashboard.php [moved from common/standard/paths/m/dashboard.php with 92% similarity]
common/standard/paths/m/management_logs.php [new file with mode: 0644]
common/standard/paths/s/ja/submit_form_id.php [new file with mode: 0644]
common/standard/paths/s/submit_form_id.php [new file with mode: 0644]
common/standard/paths/u/ja/user_contact.php [new file with mode: 0644]
common/standard/paths/u/ja/user_content.php [new file with mode: 0644]
common/standard/paths/u/ja/user_logs.php [new file with mode: 0644]
common/standard/paths/u/ja/user_reset.php [new file with mode: 0644]
common/standard/paths/u/user_contact.php [new file with mode: 0644]
common/standard/paths/u/user_content.php [new file with mode: 0644]
common/standard/paths/u/user_logs.php [new file with mode: 0644]
common/standard/paths/u/user_reset.php [new file with mode: 0644]
database/sql/standard/standard-files.sql
documentation/url_paths.txt