• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make sure to call ad_script_abort after ad_returnredirect

make sure to call ad_script_abort after ad_returnredirect

fix typos

  1. … 1 more file in changeset.
Bugfix, get also id_column from acs_object_type retrieval

- use "ad_try" instead of "with_catch"

- avoid overlong lines

whitespace changes

Fix typo in comment

white space changes

New callback: subsite::page_plugin:

- Execute pacakge-specfic code on every page. Callbacks of this type

typically call template::head::* functions to add application specific

code (CSS and JavaScript) to every page (e.g. like e.g. the cookie-consent-plugin).

This callback is a generalization of the callbacks "subsite::get_extra_headers"

and "subsite::header_onload".

- Bump version number to 5.10.0d2

Restore erroneously removed xql file

    • -0
    • +31
    ./www/admin/rel-types/index-oracle.xql
Remove obsolete xql file

    • -31
    • +0
    ./www/admin/rel-types/index-oracle.xql
Remove obsolete xql file

Introduce dual idiom for oracle

Reduce divergencies between oracle and postgres codebase

    • -0
    • +23
    ./www/admin/site-map/parameter-set.xql
    • -0
    • +15
    ./www/admin/attributes/enum-add-2.xql
Remove obsolete xql file

    • -21
    • +0
    ./www/admin/attributes/edit-one-oracle.xql
Revert erroneous modification

Remove obsolete query

    • -13
    • +0
    ./www/admin/group-types/one-oracle.xql
Reduce divergencies between oracle and postgres codebase, remove obsolete query

    • -24
    • +4
    ./tcl/attribute-procs-postgresql.xql
Reduce divergencies between oracle and postgres codebase, remove obsolete queries

    • -23
    • +0
    ./tcl/relation-procs-postgresql.xql
Reduce divergency between oracle and postgres codebase, reduce query replication using api

Reduce divergency between oracle and postgres codebase

    • -20
    • +0
    ./tcl/approval-expiration-procs-oracle.xql
    • -22
    • +0
    ./tcl/approval-expiration-procs-postgresql.xql
    • -0
    • +16
    ./tcl/approval-expiration-procs.xql
Reduce divergency between oracle and postgres codebase

Simplify idiom

Bump version number to make sure, the recent fix is offered for installation via package manager

backport of Fix for site bug #133: removing obsolete .xql file and rename query name for saftey

Fix for site bug #133: removing obsolete .xql file and rename query name for saftey

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

  1. … 67 more files in changeset.
fix: Use proper "from" email in member-state notification email

normalize boolean expressions in ADP files

  1. … 14 more files in changeset.
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. … 1 more file in changeset.