• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- replace "catch" by a more precise test

- fix switching pablish status. since we are refetching the revision, make sure that the pubish_status is set to thew new value

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- dactivate code, which became obsolete

    • -8
    • +18
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- escape message keys

- fix quoting in documentation

- fix expression (was already incorrect in oacs-5-8)

- support theming for xowiki templates

- regenerated documentation, including changelog

  1. … 109 more files in changeset.
- add announce file, update version number in readme.txt

    • -0
    • +289
    /openacs-4/Announce-OpenACS-5.9.0
file Announce-OpenACS-5.9.0 was initially added on branch oacs-5-9.

    • -0
    • +0
    /openacs-4/Announce-OpenACS-5.9.0
- bump version numbers from 5.9.0b* to 5.9.0

  1. … 18 more files in changeset.
- bump version numbers to 6.9.0 (oacs) / 2.9.0 (dotlrn)

  1. … 58 more files in changeset.
- fix collateral damage of fix for bug #3201

- prepare documentation for release

  1. … 207 more files in changeset.
- improve documentation

- use use a request-spanning per-thread cache for acs object types of xowiki classes (these never change)

- use apm_package_key_from_id instead of own caching, since the former one is now optimized enough

- add per-request caching of site-node properties

- add per-request caching of acs_translator_mode_p

- add missing "head" property to lrn-master

file flowplayer-3.2.6.js was initially added on branch oacs-5-9.

- remove unused minified .sj files

- add non-minified files instead were needed

  1. … 3 more files in changeset.
file jquery-1.11.0.js was initially added on branch oacs-5-9.

- don't compute lang::system::locale for one package instance

in one query multiple times (the function is quite expensive)

    • -1
    • +5
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- Use global variables to reduce lock contention on busy sites:

* $::acs::default_database replaces [nsv_get db_default_database .]

* $::acs::known_database_types replaces [nsv_get ad_known_database_types .]

- Cache db_driverkey per-thread (variable ::acs::db_driverkey($dbn))

to reduce high number of locks

- add stub for tracing some more commands and improve documentation

- fix variable name

- use explicit "create" statements

- reduce number of "my info class" calls

    • -4
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- use explicit "create" statements