• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
passing properties consistently with @....;literal@

  1. … 52 more files in changeset.
Reduce divergency between oracle and postgres codebase

  1. … 6 more files in changeset.
Reduce divergency between oracle and postgres

  1. … 3 more files in changeset.
Replace acs_object_party_privilege_map with permission api

  1. … 2 more files in changeset.
Replace deprecated view in queries

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

  1. … 76 more files in changeset.
Reduce divergency between oracle and postgres codebase and improve UI localization

Fix typos

Make all sql in this script portable by avoiding unnecessary api

Use consistently ad_script_abort after ad_return_error.

Break long lines

  1. … 23 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. … 7827 more files in changeset.
add missing rdbms types in .xql files (why wasn't this noticed before?)

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

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

  1. … 14 more files in changeset.
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

  1. … 5 more files in changeset.
file index-oracle.xql was initially added on branch oacs-5-9.

file index-postgresql.xql was initially added on branch oacs-5-9.

- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

  1. … 5 more files in changeset.
- replace obsolete all_object_party_privilege_map by acs_object_party_privilege_map

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

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

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

  1. … 750 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. … 54 more files in changeset.
- improve validity and security of HTML of admin pages

- improve page_contracts

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

  1. … 2539 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.