3
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix bug in query More... over 13 years ago
Add a new option to the contact forms where a thank you page can be specified. If this is set, the visitor is redirected to this page after a successful submission. More... over 13 years ago
tweak tablesorter to do zebra striping, adjust colour scheme
frankblunt
as Tom Dale
More... over 13 years ago
Added: Filters to allow plugins to add fields to contact forms (eg add the details of a product you're referring) More... over 13 years ago
Set tab default to username / password field on loading the page line, and those below, will be ignored-- More... over 13 years ago
add jquery tablesorter library to admin. currently only used on Contact log, but might be useful for things like the newsletter stats and cart transaction reports. works on any table classed 'sortabletable' that has thead tbody structure
frankblunt
as Tom Dale
More... over 13 years ago
update boilerplate css reset to current version (less aggressive)
frankblunt
as Tom Dale
More... over 13 years ago
fix looping redirect error when not using the Core Index plugin for your homepage (on a one page site with a contact form for example)
frankblunt
as Tom Dale
More... over 13 years ago
fix error in label for checkboxes
frankblunt
as Tom Dale
More... over 13 years ago
fix language list display order
frankblunt
as Tom Dale
More... over 13 years ago
add a conditional filter to the auto-reply, so if you have a field called 'Attending' and it can have a positive reponse value of 'Yes, please', adjust your reponse html to include '[[conditional:Attending:Yes, please]] then the positive response, then [[else]] then your negative response
frankblunt
as Tom Dale
More... over 13 years ago
Added: Google+ publisher link under Social Network options More... over 13 years ago
trim any accidental whitespace off urls
frankblunt
as Tom Dale
More... over 13 years ago
fix notice error
frankblunt
as Tom Dale
More... over 13 years ago
add full article list to smarty for individual articles to use also
frankblunt
as Tom Dale
More... over 13 years ago
Add a new image resizing type "pad". This works just like "fit" except it pads the image with whitespace to make up the specified dimensions. This gives you an image at the exact size you specify with no cropping. Currently only pads with the color white - need to alter this to allow the colour to be specified. More... over 13 years ago
Reinstate meta keywords in template. Apparently some people still use this. More... over 13 years ago
added Collation type to the install script More... over 13 years ago
Added ga section tracking option to accept new forms setting More... over 13 years ago
Added tracking option to accept new forms setting More... over 13 years ago
Added form analytics handling so each form can pass it own unique success goal More... over 13 years ago
Added hidden field type More... over 13 years ago
Added hidden field type More... over 13 years ago
resolve some issues with the new bits forcing an action
frankblunt
as Tom Dale
More... over 13 years ago
Change the way the canonical tag is handled. Allows plugins to override the default by using the following code within the plugin... $content['canonical'] = _SITEURL.'/foo/bar/'; More... over 13 years ago
Initial steps to setup a filter so that forms can be put on other pages. This shouldn't break any existing code. Also initial steps to change submit page to work with any form. More... over 13 years ago
Reintroduce support for inline files via example.com/inline/filename.ext More... over 13 years ago
fix mismatch between template and handler for Captcha field
frankblunt
as Tom Dale
More... over 13 years ago
Made if analytics code consistent with the foot.tpl. ie including the !$isadmin && !$adminloggedin More... almost 14 years ago
the formatting of the foreach caused issues with smarty v dwoo installs More... almost 14 years ago