0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 9 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Most the changes are to eliminate the deprecated ereg fns with preg variants. More... about 7 years ago
Added a primary key to the i3x5_help table. More... over 11 years ago
Use DB/PHP/XML/XSLT/CSS/JS to generate the cards web interface. More... over 15 years ago
Added a number of XML generating methods. Renamed the old cards() method to cards_(), which is still active for now. More... over 15 years ago
Added xml_settings() to pass along the current settings as XML. More... over 15 years ago
Removed the debug printing of $this. More... over 15 years ago
Added xmlspecialchars() More... over 15 years ago
Added javascript confirm record deletion. More... over 15 years ago
Put all the header/footer stuff into a common function ... so global javascript additions can be made. More... over 17 years ago
Added Dojo info and updated some versions More... over 17 years ago
Trivial formatting change More... over 17 years ago
removed extra '>' More... over 17 years ago
PHP and PostGreSQL has changed how connections are made. More... over 17 years ago
PHP and PostGreSQL have changed how connections and strings are handled. More... over 17 years ago
Up the time things stay in the session cache. Ubuntu has a cron script that cleans things out based on the these values ... More... over 17 years ago
Wrapped the phpinfo() call inside showphpinfo(). Started using javascript menus to eliminate a lot of the repetative SELECT lists for relate/copy/move and batch lists tied to each card. More... over 19 years ago
For printing we don't really care if a card is related or not. More... over 19 years ago
Fixed the pre CSS margin. Added the date field to the list view. More... over 19 years ago
No longer allow DB error messages to be displayed by default. Put a thin border on the frames to allow resizing. More... over 19 years ago
Addressed the printing needs ... don't need as fancy borderings when printing. Compactness is good. More... over 19 years ago
After submitting a batch select have it automatically forward to the view_cards.php page for either edit or list. More... over 19 years ago
Rewrote everything to use a cascading style sheet to define the overall look and feel. Also, rewrote all the crufty html, putting everything in lowercase for one thing, and using the cards.inc functions like cell(), table(), etc. instead of explicit use of html in the various forms. This required creating some string-only versions of some of the "show" methods for the various classes. More... over 19 years ago
Unsetting the phpinfo flag. More... over 19 years ago
More isset()s to eliminate warnings in the error_log. More... over 19 years ago
Fixed most of the global_register stuff. Used more isset() to test if variables are set for less error_log messages. Reintroduced the batches.php script to identify existing batches to be updated. Reworked new_batches.php to do either New or Update ... but not to allow both simultaneously. More... over 19 years ago
Made the necessary to have register_globals = Off ... this means that session variables are no longer global in scope and must refer to the $_SESSION["xxx"] object. More... over 19 years ago
Reset some defaults and rearranged the "select batches" to have all defaults to be on the left border. Added the view->catch_gets() method to have certain view properties overridden by URL GET options. More... over 19 years ago
Check to see if the cards are editable, if not then don't show the update buttons. More... over 19 years ago
Only update the moddate for a card if there is a substantive change. More... about 20 years ago
Now can use cdate or mdate for viewing and sorting. More... about 20 years ago