3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set default editor to WYSIWYG More... over 14 years ago
Upgrade self-hosted jquery to 1.4.4 (Google Libs version already 1.4.4). More... over 14 years ago
Contact page will show an error if you have forgotten to enter any recipients in Jojo options. More... over 14 years ago
add aftersave event for pages to save htmllang as default if not set
frankblunt
as Tom Dale
More... over 14 years ago
fix pageid parseing for pages not on menu, and failover pages available in default lang_country but not current
frankblunt
as Tom Dale
More... over 14 years ago
save the html language based on the section default if one isn't supplied
frankblunt
as Tom Dale
More... over 14 years ago
don't re-minify min scripts in js folder
frankblunt
as Tom Dale
More... over 14 years ago
tweak for multi-byte languages (not fixed, but improved)
frankblunt
as Tom Dale
More... over 14 years ago
don't minify minified scripts
frankblunt
as Tom Dale
More... over 14 years ago
switch to compressed markitup script
frankblunt
as Tom Dale
More... over 14 years ago
remove more MULTILANGUAGE code and work everything out from the page tree and site root info in lang_country. Sites without a lang_country entry set to active and default will most likely break.
frankblunt
as Tom Dale
More... over 14 years ago
set secureurl to siteurl if secureurl is empty in option in dynamic javascript. useful when you have javascript like $.getJSON(secureurl + '/json/jojo_cart_country_hasstates.php',{}, function(){}); More... over 14 years ago
revert Jojo::getOptions to version 3289. keep empty string as valid option value More... over 14 years ago
ignore empty string option value, useful when you leave secureurl blank and it will be set to siteurl More... over 14 years ago
make common.js position optional also
frankblunt
as Tom Dale
More... over 14 years ago
make xinha the default editor rather than bbcode
frankblunt
as Tom Dale
More... over 14 years ago
fix extra comma at end of javascript array More... over 14 years ago
add option for moving jquery script call to foot for a faster page load (only feasible for sites with no inline scripting calling jQuery objects)
frankblunt
as Tom Dale
More... over 14 years ago
simplify biolerplate css inclusion
frankblunt
as Tom Dale
More... over 14 years ago
define multilanguage as any site that has more than one active lang_country set, remove any stray translate ## from content before output
frankblunt
as Tom Dale
More... over 14 years ago
tighten head up a little more for whitespace and adjust script tags for html5
frankblunt
as Tom Dale
More... over 14 years ago
move as much javascript as possible out of the head and into the foot, delete some ancient and pointless tags (keywords, mssmarttagparsing)
frankblunt
as Tom Dale
More... over 14 years ago
add in option for using bolierplate reset in style.css
frankblunt
as Tom Dale
More... over 14 years ago
rewrite async code to be slightly more efficient
frankblunt
as Tom Dale
More... over 14 years ago
fix issue on servers with shorttags enabled having a fatal error over the xml declaration
frankblunt
as Tom Dale
More... over 14 years ago
add some site options for choosing the doctype and adding the boilerplate browser conditionals
frankblunt
as Tom Dale
More... over 14 years ago
clean up template/css to follow the same format as jojo_contact
frankblunt
as Tom Dale
More... over 14 years ago
add cleaned author to template
frankblunt
as Tom Dale
More... over 14 years ago
define for all sites not just multi-language and only add active lang_countries to the mldata list
frankblunt
as Tom Dale
More... over 14 years ago
basic styling for tags
frankblunt
as Tom Dale
More... over 14 years ago