]> Kevux Git Server - koopa/commit
Progress: designing path handling, designing form processing, and other fixes.
authorKevin Day <thekevinday@gmail.com>
Mon, 24 Apr 2017 21:26:39 +0000 (16:26 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 24 Apr 2017 21:29:37 +0000 (16:29 -0500)
commita72a2c4e4b5e7bb1c7cab45c7866aaf938e03a06
tree04b303cf8b12de4f632499e34aedb52b94d80d42
parent2d77cf6392e052915865ca5ebc907deefd7b119f
Progress: designing path handling, designing form processing, and other fixes.

Path management is done via classes.
The form processing code is just a rough draft of ideas and is subject to massive changes.
24 files changed:
common/base/classes/base_defaults_global.php
common/base/classes/base_email.php
common/base/classes/base_form.php
common/base/classes/base_html.php
common/base/classes/base_http.php
common/base/classes/base_markup.php
common/base/classes/base_path.php
common/base/classes/base_return.php
common/base/classes/base_rfc_string.php
common/theme/classes/theme_dom.php
documentation/url_paths.txt
program/reservation/index.php
program/reservation/internal/access_denied.php [new file with mode: 0644]
program/reservation/internal/bad_method.php [new file with mode: 0644]
program/reservation/internal/not_found.php [new file with mode: 0644]
program/reservation/paths/a/reservation_dashboard.php [new file with mode: 0644]
program/reservation/paths/u/dashboard.php [new file with mode: 0644]
program/reservation/paths/u/login.php [new file with mode: 0644]
program/reservation/paths/u/logout.php [new file with mode: 0644]
program/reservation/reservation_database.php
program/reservation/reservation_paths.php
program/reservation/reservation_redirects.php [new file with mode: 0644]
program/reservation/reservation_session.php
program/reservation/reservation_theme.php [new file with mode: 0644]