• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
make field host_node_id optional to improve backward compatibility

Make sure message exists when dealing with a banned user

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. … 7 more files in changeset.
- add optional parameter host_node_id (for future use)

- Reflow overlong lines

Modernize code (use ad_include_contract instead of manual checks)

Add link to package url for application groups in user-subsite "portlet"

Show member state in user-subsites listing

- Make file more modular

- Improve documentation

Use ad_include_contract to simplify code

  1. … 1 more file in changeset.
Improved adp-include user-subsites (which should be probably named

user-groups), used on pvt/home: instead of providing a broken link,

provide a link to the "members" page.

add missing rdbms types in .xql files (why wasn't this noticed before?)

  1. … 9 more files in changeset.
- replace "<include ... />" by "<include ... >", since adp parser in

AOLserver and NaviServer passes "/" as argument to the adp-include.

  1. … 5 more files in changeset.
- make boolean tests in .adp files more uniform

  1. … 53 more files in changeset.
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

file applications-oracle.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./applications-oracle.xql
file applications-postgresql.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./applications-postgresql.xql
- reduce dependencies on acs_object_party_privilege_map (on PostgreSQL)

file subsites-oracle.xql was initially added on branch oacs-5-9.

file subsites-postgresql.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./subsites-postgresql.xql
- replace obsolete all_object_party_privilege_map by acs_object_party_privilege_map

  1. … 11 more files in changeset.
- strenthen token checking of login form

- protect against certain characters in return_url (the real solution is probably a fix in ad_form, which could cause some collateral damage)

  1. … 1 more file in changeset.
- fix an old bug in the user-info adp include. The old version assumed, that every url that is not starting with "http://" has to be prefixed with "http://". This is certainly a problem, when the user url starts with "https://"

- remove parens

- no need to use backslash for continuation between curly brackets

- improve readability of code

- modernize tcl

  1. … 13 more files in changeset.
- remove obsolete queries

- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 745 more files in changeset.
- fix quoting and typo

  1. … 1 more file in changeset.
- improve readability and indentation