]> Kevux Git Server - koopa/commit
Progress: more path management changes, imrpove languages support, and other fixes
authorKevin Day <thekevinday@gmail.com>
Wed, 26 Apr 2017 03:25:00 +0000 (22:25 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 26 Apr 2017 03:27:02 +0000 (22:27 -0500)
commit34dd355407a6f07e6ac136b52a31d71c1ec22094
tree1ccacd5badc79b4a9e34172fcf3a15f370bc53f9
parenta72a2c4e4b5e7bb1c7cab45c7866aaf938e03a06
Progress: more path management changes, imrpove languages support, and other fixes

Continue developing path handling functionality.
I've decided to implement language handling as sub-classes, using japanese as the first language to test with.
Other bugfixes and tweaks.
22 files changed:
common/base/classes/base_http.php
common/base/classes/base_languages.php
common/base/classes/base_path.php
common/base/classes/base_rfc_string.php
database/sql/reservation/reservation-users.sql
program/reservation/index.php
program/reservation/internal/access_denied.php
program/reservation/internal/bad_method.php
program/reservation/internal/ja/access_denied.php [new file with mode: 0644]
program/reservation/internal/ja/bad_method.php [new file with mode: 0644]
program/reservation/internal/ja/not_found.php [new file with mode: 0644]
program/reservation/internal/ja/server_error.php [new file with mode: 0644]
program/reservation/internal/not_found.php
program/reservation/internal/server_error.php [new file with mode: 0644]
program/reservation/paths/u/dashboard.php
program/reservation/paths/u/login.php
program/reservation/paths/u/logout.php
program/reservation/reservation_build.php [new file with mode: 0644]
program/reservation/reservation_database.php
program/reservation/reservation_paths.php
program/reservation/reservation_redirects.php
program/reservation/reservation_session.php