• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve source code documentation

return raw value for form-fields of type label, when disableOutputEscaping is set

fix broken support for explicit bindvars to db_foreach

added last_contribution based on last created object

file ip-info.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-admin/www/ip-info.adp
file ip-info.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-admin/www/ip-info.tcl
remove stray "from" in last visit information

we have in table "users" no last IP, we could just fall back to a

last contribution field

Increase threshold to 5Kb

    • -1
    • +1
    ./proctoring-support/lib/proctored-page.adp
use common "icanuse" idioms

    • -13
    • +6
    ./acs-tcl/tcl/utilities-procs-naviserver.tcl
Fix typo

    • -3
    • +3
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
Update proctoring upload URL to the new one

    • -3
    • +3
    ./xotcl-request-monitor/tcl/throttle_mod-procs.tcl
fix typos in message keys

    • -2
    • +2
    ./proctoring-support/catalog/proctoring-support.de_DE.ISO-8859-1.xml
    • -2
    • +2
    ./proctoring-support/catalog/proctoring-support.en_US.ISO-8859-1.xml
update message key Exam_mode_message

    • -121
    • +28
    ./proctoring-support/catalog/proctoring-support.de_DE.ISO-8859-1.xml
    • -115
    • +26
    ./proctoring-support/catalog/proctoring-support.en_US.ISO-8859-1.xml
Fix typo

    • -1
    • +1
    ./proctoring-support/catalog/proctoring-support.en_US.ISO-8859-1.xml
add missing spaces

    • -6
    • +6
    ./proctoring-support/catalog/proctoring-support.de_DE.ISO-8859-1.xml
    • -7
    • +7
    ./proctoring-support/catalog/proctoring-support.en_US.ISO-8859-1.xml
add missing spaces

    • -3
    • +3
    ./proctoring-support/catalog/proctoring-support.de_DE.ISO-8859-1.xml
fix condition: blob can either be null or the size of blob is below the threshold

use localized_text for folders and links

    • -2
    • +2
    ./xowiki/www/prototypes/folder.form.page
no need to subst

resolve message keys in titles

reduce verbosity

factor out script wrappers

fix typo

undo recent changes on too global localizations

The new form-field class localized_text text solves the goals

of for providing a formfield interface to message keys in a

loca fashion rather than altering the behavior of all form

field and of all property interfaces.

New form-field class: localized_text

This class can be used to provide an interface for specifying

internationalized text strings saved in message keys via input

from a form. When editing the content provided via the input field

is saved together with an item-specific message keys in the

message key tables via lang::util::convert_to_i18n.

This formfield class is especially useful for xowiki items which

have no language-prefix (e.g. folders or links). In other cases it

is probably still a better idea to create same named pages with

different language prefixes.

improve spelling

Keep nsv variable "rp_properties request_count"

The nsv "rp_properties request_count" is still needed for bootstart loader.

Set it at the end of rp initialization

    • -1
    • +8
    ./acs-tcl/tcl/request-processor-init.tcl
remove misleading comment. there should be no re-init

    • -12
    • +5
    ./acs-tcl/tcl/request-processor-init.tcl
search the form also in the site_wide_pages

Disable any conversion on the _name property (:name Page instance variable): this property is special and receives already its necessary conversion at validation time, happening before conversion time and should not be overridden