• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- initial version of russian catalog files as contributed by v v (see issue #3269)

    • -0
    • +113
    ./catalog/categories.ru_RU.utf-8.xml
- 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

    • -3
    • +3
    ./www/cadmin/category-parent-change.adp
  1. … 382 more files in changeset.
- add function args missed by earlier upgrades

- bump version numbers

    • -0
    • +29
    ./sql/postgresql/upgrade/upgrade-1.1.3d3-1.1.3d4.sql
  1. … 8 more files in changeset.
- harden page contracts

- standardize url construction

- make sure to quote hrefs

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

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

    • -1
    • +1
    ./www/cadmin/category-parent-change.tcl
- quote HTML attribute values

- use &amp instead of & in urls

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

  1. … 19 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.
- 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.
- bump version numbers for beta release

  1. … 74 more files in changeset.
Added new proc 'category::ad_form::fill_widgets' used when editing an existing object that has category mappings.

See http://www.openacs.org/forums/message-view?message_id=4192799 for details.

- 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.
- fix spelling of @param

  1. … 1 more file in changeset.
More occurrances of ad_table. Using list templates instead.

- improve page-contracts

    • -2
    • +2
    ./www/cadmin/category-link-delete-2.tcl
    • -2
    • +2
    ./www/cadmin/category-parent-change-2.tcl
    • -2
    • +2
    ./www/cadmin/category-parent-change.tcl
    • -1
    • +1
    ./www/cadmin/site-wide-status-change.tcl
  1. … 3 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

    • -1
    • +1
    ./www/cadmin/category-link-delete-2.tcl
  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

    • -2
    • +2
    ./www/cadmin/category-link-delete-2.tcl
    • -3
    • +3
    ./www/cadmin/category-parent-change-2.tcl
    • -2
    • +2
    ./www/cadmin/category-parent-change.tcl
  1. … 89 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 13 more files in changeset.
- use "lassign" instead of "foreach ... break" idiom

- flatten nested "lindex" structures

- use numeric comparison operator for truth value comparisons

- use "lassign" instead of multiple "lindex" operations

- 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

    • -2
    • +4
    ./www/cadmin/category-parent-change.tcl
- use "lassign" instead of "util_unlist"

    • -1
    • +1
    ./www/cadmin/category-parent-change.tcl
  1. … 5 more files in changeset.
- completing/improving .info files of major packages

  1. … 9 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. … 334 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.