• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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. … 2 more files in changeset.
- make sure to quote hrefs

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

- quote HTML attribute values

- use &amp instead of & in urls

  1. … 20 more files in changeset.
- 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.
More occurrances of ad_table. Using list templates instead.

  1. … 2 more files in changeset.
- 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.
- 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. … 13 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. … 337 more files in changeset.
- modernize tcl

  1. … 8 more files in changeset.
- get rid of empty_string_p

  1. … 4 more files in changeset.
typo on message key name.

i18n of categories package. Mostly all of the interface are now internationalized, probably a couple are missing. Bumping up version so catalog files are loaded. New message keys added on en_US and de_DE catalogs.

  1. … 18 more files in changeset.
- fix incorrect reference to table in category_tree__copy

- revert a change of don to make categories admin interface working again.

  1. … 2 more files in changeset.
remove deprecated calls to ad_parameter

  1. … 7 more files in changeset.
1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 370 more files in changeset.
- standardize expressions and comparison operations

  1. … 11 more files in changeset.
Adding space between vars object_id and ctx_id.

- remove useless "required" message for language (is always set)

- slightly extended message catalog

- fixed localization in context bar

- added new context variable ctx_id used for permission checking.

This optional variable allows to specify category clients

to provide am object, on which permissions are checked for

adding categories. This has the advantage that package_admin

could be allowed this way to add categories without needing

explicit rights on the categories package.

  1. … 25 more files in changeset.
Checkpoint 3.7 (level AA): Mark up quotations. Do not use quotation markup for formatting effects such as indentation.

  1. … 28 more files in changeset.
HTML Strict cleanup

Rollback of my previous commit (02-feb-2008) since it breaks tree-map and others