1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Force user-entered telephone numbers and postal codes into canonical form More... over 22 years ago
Simplify the error case for edit/create More... over 22 years ago
Check that date started playing is not earlier than 8 years after they were born. More... over 22 years ago
Ensure that teams always have at least one captain on the roster. More... over 22 years ago
Remove "change permissions" link. More... over 22 years ago
Add descriptive information to the 'skill level' entry form More... over 22 years ago
Loosen restrictions on certain input fields. More... over 22 years ago
First cut of adding/removing teams to/from a league. Known issues: - isn't linked from anywhere - requires a search page to be added (like "Add Player" for team) - currently can leave things in an unsafe state, where a team is in multiple leagues on a single night. - we don't properly set/clear the team's membership in the "Inactive Teams" list when adding to other leagues. More... over 22 years ago
Remove gettext() calls, as they're not consistently used. Translating this thing will likely happen after hell freezes over anyway. More... over 22 years ago
Fix for major bug: we didn't disallow creation of a user with the same login name as an existing user. It's now a fatal error. More... over 22 years ago
Don't show publish/don't publish flags to general viewers. More... over 22 years ago
Ensure administrator sees everything when approving account creation More... over 22 years ago
Updated TODO list More... over 22 years ago
- make sure we set the allow_publish_email and allow_publish_phone instead of leaving them "N" all the time. Also, display them on the user view page. More... over 22 years ago
- make "http://" optional at the start of URL fields. Also, do safer validation on address. More... over 22 years ago
Remove useless "Reset" buttons from the confirmation pages. More... over 22 years ago
- Strip spaces from postalcode when saving in DB. More... over 22 years ago
Fix Mack's bug: if I click on standings for team U-Files it tells me i don't have permission. however, if I click on standings from the team view page it worked Permissions vars weren't getting set correctly. More... over 22 years ago
Add support for administrator to manually change user class (for setting 'administrator', 'volunteer' perms, locking accounts, etc) More... over 22 years ago
- view operation should be "person_view", not "player_view" More... over 22 years ago
Data validation for person edit/confirm was too strict, wouldn't let you confirm or edit unless you were system admin. More... over 22 years ago
- fix permission checking for editing of team More... over 22 years ago
Last one before heading to bed... this adds the ability to reset a forgotten password to some randomly generated string when given a Member ID, username, or email address. New password is mailed to the email address on file. Partially tested. More... over 22 years ago
Remove braindead typo. The SELECT statement didn't have a ? where it should More... over 22 years ago
Implement fetching of team captain email addresses for a league. More... over 22 years ago
- display tiers of leagues where appropriate More... over 22 years ago
- fix typos in League.php - don't display scheduling data if the league can't be scheduled More... over 22 years ago
Remove some 'done' items from the TODO list More... over 22 years ago
Another big pile of changes: - remove evil hack for creating fields/leagues/people/teams where it was required to set the $_POST['id'] from inside the create. Now, we use $this->_id for create/edit. - add url validation to edit/create of field - add url validation to edit/create of team - attempt to clean up evil 4-way table join when viewing team schedule. Still ugly, but is less so after the fix. - fix uninitialized variable warning when checking waiver_signed in Person.php - add email confirmation to account approval More... over 22 years ago
- fix URL for "Change Password", as it now requires a user ID. More... over 22 years ago