]> Kevux Git Server - koopa/commit
Progress: continued work on user settings
authorKevin Day <thekevinday@gmail.com>
Thu, 31 Aug 2017 21:16:44 +0000 (16:16 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 31 Aug 2017 21:16:44 +0000 (16:16 -0500)
commitda46b213f038a94aba33f984fdf11daccfd553ac
treed9cd4dd79c44c5a4c966b2d9202b14636ac48496
parent47f3c2364ceb89f97079ed2efbc89f91b5ee0112
Progress: continued work on user settings

Remove meaningless trailing semicolon.
Organize user page handler constants in alphabetic order.
Add missing user page handler constants, classes, and files.
Use static:: in place of self:: (more to come on why in a follow up commit).
Move the user_view.php contents into user_settings.php and have the user_view class extend the user_settings class.
20 files changed:
common/standard/classes/standard_paths.php
common/standard/paths/a/dashboard.php
common/standard/paths/m/dashboard.php
common/standard/paths/u/ja/user_check.php [new file with mode: 0644]
common/standard/paths/u/ja/user_refresh.php [new file with mode: 0644]
common/standard/paths/u/user_check.php [new file with mode: 0644]
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_pdf.php
common/standard/paths/u/user_print.php
common/standard/paths/u/user_ps.php
common/standard/paths/u/user_refresh.php [new file with mode: 0644]
common/standard/paths/u/user_settings.php
common/standard/paths/u/user_unlock.php
common/standard/paths/u/user_view.php