• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

    • -2
    • +18
    ./elements-display-list-postgresql.xql
  1. … 3 more files in changeset.
- replace obsolete all_object_party_privilege_map by acs_object_party_privilege_map

  1. … 10 more files in changeset.
- explain output in more detail

- use button class for actions

- fix variable name

Admin pages for groups (one.tcl)

- list always admins, components, members (not only direct relationships)

- Provide a heading, which gives clearer context info (what group of what type is managed)

    • -3
    • +39
    ./elements-by-rel-type-postgresql.xql
- use groups/new.tcl instead of parties/new.tcl

- set group_id to the result to [group::new]

  1. … 1 more file in changeset.
- modernize HTML in .adp files

  1. … 44 more files in changeset.
- remove misleading sql statement

- improve indentation

- modernize Tcl

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

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

  1. … 78 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)

    • -24
    • +0
    ./elements-by-group-type-oracle.xql
    • -24
    • +0
    ./elements-by-group-type-postgresql.xql
  1. … 59 more files in changeset.
- prefer passing &doc as property over doc(title) alone

  1. … 9 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. … 740 more files in changeset.
- added ability to turn off adp-wrapper box for include tag (setting attribute ds=0)

  1. … 2 more files in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

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

  1. … 388 more files in changeset.
- improve readability

- standardize url construction

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

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

- improve page_contracts

  1. … 29 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. … 16 more files in changeset.
- fix HTML attribute quoting

  1. … 8 more files in changeset.
Merging back to HEAD all changes that happened in branch oacs-5-8 between tags: vg-merge-oacs-5-8-from-20141027 and vg-merge-oacs-5-8-from-20150427

  1. … 519 more files in changeset.
- removed bugfix from #3119, since it is apparently not needed anymore

- fixed bug in acs-subsite group management, where return-url was double encoded ("elements-by-rel-type")

- fixed bug in acs-subsite group management, where negative numbers were not allowed ("new" function)

- bumped version numbers

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

  1. … 2533 more files in changeset.