• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Restore erroneously removed xql file

Remove obsolete xql file

Remove obsolete xql file

    • -25
    • +0
    ./admin/rel-types/roles/index-oracle.xql
Introduce dual idiom for oracle

Reduce divergencies between oracle and postgres codebase

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

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

Remove obsolete query

Reduce divergency between oracle and postgres codebase

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. … 73 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.
Make so that refreshing of theming subsite parameters doesn't include locally modified subsites

This includes also moving of logic to identify local modifications in a proc

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

  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 251 more files in changeset.
Don't make the code more complicatd than necessary

Setting return_url as optional in perm-include, fixing an issue accessing from /admin/ and probably other places

Remove Oracle incompatible code (as pointed out by regression tests)

Provide hint, when permission check fails

Allow to send as well mail, when membership was rejected

Improve internationalization

  1. … 2 more files in changeset.
Revert yesterdays change of Antonio and add missing adp file

    • -17
    • +17
    ./members/member-state-change.tcl
file member-state-change.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    ./members/member-state-change.adp
Comment out currently not working code. To enable again one should forward interaction when a user is approved to a page sending some confirmation email, but seems like this is now missing.

    • -17
    • +17
    ./members/member-state-change.tcl
Localize group actions (port of work by Monika Andergassen)

  1. … 3 more files in changeset.
Allow to specify another return url for the page

Provide more infrastructure support for host-node-maps for more flexible domain handling

- add optional -cookie_domain parameter to the following functions

ad_user_login

ad_user_logout

sec_generate_session_id_cookie

auth::issue_login (wrapper for ad_user_login)

if not specified, the functions are full backward compatible

- add optional parameter -host_node_id to auth::authenticate

which refers to the node_id in the host-node-map

- pass host_node_id from from/to register pages

TODO:

1) probably, sec_generate_session_id_cookie picks up the wrong

session_id via [ad_conn session_id]

2) check interaction with CookieDomain (probably, we need

must not pass host_node_id wheren CookieDomain is non-empty)

  1. … 6 more files in changeset.