• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
User ad_try instead of with_catch

use ad_try instead of with_catch

User ad_try instead of "with*"

Fix typos

  1. … 2 more files in changeset.
Modernise code: strengthen page contract, use boolean test in ADP

Modernize code: get rid of deprecated cals in .xql file and use API rather than homebrew SQL calls

Get rid of obsolete query (portable version in generic xql already)

Reduce divergence between postgres and oracle codebase

    • -37
    • +0
    ./www/users/complex-search-oracle.xql
    • -38
    • +0
    ./www/users/complex-search-postgresql.xql
Bug fix: avoid confusion between command argument and option, when argument starts with "-"

    • -2
    • +2
    ./www/apm/version-dependency-add-2.tcl
    • -2
    • +2
    ./www/apm/version-dependency-remove.tcl
  1. … 74 more files in changeset.
Remove usage of apm_package_version.version_name_greater stored procedure in favor of apm_version_names_compare proc, because their logics conflict

Unifiy logic for package version comparison

    • -20
    • +0
    ./tcl/apm-admin-procs-postgresql.xql
normalize boolean expressions in ADP files

  1. … 9 more files in changeset.
Replace /acs-admin/users/one links with acs_community_member_admin_url

    • -2
    • +3
    ./www/users/modify-admin-privileges.tcl
merged changes from the oacs-5-9 branch and resolved conflicts

    • -0
    • +78
    ./catalog/acs-admin.de_DE.ISO-8859-1.xml
    • -0
    • +84
    ./catalog/acs-admin.it_IT.ISO-8859-1.xml
    • -2
    • +3
    ./lib/service-parameters-postgresql.xql
  1. … 7820 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.
- give up on AOLserver for automatic blueprint update after an apm-install for the time being. The situation is described in detail in the source code

remove debug line

flush dirty editor buffer

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

  1. … 3 more files in changeset.
One more attempt to come to a solution for updating the blueprint, that works for AOLserver as well

Try to program around AOLserver problems: precompute url before producing new blueprint

Update blueprint of the server after successful loading of packages

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

  1. … 2 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.
Don't assume a Unix OS when exec'ing commands

Return an error if dependency is missing.

This happens if the (info file of the) required package is not present.

This solution is a bit dirty, but better than throwing the tcl error

"no such variable: spec_file"

provide default for email_verified_p

- Don't name valdation black and formal argument the same

When the kernel parameter "NsShutdownWithNonZeroExitCode" is set (e.g. in the config file) and NaviServer is used, return with a non-zero exit code after ns_shutdown. This lets e.g. windows system to restart the service automatically (the sample config file for openacs in the naviserver archive is updated as an example)

addressing #3318 (the actual bug was there for 10+ years)