• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use tcl 8.5 extended index format for "lindex"

- use tcl 8.5 extended index format for "lrange"

- use tcl 8.5 expand operator instead of "eval lappend ..." idiom

  1. … 7 more files in changeset.
- modernize tcl

  1. … 9 more files in changeset.
- added victor's patch to omit deprecated messages of "ns_info tcllib". Background: naviserver supports multiple (virtual) servers, which might have different tcllibs. Therefore, the preferred command to query this was moved to "ns_server ?-server s? tcllib" and "ns_info tcllib" was deprecated. From the OpenACS point of view, one wants to locate the actual library. Since the variable does not change, it is fine to store it in a per-thread variable which can be efficiently accessed.

  1. … 21 more files in changeset.
adding util_current_location_node_id, adding feature to ad_context_bar_multirow to automatically adapt when serving host_node_mapped urls

Navigation context bar Internationalization

  1. … 1 more file in changeset.
Don't add empty element to the context multirow, that would output an empty LI

remove deprecated calls to ad_parameter

  1. … 11 more files in changeset.
Switched some param calls to use ad_conn subsite_id

  1. … 1 more file in changeset.
Parameter for breadcrumbs separator

  1. … 3 more files in changeset.
HTML 4.01 Strict cleanup

  1. … 27 more files in changeset.
Merged 5.3 to HEAD

  1. … 60 more files in changeset.
Removing unused-deprecated ad_choice_bar (only used in contrib/obsolete-packages/library) and search::choice_bar (not used) procs

  1. … 1 more file in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
rollback the secret multisubsite stuff did not mean to commit

  1. … 1 more file in changeset.
do not try to login when creating a user from the install.xml actioninstall-procs.tcl

  1. … 2 more files in changeset.
Added new ad_context_bar_multirow, which gets the context bar as a multirow, so we can render it using the templating system rather than Tcl

site node instance names for the context bar should be plain text and so quotehtml

Oops. Previous fix of args parsing in ad_context_bar was slightly broken...

Patch #265: Fix ad_context_bar to also accept a simple string as the args parameter.

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.
Patch #137: Adding a new parameter, -from_node, to the context bar.

Added top_node_id switch to the context bar, so you can limit it to, say, within the current subsite.

1. Took out my earlier kludge to get around the AOLserver 4 ns_eval problem.

2. bracketed "if" exprs to avoid unnecessary recompilations of exprs

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

  1. … 107 more files in changeset.
finishing the cleanup of the context bar soup. Deprecating ad_admin_context_bar and making it invoke ad_context_bar which is now the canonical proc for all context bars. Also making previously deprecated procs ad_context_bar_ws and ad_context_bar_ws_or_index invoke ad_context_bar. Updating various proc documentations to reflect recent changes

Lars didn't remove all traces of My Workspace in the context bar in previous commit so I completed that job.

Removed Your Workspace from context bar completely. I'd accidentally committed a change earlier with a comment from collaboraid.biz!

Upgrade to 4.6.2

  1. … 30 more files in changeset.
fix for bug 274 where node(name) sometimes doesnt exist (it should always exist though)

merging fixing and caching of context bar logic that was committed on 4.6 branch (versions 1.7 to 1.7.2.2) onto trunk