• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- improve indentation

- modernize Tcl

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

    • -2
    • +2
    ./group-types/change-join-policy-2.tcl
  1. … 76 more files in changeset.
- improve checking of return_urls in page_contracts

    • -2
    • +2
    ./group-types/change-join-policy-2.tcl
  1. … 73 more files in changeset.
- improve checking for return_url handling in page_contracts

CVS: ----------------------------------------------------------------------

  1. … 3 more files in changeset.
- remove unused files. parameter-set.tcl was deleted already some time ago

    • -34
    • +0
    ./site-map/parameter-set-oracle.xql
    • -34
    • +0
    ./site-map/parameter-set-postgresql.xql
- write sql statements between curly braces

  1. … 11 more files in changeset.
.xql-file reform of acs-subsite:

- remove queries from .tcl files that can't work

from PostgreSQL (e.g. containing "connect by" or "nvl")

- remove obsolete file www/admin/site-map/parameter-set.tcl

  1. … 3 more files in changeset.
.xql-file reform of acs-subsite:

- remove obsolete queries

email_image::new_item.new_lob_size

email_image::new_item.new_lob_size

group::member_p.group_id_from_name

subsite::default::create_app_group.group_exists

package_mounted_p

- add missing Oracle queries

acs-subsite/tcl/rel-types-procs-oracle.xql

rel_types::additional_rel_types_group_p.group_rel_type_exists

rel_types::additional_rel_types_group_type_p.group_rel_type_exists

www/admin/group-types/new-oracle.xql

select_group_supertypes

- add missing PostgreSQL queries

acs-subsite/tcl/rel-types-procs-postgresql.xql.xql

rel_types::additional_rel_types_group_p.group_rel_type_exists

- remove obsolete files

www/admin/index-oracle.xql

www/admin/index-postgresql.xql

www/admin/index.xql

www/admin/rel-types/roles/new-oracle.xql

www/admin/rel-types/roles/new-postgresql.xql

www/permissions/one.xql

www/pvt/unsubscribe-2-oracle.xql

www/pvt/unsubscribe-2-postgresql.xql

www/pvt/unsubscribe-oracle.xql

www/pvt/unsubscribe-postgresql.xql

www/pvt/unsubscribe.xql

www/register/user-new.xql

www/shared/portrait-bits-oracle.xql

www/shared/portrait-bits-postgresql.xql

www/shared/portrait-bits.xql

    • -13
    • +0
    ./rel-types/roles/new-postgresql.xql
  1. … 18 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
    ./groups/elements-by-group-type-oracle.xql
    • -24
    • +0
    ./groups/elements-by-group-type-postgresql.xql
    • -22
    • +0
    ./groups/elements-by-group-type.xql
  1. … 56 more files in changeset.
- strip unused and unneeded sql statements

- no need to use backslash for continuation between curly brackets

- improve readability of code

- modernize tcl

  1. … 13 more files in changeset.
- prefer passing &doc as property over doc(title) alone

- fix broken oracle.xql file

- prefer ns_quotehtml over ad_quotehtml

  1. … 30 more files in changeset.
- set return_url for parameter page

- clean up "install" pages

  1. … 5 more files in changeset.
- fix further action links

- fix unmount url

- white-space changes (follow closer to engineering guidelines)

- white-space change

- add editor hints to keep spaces/tabs in the furture more consistent

    • -1
    • +7
    ./applications/permissions-user-add.tcl
  1. … 740 more files in changeset.
- simplify (and correct) subsite node determination

- don't cache pages (might be wrong)

- make distinction between side-wide administratin and subsite administration more clear in web interface

- factor out page for managing subsites

  1. … 13 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.
- fix potential crash on large sites: /admin/applications/ presented all site-nodes / applications on a single page (single multirow presented as list). On pages with e.g. more than 1mio entries, that lead tcl objs > 2GB and a fatal error. Therefore, pagination with a reasonably large pagesize was added.

    • -0
    • +17
    ./applications/index-postgresql.xql
- template::resource_path: new function to generalize access to

acs-templating's resource files

- add resource_dir (db) / ResourceDir (package parameter of subsite)

to allow for usage of them specific (adp) resources while preserving

existing semantics

  1. … 14 more files in changeset.
- remove globals for errorInfo and use namespace qualifiers instead

  1. … 4 more files in changeset.
- restrict table styling to #main-content

- prettyfy HTML

- moderize code

- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 110 more files in changeset.