• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
1. template::head::get_footer_html didn't return the html

2. template::head::get_[header/footer]_html renamed to template::get_[header/footer]_html because

a. makes sense

b. the "add" procs were in the right namespace so now it's consistent

3. modifed blank-master to reflect #2

  1. … 1 more file in changeset.
Added back the code to retrieve body_handlers (accidently removed)

Move template::head specific code into head-procs.tcl.

Fix add_meta to add meta instead of script!

  1. … 1 more file in changeset.
Move templating, devsup and translating stuff to blank-master. Fix footerrendering

Move devsup toolbar to blank-master

Move dotlrn_toolbar to theme-zen (out of site-master)

  1. … 1 more file in changeset.
Parameter for breadcrumbs separator

  1. … 2 more files in changeset.
- fix curly braces around on-load actions

- fix loading of xinha (moved init to onload of body)

- changed name HTMLarea to Xinha in configuration calls

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.