]> Kevux Git Server - koopa/commit
Progress: organize some files and some additional markup generation
authorKevin Day <thekevinday@gmail.com>
Tue, 31 Oct 2017 21:22:21 +0000 (16:22 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 31 Oct 2017 21:22:21 +0000 (16:22 -0500)
commit32b5946116aff1129ce521b078ddd0126d3abfa0
tree9bbd20b5a78f52fe5124e46c8eb98acf590ef16d
parent5bbe541e5fb6217478cfee088056064aecefe151
Progress: organize some files and some additional markup generation

Move some of the user login code to the parent class.
- I can see reason for moving it to the parent's parent class, but I decided to hold off for now until I implement more classes.

Added additional markup generation classes.
- Some other constants where expanded from their HTML names to be more verbose.
19 files changed:
common/base/classes/base_markup.php
common/standard/classes/standard_path.php
common/standard/classes/standard_path_user.php
common/standard/paths/u/ja/user_check.php
common/standard/paths/u/ja/user_login.php
common/standard/paths/u/user_check.php
common/standard/paths/u/user_create.php
common/standard/paths/u/user_dashboard.php
common/standard/paths/u/user_delete.php
common/standard/paths/u/user_edit.php
common/standard/paths/u/user_lock.php
common/standard/paths/u/user_login.php
common/standard/paths/u/user_logout.php
common/standard/paths/u/user_refresh.php
common/standard/paths/u/user_session.php
common/standard/paths/u/user_settings.php
common/standard/paths/u/user_unlock.php
common/standard/paths/u/user_view.php
common/theme/classes/theme_html.php