• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Use consistently ad_script_abort after ad_return_error.

  1. … 33 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7821 more files in changeset.
regenerated ducumentation

  1. … 251 more files in changeset.
Improve robustness of "file delete" operations

  1. … 25 more files in changeset.
Some more Tcl cleanup

- use curly brackes to enable byte code compilation

- don't use "[expr ...]" when not needed

- prefer "incr i -1" over "set i [expr {$i - 1}] "

  1. … 15 more files in changeset.
- replace "onclick" handler in .adp file by event listener

- modenize HTML

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

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

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

  1. … 12 more files in changeset.
- pass base to export_vars

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

- prefer utf8 over iso8859

  1. … 59 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. … 215 more files in changeset.
- let all package doc files start with H1

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

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

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

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

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

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

  1. … 38 more files in changeset.
- quote HTML attribute values

- use &amp instead of & in hrefs

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

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

  1. … 2535 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. … 331 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 120 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.
- revert form_vars update

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

  1. … 31 more files in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 64 more files in changeset.