summaryrefslogtreecommitdiff
path: root/modules_v3/html
AgeCommit message (Collapse)AuthorFilesLines
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-3/+2
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-06-12Bug #977091 - CK-editor cannot save data.Nigel Osborne1-1/+1
Commented out "window.opener" code no longer used
2012-03-24Replace array of images with CSS.fisharebest1-2/+2
2012-03-05Use modal dialog instead of popup window to edit block settingsfisharebest1-1/+1
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵fisharebest1-1/+1
etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown.
2012-02-13Provide better sizes for popup windows.fisharebest1-1/+1
2012-01-20Update year in copyright messagesfisharebest1-1/+1
2012-01-20Remove "Other" from standard Statistics block and all other places.Nigel Osborne1-4/+0
2011-12-21#902683 - HTML validationfisharebest1-3/+3
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-9/+9
2011-11-19Remove unused global $TEXT_DIRECTIONfisharebest1-1/+1
2011-11-18validationŁukasz Wilenski1-1/+1
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-1/+1
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-10-24#604136 - Nav Options box location display bug-SVN906651Łukasz Wilenski1-0/+1
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest1-1/+1
new configuration option to restrict who can upload new media files.
2011-08-04#821050 - Error calling page after update to 1.2.2fisharebest2-0/+398