1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 03, 2025 — Feb 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix: ensures all header('Location: ...) entries are RFC2616 section 14.30 (Location) compliant: More... about 15 years ago
bit of reformat + common.js: added a generic dump() function and encodehtml() purposes, e.g. $('debugMsg').set('html', encodehtml(dump($('container')))); More... about 15 years ago
Do not animate the opaqueness of the 'logo' DIV in the admin page; it doesn't contain actionable goods contrary to the other DIVs and it looks absolutely horrendous in IE. More... about 15 years ago
Fix for admin screen: latest MochaUI will remove the scrollbar, so you cannot reach most of the pages in the dyn_list. This fix alters the admin.php HTML and CSS to ensure the vertical scrollbar shows up and renders correctly while the MochaUI dockbar is shown (fixed or autohidden). More... about 15 years ago
fix in template engine (I screwed up the regex change a while back): now 'printable' pages show up with a 'Print' link in the breadcrumb again: More... over 15 years ago
Start of planned review --> further $_GET[] filtering for security. More... over 15 years ago
JS fix for incorrect earlier mix/merge with branch 'extra_gadgets'. More... over 15 years ago
Merge branch 'oopsie' More... over 15 years ago
fileperms() --> is_writable() + move so read-only files on Windows servers are detected correctly (weren't so upto now). More... over 15 years ago
Start of planned review --> fixed issues with admin pages' feedback messages producing non-compliant URIs and some messages simply not getting through. More... over 15 years ago
Start of planned review --> fixed issues with admin pages' feedback messages producing non-compliant URIs and some messages simply not getting through. More... over 15 years ago
fix double def of .textarea in CSS - my own fault due to manual merge of the admin page filtering stuff (which sits in branch 'extra-gadgets') More... over 15 years ago
language files regenerated. More... over 15 years ago
regenerated the language files. More... over 15 years ago
the miscest of the misc edits: living without magic quotes in certain parts... More... over 15 years ago
misc. Admin Page fixes: More... over 15 years ago
fixed sanitizer: missing argument added + unicode HTML entity detection now matches the RFCs. Anyway, the sanitizer isn't used today, but I intend to use it anyway for the $_GET/$_POST parameter filters to be. More... over 15 years ago
wondered where the Sanitizer came from. That's how far I got in history. More... over 15 years ago
mix Comments Module fixes: More... over 15 years ago
misc. remaining minor Lightbox module fixes + code cleanup More... over 15 years ago
news module: misc. fixes: using the correct database types for query parameters for extra safety, etc.etc. More... over 15 years ago
make sure URLs in descriptions are not damaged by UCfirst() More... over 15 years ago
misc. fixes re. database usage in the code. More... over 15 years ago
misc fixes for my own stupidity: correcting lingering errors of the manual transfer process. These slipped through in earlier patches. :-(( More... over 15 years ago
fix for 'interesting' things which happen when you dial the management permissions down to 'disabled' and/or peruse the admin page as a reduced-permissions user (level1..3) More... over 15 years ago
admin:Backups Mgt.: friendlier view for restricted users, who can create backups, but cannot delete them. Before, the 'you cannot do this' message was just sitting there with nu clue what it was about. More... over 15 years ago
minor bit of comment restyling: stars+date now in 'better' HTML: superfluous empty <p> removed from the renderer and both elements contained in their own section, so styles can move them around. More... over 15 years ago
expand the use of the combiner.inc.php, which will include a CSS/JS compressor to aid in having both development/human-friendly JS and CSS while serving optimized CSS/JS to any web client. More... over 15 years ago
Updated to the latest complete MochaUI JS data -- in non-compressed form so it's easier on the eyes. More... over 15 years ago
removed dead code left over from the previous fix which corrected the menu generator. More... over 15 years ago