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.
Sep 09, 2024 — Sep 09, 2025
Showing page 41 of 52
Search / Filter on:
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
Dave O'Neill
More...
over 21 years ago
- conversion of Ward.php to new style, also some code cleanups
Dave O'Neill
More...
over 21 years ago
- finish converting League.php - combine all score finalization code from LeagueVerifyScores and GameFinalizeScoreinto LeagueApproveScores
Dave O'Neill
More...
over 21 years ago
- reenable focus-on-load for username field
Dave O'Neill
More...
over 21 years ago
Fix small bug in displaying of title + breadcrumbs
Dave O'Neill
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.
Dave O'Neill
More...
over 21 years ago
Fix error messages to use $mod instead of $op
Dave O'Neill
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.
Dave O'Neill
More...
over 21 years ago
Add better checking for nasty things in input. (borrowed from Drupal)
Dave O'Neill
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.
Dave O'Neill
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.
Dave O'Neill
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.
Dave O'Neill
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.
Dave O'Neill
More...
over 21 years ago
- incorporate simple Elo-style ratings. This breaks when teams get shuffled between tiers, but it's a start.
Dave O'Neill
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.
Dave O'Neill
More...
over 21 years ago
- show average of rosters' skill on league view page
Dave O'Neill
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.
Dave O'Neill
More...
over 21 years ago
- stop using blockquote() function
Dave O'Neill
More...
over 21 years ago
- stop using bold in the menu
Dave O'Neill
More...
over 21 years ago
- remove <blockquote> tag, as it plays hell with proper page formatting
Dave O'Neill
More...
over 21 years ago
- remove unnecessary get_header/get_footer methods from Handler - add a theme_error() function to format error messages.
Dave O'Neill
More...
over 21 years ago
- add ../../scripts/ directory to lookup path (for Leaguerunner.pm)
Dave O'Neill
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
Dave O'Neill
More...
over 21 years ago
- update README file with slightly better (but still deficient) instructions - change default password to 'password'
Dave O'Neill
More...
over 21 years ago
- remove divide-by-zero error that occurs when the admin user removes all players from team.
Dave O'Neill
More...
almost 22 years ago
- remove unnecessary ini_set() call.
Dave O'Neill
More...
almost 22 years ago
- small change to description wording for email viewability preference
Dave O'Neill
More...
almost 22 years ago
- fix minor typo in closing table tag
Dave O'Neill
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.
Dave O'Neill
More...
almost 22 years ago
- update to include evil hacks from OCUA waitinglist.
Dave O'Neill
More...
almost 22 years ago
←
1
2
…
37
38
39
40
41
42
43
44
45
…
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