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 4 hours
ago. based on code collected
about 4 hours
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 40 of 52
Search / Filter on:
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
Dave O'Neill
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.
Dave O'Neill
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.
Dave O'Neill
More...
over 21 years ago
- add another TODO item
Dave O'Neill
More...
over 21 years ago
- adding more menu items again
Dave O'Neill
More...
over 21 years ago
- breakage when submitting edited height
Dave O'Neill
More...
over 21 years ago
- fix a braindead logic inversion that should never have made it out of my test environment.
Dave O'Neill
More...
over 21 years ago
Fix typo
Dave O'Neill
More...
over 21 years ago
- Add better menu for sites - fix bug in creating field site
Dave O'Neill
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.
Dave O'Neill
More...
over 21 years ago
Comment out unused code
Dave O'Neill
More...
over 21 years ago
Implement ward_load()
Dave O'Neill
More...
over 21 years ago
Implement site_load()
Dave O'Neill
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?
Dave O'Neill
More...
over 21 years ago
Only display SBF if it's nonzero
Dave O'Neill
More...
over 21 years ago
Remove debugging statement
Dave O'Neill
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.
Dave O'Neill
More...
over 21 years ago
Implement field_load()
Dave O'Neill
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.
Dave O'Neill
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
Dave O'Neill
More...
over 21 years ago
- fix permission checks on person/list - move person/create link to side menu
Dave O'Neill
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.
Dave O'Neill
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.
Dave O'Neill
More...
over 21 years ago
- clean up permissions-checking on published phone numbers and addresses
Dave O'Neill
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
Dave O'Neill
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.
Dave O'Neill
More...
over 21 years ago
Code cleanups and clean URL support for remaining Field, Game and Schedule handlers.
Dave O'Neill
More...
over 21 years ago
Oops... forgot to 'cvs add' this one. It adds the module_ functions needed for the new handler dispatching.
Dave O'Neill
More...
over 21 years ago
new clean URL syntax for calendar generation
Dave O'Neill
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
Dave O'Neill
More...
over 21 years ago
←
1
2
…
36
37
38
39
40
41
42
43
44
…
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