• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Deprecate get_root_dir proc, duplicated to every extent by acs_root_dir

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

  1. … 7834 more files in changeset.
Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer)

  1. … 43 more files in changeset.
Use template::themed_template as well for .adp file served for the files in the www directory handled directly via the request processor

- use for hex codes 2-digit notation \xHH to make it compatible for tcl8.6

  1. … 5 more files in changeset.
Introduced missing ad_library statement. Normalized overall library description.

  1. … 21 more files in changeset.
Introduced missing ad_library statement

  1. … 1 more file in changeset.
- fix editing bug

- ensure proper encoding of hrefs

  1. … 13 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- what space change to follow coding guidelines

- factor out apm_package_url

- use lassign instead of 3 cmds

- use variable ::acs::rootdir instead of function

- merge multiple "lappend" operations

- simplify various wierd ways to set the variable ::template::parse_level

  1. … 5 more files in changeset.
- don't abbreviate subcommands of "file"

  1. … 2 more files in changeset.
- use tcl 8.5 extended index format for "lindex", "lrange" and "string range"

- use "in" operator instead of "lsearch"

  1. … 7 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.
use tcl 8.4 style comparisons and braced exprs

  1. … 3 more files 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.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code

  1. … 43 more files in changeset.
Added clarifying documentation

Moved setting of ad_conn subsite_id to the ad_conn proc itself, so it'll always be set, and not just for tcl/adp files

  1. … 1 more file in changeset.
Provide link to creating the message key when message key doesn't exist at all

Started I18N work (Together with Lars)

Added namespace eval $namespace calls to each file in the tcl dir.

Rooted out some hardcoded text, replaced it with respective calls to

the i18n text catalog text function.

Shuffled around proc creation and calling, so that everything works properly.

  1. … 25 more files in changeset.
get rid of the annoying and potentially incorrect leading space when returning parsed templates.

Changed message key encoding to not confuse eval or subst

  1. … 1 more file in changeset.
Translator mode integrated into the templating system

Trying -deprecated -warn instead of -default on ad_template_return ... must have been a little tired last night after all