• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

- align with openacs.org

- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 124 more files in changeset.
- fix and standardize quoting in template properties

  1. … 394 more files in changeset.
- harden page contracts

  1. … 6 more files in changeset.
- quote HTML attribute values

  1. … 12 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2542 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 13 more files in changeset.
- Don't use util_user_message to provide feedback for newly registered

users. util_user message is used for "ad_returnredirect ... -message",

which was used to report back to the user that some actions are required.

If RegistrationRequiresEmailVerificationP or

RegistrationRequiresApprovalP is set, a newly registered users is

logged out immediately after filling out the form. Therefore,

session_id is reset, and util_user_message (that depends on the

session_id) fails to deliver the content. We use now

"ad_return_warning" which does not have this problem.

- flatten nested list structures

  1. … 4 more files in changeset.
- fix syntax

- use compilable expressions

- use "in" operator instead of "lsearch"

- use tcl 8.5 extended index format for "string range"

- brace expressions to allow for tcl compilation

  1. … 6 more files in changeset.