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 16 hours
ago. based on code collected
about 16 hours
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 51 of 52
Search / Filter on:
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
Dave O'Neill
More...
almost 23 years ago
- add a credits link to the footer
Dave O'Neill
More...
almost 23 years ago
- turn off table borders to make things look nicer
Dave O'Neill
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)
Dave O'Neill
More...
almost 23 years ago
- updated main menu to have the same links from the old version.
Dave O'Neill
More...
almost 23 years ago
Initial revision of TODO list.
Dave O'Neill
More...
almost 23 years ago
- Rewrite menu generation code to suck less, and be easier to extend.
Dave O'Neill
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.
Dave O'Neill
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)
Dave O'Neill
More...
almost 23 years ago
Added styles for schedule and menu items; removed some unused styles
Dave O'Neill
More...
almost 23 years ago
Code cleanup of get_teams_for_user()
Dave O'Neill
More...
almost 23 years ago
Created team-specific view of schedule
Dave O'Neill
More...
almost 23 years ago
Push $_permissions declaration up into parent class
Dave O'Neill
More...
almost 23 years ago
Fix more idiocy on the main menu. You purged the wrong code, dumbass.
Dave O'Neill
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.
Dave O'Neill
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
Dave O'Neill
More...
almost 23 years ago
Add first cut of documentation. It's all useless at this point.
Dave O'Neill
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.
Dave O'Neill
More...
almost 23 years ago
- fix person view to deal with new input variable handling - move from $userid to $id
Dave O'Neill
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)
Dave O'Neill
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.
Dave O'Neill
More...
almost 23 years ago
- add error line on database failure. Need a better mechanism of doing this.
Dave O'Neill
More...
almost 23 years ago
- cleanups to login page
Dave O'Neill
More...
almost 23 years ago
- code cleanups - add name of currently-logged-in user to page header
Dave O'Neill
More...
almost 23 years ago
New: Partial implementation of user view. Doesn't have linked operations yet, though.
Dave O'Neill
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.
Dave O'Neill
More...
almost 23 years ago
Upd: remove 'old' naming for directories
Dave O'Neill
More...
almost 23 years ago
Upd: remove unnecessary "icon" parameter since we won't bother with per-menu-item logos.
Dave O'Neill
More...
almost 23 years ago
Upd: make a run-time log warning go away
Dave O'Neill
More...
almost 23 years ago
Upd: New information in README
Dave O'Neill
More...
almost 23 years ago
←
1
2
…
44
45
46
47
48
49
50
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