• last updated 45 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use "![info exists]" instead of "template::util::is_nil" on scalars

  1. … 3 more files in changeset.
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 214 more files in changeset.
removing OpenGraph from default implementation, moving side-bar to ecommerce

  1. … 4 more files in changeset.
adding packages/acs-subsite/lib/share-bar for share links example.

  1. … 2 more files in changeset.
adding OpenGraph protocol default generations for social networking

  1. … 1 more file in changeset.
Fixed the acs-developer-support css edit feature, by moving the calls to

generate footer and header html in front of the call to

template::head::prepare_multirow (which unsets them as they're processed).

If a footer or header template calls blank-master, this won't work, but

that will be the least of the problems to worry about in this case!

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.