]> Kevux Git Server - koopa/shortlog
koopa
2018-08-14 Kevin DayProgress: continue work on database
2018-08-14 Kevin DayBugfix: http example needs to support namespaces
2018-08-14 Kevin DayCleanup: minor updates and corrections in naming docume...
2018-08-14 Kevin DayCleanup: move has_value() to c_base_return and document...
2018-08-14 Kevin DayBugfix: cannot use $this-> on static class variable...
2018-08-08 Kevin DayProgress: continue work on database, refactor database...
2018-08-01 Kevin DayProgress: continue adding query helper classes and...
2018-03-10 Kevin DayProgress: begin adding query helper classes and traits
2018-02-22 Kevin DayUpdate: refactor the c_base_rfc_string and c_base_rfc_c...
2018-02-22 Kevin DayUpdate: rework c_base_return_array
2018-02-22 Kevin DayUpdate: use the correct return type
2018-02-18 Kevin DayUpdate: provide custom error returning static function...
2018-02-15 Kevin DayCleanup: move traits into an interfaces subdirectory
2018-02-15 Kevin DayCleanup: move interfaces into an interfaces subdirectory
2018-02-14 Kevin DayCleanup: prefix private constants with 'p_'
2018-02-11 Kevin DayUpdate: always return and assign a copy of objects...
2018-02-11 Kevin DayBugfix: the trait t_base_return_message get_message...
2018-02-11 Kevin DayCleanup: use do_build() instead of build()
2018-02-07 Kevin DayUpdate: improvements to the basic helper programs
2018-02-06 Kevin DayBugfix: typo in error variable name
2018-02-06 Kevin DayRefactor: improvements on error message presentation
2018-02-06 Kevin DayUpdate: provide additional controls over htmlentities...
2018-02-03 Kevin DayUpdate: handle 'password authentication failed for...
2018-02-03 Kevin DayCleanup: previous commit forgot to unset error message
2018-02-03 Kevin DayUpdate: 'handle peer authentication failed for user...
2018-02-03 Kevin DayFeature: add 'database_user_public_default' option...
2018-02-03 Kevin DayUpdate: partial improvements to error presentation...
2018-02-03 Kevin DayUpdate: specifically handle known database errors for...
2018-02-03 Kevin DayBugfix: inconsistency in c_base_error's s_false() and...
2018-02-03 Kevin DayUpdate: provide a temporary/quick-fix solution for...
2018-02-03 Kevin DayUpdate: display error messages on server error page
2018-02-03 Kevin DayBugfix: error message for current user is using incorre...
2018-02-03 Kevin DayUpdate: add list item markup generation support to...
2018-02-03 Kevin DayBugfix: regular expression parsing logic for error...
2018-02-03 Kevin DayUpdate: implement account not available or access not...
2018-02-03 Kevin DayBugfix: set_error() must accept an array of errors
2018-02-03 Kevin DayUpdate: standard path output format test should be...
2018-02-03 Kevin DayBugfix: a few unhandled or improperly error cases
2018-02-02 Kevin DaySecurity: make sure socket file and directory has confi...
2018-01-31 Kevin DayUpdate: add necessary defines to fix problems with...
2017-10-31 Kevin DayProgress: organize some files and some additional marku...
2017-09-27 Kevin DayCleanup: use [] syntax for creating arrays instead...
2017-09-22 Kevin DayUpdate: Use PHP namespaces
2017-09-05 Kevin DayProgress: url paths
2017-09-04 Kevin DayProgress: User Profile / User View Page
2017-09-04 Kevin DayProgress: user page settings
2017-09-03 Kevin DayProgress: work on user pages
2017-08-31 Kevin DayUpdate: use late static binding for class constants
2017-08-31 Kevin DayProgress: continued work on user settings
2017-08-31 Kevin DayCleanup: restructure user dashboard, login, and logout...
2017-08-31 Kevin DayCleanup: add missing class object comments for user...
2017-08-31 Kevin DayBugfix: preserve current login path instead of always...
2017-07-26 Kevin DayProgress: continue working on user view and related
2017-07-26 Kevin DaySecurity: sanitize all markup 'text' as plain text...
2017-07-26 Kevin DayProgress: continued work on user and login, also miscel...
2017-07-26 Kevin DayProgress: add table markup, populate user history infor...
2017-07-25 Kevin DayCleanup: rename and relocate request path statistics...
2017-07-25 Kevin DayProgress: continue to develop logging and fix other...
2017-07-25 Kevin DayBugfix: problems with cookies and related functions
2017-07-13 Kevin DayBugfix: The global s_get_timestamp() function is return...
2017-07-13 Kevin DayUpdate: Do not force '-' into '_' in HTTP Header names...
2017-06-15 Kevin DayUpdate: provide breadcrumbs at current path and plan...
2017-06-15 Kevin DayProgress: work on view pages, numerous bugfixes and...
2017-05-31 Kevin DayUpdate: remove currently unused or incorrect sql data
2017-05-27 Kevin DayProgress: rolling out the roler, the "can manage roles...
2017-05-27 Kevin DayProgress: further work on user view page, documentation...
2017-05-26 Kevin DayProgress: work on user administration pages
2017-05-23 Kevin DayBugfix: add missing column 'can_manage_roles' in public...
2017-05-23 Kevin DayProgress: finish implementing basic breadcrumb function...
2017-05-16 Kevin DayBugfix: mistakes in path parameters and return values...
2017-05-12 Kevin DayProgress: work on breadcrumbs and related
2017-05-10 Kevin DayProgress: path, breadcrumbs, and menus
2017-05-04 Kevin DayCleanup: add documentation about loops and this project...
2017-05-04 Kevin DayProgress: minor cleanups and bugfixes, prepare manageme...
2017-05-03 Kevin DayProgress: standard path structure and functionality...
2017-05-03 Kevin DayCleanup: make sure stylesheet/external/ and related...
2017-05-03 Kevin DayCleanup: make sure javascript/external/ directory is...
2017-05-03 Kevin DayCleanup: re-structure the database sql for standard...
2017-05-02 Kevin DayProgress: standard path design, database accounts,...
2017-05-02 Kevin DayCleanup: do not explicitly specify public when referenc...
2017-05-02 Kevin DayCleanup: remove some debug code accidentally committed
2017-05-02 Kevin DayProgress: log tables and related code out of sync and...
2017-05-02 Kevin DayBugfix: incorrect session name in use
2017-05-02 Kevin DayProgress: move code from reservation to standard and...
2017-04-28 Kevin DayCleanup: use 'minute' and 'second' (without s) for...
2017-04-28 Kevin DayProgress: more development with paths, additional html...
2017-04-27 Kevin DayUpdate: put logged in status inside of c_base_session...
2017-04-27 Kevin DayProgress: work on http request processing, path process...
2017-04-26 Kevin DayBugfix: http request uri and http response location...
2017-04-26 Kevin DayBugfix: uri processing code is not handling authority...
2017-04-26 Kevin DayUpdate: implement custom language support in regular...
2017-04-26 Kevin DayBugfix: redirect arguments in c_reservation_path_user_l...
2017-04-26 Kevin DayUpdate: add s_return() as a non-valued alternative...
2017-04-26 Kevin DayBugfix: internal pages were not processing language...
2017-04-26 Kevin DayProgress: more path management changes, imrpove languag...
2017-04-24 Kevin DayProgress: designing path handling, designing form proce...
2017-04-19 Kevin DayUpdate: add basic documentation on my url path naming...
2017-04-19 Kevin DayProgress: improve language support when using global...
2017-04-19 Kevin DayUpdate: implement and use more global values, simplify...
2017-04-07 Kevin DayProgress: work on path handling, other minor changes
next