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 |
|
More...
|
over 14 years ago
|
fix pageid parseing for pages not on menu, and failover pages available in default lang_country but not current |
|
More...
|
over 14 years ago
|
save the html language based on the section default if one isn't supplied |
|
More...
|
over 14 years ago
|
don't re-minify min scripts in js folder |
|
More...
|
over 14 years ago
|
tweak for multi-byte languages (not fixed, but improved) |
|
More...
|
over 14 years ago
|
don't minify minified scripts |
|
More...
|
over 14 years ago
|
switch to compressed markitup script |
|
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. |
|
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 |
|
More...
|
over 14 years ago
|
make xinha the default editor rather than bbcode |
|
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) |
|
More...
|
over 14 years ago
|
simplify biolerplate css inclusion |
|
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 |
|
More...
|
over 14 years ago
|
tighten head up a little more for whitespace and adjust script tags for html5 |
|
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) |
|
More...
|
over 14 years ago
|
add in option for using bolierplate reset in style.css |
|
More...
|
over 14 years ago
|
rewrite async code to be slightly more efficient |
|
More...
|
over 14 years ago
|
fix issue on servers with shorttags enabled having a fatal error over the xml declaration |
|
More...
|
over 14 years ago
|
add some site options for choosing the doctype and adding the boilerplate browser conditionals |
|
More...
|
over 14 years ago
|
clean up template/css to follow the same format as jojo_contact |
|
More...
|
over 14 years ago
|
add cleaned author to template |
|
More...
|
over 14 years ago
|
define for all sites not just multi-language and only add active lang_countries to the mldata list |
|
More...
|
over 14 years ago
|
basic styling for tags |
|
More...
|
over 14 years ago
|