• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix debug message

Removed incorrectly placed "--" between named parameter and its value

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 67 more files in changeset.
Bug fix: avoid confusion between text argument and option, when text starts with "-"

  1. … 35 more files in changeset.
Don't throw an error, when no url2file mapping exists

Remove usage of apm_package_version__version_name_greater in favor of apm_version_names_compare proc as their logics conflict

    • -11
    • +0
    ./tcl/apm-install-procs-postgresql.xql
Create utility to retrieve pdf information using poppler utils (https://poppler.freedesktop.org/)

This includes author, number of page, encription (yes/no), pdf version etc.

Fix typo (non-commented testing line)

Perform less aggressive cache flushing

Furthermore, allow ns_cache_flush in xo::clusterwide

  1. … 1 more file in changeset.
Bugfix ad_user_login

-expire flag for ad_set_signed_cookie (and therefore ad_set_cookie) was not specified by ad_user_login and set false per-default. This prevented parameters to set cookie expiration to have an effect, even when -max_age was correctly specified.

Now we set the -expire flag according to the -forever flag.

Bugfix

Decode form variables when a payload is transformed from form-urlencoded to multipart. Fix documentation for -formvars parameter

Bugfix

Avoid double encoding when content is in the same encoding as that of tcl interpreter

Fix nonsense fconfigure -translation $encoding

Try to make code clearer

Small improvement for portrait management (deletion)

Exploit existing on delete cascade constraints when we delete a portrait, instead of deleting stuff manually.

Also, put remaining logics into a proc and use it in acs_user::delete to address legit use case of people wanting

to remove a user permanently without removing portrait in advance.

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

    • -13
    • +20
    ./catalog/acs-tcl.de_DE.ISO-8859-1.xml
    • -1
    • +10
    ./catalog/acs-tcl.en_US.ISO-8859-1.xml
    • -10
    • +14
    ./catalog/acs-tcl.es_ES.ISO-8859-1.xml
    • -2
    • +104
    ./catalog/acs-tcl.it_IT.ISO-8859-1.xml
    • -1
    • +7
    ./tcl/00-database-procs-postgresql.tcl
    • -456
    • +503
    ./tcl/00-database-procs.tcl
  1. … 7820 more files in changeset.
undo untested last minute check

    • -2
    • +8
    ./tcl/apm-install-procs-postgresql.xql
Fix typo

Flush cache also for ancestors of nodes when mounting a package

Unify version comparison logics so we always use apm_version_names_compare instead of other db api as apm_package_version__version_name_greater plus handcrafted queries which also might behave slightly differently

    • -8
    • +2
    ./tcl/apm-install-procs-postgresql.xql
- 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.
add self-healing code to reduce number of error messages in error cases

fixed typo in comment

try to re-init packages on apm-load to overcome problems with blueprint updates on AOLserver

    • -23
    • +36
    ./tcl/request-processor-init.tcl
  1. … 2 more files in changeset.
Improve explaination

Fix typo

Point out why these two procs are not currently in use around

don't return "0" for [util::trim_leading_zeros ""]

add compatibility function for AOLserver for ns_md5

add "see also" references to parameter::get and "parameter::get_global_value"

applying a solution for the minor-version upgrade, not requiring larger refactoring

  1. … 1 more file in changeset.
Setting global var as well in -procs file (debuggin install from repo)