1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- initial support for user aliasing. Eventually, we may want to show aliases instead of full names when listing team rosters and such, but for now the support exists for allowing single-sign-on for the OCUA website. - addition of DB-migration script to upgrade from the last RC to a 1.0 release. - minor cleanups to Person.php More... over 21 years ago
- require user to be logged in before viewing site, as we sometimes put confidential info, such as lockbox combinations, in the site description. More... over 21 years ago
- allow viewing of schedule and standings without being logged in. - move 'view game' link to be linked from game time, rather than a separate column. More... over 21 years ago
- add another TODO item More... over 21 years ago
- adding more menu items again More... over 21 years ago
- breakage when submitting edited height More... over 21 years ago
- fix a braindead logic inversion that should never have made it out of my test environment. More... over 21 years ago
Fix typo More... over 21 years ago
- Add better menu for sites - fix bug in creating field site More... over 21 years ago
Pushed loading of leagues coordinated up into person_load. We now check the preloaded information for some permissions checks in Handler.php. Also, added better menuing of league actions. More... over 21 years ago
Comment out unused code More... over 21 years ago
Implement ward_load() More... over 21 years ago
Implement site_load() More... over 21 years ago
Prevent attempts to add team to menu if session isn't valid. Now that I think of it, why do we even generate the menu if there's no valid session anyway? More... over 21 years ago
Only display SBF if it's nonzero More... over 21 years ago
Remove debugging statement More... over 21 years ago
Remove $section member variable from handler objects. Instead, we'll use the menu code to figure out where we are. Eventually, it would be nice to remove the breadcrumbs hacks and instead use the menu code to show the path to each item. More... over 21 years ago
Implement field_load() More... over 21 years ago
- clean up permissions checking in PersonView. We no longer need to do complex queries as we already have the information we need in the $session and $person objects. More... over 21 years ago
- Push team membership loading into person_load and adjust other code accordingly. The left menu, the Menu handler, session permissions checking, and other code now all leverages this. - Team.php: implementation of team_load(), creation of more complete left-bar menus, general cleanup. - fix menu.inc so that menu_add_child() doesn't permit duplicate menu entries with the same key. - re-add help link to login page More... over 21 years ago
- fix permission checks on person/list - move person/create link to side menu More... over 21 years ago
Replace menu code pilfered from Drupal with something a little more flexible that allows for better menu structure and context-sensitive menu items. Next, the context-sensitive stuff needs to be set up as replacements for most of the top-row links generated by theme_links() in the various handlers. See the code changes in Handler/Person.php for a sample of how this should work. Note the evil interaction with the permissions-checking code... that really needs fixing soon. More... over 21 years ago
- add first cut of left-bar menus. Right now, it uses some borrowed code from Drupal, but that will be going away in favour of a nicer approach that allows us to have menu hierarchies not tied to the ordering of args in the q= variable. This also removes the top tabbed bar and the admin menu as they're now irrelevant. More... over 21 years ago
- clean up permissions-checking on published phone numbers and addresses More... over 21 years ago
- fix up several URL's that were still using old "op=<something>" convention - implement person_load() and league_load() to encapsulate queries - fixed broken game/view and added links to it from schedule. Currently it doesn't do much, but that will hopefully change in the near future. - add array2object() and object2array() helper functions More... over 21 years ago
- WaitingList code now uses clean URLs - Removal of unused, or incorrectly used, permissions checks. - All occurrances of var_from_getorpost() and var_from_post() have now been updated, and the functions themselves removed. More... over 21 years ago
Code cleanups and clean URL support for remaining Field, Game and Schedule handlers. More... over 21 years ago
Oops... forgot to 'cvs add' this one. It adds the module_ functions needed for the new handler dispatching. More... over 21 years ago
new clean URL syntax for calendar generation More... over 21 years ago
- consolidate all schedule code and dispatch in Schedule.php - updated most schedule handlers to use clean URLs - cleaned up schedule generation code More... over 21 years ago