• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Always treat body handlers as list. Fix focus to use identifier. There

can only be one focus.

  1. … 1 more file in changeset.
Don't use identifier, its not needed for focus since we only call it

once.

Fix namespace for add_body_handler

Fix stupid typo!

Move focus handling to blank master. Use add_body_handler to set

it. Pass focus up to blank master.

Remove properties not used in default master.

Remove link multirow in default master, its not used.

Add skip_link property

Set HTML 4.01 Strict as default doctype

fixed output charset

don't crash, if no xinha is available (<if @::array.field@ not nil> does not seem to work)

use tcl 8.4 style comparison operators

fixes for all cases, where ::template::head::* variables (a) might survive a connection and (b) where they are not

initialized properly.

  1. … 1 more file in changeset.
adding support for Xinha to new master templates

fix 2 bugs: (a) ::template::head::scripts variable was accumulating content over multiple requests (namespaced variables are not reset)

(b) order of list elements in ::template::head::scripts was incorrect (why not using objects?)

Merged 5.3 to HEAD

  1. … 58 more files in changeset.
As link is not supported anymore, we need to call template::head::add_css

Fixed the blank master as headscript was not defined (called script) and the foreach did not work either. Not to mention the fact that the <list> tag is unknown to OpenACS templating

commit template::head and the needed modifications in the master templates to make it work to CVS HEAD

  1. … 2 more files in changeset.
more cleanup for validators: the W3C validator returns an error on empty ULs;

so, don't output, if UL of footer is empty.

more cleanup for validators: the W3C validator returns an error on empty ULs;

so, don't output, if UL of footer is empty.

fix incorrect charset settings when OutputCharset are defined.

Fix for multiple xinhas on one page.

Bug#3108 Set a default page title, but warn in the error log.

Remove h1 tag. Should be set at application pages level

Unset titles for default and site master CSS. They weren't applied when alternative stylesheets were available (e.g. forums)

Fix for multiple xinhas on one page.

Applied fix from cvs head to oacs-5-3: http://xarg.net/tools/cvs/change-set-details?key=27744

Added download directories because 5.3.0 had 1/4 million downloades

when multiple xinhas should be presented on a page, the code was broken; fix for this bug, which was introduced recently

Added content-type

Added missing @ for meta.http_equiv

Edited to avoid empty UL when main and sub navigations are empty (thanks to Lee who provides the code)