• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- don't quote message keys in summary field in bugs table

- harden page contract

- fix overquoting

- reduce verbosity

- standardize argument passing to adp-includes, don't perform double i18n and double quoting

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

  1. … 166 more files in changeset.
- use more precise data types

- fix typos

  1. … 1 more file in changeset.
- fix quoting

- fix typo (need a break)

- fix typo

- fix typo

- standardize url construction to protect against injection attacks

- harden page contracts

- imporve readability

- improve safety of page contracts

  1. … 6 more files in changeset.
- return error when invalid mode was specified

- remove deprecated calls to cr::keyword::get_keyword_id,

cr::keyword::new, and cr::keyword::set_heading

- remove calls to deprecated function cr::keyword::item_get_assigned

- harden page-contracts against injections

- update version dependeny for acs-tcl

- bump version number

- quote hrefs

- more sane HTML generation

- fix quoting of attributes

- improve page-contracts

  1. … 28 more files in changeset.
- perform better input checking on action and categories

- improve error messages (backport from openacs.org)

- remove formatting option "pre" of input form for patches. The differentce between "plain" and "pre" is not documented and seems to be non-existant.

- fix bug #3221

    • -1
    • +1
    ./catalog/bug-tracker.ca_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bug-tracker.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bug-tracker.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bug-tracker.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/bug-tracker.pt_BR.ISO-8859-1.xml
- brace expressions

- flatten nested "lindex" structures

- use tcl 8.5 extended index format for "lrange"

- normalize string expressions

  1. … 7 more files in changeset.
- replace deprecated "cr::keyword::item_assign" by "content::keyword::item_assign"

- use property "doc(title)" instead of "title"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- replace deprecated "template::util::quote_html" by "ad_quotehtml"

  1. … 19 more files in changeset.
- fix provided privilege for permission::require_permission

Avoid usign deprecated ad_require_permission. Using permission::require_permission instead.