1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- fix missing &id= that was causing the op value to get corrupted. More... almost 22 years ago
- clean up stylesheet to remove some unused items - fix calendar generation for adding games to schedule by implementing a generic calendar builder. - remove unused permissions code from Schedule handler More... almost 22 years ago
- prevent redirect to waiver page when session has expired More... almost 22 years ago
- re-add team email list function More... almost 22 years ago
- ensure spirit isn't displayed until after third game More... almost 22 years ago
- allow coordinator to submit a single game score on behalf of a team. More... almost 22 years ago
- preserve phone publish preferences on edit - add missing $id to edit perform. More... almost 22 years ago
Hide ward list on main menu, as it's probably too load-generating for our ISP at the moment. More... almost 22 years ago
Two bugs prevented score submission from working. One, we weren't passing along the score in hidden fields to the confirmation page, and two, the removal of global variables missed a spot, so the query to set the entries in the DB didn't know which league or game it was editing. Kaboom. More... almost 22 years ago
- fix 'forgot password' functionality; it was missing the override that allowed it to work without a valid session. More... almost 22 years ago
- update the TODO list More... almost 22 years ago
Remove unused code, clean up some duplicated bits. The lib/ directory is now no longer needed -- instead, everything is in includes/ All configuration data goes into includes/config.inc, all helper functions into includes/common.inc. More... almost 22 years ago
- final removal of all Smarty templating!!! - addition of mechanism for inserting pages (aka: interstitials) into the regular flow, as prerequisites for loading another page. This allows for a much cleaner implementation of the waiver forms and the survey. - add survey_completed item to account table for better support of annual surveys. - remove useless perms checks from PersonEdit, since we don't use them. More... almost 22 years ago
- more removal of Smarty templating. This time, from League, and one more from Person. Only Person create/edit to go. More... almost 22 years ago
- split out schedule code into Schedule.php (from League.php) as the schedule code will be growing much larger than its present functionality. - de-Smartify adding weeks to schedule More... almost 22 years ago
- remove league editing templates More... almost 22 years ago
- remove Smarty from edit_league - remove now-dead display() functions from de-smartifyed subclasses More... almost 22 years ago
- remove unused file More... almost 22 years ago
- de-Smarty-fication of score approval list More... almost 22 years ago
- add code for handling ward data. Old code, but it somehow escaped being CVS'ed. More... almost 22 years ago
- de-Smarty-fication of Field code - small cleanups to Team code More... almost 22 years ago
- de-Smartification of Team code More... almost 22 years ago
- de-Smarty-fication of score submission/approval - fix approval of defaulted games More... about 22 years ago
- better setting of roster-change permissions - display average skill More... about 22 years ago
- minor updates to include path More... about 22 years ago
- fix breakage with some versions of 'cal'. This code really needs to be rewritten to not use 'cal'. More... about 22 years ago
- fix links for editing league More... about 22 years ago
- add missing links to menu More... about 22 years ago
- Strip out templating from password-changing code in Person.php More... about 22 years ago
- remove templating from LeagueMoveTeam class More... about 22 years ago