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 17 hours
ago. based on code collected
about 17 hours
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 44 of 52
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- cleanup of Field.php. Removed Smarty templating from all but create/edit, fixed some bugs with assign/remove of fields when leagues are on multiple days (ie: Fall League) - remove templating from LeagueList, TeamAddPlayer, and TeamScheduleView - small changes to generateAlphaList and generateSingleList to make it more reusable in places where the id value isn't named "id" - added helper fn's for <p> and <blockquote> generation
Dave O'Neill
More...
about 22 years ago
- fix "remember me" feature that broke when auto-redirect to menu was fixed.
Dave O'Neill
More...
about 22 years ago
- add missing edit links on user page - login page will redirect to 'Main Menu' if session exists
Dave O'Neill
More...
about 22 years ago
Oops... forgot to check in necessary DB stuff for ward data
Dave O'Neill
More...
about 22 years ago
- further de-Smarty-fying of pages (in Person.php) - implement handling of ward data. Don't let users edit it for now, though.
Dave O'Neill
More...
about 22 years ago
- Remove all Smarty usage from Site
Dave O'Neill
More...
about 22 years ago
Implement code in Handler.php to replace the generic list functionality. Removed usage of Smarty-flavoured generic listing from Person, Site, and Team.
Dave O'Neill
More...
about 22 years ago
- remove smarty from standings display - clean up calculation of SOTG so that we can drop the high/low values if necessary.
Dave O'Neill
More...
about 22 years ago
- cleanups to redirect handling - convert LeagueView to non-Smarty
Dave O'Neill
More...
about 22 years ago
- de-Smartyfication of SiteView
Dave O'Neill
More...
about 22 years ago
- remove more unused variables
Dave O'Neill
More...
about 22 years ago
- add h1() wrapper to avoid a bit more HTML. - de-Smartify TeamView
Dave O'Neill
More...
about 22 years ago
- fix missing / in help URL
Dave O'Neill
More...
about 22 years ago
- de-Smartify regular viewing of waivers (but not use during account confirmation) - move help file into data/ directory
Dave O'Neill
More...
about 22 years ago
- fix help link in top bar
Dave O'Neill
More...
about 22 years ago
Wrap all Smarty-generated pages with our new header/footer. basic_header.tmpl and basic_footer.tmpl are now no longer used.
Dave O'Neill
More...
about 22 years ago
Further cleanups: - move generate_password(), get_enum_options() and get_numeric_options() into includes/common.inc - remove display_error() in favour of handling errors directly using error_exit(). This also removes $this->error_text in the handlers. - add breadcrumb support (only in non-Smarty pages for now). Breadcrumbs require that each handler set a title using $this->set_title(). - added get_header() and get_footer() methods to Handler, to wrap calls to theme_header and theme_footer (part of breadcrumbs support) - fixed local_redirect() to work without needing url() to be called on its parameter first. - add edit/password/delete links to PersonView that were lost when non-Smarty version went in. - don't try and display phone numbers that aren't set (Person.php) - moved Handler::is_database_error() functionality into includes/common.inc as isDatabaseError(); old method retained for compatibility until I get time to clean it up.
Dave O'Neill
More...
about 22 years ago
The cleanup continues. Remove Smarty templating from PersonView. Rest of Person handlers to follow.
Dave O'Neill
More...
about 22 years ago
- implement "Remember me" button for cookie persistence - simple bits of PHP code for HTML creation, to clean up some of the table constructs.
Dave O'Neill
More...
about 22 years ago
Start of a major code cleanup for performance, maintainability, and CMS integration purposes. - convert to use the PHPSESSID cookie and some of the PHP session-handling hooks - start removing the Smarty templating code to improve performance and maintainability.
Dave O'Neill
More...
about 22 years ago
Remove $current_language and $APP_DEFAULT_LANG (cleanup in preparation for removing Smarty dependance)
Dave O'Neill
More...
about 22 years ago
- Escape HTML values in display of all editable team data - Cosmetic improvements on standings table - standardize on "Home" and "Away" for teams, rather than occasionally using "Visitor"
Dave O'Neill
More...
about 22 years ago
Set input focus on Login box at load time
Dave O'Neill
More...
about 22 years ago
Ensure that we're using full season's spirit as sort criteria.
Dave O'Neill
More...
about 22 years ago
Sync up standings export with OCUA policy and the main Leaguerunner code
Dave O'Neill
More...
about 22 years ago
Sync up with OCUA stats emailer
Dave O'Neill
More...
about 22 years ago
- Fix failure to check for assistant coordinator (Mack) - problems with current round solved (Mack) - attempt to edit league always tried to change coordinator, leading to failures when no permission existed to do so (Dave) - Fix standings sort to be consistent with league policy.
Dave O'Neill
More...
about 22 years ago
Fix another captain/assistant divergence.
Dave O'Neill
More...
about 22 years ago
OCUA-local modifications to templates. Checking in because it's easier to track changes this way.
Dave O'Neill
More...
about 22 years ago
Broken link for score verification
Dave O'Neill
More...
about 22 years ago
←
1
2
…
40
41
42
43
44
45
46
47
48
…
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