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

Allow to specify another return url for the page

compare with group_id, not subsite_id

- when ShowMembersListTo is set to "3", show list to members only, when this is not the whole subsite

- improve documentation

  1. … 1 more file in changeset.
- Internationalize title of /members page for main site memberships

- Make displayed columns of member page configurable and show ordinary members less columns

  1. … 2 more files in changeset.
Offer admin the ability to send a notification email after approvals to communities

Maintain group_id when usering filters (was previously lost)

- 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. … 55 more files in changeset.
- use base tables in queries instead of mega-view cc_users

- Provide a title to show what members are managed

- add optional parameter group_id to manage other groups as well

- write sql statements between curly braces

  1. … 13 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

  1. … 36 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 746 more files in changeset.
- handle "merged" user state on more places

  1. … 1 more file in changeset.
- remove globals for errorInfo and use namespace qualifiers instead

  1. … 5 more files in changeset.
- 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. … 393 more files in changeset.
- harden page contracts

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

  1. … 12 more files in changeset.
- improve validity and security of HTML of admin pages

- improve page_contracts

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

  1. … 2536 more files in changeset.
- check ids in page contracts

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

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

  1. … 13 more files in changeset.
- perform better checking on page number

  1. … 4 more files in changeset.
- 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. … 8 more files in changeset.
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 333 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 72 more files in changeset.