openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
Leaguerunner
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 26 of 52
Search / Filter on:
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.
Dave O'Neill
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.
Greg Schmidt
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.
Greg Schmidt
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.
Greg Schmidt
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.
Greg Schmidt
More...
almost 19 years ago
Fix person search link, only a problem because of changes in BASE_URL.
Greg Schmidt
More...
almost 19 years ago
Added "textfield" question type for single-line entry fields. Fixed boolean assignment in handling of required option.
Greg Schmidt
More...
almost 19 years ago
Made game splash more clickable, so that users can more easily check opposing rosters and field directions.
Greg Schmidt
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.
Greg Schmidt
More...
almost 19 years ago
Made the average skill the same as on the View League page.
Greg Schmidt
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.
Greg Schmidt
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.
Greg Schmidt
More...
almost 19 years ago
Removed extraneous returns and breaks.
Greg Schmidt
More...
almost 19 years ago
Avoid error message if there are no leagues defined.
Greg Schmidt
More...
almost 19 years ago
Use more user-friendly sort orders.
Greg Schmidt
More...
almost 19 years ago
Miscellaneous formatting improvements and spelling corrections.
Greg Schmidt
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.
Greg Schmidt
More...
almost 19 years ago
Changed $session to $lr_session to avoid conflicts with a Post-Nuke variable of the same name.
Greg Schmidt
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?)
Greg Schmidt
More...
almost 19 years ago
Removed spaces inside parentheses for better formatting.
Greg Schmidt
More...
almost 19 years ago
Fixed line break.
Greg Schmidt
More...
almost 19 years ago
Add drop table commands to simplify SQL refreshes during test installations.
Greg Schmidt
More...
almost 19 years ago
Remove some mentions of Ottawa
Dave O'Neill
More...
almost 19 years ago
Make google maps stuff work, using the v2 API.
Dave O'Neill
More...
almost 19 years ago
Delete more old GMaps stuff
Dave O'Neill
More...
almost 19 years ago
Fix broken stats query
Dave O'Neill
More...
almost 19 years ago
Make the address-validation stuff actually work. Oops.
Dave O'Neill
More...
almost 19 years ago
Better address validation. Only Canadian addressess supported at present... US addresses cause things to break.
Dave O'Neill
More...
almost 19 years ago
Kill off old gmaps hack in preparation for using proper Google Maps API
Dave O'Neill
More...
almost 19 years ago
Kill old, unused Docbook stuff
Dave O'Neill
More...
almost 19 years ago
←
1
2
…
22
23
24
25
26
27
28
29
30
…
51
52
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree