• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

  1. … 1464 more files in changeset.
merge from oacs-5-10

  1. … 8097 more files in changeset.
harden page contracts

  1. … 24 more files in changeset.
passing properties consistently with @....;literal@

  1. … 52 more files in changeset.
whitespace changes

  1. … 51 more files in changeset.
improve rowcount expressions

  1. … 76 more files in changeset.
Remove divergency between oracle and postgres codebase

Replace deprecated 'party::permission_p' by 'permission::permission_p'

  1. … 10 more files in changeset.
Replace deprecated proc 'group::permission_p' with 'party::permission_p'

  1. … 11 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 48 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7830 more files in changeset.
Fix spelling errors

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

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

  1. … 13 more files in changeset.
- make same change as for groups/new.tcl

- prefer "localurl" over "return_url" of name of page filter

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

  1. … 87 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. … 69 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

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

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

- quote & in hrefs

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

- improve page_contracts

  1. … 38 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. … 2542 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. … 103 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.