1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 12 hours ago.
Sep 23, 2024 — Sep 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- fix league listing to work in similar manner to existing engine - clean up data validation a little - proper standings computations, with tiebreakers. Note that 3-way circular ties are still possible. More... over 22 years ago
- fix problem with title where team name appeared twice More... over 22 years ago
- fix width of postalcode field, to allow a space to be entered More... over 22 years ago
- change single 'telephone' field to multiple home/work/mobile fields - add a 'none' season to the enum, for the 'container' leagues. More... over 22 years ago
- add multiple phone number capability - implement proper validation of input data for user accounts. Some of this validation has been applied to fields, leagues, teams but not all of it is complete yet. More... over 22 years ago
Oops. It appears that setting end_year=-0 is a really bad idea. Removing it altogether does what is really wanted anyway. More... over 22 years ago
Fix incorrect setting of PRIMARY KEY field. I really should test my DB file occasionally... More... over 22 years ago
- Clean up handling of captain permission checking - Revert broken change to DSN for database that crept in accidentally - Cleanups to multi-table join SQL queries - fix listing of teams/players when no letter specified More... over 22 years ago
Huuuuge cleanup. - remove duplicate permissions checking code by pushing it up into Handler.php for most cases. Some are still to hairy to use the common code, though. - eliminate several unused or unneeded template variables - consolidate all handlers of certain types into one file. This makes it easier to notice and clean up duplicate code (and also lowers loading time a little). - many small cleanups too numerous to mention More... over 22 years ago
Required database changes for allow_schedule flag More... over 22 years ago
Add ability to add/remove field assignments Add flag to league to set some leagues as unable to have schedules. This will be used for grouping teams into "inactive" and "waitlist" leagues. More... over 22 years ago
Clean up a number of creation queries More... over 22 years ago
Nicer display of player status on team rosters More... over 22 years ago
Implement player status manipulation and addition/removal of players on teams. More... over 22 years ago
Force year to be unique in member ID sequence More... over 22 years ago
Improve debugging for database errors More... over 22 years ago
Only show letters on top row if a database entry exists for a name beginning with that letter More... over 22 years ago
Fix incorrect syntax for redirect More... over 22 years ago
Fix breakage in team creation introduced with change to captain association More... over 22 years ago
Fix broken allocation of member ID. More... over 22 years ago
Remove captain_id and assistant_id from team table and replace them with appropriate values in the team roster. Setting/changing of status in roster still needs to be written. More... over 22 years ago
Remove rounded borders More... over 22 years ago
Generate unique member ID of the form YYYYSNNNN, where YYYY is the year the player started playing, S is their sex (0 for male, 1 for female), and NNNN is a monotonically increasing number. If we ever hit more than 9999 players who began playing in a given year, we're in trouble, but until then.... More... over 22 years ago
- cleanups to field view page More... over 22 years ago
- allow editing of schedule More... over 22 years ago
- can now add new game slot to schedule. More... over 22 years ago
- fix an omission and a typo in the database schema More... over 22 years ago
- add first cut of an authentication module for Drupal More... over 22 years ago
- partially fix handing of array input - fix leagues that might have multiple days of play - hack in the calendar-selection form for adding a week. Needs much improvement. More... over 22 years ago
- add 'create' functionality for leagues - started adding schedule management functionality More... over 22 years ago