• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fixing regexp for message key in group::new

- Introducing lang::util::message_key_regexp to avoid similar confusions in the future

- bump verison number of acs-lang to 5.9.1b4

- bump version number of acs-subsite to 5.9.1b5

  1. … 3 more files in changeset.
Fix spelling errors

  1. … 8 more files in changeset.
Get rid of strange construct: [lindex [array get $array $name] 1]

  1. … 5 more files in changeset.
- add nonces to script tags

- add body handlers

  1. … 7 more files in changeset.
- improve indentation

- add per-request caching of acs_translator_mode_p

- simplify regular expression code for message keys: use build in functionality of regexp

- fix type in documentation

- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 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.
- change spelling of TCL to Tcl

- change requirements to Tcl 8.5

  1. … 64 more files in changeset.
- don't spit out messages of the form "Key 'package_key.message_key' does not exist in en_US" when viewing proc lang::util::replace_temporary_tags_with_lookups in api-browser

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 12 more files in changeset.
- brace expressions to allow for tcl compilation

- use "in" or not in (ni) operator instead of lsearch (for readability and performance)

  1. … 9 more files in changeset.
- get rid of empty_string_p in non-deprecated code

- make use of tcl byte-code compiler

  1. … 42 more files in changeset.
Performance improvements for rp_filter and parameter:

- improve performance of rp_filter (which is run on every

non-resources request) significantly (often a factor of 2)

- improve scalability by reducing number of required mutex locks

(e.g. for secret token handling)

  1. … 8 more files in changeset.
Implements TIP#137 Support for 3-chars language codes

  1. … 15 more files in changeset.
Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
Nima's commit overwrote a bunch of my changes, and other peoples too! Apparently

he didn't merge, but overwrote! NO!

  1. … 8 more files in changeset.
Local changes at Mannheim. Mostly merging catalog files

  1. … 36 more files in changeset.
Set the charset from the locale for the content-type meta information. This

wasn't being tracked in ad_conn, nor cached by acs-lang, nor used by

lrn-master. It's now tracked in ad_conn, cached by acs-lang, and used

properly by lrn-master.

  1. … 3 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.
Made the check for a message key in hashes (i.e. #package_key.message_key#)

more robust by only recognizing it if both parts, separated by a ".", exists.

This reduces the odds of random text between hashes being mistaken for a

key and throwing a "missing key" error.

Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Added procedure to create edit url for message keys

Added get_locale_options

  1. … 1 more file in changeset.
Added lang::util::convert_to_i18n made optional (depending on the installation of acs-translations)

Added procedure to retrieve all locales known in the system

added localize_list_of_lists util proc

Added procedure to transform a string into an I18N version of itself (so it can be translated).