2
I Use This!
Very High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1/ Debugged ERROR class by removing requirement to have the database object passed to it and which was spewing error messages. This may cause some confusion Andreas (sorry) since you were the main one working on ERROR, but there were so many error messages I had to do something quickly. Passing the db object to the ERROR class is not a good idea because: a) ERROR is called from within the SQL class constructor itself and cannot possibly have that class's object passed to it before that object is created. b) In preparation for user preferences (cookies) it's much better to have template, language etc. stored in the session rather than pulled from the database. Individual user preferences will not be stored in the database. 2/ SYSTEMCHECK::writesession now also writes 'setup_template' to the session which is now called in ERROR::text in preference to pulling the template from the database. More... almost 20 years ago
changed the error output into templated page added 'error.tpl' to default template More... almost 20 years ago
changed the front page into templated page added 'front.tpl' to default template More... almost 20 years ago
changed 'selected' to 'selected="selected"' to be XHTML conform More... almost 20 years ago
changed the config page into templated page added 'config.tpl' to default template More... almost 20 years ago
added login sensitive 'Logon' link in 'Admin' menu item More... almost 20 years ago
added template system for the footer added 'Total Resources' to footer More... almost 20 years ago
changed German 'convert' menu entry More... almost 20 years ago
deleted Mark's comments More... almost 20 years ago
Yet more work on CONVERT - does it never end? Also some new messages in ERRORS and MESSAGES. More... almost 20 years ago
A little further work on CONVERT with some changes to index.php and the ERRORS, MESSAGES and SQL classes. More... almost 20 years ago
More documentation (using messages) added. More... almost 20 years ago
Added HTML class documentation. More... almost 20 years ago
1/ Fixed HTTPHEADER 2/ Minor changes to MENU and MESSAGES to add submenu item Admin|Convert DB. More... almost 20 years ago
changed menu 'about' link More... almost 20 years ago
added menu settings More... almost 20 years ago
added template field in config table More... almost 20 years ago
changed to templates More... almost 20 years ago
added template entry for the database changed some things to make the templates work More... almost 20 years ago
changed some things to make the templates work More... almost 20 years ago
added template switch More... almost 20 years ago
added phemplate inlcude More... almost 20 years ago
Minor corrections to layout of ABOUT class. More... almost 20 years ago
Resolved conflicts in MESSAGE and ABOUT classes! More... almost 20 years ago
deleted file menue.tpl in default template replaced it with menu.tpl More... almost 20 years ago
Added blue template More... almost 20 years ago
Added menu.tpl to default template More... almost 20 years ago
Added default template More... almost 20 years ago
Added phemplate class More... almost 20 years ago
Added German language More... almost 20 years ago