• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- no need to use backslash for continuation between curly brackets

- improve readability of code

- modernize tcl

  1. … 7 more files in changeset.
- pass pretty_name to notification widget HTMLescaped (since widget expects it)

  1. … 5 more files in changeset.
- remove broken and unuesed query

- use theme-able notification-widget in calendar

- 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. … 215 more files in changeset.
file test-cases.adp was initially added on branch oacs-5-9.

- add .adp files for pretty documentation

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

  1. … 2 more files in changeset.
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. … 120 more files in changeset.
- fix and standardize quoting in template properties

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

- ensure quoting of hrefs

- use type checking for boolean parameters in page_contracts to improve security

  1. … 20 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.
- replace deprecated call to "calendar_create" by "calendar::create"

- replace deprecated call to "calendar_assign_permissions" by "calendar::assign_permissions"

- provide hints to depreacated calls to non-deprecated counterparts

  1. … 1 more file in changeset.
- improve page contracts

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

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

  1. … 102 more files in changeset.
- use numeric comparison operator for truth value comparisons

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

- use tcl 8.5 commands

- brace expressions to allow for tcl compilation

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

- no need to use "expr" inside "expr"

- bump version number

  1. … 7 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. … 329 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.
- 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"

- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 2 more files in changeset.