• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- pass tree_id via properties (amny thanks to Antonio Pisano for the fix)

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

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

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

  1. … 51 more files in changeset.
- add .adp files for pretty documentation

  1. … 37 more files in changeset.
file design.adp was initially added on branch oacs-5-9.

file requirements.adp was initially added on branch oacs-5-9.

  1. … 2 more files in changeset.
file o.adp was initially added on branch oacs-5-9.

file install.adp was initially added on branch oacs-5-9.

file index.adp was initially added on branch oacs-5-9.

  1. … 4 more files in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

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

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

- standardize url construction

  1. … 1 more file in changeset.
- make sure to quote hrefs

  1. … 4 more files in changeset.
- fix invalid bracing

- quote HTML attribute values

- use &amp instead of & in urls

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

  1. … 19 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2533 more files in changeset.
More occurrances of ad_table. Using list templates instead.

- improve page-contracts

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

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

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

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

  1. … 13 more files in changeset.
- flatten nested "lindex" structures

- use numeric comparison operator for truth value comparisons

- use "lassign" instead of multiple "lindex" operations

  1. … 6 more files in changeset.
- used expand operator instead of "eval"

- use "in" or not in (ni) operator instead of lsearch

- no need to use "expr" inside an "if" or "for" condition

- brace expressions to allow for tcl compilation

- bump version number

  1. … 5 more files in changeset.
- use "lassign" instead of "util_unlist"

  1. … 11 more files in changeset.
- 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"

- fix bracing in "export_vars -form"

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

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 72 more files in changeset.