• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- make boolean tests in .adp files more uniform

  1. … 55 more files in changeset.
- use boolean operator for boolean comparisons

  1. … 13 more files in changeset.
- prefer "localurl" over "return_url" of name of page filter

  1. … 87 more files in changeset.
- improve checking of return_urls in page_contracts

  1. … 84 more files in changeset.
.xql overhaul:

- removed misleading sql-statements from db_* calls, which were

ignored due .xql files

- removed bug where same query name was used in a single proc

with different intended sql queries, but the same was picked

up from the .xql file due to the name

- removed multiple entries of same query name from .xql files

(e.g. the entry "package_create_attribute_list.select_type_info" was

7 (!!!) times in a single .xql file)

- removed redundant queries for unsupported versions of the dbms

- added missing xql entries for db-backends, where other db-specific

queries exists (e.g. added an entry to -oracle.xql, where an entry

existed in -postgres.xql)

  1. … 68 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. … 749 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. … 392 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 55 more files in changeset.
- quote HTML attributes

- quote & in hrefs

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

- improve page_contracts

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

  1. … 29 more files in changeset.
- adding quotes for HTML attributes

  1. … 20 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. … 2538 more files in changeset.
- replace deprecated call to "ad_return" by "return"

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

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

  1. … 99 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. … 333 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

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

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 70 more files in changeset.
- revert form_vars update

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

  1. … 51 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 31 more files in changeset.
- replace deprecated ad_permission_p with permission::permission_p

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

  1. … 365 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 645 more files in changeset.
When adding a user to a group we were checking read permission on the users offered for selection. Since all OpenACS users have a null context_id only the site-wide-admin would have read privilege on them. To also allow subsite admins to add users to groups I removed the read privilege check on the users. See http://openacs.org/forums/message-view?message_id=171339