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. |
|
More...
|
almost 10 years ago
|
Core: Remove double-cacheing from resource requests. Extend filetypes available for cacheing |
|
More...
|
almost 10 years ago
|
Contact: Limit log display to 500. Fix error when a form is deleted before a filter referencing it |
|
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 |
|
More...
|
almost 10 years ago
|
Templates: Add full URL to links (for all those 404 loving, non-basehref-respecting crawler bots out there) |
|
More...
|
almost 10 years ago
|
RSS: Add content cacheing to RSS feeds |
|
More...
|
almost 10 years ago
|
Contact: Add option to reject submissions with content containing x number of hyperlinks |
|
More...
|
almost 10 years ago
|
Contact: Fix fix |
|
More...
|
almost 10 years ago
|
Core: Fix public caching for images. Remove duplicate image cache |
|
More...
|
almost 10 years ago
|
Contact: Fix spam check error response. Move Captcha check to earlier in the process |
|
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) |
|
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. |
|
More...
|
almost 10 years ago
|
Spam: Move spam checker to the Contact Plugin and modify to exit immediately to blank 404 for probable bots. |
|
More...
|
almost 10 years ago
|
Core: Add a basic Apple Touch Icon handler. Fixes issue#16 |
|
More...
|
almost 10 years ago
|
Core: Move recaptcha script to foot. Make // urls explicitly https for browsers and bots that find it confusing |
|
More...
|
almost 10 years ago
|
Tags: Allow for no-result results |
|
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. |
|
More...
|
almost 10 years ago
|
Core: Move Google Recaptcha js to foot |
|
More...
|
almost 10 years ago
|
Core: check pg_parent isset before checking |
|
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) |
|
More...
|
almost 10 years ago
|
Article: check for an error response from the Comments plugin (if used) and display them |
|
More...
|
almost 10 years ago
|
Add full url to image links for spiders that can't cope with basehref and 404 all over them |
|
More...
|
almost 10 years ago
|
Core: exclude robots.txt and other pages in Not On Menu from search results, sitemaps and so on |
|
More...
|
almost 10 years ago
|
Core: Remove database content cacheing |
|
More...
|
almost 10 years ago
|
Externals updates to current tag releases |
|
More...
|
almost 10 years ago
|
Articles: purge item cache if a comment is posted |
|
More...
|
almost 10 years ago
|
Articles: set index to nocache on auto, item pages to cache on auto |
|
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. |
|
More...
|
almost 10 years ago
|
Core: Fix cache header function to use current time if file timestamp is not supplied; |
|
More...
|
almost 10 years ago
|
Contact: add filter for dynamically setting the sendto address based on submission content |
|
More...
|
almost 10 years ago
|