• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- reduce verbosity

- modernize HTML

  1. … 24 more files in changeset.
- use entities for single quotes in HTML text

  1. … 74 more files in changeset.
- updated version numbers, regenerated documentation

  1. … 297 more files in changeset.
- use consistently "clock clicks -microseconds"

  1. … 1 more file in changeset.
- prefer "localurl" over "return_url" as name of page filter

  1. … 13 more files in changeset.
- improve checking of return_urls in page_contracts

  1. … 11 more files in changeset.
- prepare documentation for release

  1. … 220 more files in changeset.
- cache ds-enabled state in a per-thread variable to reduce high number of locks on nsv ds_properties, even when ds is not enabled

  1. … 1 more file in changeset.
- prefer ns_quotehtml over ad_quotehtml

  1. … 28 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 744 more files in changeset.
file developer-support-example.adp was initially added on branch oacs-5-9.

    • -0
    • +0
    ./doc/developer-support-example.adp
- use templating for navigation in doc files

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

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

    • -0
    • +562
    ./doc/developer-support-example.adp
  1. … 216 more files in changeset.
- remove obsolete text from documentation of developer support

- add link to developer support example page

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

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

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

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

  1. … 3 more files in changeset.
- fix syntax

- make styling of footer more robust when used together with bootstrap

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

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

  1. … 2 more files in changeset.
- ensure proper encoding of hrefs

  1. … 13 more files in changeset.
- fix validty of HTML (unbalanced tags, wrong envonding, missing quotes around HTML attribute values)

- fix validty of HTML

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

  1. … 6 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.
- prettify documentation (use master templates)

  1. … 7 more files in changeset.
file index.adp was initially added on branch oacs-5-8.

  1. … 2 more files in changeset.
- fix incorrect "request duration"

- remove deprecated call to "ad_admin_footer"

- moderize tcl

* use "lassign" instead of repeated "lindex" calls,

* use "dict" instead of array

- improve indentation and quoting