• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improved prepared-statement handling

- avoid separate SQL statement for testing, whether prepared statement

exists already in the SQL session.

- use true SQL session-id (obtained via "ns_pg pid") when available

- improve source code documentation

    • -25
    • +50
    ./xotcl-core/tcl/05-db-procs.tcl
added @see tags for deprecated commands

ease tracking of warnings of check_deprecated test

This change actually needs the newest api-doc, but we can't add the cyclic dependency

    • -2
    • +2
    ./acs-tcl/tcl/test/doc-check-procs.tcl
- improved tab handling

- revive api_proc_link, paramertize it properly

    • -9
    • +18
    ./acs-api-browser/tcl/acs-api-documentation-procs.tcl
switch to new lintian typo dictionary, adapted to the new format

    • -7673
    • +590
    ./acs-tcl/tcl/test/doc-check-procs-common-typos.txt
    • -2
    • +4
    ./acs-tcl/tcl/test/doc-check-procs.tcl
added icanuse for "ns_pg pid"

beautify output with changed rendering in Firefox 96

    • -1
    • +1
    ./xowf/www/resources/form-generator.css
remove statement used for testing

use the same idiom everywhere ("create_components" can now handle empty lists)

handle empty list elements in spec_list of "create_components"

initialize variable for error cases

use the forwarder as a forwarder...

change default to per-user-shuffling

re-introduce check for empty string to avoid an empty list entry in the spec

fix typo

Make sure configuration is applied consistently to all of the multiple instances of the chat class (add message, subscription, login...) that are involved in a conversation

This fixes certain options such as login and logout message not being applied correctly

added "convert_to_external" for Compound fieds, save result of convert_to_internal in the form-field value

generalize locales with a decimal point as comma, extend test with repeated form fields

    • -30
    • +61
    ./xowiki/tcl/test/xowiki-test-procs.tcl
Update localization

    • -2
    • +2
    ./acs-content-repository/acs-content-repository.info
    • -0
    • +3
    ./acs-content-repository/catalog/acs-content-repository.it_IT.ISO-8859-1.xml
Bring back de_DE as language in the test

    • -5
    • +5
    ./xowiki/tcl/test/xowiki-test-procs.tcl
Use double quotes consistently in comment

    • -1
    • +1
    ./xowiki/tcl/test/xowiki-test-procs.tcl
Extend automated test with usage of a numeric formfield in the context of a compound field, use it_IT as the locale to check against, as upstream de_DE has also the dot separator like en_US

    • -7
    • +43
    ./xowiki/tcl/test/xowiki-test-procs.tcl
Ease the transition from no_empty to no_cache flag on this public api

provide test case for the form-field "numeric" with switching the lanuage preferences

    • -3
    • +198
    ./xowiki/tcl/test/xowiki-test-procs.tcl
- added anchor title for configuration button

- reduced verbosity

    • -0
    • +1
    ./xowf/catalog/xowf.de_DE.ISO-8859-1.xml
    • -0
    • +1
    ./xowf/catalog/xowf.en_US.ISO-8859-1.xml
avoid errors on attacks against request header field "Upgrade-Insecure-Requests"

    • -2
    • +6
    ./acs-tcl/tcl/request-processor-procs.tcl
fix message for deprecated folder

Fix typo: pretty_link needs the name of the page, rather than the object itself

Improved configurability of inclass exam

- added modal window for showing all configuration options

- depending on the state of an exam (whether students have stated

working on the exam or not) different options can be

altered. E.g. the grading scheme can be adjusted at any time, since

it is not visible to students prior to exam review.

- improved configurability of form-fields:

. new feature: fc_repository for shared definitions

(can be reused in the same configuration on multiple occasions)

. when form-constraints are defined with an empty short-spec,

the system tries to look this up from the fc_repository.

- extended answer manager:

. new method: student_submissions_exist

. renamed methods

. "student_submissions" -> "submissions"

(since result my include as well test run results)

. "get_answers" -> "get_answer_attributes"

to better distinguish from "submissions"

- base "merge_constraints" on dicts

- prefer forwarder over instance variable for referring

the question manager(QM)

- extended Message keys with "Configuration"

- added missing German translations in message keys

- bump version to 5.10.1d17

    • -2
    • +5
    ./xowf/catalog/xowf.de_DE.ISO-8859-1.xml
    • -2
    • +3
    ./xowf/catalog/xowf.en_US.ISO-8859-1.xml
    • -20
    • +20
    ./xowf/lib/inclass-exam-answer.wf
    • -18
    • +18
    ./xowf/resources/prototypes/select_question.form.page
    • -42
    • +248
    ./xowf/tcl/test-item-procs.tcl
    • -11
    • +11
    ./xowf/tcl/xowf-form-field-procs.tcl
improve comment