1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- support for viewing field info - parameterize product name for footer - fix URL for team website - fix team-view failure when assistant captain no longer exists More... almost 23 years ago
- add a credits link to the footer More... almost 23 years ago
- turn off table borders to make things look nicer More... almost 23 years ago
- use an enable_all_perms() function to turn on all $this->_permissions bits - check for existance of value before retrieving in var_from_getorpost() - add standings support (not complete yet) More... almost 23 years ago
- updated main menu to have the same links from the old version. More... almost 23 years ago
Initial revision of TODO list. More... almost 23 years ago
- Rewrite menu generation code to suck less, and be easier to extend. More... almost 23 years ago
- change default cookie name to leaguerunner_session so it doesn't conflict with an older OCUA-Engine app running on the same server. More... almost 23 years ago
- add the random cookie-value algorithm we use in the Perl version - fix to cookie handling in main (remove hardcoded references to OCUA) More... almost 23 years ago
Added styles for schedule and menu items; removed some unused styles More... almost 23 years ago
Code cleanup of get_teams_for_user() More... almost 23 years ago
Created team-specific view of schedule More... almost 23 years ago
Push $_permissions declaration up into parent class More... almost 23 years ago
Fix more idiocy on the main menu. You purged the wrong code, dumbass. More... almost 23 years ago
Fix braindamage where we queried for the assistant captain based on the team ID rather than the assistant's ID. More... almost 23 years ago
A whole pile of updates: - league view - cleanups to team view, completion of team roster view - clean up db handling to use php builtin helper functions - added error-handler for DB to Handler.php More... almost 23 years ago
Add first cut of documentation. It's all useless at this point. More... almost 23 years ago
New: first cut of 'view' for teams. Many things don't work yet. Note that Person/View and Team/View share some common code that should be pulled into a Generic/View.php class or something. More... almost 23 years ago
- fix person view to deal with new input variable handling - move from $userid to $id More... almost 23 years ago
- remove useless grey_out option for main menu - move towards using id= instead of userid=, team_id=, and the like (causes breakage) More... almost 23 years ago
Major change to input variable handling. Since a) global variables are evil (usually) and b) newer versions of PHP ship with register_globals = Off I've decided to remove the use of auto-instantiated variables, and add some helper functions to pull our values out of $_GET, $_POST, and $_COOKIE as needed. This breaks everything (except login, which is fixed here), so more patches are forthcoming. More... almost 23 years ago
- add error line on database failure. Need a better mechanism of doing this. More... almost 23 years ago
- cleanups to login page More... almost 23 years ago
- code cleanups - add name of currently-logged-in user to page header More... almost 23 years ago
New: Partial implementation of user view. Doesn't have linked operations yet, though. More... almost 23 years ago
Upd: call $handler->initialize() from main.php instead of in constructor so we can check its return code. Eventually, we'll be doing database calls in the constructor and we need to be able to catch errors. More... almost 23 years ago
Upd: remove 'old' naming for directories More... almost 23 years ago
Upd: remove unnecessary "icon" parameter since we won't bother with per-menu-item logos. More... almost 23 years ago
Upd: make a run-time log warning go away More... almost 23 years ago
Upd: New information in README More... almost 23 years ago