• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
- fix and standardize quoting in template properties

    • -2
    • +2
    ./applications/permissions-user-add.adp
  1. … 382 more files in changeset.
- improve readability

- standardize url construction

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

    • -3
    • +3
    ./group-types/change-join-policy-2.tcl
  1. … 42 more files in changeset.
- harden page contracts

  1. … 6 more files in changeset.
- quote HTML attributes

- quote & in hrefs

    • -1
    • +1
    ./parties/new-list-required-segments.adp
  1. … 1 more file in changeset.
- improve validity and security of HTML of admin pages

- improve page_contracts

    • -1
    • +1
    ./group-types/delete-rel-types-exist.adp
  1. … 24 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

  1. … 23 more files in changeset.
- fix validity of HTML

  1. … 2 more files in changeset.
- adding quotes for HTML attributes

    • -1
    • +1
    ./group-types/delete-subtypes-exist.adp
  1. … 6 more files in changeset.
- fix HTML attribute quoting

- quote html attributes properly

- fix html HTML 4.01 validity

- use export_vars instead of manual coded url parameter to increase security

- improve usage of export_vars (no unecessary quotes, use "-base" parameter to make intentions clear)

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).

    • -14
    • +55
    ./applications/application-delete.tcl
    • -1
    • +1
    ./applications/permissions-user-add.adp
    • -2
    • +2
    ./applications/permissions-user-add.tcl
  1. … 2533 more files in changeset.
Bugfix: some URLs in page were broken because of double urlencoding. See http://www.openacs.org/forums/message-view?message_id=4190790

- replace deprecated call to "ad_return" by "return"

  1. … 6 more files in changeset.
- provide ability to delete also unmounted packages from package-instances

- site-map: provide information about the package-key in listing of unmounted packages

    • -13
    • +34
    ./applications/application-delete.tcl
  1. … 1 more file in changeset.
- provide listing of app(s) to be deleted for confirmation

    • -1
    • +21
    ./applications/application-delete.tcl
- allow to pass return_url to admin/applications/application-delete.tcl

- check ids in page contracts

    • -2
    • +2
    ./applications/permissions-user-add.tcl
  1. … 26 more files in changeset.