1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Aug 19, 2024 — Aug 19, 2025
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 More... about 22 years ago
- fix "remember me" feature that broke when auto-redirect to menu was fixed. More... about 22 years ago
- add missing edit links on user page - login page will redirect to 'Main Menu' if session exists More... about 22 years ago
Oops... forgot to check in necessary DB stuff for ward data 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. More... about 22 years ago
- Remove all Smarty usage from Site 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. 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. More... about 22 years ago
- cleanups to redirect handling - convert LeagueView to non-Smarty More... about 22 years ago
- de-Smartyfication of SiteView More... about 22 years ago
- remove more unused variables More... about 22 years ago
- add h1() wrapper to avoid a bit more HTML. - de-Smartify TeamView More... about 22 years ago
- fix missing / in help URL More... about 22 years ago
- de-Smartify regular viewing of waivers (but not use during account confirmation) - move help file into data/ directory More... about 22 years ago
- fix help link in top bar 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. 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. More... about 22 years ago
The cleanup continues. Remove Smarty templating from PersonView. Rest of Person handlers to follow. 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. 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. More... about 22 years ago
Remove $current_language and $APP_DEFAULT_LANG (cleanup in preparation for removing Smarty dependance) 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" More... about 22 years ago
Set input focus on Login box at load time More... about 22 years ago
Ensure that we're using full season's spirit as sort criteria. More... about 22 years ago
Sync up standings export with OCUA policy and the main Leaguerunner code More... about 22 years ago
Sync up with OCUA stats emailer 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. More... about 22 years ago
Fix another captain/assistant divergence. More... about 22 years ago
OCUA-local modifications to templates. Checking in because it's easier to track changes this way. More... about 22 years ago
Broken link for score verification More... about 22 years ago