1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- small fix to Ward.php having a possibly-incorrect $id in Create - conversion of Site.php to new style More... over 21 years ago
- conversion of Ward.php to new style, also some code cleanups More... over 21 years ago
- finish converting League.php - combine all score finalization code from LeagueVerifyScores and GameFinalizeScoreinto LeagueApproveScores More... over 21 years ago
- reenable focus-on-load for username field More... over 21 years ago
Fix small bug in displaying of title + breadcrumbs More... over 21 years ago
- update league/view and league/captemail to new style - minor coding style cleanups to Person.php - completed updating Team.php to new style, including overhaul of the AddPlayer and PlayerStatus into a combined RosterStatus handler. More... over 21 years ago
Fix error messages to use $mod instead of $op More... over 21 years ago
A very productive all-nighter of hacking. The way handlers are loaded has been changed, and "clean url" support (similar to Drupal) is partially implemented. Most things will NOT WORK on HEAD until this is finished, though user accounts and most team functions are currently done. More... over 21 years ago
Add better checking for nasty things in input. (borrowed from Drupal) More... over 21 years ago
Add listing of games by date, and viewing of details of an individual game. Needs some visual cleanup, but is functional. More... over 21 years ago
Huuuge overhaul of table-generation code. Remove all the evil tr() and td() functions and hand-rolled <table> HTML and use an array-based method instead. More... over 21 years ago
- fix %-escaping problem in query for team schedule view - implement an extended "Spence Balancing Factor" just for the hell of it. More... over 21 years ago
Major code changes in database access. We now use wrappers (in src/includes/database* for our database access, rather than using the PEAR db support. The PEAR support was a little unwieldly, requiring a global $DB handle to be passed around. More... over 21 years ago
- incorporate simple Elo-style ratings. This breaks when teams get shuffled between tiers, but it's a start. More... over 21 years ago
- set magic_quotes_gpc and other variables in .htaccess, and remove the now-unnecessary code for dealing with incorrect settings. More... over 21 years ago
- show average of rosters' skill on league view page More... over 21 years ago
A number of cleanups to generate better HTML: - removed blockquote() and bold() functions, as these sorts of things were a temporary hack to get rid of the Smarty templating anyway. Eventually most if not all of these HTML wrappers will disappear (some table-generation helpers may remain). - cleaned up the numerous .XXXX_title, .XXXX_subtitle, etc, styles and merged it into a new set of generic 'listtable' styles. More... over 21 years ago
- stop using blockquote() function More... over 21 years ago
- stop using bold in the menu More... over 21 years ago
- remove <blockquote> tag, as it plays hell with proper page formatting More... over 21 years ago
- remove unnecessary get_header/get_footer methods from Handler - add a theme_error() function to format error messages. More... over 21 years ago
- add ../../scripts/ directory to lookup path (for Leaguerunner.pm) More... over 21 years ago
- use common config file for both the main PHP code, and for the Perl scripts. This replaces config.inc - remove .tmpl file ignore from .htaccess, as it's no longer needed More... over 21 years ago
- update README file with slightly better (but still deficient) instructions - change default password to 'password' More... over 21 years ago
- remove divide-by-zero error that occurs when the admin user removes all players from team. More... almost 22 years ago
- remove unnecessary ini_set() call. More... almost 22 years ago
- small change to description wording for email viewability preference More... almost 22 years ago
- fix minor typo in closing table tag More... almost 22 years ago
- split apart the "class" field into a "class" and a "status", where status now encompasses the 'new', 'inactive', 'active', 'locked', and class holds 'player', 'volunteer' and 'administrator'. See migrate-RC_12_to_RC_13.sql for existing installations. More... almost 22 years ago
- update to include evil hacks from OCUA waitinglist. More... almost 22 years ago