• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add editor hints to keep spaces/tabs in the furture more consistent

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

  1. … 396 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 56 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

  1. … 29 more files in changeset.
- fix HTML attribute quoting

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

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

  1. … 40 more files in changeset.
- stop renaming predefined AOLserver/NaviServer command ns_sendmai (for the time migration phase, simply overwrite it)

- replace calls to deprecated "ns_sendmail" to calls to "acs_mail_lite::send"

  1. … 3 more files in changeset.
- replace mulitple "lindex" operations by "lassign"

  1. … 7 more files in changeset.
- use numeric comparison for truth values

  1. … 16 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. … 337 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.
- revert form_vars update

  1. … 82 more files in changeset.
- replace deprecated "ad_export_vars" by "form_vars"

  1. … 53 more files in changeset.
Fix typo

Fix typo

Non-info file merge results, with conflicts resolved.

  1. … 203 more files in changeset.
Substitute acs_mail_lite::send for ns_sendmail

  1. … 2 more files in changeset.
remove deprecated calls to ad_parameter

  1. … 5 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
Making call to relation_add (on pages parties/new and users/new) not use the form_id and variable_prefix switches as doing so would make package_instantiate_object look for a rel_id in the form which wasn't there. This is analogous to fix in version 1.5 of groups/new.

  1. … 1 more file in changeset.
Hack to make page work by calling auth::create_user instead of ad_user_new - should really use acs-subsite/lib/user-new includelet instead

noquote changes (Dirk Gomez)

  1. … 102 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 107 more files in changeset.
1. Peter's APM changes broke subsite mounting because the old post

instantiate routine wasn't really called until after the site node for

the subsite was mounted. No problem - I changed it to be an after-mount

callback instead (which was the idea all along)

2. Earlier changes made by me broke the adding of users by an admin, because

the main subsite no longer has a group defined by default separate from

registered users. The registered users group *is* the main subsite

membership group. Had to add a special check for this case.

3. Removed the naughty composition rel added by application_group::new. This

caused subsites to have undesirable side-effects (add admin to subsite and

the user magically became an admin of the supersite, if you defined an

admin_rel and adminstrator relational segment in each)

  1. … 9 more files in changeset.
fix error ns_returnerror call bug 120/patch 38 Vinod Kurup

  1. … 1 more file in changeset.
fix error ns_returnerror call bug 120/patch 38 Vinod Kurup

  1. … 1 more file in changeset.
more abstract URLs

  1. … 48 more files in changeset.