• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- tighten page contract

- make boolean tests in .adp files more uniform

  1. … 6 more files in changeset.
- modenize HTML

  1. … 11 more files in changeset.
- improve checking of return_urls in page_contracts

  1. … 10 more files in changeset.
- bump version numbers from 5.9.0b* to 5.9.0

  1. … 32 more files in changeset.
- bump version numbers to 6.9.0 (oacs) / 2.9.0 (dotlrn)

  1. … 72 more files in changeset.
- remove strange quoting

- bump version numbers

  1. … 75 more files in changeset.
*** empty log message ***

  1. … 75 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

  1. … 19 more files in changeset.
- standardize url construction to protect against injection attacks

    • -1
    • +1
    ./www/admin/question-active-toggle.tcl
    • -1
    • +1
    ./www/admin/question-required-toggle.tcl
  1. … 11 more files in changeset.
- improve safety of HTML

- quote HTML attribute values

- use &amp instead of & in hrefs

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

    • -1
    • +1
    ./www/admin/question-required-toggle.tcl
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

    • -22
    • +20
    ./www/admin/modify-responses.tcl
    • -11
    • +21
    ./www/admin/process-response.tcl
  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.
- 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.
- add new adp file

file generic.adp was initially added on branch oacs-5-8.

    • -0
    • +0
    ./www/admin/generic.adp
- improve source formatting

- get rid of calls to deprecated function "validate_ad_dateentrywidget"

- get rid of calls to deprecated functions "ad_header" and "ad_footer"

- fix date handling

    • -20
    • +18
    ./www/admin/modify-responses.tcl
    • -17
    • +13
    ./www/admin/survey-create-choice.tcl
- fix api-doc variable @creation-date

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

    • -2
    • +2
    ./www/admin/question-active-toggle.tcl
  1. … 11 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 19 more files in changeset.
- added pg9.1+ patches Cesareo Garcia Rodicio

- bumped version number

    • -1
    • +1
    ./www/admin/question-add-3-postgresql.xql
- use property doc(title) rather than title

- brace expressions

- favor tcl-compilable string comparisons

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "export_url_vars" by "export_vars"

- replace deprecated "export_form_vars" by "export_vars"

- replace deprecated "philg_quote_double_quotes" "by ad_quotehtml"

- replace deprecated "ad_parameter" by "parameter::get"

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

- use $$ quoting in postgres SQL

- use named parameters for SQL functions

- provide compatility with pg9

- fix/complete define_function_args

- bumped version number to 5.8.0

    • -151
    • +254
    ./sql/postgresql/survey-create.sql
    • -27
    • +27
    ./sql/postgresql/survey-drop.sql
  1. … 36 more files in changeset.
fix multirow variables

Refactored to use listtemplate. HTML cleanup.