• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
prefer "ns_cache_get" over "ns_cache_eval" since the latter might create in case of a miss an empty value in the cache

improve spelling

- adjust to changed results of ns_cache_stats

- add comments and warnings

use 2 partitions by default for xotcl_object_type_cache (ratio: this cache has typically more entries than the object_cache, which has already 2 partitions)

use capitalization consitently

prefer "ns_cache_get" with optional last argument over "ns_cache_keys" since it avoids race conditions

- add a minimal overhead job queue for user tracking, when the atomic "nsv_set -reset ..." is available

- bump version number to 0.51

improve the graph layout by omitting recursive calls

fix version dependencies

try to fix broken link to reasonable values

improve spelling

  1. … 12 more files in changeset.
- switch to common resource downloading infrastructure

- upgrade to CKeditor 4.10.0

- bump version number to 0.18

increase code sharing: use adp-include check-installed instead of local version

- Add support for dowloading archives

- add reusable adp-includes for handling resource downloads

- bump version number to 5.10.0d18

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
    • -0
    • +15
    /openacs-4/packages/acs-tcl/lib/check-installed.adp
    • -0
    • +46
    /openacs-4/packages/acs-tcl/lib/check-installed.tcl
introduce a urnMap in resource_info as a generalizable solution

CVS: ----------------------------------------------------------------------

base cookie consent on new resource infrastructure and remove local solutions

Fix typo, normalize indentation

make all keys of the resource_info dict camel case

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
use public interface instead of private one

provide better defaults for admin pulldown in tabbed modes

improve appearance of default index page: 2-column layout was not clear

adjust protection to reality

openacs-bootstrap3-theme:

- provide a neutral appearance, different from OpenACS.org

(different color, remove OpenACS logo, ....)

- make use uf URNs for bootstrap

(allow sharing of bootstrap definitions, avoid multiple loading)

- upgrade bootstrap from 3.1.1 to 3.3.7

- add support for CDN vs. local installation of bootstrap

- added sitewide-admin procs for managing local installation (via /acs-admin)

- improve passing arguments to <widgets>

- bump version number to 5.10.0d2

make spelling more consitent

improve URN registration: handle cases where the same URN is registered multiple times (prefer local over CDN, provide warnings)

fix typo

improve source code documentation

provide a common API for downloading resources from a CDN instead of maintaining per-packet variants

::util::resources::download

::util::resources::can_install_locally

::util::resources::is_installed_locally

- bump version number to 5.10.0d16

    • -2
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
improve log message

Introduce elapsed time in http api response

Will use the one coming from ns_http when available, or fallback to a calculated one.

Close tag properly (fixes files__check_info_files)