1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
mysql 5 now cares what order the tables are in. See "Join Processing Changes in MySQL 5.0.12" in the mysql docs for details. For example, here: FROM schedule s, leagueteams t fails, but FROM leagueteams t, schedule s works. More... almost 19 years ago
Change to BASE_URL to not include the host name. When required, it is added back in based on HTTP_HOST variable. This improves access to the site from different URLs, e.g. www.example.com or just example.com. More... almost 19 years ago
db_affected_rows was always returning 3. Best guess is that Post-Nuke's database activity was interfering. By specifying the db resource to the call, we ensure that it's getting the correct value. More... almost 19 years ago
Added new HTML formatting functions. Removed : from the end of form labels that already end in certain punctuation, to avoid ?: problem. More... almost 19 years ago
Better sort order for games when teams have multiple games on the same day. Doesn't hurt anything when they don't. More... almost 19 years ago
Fix person search link, only a problem because of changes in BASE_URL. More... almost 19 years ago
Added "textfield" question type for single-line entry fields. Fixed boolean assignment in handling of required option. More... almost 19 years ago
Made game splash more clickable, so that users can more easily check opposing rosters and field directions. More... almost 19 years ago
check_form on team names with quotes in them causes the entity to be displayed instead of its equivalent character. Adding ENT_NOQUOTES still strips nasty HTML but leaves harmless quotes alone. There are lots of places in the code where the name is used unchecked; maybe load (and any other function that sets up a Team object) should check the fields ahead of time, and then they can be used without worrying everywhere else. More... almost 19 years ago
Made the average skill the same as on the View League page. More... almost 19 years ago
Ensure that the "---" option is always at the front (top) of the range list, even when reversed. There's probably a better way of doing this, if I knew PHP better. More... almost 19 years ago
Midnight is a bad time to use, because it gets messed up by daylight savings time, so sometimes it thinks one week from Monday is Tuesday. 6am seems like a nice, safe time, when nobody would actually schedule games for. More... almost 19 years ago
Removed extraneous returns and breaks. More... almost 19 years ago
Avoid error message if there are no leagues defined. More... almost 19 years ago
Use more user-friendly sort orders. More... almost 19 years ago
Miscellaneous formatting improvements and spelling corrections. More... almost 19 years ago
Added configuration values for setting organization name and privacy policy location, and enabling/disabling questions about dogs and wards. Defaults are set to OCUA values. More... almost 19 years ago
Changed $session to $lr_session to avoid conflicts with a Post-Nuke variable of the same name. More... almost 19 years ago
Made a few links and references more generic. Still some links and email addresses we can't do anything about right now (maybe a template replacement system in the future?) More... almost 19 years ago
Removed spaces inside parentheses for better formatting. More... almost 19 years ago
Fixed line break. More... almost 19 years ago
Add drop table commands to simplify SQL refreshes during test installations. More... almost 19 years ago
Remove some mentions of Ottawa More... almost 19 years ago
Make google maps stuff work, using the v2 API. More... almost 19 years ago
Delete more old GMaps stuff More... almost 19 years ago
Fix broken stats query More... almost 19 years ago
Make the address-validation stuff actually work. Oops. More... almost 19 years ago
Better address validation. Only Canadian addressess supported at present... US addresses cause things to break. More... almost 19 years ago
Kill off old gmaps hack in preparation for using proper Google Maps API More... almost 19 years ago
Kill old, unused Docbook stuff More... almost 19 years ago