• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Fixed typo in declared script type which prevented xinha from loading.

  1. … 3 more files in changeset.
Reluctantly moved the dotlrn toolbar here so it will work with existing sites.

  1. … 1 more file in changeset.
Removed title from dev sup css link because the javascript style switcher is

really stupid.

Moved devsup here, it's css must be clashing with something else because

the formating is non-existent.

  1. … 1 more file in changeset.
Call to initRTE was missing

Add missing quotes that caused xinha not to render properly

got this stuff to load xinha stuff correctly however it's not rendering...

  1. … 1 more file in changeset.