• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file tree-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/tree-procs.tcl
Also allow to specify the page order

Allow to specify the content when requiring the page

Extend randomization of multiple alternatives for cases, where one alternative must be "true"

Certain evaluation schemes for multiple choice questions require that

at least one alternative must be true. Otherwise, a division by 0

might appear. This is an issue, when a subset of alternatives is used

(e.g. 3 out of 10 alternatives). The version know evaluation schemes

with such a requirement and makes sure that in the resulting set, at

least one correct alternative is correct. Note: this change does not

make sure that the full set of alternatives contains at least one

correct alternative.

keep avoiding call "value_if_nothing_is_returned_from_form" for disabled field

This change reverts to the previous behavior and is logically sound.

All regression test continue to work. Not clear, why Antonio removed

this call (maybe due to downstream changes, but these should be

sorted out).

add test case for disabled checkbox (should be the same as for non-disabled case)

include field name in debug message

add canvas evaluation scheme of MC questions

  1. … 2 more files in changeset.
Undo the change trying to alter the order inside "add_pages"

The method is intended to preserve the order of the passed-in ordered

composite. Added comments to clarify it for people not so familiar with the

code.

Port of downstream feature: optionally allow to instantiate the items before deletion in order to apply specific class logics

execute configure proc after page was created

provide test for p.configure parameter

Treat disabled form fields as they are: fields that the browser would not send to us and need to be treated "internally"

Formatting change

Use the page order as position, rather than an incremental number

handle cases in name-validation/normalization, where the language comes from _nls_language rather than nls_language

Many thanks to Markus Moser for analyzing and identifying the problem.

fix typo

Delete CKEditor 3 (which was replaced by CKEditor 4 in 2012)

CKEditor 4 is continued to be supported.

    • -1433
    • +0
    ./www/resources/ckeditor/CHANGES.html
    • -92
    • +0
    ./www/resources/ckeditor/INSTALL.html
    • -1327
    • +0
    ./www/resources/ckeditor/LICENSE.html
    • -955
    • +0
    ./www/resources/ckeditor/ckeditor.asp
    • -149
    • +0
    ./www/resources/ckeditor/ckeditor.js
    • -211
    • +0
    ./www/resources/ckeditor/ckeditor.pack
    • -29
    • +0
    ./www/resources/ckeditor/ckeditor.php
    • -8
    • +0
    ./www/resources/ckeditor/ckeditor_basic.js
    • -566
    • +0
    ./www/resources/ckeditor/ckeditor_php4.php
    • -556
    • +0
    ./www/resources/ckeditor/ckeditor_php5.php
    • -25
    • +0
    ./www/resources/ckeditor/contents.css
  1. … 591 more files in changeset.
comment recent smelly change

+CVS: ----------------------------------------------------------------------

Support specification of allowed tags/attributes/protocols via global package parameters.

This change makes it possible to define for a package values for

AllowedTags, AllowedAttributes, or AllowedProtocols. If (some of)

these exist, use these for configuring "ad_html_security_check". If +

not, fall back to the default (site wide) definition.

This change is fully backward compatible and effects on sites defining

such global parameters. This change was induced by the need of large

sites, where it is not feasible to set these parameters on the package

instance level, since this site has 830000 packages instances.

Bump version number to 5.10.1d19

  1. … 1 more file in changeset.
improve error message

fix typo

Actually not enforce options validation on disabled formfields

Don't enforce options validation on disabled fields, demonstrate that this won't allow to insert invalid values in the field

Fix the test, which was not actually reproducing the issue

in order to do so, I had to fix the behavior of acs::test::xpath::get_form_values: we should in fact NOT extract the value of disabled formfield, as a real browser will not send them in the POST request.

  1. … 1 more file in changeset.
Expose behavior:

extend date formfield test to include also a date in a specific format from downstream, set to disabled. Set the day of the month as a number < 10. Show that in this case the validation will complain about an invalid value. This because the field is represented as " 1" rather than the expected "1"

Added the option to parameterize www-delete and www-toggle-publish-status with return_url

In cases, these www* methods are called programmatically, these can be

now parameterized with an "-return_url" parameter to achieve

e.g. workflow-specific behavior.

Many thanks to Thomas Renner for the analysis on

www-toggle-publish-status.

Version number bumped to 5.10.1d18

Modernize code

- use dict instead of Tcl array

- prefer char operations instead of match operations

Fixes for Oracle 19c: boolean and timestamp handling

- a clause "true" is invalid in Oracle SQL (using "1=1" is fine).

- function "now()" does not exist, use "CURRENT_TIMESTAMP" instead

- addressing all attributes in a join via "*" is not allowed, when other

attributes are used as well. Using e.g., "bt.*" is OK.

added file content checker for zip, gzip and dump imports