• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- prefer passing &doc as property over doc(title) alone

  1. … 9 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

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

- fix unmount url

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

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

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

  1. … 391 more files in changeset.
- standardize url construction

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

  1. … 50 more files in changeset.
- harden page contracts

  1. … 6 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

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

  1. … 2 more files in changeset.
- fix HTML attribute quoting

  1. … 8 more files in changeset.
- 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 branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2533 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

  1. … 2 more files in changeset.
- check ids in page contracts

  1. … 35 more files in changeset.
Remove broken check for empty folder name.

A previous change in this line prevented one from instantiating applications

via this UI. However, the check for an empty value is obsolete anyhow...

- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 120 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 97 more files in changeset.
- use numeric comparison for truth values

  1. … 15 more files in changeset.
- use standard templating

- remove deprecated call of ad_header

  1. … 1 more file in changeset.
file parameter-set.adp was initially added on branch oacs-5-8.

- fix gor bug #3174. subsites disappeared from sitemap, when a hard coded value was surpassed

- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 334 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url", rewriting syntax

  1. … 1 more file in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 114 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 70 more files in changeset.
- revert form_vars update

  1. … 80 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 29 more files in changeset.