default-master.tcl

  • last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- use "![info exists]" instead of "template::util::is_nil" on scalars

  1. … 3 more files in changeset.
Merged from 5.4.2

  1. … 283 more files in changeset.
Removed some dupe code that snuck in, probably due to cvs merge ...

Parameter for breadcrumbs separator

  1. … 3 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.
use tcl 8.4 style comparison operators

Merged 5.3 to HEAD

  1. … 60 more files in changeset.
As link is not supported anymore, we need to call template::head::add_css

commit template::head and the needed modifications in the master templates to make it work to CVS HEAD

  1. … 6 more files in changeset.
Unset titles for default and site master CSS. They weren't applied when alternative stylesheets were available (e.g. forums)

  1. … 1 more file in changeset.
Edited to avoid empty UL when main and sub navigations are empty (thanks to Lee who provides the code)

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

drb-*-20070513

  1. … 324 more files in changeset.
fixing and simplifying passing of package_id in export_vars

Committed Zen / Accessibility changes to master templates.

  1. … 10 more files in changeset.
Cleaned up CSS with Jeff, moved context bar to site-master for easier customization

  1. … 3 more files in changeset.
Use templated context bar

  1. … 1 more file in changeset.
added handling for subnavbar link text

  1. … 1 more file in changeset.
fix eval of context to avoid potential function evaluation

context bar barfed with site node starting with a -

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
Added more safety check for focus

1. Split up default-master into blank-master and default-master;

2. Added a lists.css stylesheet for list-builder lists.

  1. … 4 more files in changeset.
Use apm_package_installed_p instead for the curriculum check.

Fixed some noquote stuff in form templates, fixed conflicts in default-master

caused by the curriculum update and my bracketing of "if" exprs (failure to do

so causes Tcl to compile the expr every time)

  1. … 8 more files in changeset.
I added a check for whether the curriculum package is installed or not to the default-master.\nIf it is installed, the (possibly empty) bar will be included.\nThis won't fail even if there's no instance of curriculum mounted (knock wood)

  1. … 1 more file in changeset.
merge of 4.6.3b1 to HEAD

  1. … 29 more files in changeset.
changes to our default master: 1) Making it take a doc_type property so that packages can choose for example to change from 4.01 transitional (default) to XHTML 1.0 2) Checking that the default master validates as both 4.01 transitional and XHTML 1.0 strict 3) indenting the the html more properly

  1. … 1 more file in changeset.
Changing the page title default to be the name of the current package rather than the system name

adding a check to avoid Javascript error when there is no form field to focus on