• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- prepare documentation for release

    • -1
    • +1
    ./doc/group-admin-pages-acceptance-test.adp
    • -1
    • +1
    ./doc/group-admin-pages-requirements.adp
  1. … 219 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
    ./admin/groups/elements-by-group-type-oracle.xql
    • -24
    • +0
    ./admin/groups/elements-by-group-type-postgresql.xql
    • -2
    • +2
    ./admin/groups/elements-by-group-type.tcl
    • -22
    • +0
    ./admin/groups/elements-by-group-type.xql
    • -10
    • +1
    ./admin/groups/elements-display-list.tcl
  1. … 56 more files in changeset.
- strip unused and unneeded sql statements

    • -15
    • +1
    ./admin/group-types/groups-list.tcl
    • -8
    • +2
    ./admin/group-types/rel-type-add-2.tcl
    • -16
    • +2
    ./admin/group-types/rel-type-add.tcl
- no need to use backslash for continuation between curly brackets

- improve readability of code

- modernize tcl

    • -10
    • +12
    ./admin/site-map/allow-for-view.tcl
  1. … 12 more files in changeset.
- no need to quote strings in context manually

- prefer passing &doc as property over doc(title) alone

- fix broken oracle.xql file

- pass values via reference

- prefer ns_quotehtml over ad_quotehtml

    • -3
    • +3
    ./admin/group-types/change-join-policy.tcl
  1. … 27 more files in changeset.
- set return_url for parameter page

- clean up "install" pages

  1. … 5 more files in changeset.
- add dimensional classes to the master used be dotlrn

- fix further action links

- fix unmount url

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

    • -171
    • +175
    ./admin/site-map/index.tcl
- white-space change

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

    • -1
    • +7
    ./admin/applications/application-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.
- handle "merged" user state on more places

  1. … 1 more file in changeset.
- added ability to turn off adp-wrapper box for include tag (setting attribute ds=0)

    • -1
    • +1
    ./admin/groups/elements-by-group-type.adp
  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.

    • -3
    • +19
    ./admin/applications/index-oracle.xql
    • -0
    • +17
    ./admin/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.
- use templating for navigation in doc files

- add adp-files /packages/acs-core-docs/lib/navheader and

/packages/acs-core-docs/lib/navfooter

    • -16
    • +37
    ./doc/group-admin-pages-acceptance-test.adp
    • -21
    • +53
    ./doc/group-admin-pages-design.adp
    • -21
    • +48
    ./doc/group-admin-pages-requirements.adp
  1. … 213 more files in changeset.
- improve robustness against not-logged-in users

- make sure, footer of developer-support covers whole line

- removing cvs-log entries, add bug-tracker references

  1. … 19 more files in changeset.
- let all package doc files start with H1

  1. … 51 more files in changeset.
- documentation update

    • -1
    • +1
    ./doc/group-admin-pages-acceptance-test.adp
    • -1
    • +1
    ./doc/group-admin-pages-requirements.adp
  1. … 64 more files in changeset.
- remove globals for errorInfo and use namespace qualifiers instead

    • -3
    • +2
    ./admin/applications/application-add.tcl
- restrict table styling to #main-content