• last updated 9 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.
Fixed prioritization of CSS. media=all is first.

Changed so unspecificed media goes to the end. For CSS the default is

all so media should always have a value.

Initial attempt at ordering CSS links in document head.

There is a question where media="all" should go.

Fixed typo ...

Silly simplification of a minor bit of this code.

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

Fix add_meta to add meta instead of script!

  1. … 1 more file in changeset.
Change default value to "all" for media in add_css

Always treat body handlers as list. Fix focus to use identifier. There

can only be one focus.

  1. … 1 more file in changeset.
Remove header stuff from core. Use template::head procedures.

Add template::head::add_style to add inline styles.

  1. … 6 more files in changeset.
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.
commit template::head and the needed modifications in the master templates to make it work to CVS HEAD

  1. … 6 more files in changeset.