1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- default to not allowing listing of users for regular user accounts. - decrease default font sizes. The CSS really needs cleaning up... - add info text to waiting list More... almost 22 years ago
- fix bug in database schema key definition More... almost 22 years ago
- actually make height optional as planned, instead of mandatory - clean up displaying of height More... almost 22 years ago
- add waiting list feature (OCUA Winter Indoor) - add 'height' as an optional item for user accounts More... almost 22 years ago
- remove unneeded config variable More... almost 22 years ago
- swap menubar and breadcrumbs, change style for nicer 'tabbed' look (Mack) More... almost 22 years ago
- fix incorrect display of next game on main menu page More... almost 22 years ago
- add migration scripts to update database from one release candidate to another. More... almost 22 years ago
- style changes for nicer-looking "my teams". More... almost 22 years ago
- make sure the 'create new team' link is available to all. More... almost 22 years ago
- update HOWTO doc to reflect some of the UI changes that have been made More... almost 22 years ago
- add extra background colour to "my teams" menu to improve readability More... almost 22 years ago
- clean up handling of page titles and breadcrumbs More... almost 22 years ago
- add missing form name so that javascript focus code works again More... almost 22 years ago
- the Allow Schedule pulldown on the League Edit page wasn't displaying the current value More... almost 22 years ago
- clean up code for generating league list More... almost 22 years ago
- add second sort key to ensure that users are sorted by lastname and then first name, not just by last name More... almost 22 years ago
- avoid the now-nonexistant confirmation page when adding user to team. More... almost 22 years ago
- add mailto: link for team email addresses. More... almost 22 years ago
- remove some forgotten debug code More... almost 22 years ago
- remove extra title from Ward view More... almost 22 years ago
- make links actually open in new window More... almost 22 years ago
- remove confirmation page for changing player status on a team. It's a reversible operation anyway, and the confirmation page is a bit annoying. More... almost 22 years ago
- clean up code and formatting for myaccount page More... almost 22 years ago
Enormous overhaul of look-and-feel. - Leaguerunner now has tabbed sections for 'My Account', People, Teams, Leagues, Fields, and Admin. - Breadcrumbs are partially fixed to display useful multi-level links. - printing of common header/footer pulled up into index.php instead of duplicating it throughout the code. - 'fetch emails' for all captains, and for players now generates an HTML page with the addresses in <pre> tags. - cleanups to stylesheet - make field listing look more like Mack's non-login version on the OCUA site, with fields broken out by region. Also made field listing and viewing a non-login-required operation, so this can replace the other one. - performance improvements to ward listing (removed some queries, optimized others) More... almost 22 years ago
Add some indexes to the db tables to improve performance. More... almost 22 years ago
- small additions to TODO list More... almost 22 years ago
- drop "Winter Indoor" as a separate season; it makes more sense to just call it "Winter". More... almost 22 years ago
- SOTG calculation now ignores high/low outliers More... almost 22 years ago
- ensure that only active players can be added to roster More... almost 22 years ago