]> Kevux Git Server - koopa/commit
Progress: continuing development, updated test example, added language testing, misce...
authorKevin Day <thekevinday@gmail.com>
Fri, 3 Mar 2017 07:23:53 +0000 (01:23 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 3 Mar 2017 07:23:53 +0000 (01:23 -0600)
commit4ffb21087e8f89074573fe27b9c18112dd62fa88
tree543ddfd94151eadeb063d6211193e711298cb381
parent38bd8ab8c9eb362eeeb94be8cfe82cf0b3c654a3
Progress: continuing development, updated test example, added language testing, miscellaneous fixes

Did some testing and made sure the test example was working.

Added some languages for testing.
- I specifically added japanese as a language to test for error messages because it is so different from english.
- It is not practical to implement the error messages class for many languages right now because I expect major refactoring as I continue coding.
- Another simple language test is added, testing the languages: russian, spanish, japanese, and english.

More work done on in developing the database.

Other fixes and changes.
19 files changed:
common/base/classes/base_error.php
common/base/classes/base_error_messages_english.php
common/base/classes/base_error_messages_japanese.php [new file with mode: 0644]
common/base/classes/base_http.php
common/base/classes/base_languages.php
common/base/classes/base_session.php
common/theme/classes/theme_markup.php
database/sql/reservation/base-dates.sql [new file with mode: 0644]
database/sql/reservation/base-fields.sql
database/sql/reservation/base-legal.sql [new file with mode: 0644]
database/sql/reservation/base-log_problems.sql
database/sql/reservation/base-log_types.sql
database/sql/reservation/base-paths.sql
database/sql/reservation/base-requests.sql
database/sql/reservation/base-statistics.sql
database/sql/reservation/base-users.sql
examples/test.php
program/reservation/reservation_paths.php
program/reservation/reservation_session.php