3
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 20 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed: jsTree paths were broken after they changed their repo around More... about 14 years ago
replacing foreign 'u' character with normal 'u' - was not parsing properly More... about 14 years ago
Don't use assetdomains when serving secure pages. More... about 14 years ago
Make google jquery file load securely if required More... about 14 years ago
Update version file. More... about 14 years ago
Fix ParsePage bug when Jojo running in subfolder. Particularly affected cart. More... about 14 years ago
Added: A new hook - admin_action_after_save_{tablename} More... over 14 years ago
images in articles use the /download directory, and therefore per the api.php, use the Download.php Jojo_Plugin_Core_Download class. However, this class did not include facility for image headers. More... over 14 years ago
copying across some image header details from trunk to branches - private to public cache control More... over 14 years ago
only send article comment emails to contactaddress when its not also the same as the webmaster address More... over 14 years ago
Subject now includes name and email address of person the email is sent to. With emails being able to be sent to a dropdown list of people on the contact form, and people receiving emails using many email addresses, including the details in the subject is an easy way to see who an email has been sent to. More... over 14 years ago
Include the eventlog class manually - somehow this sin't being picked up by the autoinclude. More... over 14 years ago
robots.txt not needed on xml sitemap, and it had been also shown incorrectly as robots.txt/ - so removed More... over 14 years ago
added a primary key for usergroup membership table More... over 14 years ago
Add a filter for watermarking images. Needs to be added in more places to cater for default-sized images which are passed straight through rather than being processed by GD More... over 14 years ago
Fix bug causing extra record to be inserted (ID 1) for many-many fields. More... over 14 years ago
adding curly brackets to database queries More... over 14 years ago
revising how google adwords /newsletter analytics tracking dealt with inside jojo - extending the code to include other query strings for Index.php, removing from jojo.php, and using the Index.php method in Plugin.php More... over 14 years ago
adding another parameter to getarticles function - so multilanguage can be ignored if function called via a language page, and the default language articles can be used. More... over 14 years ago
Google verification file changes - Google requires the file to have specific content. With the original content, the file did not verify, with the updated content, it verify's correctly More... over 14 years ago
using isset on the parse_url variable More... over 14 years ago
adding missing space on one of the meta description options. More... over 14 years ago
the smarty code was showing, as the placement of the literal's needed correcting. More... over 14 years ago
allow url's that include Google tracking query strings - gclid (Google adwords), and from newsletters the following: utm_source|utm_medium|utm_term|utm_content|utm_campaign More... over 14 years ago
Change: Logout page won't show unless logged in More... over 14 years ago
Fixed: When the homepage came up in search results, clicking the heading came straight back to the search results page More... over 14 years ago
fix fresh install issue
frankblunt
as Tom Dale
More... over 14 years ago
Fixed: Inactive pages still showing up in the menu More... over 14 years ago
The default contact_fields was being used. Needed to be the custom one if it existed, then default This is the second time that the contact form has been broken in recent weeks. This is unacceptable! More... over 14 years ago
bbcode images in admin were not working. Corrected paths in css and added missing images. More... over 14 years ago