• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
params variable was accumulating parameters from previous calls to template::head::add_css. Re-seting params list on the right place.

Added content type and charset in HEAD block.

INcludes also previous changes from Gustaf for xinha support

  1. … 1 more file in changeset.
Non-info file merge results, with conflicts fixed

  1. … 726 more files in changeset.
Added language support for tinymce

Improved support for the ThemeCSS subsite param, provided the upgrade

script, and bumped the version number.

  1. … 5 more files in changeset.
Roll back Torben changes. If you use deprecated properties (e.g. title), use blank-compat instead of blank-master.

making doc(title) failthrough more forgiving.. lets show the best possible, even if only during a test evaluation

Added first cut at theming stuff, using the new package openacs-default-theme

(previously imported)

  1. … 9 more files in changeset.
Adding tinymce support.

  1. … 575 more files in changeset.
Make template::get_body_event_handlers proc to process the data added

with template::add_body_handler

  1. … 1 more file in changeset.
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

  1. … 1 more file in changeset.
Move devsup toolbar to blank-master

  1. … 1 more file 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

  1. … 1 more file in changeset.
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

Move focus handling to blank master. Use add_body_handler to set

it. Pass focus up to blank master.

  1. … 2 more files in changeset.
Remove properties not used in default master.

Remove link multirow in default master, its not used.

Add skip_link property

  1. … 3 more files in changeset.
Set HTML 4.01 Strict as default doctype

  1. … 1 more file in changeset.
fixed output charset

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.
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. … 60 more files in changeset.
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

  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.
Bug#3108 Set a default page title, but warn in the error log.

Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.