• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
delete unneeded .xql files

    • -24
    • +0
    ./elements-by-group-type-oracle.xql
    • -24
    • +0
    ./elements-by-group-type-postgresql.xql
    • -35
    • +0
    ./elements-by-rel-type-postgresql.xql
  1. … 22 more files in changeset.
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. … 44 more files in changeset.
backport of Fix for site bug #133: removing obsolete .xql file and rename query name for saftey

Fix for site bug #133: removing obsolete .xql file and rename query name for saftey

merged changes from the oacs-5-9 branch and resolved conflicts

    • -3
    • +39
    ./elements-by-rel-type-postgresql.xql
    • -2
    • +19
    ./elements-display-list-postgresql.xql
  1. … 7820 more files in changeset.
remove duplicate rdbms type entry

add missing rdbms types in .xql files (why wasn't this noticed before?)

    • -0
    • +1
    ./elements-display-list-postgresql.xql
  1. … 10 more files in changeset.
- make boolean tests in .adp files more uniform

  1. … 53 more files in changeset.
- modernize HTML

  1. … 25 more files in changeset.
- fix quote

- use boolean operator for boolean comparisons

  1. … 11 more files in changeset.
- cleanup of recent changes

    • -1
    • +1
    ./elements-display-list-postgresql.xql
  1. … 1 more file in changeset.
- 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.