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
about 11 hours
ago. based on code collected
about 12 hours
ago.
Sep 23, 2024 — Sep 23, 2025
Showing page 49 of 52
Search / Filter on:
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.
Dave O'Neill
More...
over 22 years ago
- fix problem with title where team name appeared twice
Dave O'Neill
More...
over 22 years ago
- fix width of postalcode field, to allow a space to be entered
Dave O'Neill
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.
Dave O'Neill
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.
Dave O'Neill
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.
Dave O'Neill
More...
over 22 years ago
Fix incorrect setting of PRIMARY KEY field. I really should test my DB file occasionally...
Dave O'Neill
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
Dave O'Neill
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
Dave O'Neill
More...
over 22 years ago
Required database changes for allow_schedule flag
Dave O'Neill
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.
Dave O'Neill
More...
over 22 years ago
Clean up a number of creation queries
Dave O'Neill
More...
over 22 years ago
Nicer display of player status on team rosters
Dave O'Neill
More...
over 22 years ago
Implement player status manipulation and addition/removal of players on teams.
Dave O'Neill
More...
over 22 years ago
Force year to be unique in member ID sequence
Dave O'Neill
More...
over 22 years ago
Improve debugging for database errors
Dave O'Neill
More...
over 22 years ago
Only show letters on top row if a database entry exists for a name beginning with that letter
Dave O'Neill
More...
over 22 years ago
Fix incorrect syntax for redirect
Dave O'Neill
More...
over 22 years ago
Fix breakage in team creation introduced with change to captain association
Dave O'Neill
More...
over 22 years ago
Fix broken allocation of member ID.
Dave O'Neill
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.
Dave O'Neill
More...
over 22 years ago
Remove rounded borders
Dave O'Neill
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....
Dave O'Neill
More...
over 22 years ago
- cleanups to field view page
Dave O'Neill
More...
over 22 years ago
- allow editing of schedule
Dave O'Neill
More...
over 22 years ago
- can now add new game slot to schedule.
Dave O'Neill
More...
over 22 years ago
- fix an omission and a typo in the database schema
Dave O'Neill
More...
over 22 years ago
- add first cut of an authentication module for Drupal
Dave O'Neill
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.
Dave O'Neill
More...
over 22 years ago
- add 'create' functionality for leagues - started adding schedule management functionality
Dave O'Neill
More...
over 22 years ago
←
1
2
…
44
45
46
47
48
49
50
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