• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update italian localization

Update es_ES translation

improved code comments

    • -5
    • +16
    ./packages/xowiki/tcl/xowiki-procs.tcl
fixed categorization of test case

    • -2
    • +2
    ./packages/forums/tcl/test/forums-procs.tcl
fix for issue #3463

Many thanks to Tony Kirkham for the fix!

fixed bug in redirects and disabled acs-testing package, changed node info from array to dict

minor styling improvements

    • -0
    • +1
    ./packages/xowf/www/resources/test-item.css
added message key for sub-question, fixed cut&paste error.

    • -2
    • +4
    ./packages/xowf/tcl/test-item-procs.tcl
- fix collateral damage from earlier submissions download change (error: can't read "__form_fields")

- improve styling (many thanks to Monika Andergassen and Stephan Adelsberger)

for composite questions in 2-col layout

    • -14
    • +20
    ./packages/xowf/tcl/test-item-procs.tcl
    • -2
    • +5
    ./packages/xowf/www/resources/test-item.css
Declare test as production_safe

New automated test checking that the latest startup seqence was completed without errors

    • -0
    • +58
    ./packages/acs-kernel/tcl/test/acs-kernel-procs.tcl
file acs-kernel-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./packages/acs-kernel/tcl/test/acs-kernel-procs.tcl
Update es_ES translation

    • -1
    • +10
    ./packages/xowf/catalog/xowf.es_ES.ISO-8859-1.xml
Update es_ES translation

    • -2
    • +2
    ./packages/file-storage/file-storage.info
fix case where the manual slash-parsing in the sitenode code is confused with percent-substitutions

This is just a "quick fix", since the Proper solution in more complex:

# A URL path /%2f/ is syntactically permissible,

# but this is not supported in the current site-nodes code. It

# would be correct, to avoid the parsing of the slashes here and

# to process instead the result of [ns_conn urlv], which is

# already parsed (before the percent substitutions). This would

# probably require the request processor to perform some mangling

# of urlv in vhost cases to set a a proper [ad_conn urlv] ... and

# of course to pass the "urlv" instead of the "url" to the

# slash-parsing functions.

    • -2
    • +22
    ./packages/acs-tcl/tcl/site-nodes-procs.tcl
improve German message catalog

add log warnings when include-contract is violated, since (in most cases) the passed values should be pre-checked

improve documentation

    • -5
    • +7
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Change value-checker form "html" to "allhtml", otherwise already saved news articles containing data urls can't be viewed

Port of downstream hotfix from Gustaf Neumann

Port of downstream modification: apply trimming of zeros to all fields in advance

This allows to treat fields as real numbers without the need to trim case by case. One can also reduce dependency to api and just use plain tcl expressions to evaluate conditions

    • -18
    • +19
    ./packages/acs-templating/tcl/date-procs.tcl
Improve doc, remove needless properties

file proctoring-configure.tcl was initially added on branch oacs-5-10.

UI include to configure proctoring on an arbitrary ACS object, meant to be integrated downstream into custom UIs

file proctoring-configure.adp was initially added on branch oacs-5-10.

Port of downstream HTML5 date and time form widgets by Günter Ernst

These widgets provide a better and more consistent user experience and client-side validation across multiple platforms. They should in time become the preferred alternative for dates and time for template forms.

    • -1
    • +329
    ./packages/acs-templating/tcl/date-procs.tcl
Comment noop result of a 18 years old typo, add remarks

    • -9
    • +15
    ./packages/acs-templating/tcl/date-procs.tcl
Arrays might or not have been a better choice for the date object, however, such decision happened very long ago and it has worked good enough... cleanup concerning remarks

    • -4
    • +4
    ./packages/acs-templating/tcl/date-procs.tcl
Whitespace change

    • -9
    • +8
    ./packages/acs-templating/tcl/date-procs.tcl
Review concerning remark: the algotirhm is indeed correct, assuming the year is expressed in the Gregorian calendar

    • -3
    • +12
    ./packages/acs-templating/tcl/date-procs.tcl
Replace deprecated idiom

    • -2
    • +2
    ./packages/acs-templating/tcl/date-procs.tcl