• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
regenerated ducumentation

  1. … 249 more files in changeset.
- do not depend on beta or development versions

- make sure that released versions are not beta or development

- align version numbers (e.g. use also 5.9.1 for xotcl-core)

- bump version numbers to 5.9.1

  1. … 83 more files in changeset.
bump version numbers to 5.9.1b9 respectively to 2.9.1b9 to prepare for release

  1. … 91 more files in changeset.
make sure, the message key in the comment is shown correctly in API browser

- 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. … 2 more files in changeset.
fix spelling errors

Fix spelling errors

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

  1. … 34 more files in changeset.
Improve robustness of "file delete" operations

  1. … 18 more files in changeset.
- bump version number of OpenACS to 5.9.1b3 and DotLRN to 2.9.1b3

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

  1. … 2 more files in changeset.
Updating of German translation for many packages (many thanks to Markus Moser)

    • -1
    • +53
    ./catalog/acs-lang.de_DE.ISO-8859-1.xml
  1. … 25 more files in changeset.
Updated es_ES translation

    • -1
    • +1
    ./catalog/acs-lang.es_ES.ISO-8859-1.xml
  1. … 20 more files in changeset.
Bump version numbers for OpenACS 5.9.1b1

  1. … 81 more files in changeset.
Italian localization of message keys for many packages

    • -1
    • +53
    ./catalog/acs-lang.it_IT.ISO-8859-1.xml
  1. … 25 more files in changeset.
- use util::trim_leading_zeros instead of private function

- bump version number to 5.9.1d3

add function "lc_trim_leading_zeros" to acs-lang localization procs, since date-time procs are not acs-core, such that the function defined there cannot be used in the core

Fix date computation: year of date 07072017 was treated as an octal number. (Example [lc_time_fmt 0708-08-17 %Q])

- replace "<include ... />" by "<include ... >", since adp parser in

AOLserver and NaviServer passes "/" as argument to the adp-include.

  1. … 12 more files in changeset.
Remove unneeded test and improve documentation

- - make boolean tests in .adp files more uniform

    • -2
    • +2
    ./www/admin/edit-localized-message.adp
Some more Tcl cleanup

- use curly brackes to enable byte code compilation

- don't use "[expr ...]" when not needed

- prefer "incr i -1" over "set i [expr {$i - 1}] "

  1. … 15 more files in changeset.
- make upgrade script more robust

Add index on ad_locale_user_prefs for foreign key user_id

Handle in a human way when lookup of a key fails (but keep reporting in the logs)

Fixed typo on German translation

    • -1
    • +1
    ./catalog/acs-lang.de_DE.ISO-8859-1.xml
- add nonces to script tags

- add body handlers

  1. … 7 more files in changeset.
- remove unneeded expr statements

  1. … 5 more files in changeset.
- Use get_referrer instead of ad hoc regexp to determine relative URLs.

- Fixed Regex used by "get_referrer -relative", which failed for root URLs

(i.e: http://www.openacs.org/). Thanks to Thomas Renner for the fix.

  1. … 1 more file in changeset.