• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix potential overquoting in breadcrums (main site name)

improve comments

  1. … 10 more files in changeset.
Harmonize parameter names in proc documentation removing unexistent ones

  1. … 1 more file in changeset.
Whitespace changes + add editor hints

  1. … 26 more files in changeset.
Remove superflous parentheses

  1. … 29 more files in changeset.
Whitespace cleanup

Simplify code: set defaults for proc parameters, which are de facto optional, avoiding unnecesary existence checks.

  1. … 2 more files in changeset.
make spelling of names more consistent

  1. … 5 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
modermize tcl

modernize tcl

  1. … 3 more files in changeset.
Fix typos

  1. … 23 more files in changeset.
Move deprecated procs into deprecated-procs.tcl

  1. … 10 more files in changeset.
Fix more typos

  1. … 11 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- fix quoting in navigation procs

Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 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.
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.