• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix error on formums page (used has_submit 1, but this was not true)

- don't include <input> in <label>

- fix validity of HTML

- fix indentation

- update of russian catalog files as contributed by v v (see issue #3274)

    • -3
    • +191
    ./catalog/forums.ru_RU.utf-8.xml
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 14 more files in changeset.
- do localization in script since apparently the arrays for the embedded variables (%forum.name%, %message.subject%) are not passed to the environment where the master is evaluated

- fix validity of HTML

- fix and standardize quoting in template properties

  1. … 331 more files in changeset.
- fix quoting

- strengthen page contracts

- add function args missed by earlier upgrades

- bump version numbers

    • -0
    • +21
    ./sql/postgresql/upgrade/upgrade-1.3d10-1.3d11.sql
  1. … 8 more files in changeset.
- get rid of the pesky "MISSING FORMWIDGET: search:search:formbutton:ok" message

- standardize url construction

- ensure proper encoding of hrefs

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

  1. … 7 more files in changeset.
- fix HTML attribute quoting

Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2533 more files in changeset.
- bump version numbers to 5.8.1

  1. … 74 more files in changeset.
- bump version number to 5.8.1b2

  1. … 75 more files in changeset.
Using db api caching mechanism instead of util_memoize.

- fix for bug #3277

- bump version numbers for beta release

  1. … 74 more files in changeset.
- bump version numbers to [25].8.1a3

- update requirements for core components to newest version number in the branch

  1. … 74 more files in changeset.
- remove unneeded braces

- fix api-doc variable @creation-date

- fix invalid @param declaration for API browser

  1. … 3 more files in changeset.
- check object_ids in page_contracts

- 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. … 13 more files in changeset.
- better checking on page number

- use call-by-reference rather than call by value for passing values to included subtemplates (should be done probably on many more places)