3
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jun 03, 2024 — Jun 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Core: Allow requests for resources to bypass irrelevant code. Move page detection further up the chain so bad requests can be handled with lower overhead. Give bad resource requeusts an empty 404 rather than a smarty formatted one.
frankblunt
as Tom Dale
More... almost 10 years ago
Core: Remove double-cacheing from resource requests. Extend filetypes available for cacheing
frankblunt
as Tom Dale
More... almost 10 years ago
Contact: Limit log display to 500. Fix error when a form is deleted before a filter referencing it
frankblunt
as Tom Dale
More... almost 10 years ago
Core: Add some basic memcache support for servers that have it enabled, and implement for nav cacheing. Sites including plugin items as sublinks in the nav that need to indicate the currently active item will need to disable it or figure a way to identify the active item at template level
frankblunt
as Tom Dale
More... almost 10 years ago
Templates: Add full URL to links (for all those 404 loving, non-basehref-respecting crawler bots out there)
frankblunt
as Tom Dale
More... almost 10 years ago
RSS: Add content cacheing to RSS feeds
frankblunt
as Tom Dale
More... almost 10 years ago
Contact: Add option to reject submissions with content containing x number of hyperlinks
frankblunt
as Tom Dale
More... almost 10 years ago
Contact: Fix fix
frankblunt
as Tom Dale
More... almost 10 years ago
Core: Fix public caching for images. Remove duplicate image cache
frankblunt
as Tom Dale
More... almost 10 years ago
Contact: Fix spam check error response. Move Captcha check to earlier in the process
frankblunt
as Tom Dale
More... almost 10 years ago
Move content cache check to before any database calls (if cache settings have been defined in config.php, if not, the options table must be loaded). Flush html cache after deleting records. Require SECUREURL to be defined in config.php (or SITEURL is assumed)
frankblunt
as Tom Dale
More... almost 10 years ago
Articles: Use less resource intensive approach for getting single articles when next/previous is not required. Move comment spam check to before main database calls.
frankblunt
as Tom Dale
More... almost 10 years ago
Spam: Move spam checker to the Contact Plugin and modify to exit immediately to blank 404 for probable bots.
frankblunt
as Tom Dale
More... almost 10 years ago
Core: Add a basic Apple Touch Icon handler. Fixes issue#16
frankblunt
as Tom Dale
More... almost 10 years ago
Core: Move recaptcha script to foot. Make // urls explicitly https for browsers and bots that find it confusing
frankblunt
as Tom Dale
More... almost 10 years ago
Tags: Allow for no-result results
frankblunt
as Tom Dale
More... almost 10 years ago
Core: Update various functions to use file cache instead of database, update clearing function, move cache options into their own category.
frankblunt
as Tom Dale
More... almost 10 years ago
Core: Move Google Recaptcha js to foot
frankblunt
as Tom Dale
More... almost 10 years ago
Core: check pg_parent isset before checking
frankblunt
as Tom Dale
More... almost 10 years ago
Comments: Remove frajax requirement from comment editing and use jquery ajax instead. Return errors if there are any (rather than nothing)
frankblunt
as Tom Dale
More... almost 10 years ago
Article: check for an error response from the Comments plugin (if used) and display them
frankblunt
as Tom Dale
More... almost 10 years ago
Add full url to image links for spiders that can't cope with basehref and 404 all over them
frankblunt
as Tom Dale
More... almost 10 years ago
Core: exclude robots.txt and other pages in Not On Menu from search results, sitemaps and so on
frankblunt
as Tom Dale
More... almost 10 years ago
Core: Remove database content cacheing
frankblunt
as Tom Dale
More... almost 10 years ago
Externals updates to current tag releases
frankblunt
as Tom Dale
More... almost 10 years ago
Articles: purge item cache if a comment is posted
frankblunt
as Tom Dale
More... almost 10 years ago
Articles: set index to nocache on auto, item pages to cache on auto
frankblunt
as Tom Dale
More... almost 10 years ago
Core: Replace database content cache with a simple file cache. Will cache any page not explicitly set to 'Content Cache: no'. PLugins can use noCache(true) to disable cacheing for 'auto' if desired. Content is not cached for logged in users or when data is Posted. Cache file can be wiped with CltrF5 or a noCache(true) call. ToDo - Admin buttons to clear file cache for pages / js / css / images.
frankblunt
as Tom Dale
More... almost 10 years ago
Core: Fix cache header function to use current time if file timestamp is not supplied;
frankblunt
as Tom Dale
More... almost 10 years ago
Contact: add filter for dynamically setting the sendto address based on submission content
frankblunt
as tom
More... almost 10 years ago