• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-5.10.0d17-5.10.0d18.sql was initially added on branch oacs-5-10.

Remove duplicate column

    • -2
    • +2
    ./acs-tcl/tcl/community-core-procs.tcl
it seems, that "-ulevel" is used more often than "-level"

    • -1
    • +1
    ./acs-tcl/tcl/form-processing-procs.tcl
use "-level" instead of "-ulevel", since "-level" is used e.g. in

template::util::multirow_to_list or template::util::list_of_ns_sets_to_multirow

as well.

    • -1
    • +4
    ./acs-tcl/tcl/form-processing-procs.tcl
Added switch "-ulevel" to proc "util::var_subst_quotehtml";

ad_form: quote form field values in validation error messages to prevent XSS attacks

    • -1
    • +1
    ./acs-tcl/tcl/form-processing-procs.tcl
Quote form field values in validation error messages to prevent XSS attacks

    • -0
    • +4
    ./acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml
    • -1
    • +5
    ./acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml
    • -13
    • +13
    ./acs-templating/tcl/data-procs.tcl
    • -5
    • +6
    ./acs-templating/tcl/element-procs.tcl
Prettify code

    • -2
    • +6
    ./xotcl-core/tcl/message-relay-procs.tcl
Mode is in fact the value of the nsv

    • -1
    • +2
    ./xotcl-core/tcl/message-relay-procs.tcl
Force the encoding on the channel to utf-8 in every case (fixes umlaut characters when using ns_connchan backend)

    • -2
    • +2
    ./xotcl-core/tcl/message-relay-procs.tcl
fix issue #3392, improve testability via paramterization of clock value, add regression test, improve Tcl sanity

    • -160
    • +180
    ./acs-templating/tcl/date-procs.tcl
    • -1
    • +26
    ./acs-templating/tcl/test/date-procs.tcl
white space changes

    • -3
    • +4
    ./acs-templating/tcl/element-procs.tcl
Deprecate unamusing template::util::date::now_min_interval_plus_hour

Fix obvious bug; Note that the proc is still buggy, as it blindly incr's the hour value, even if it is 23 o'clock

Fix log warning message

Delete unneeded line

Use testing authority in auth_create_user test

    • -13
    • +13
    ./acs-authentication/tcl/test/acs-authentication-procs.tcl
improve protection against attacked cookies

Do not depend on dt_systime

Apparently, this makes xolp tests more robust with respect to issue discussed in https://stackoverflow.com/questions/49031790/how-can-i-debug-a-tcl-8-6-error-in-clock-tcl#49033144

Add a quick run of the basic CRUD operations on ORM to avoid issues when e.g. no particular object member is explicitly supplied

    • -0
    • +23
    ./xotcl-core/tcl/test/xotcl-test-procs.tcl
Check for existance of :context_id

Make sure init test classes are named differently, or xowiki tests will interfere with xowf ones

    • -2
    • +2
    ./xowiki/tcl/test/xowiki-test-procs.tcl
Keep old behavior when we drill down to package

    • -32
    • +62
    ./acs-automated-testing/www/admin/index.adp
Extend UI allowing to select packages for which we want tests to be run

    • -3
    • +30
    ./acs-automated-testing/www/admin/index.adp
Add the option to unregister (delete permanently the message key from all locales) a message key that has been already marked as deleted. Useful for cleaning up old message keys

    • -0
    • +1
    ./acs-lang/www/admin/edit-localized-message.adp
    • -3
    • +4
    ./acs-lang/www/admin/edit-localized-message.tcl
    • -0
    • +12
    ./acs-lang/www/admin/message-unregister.adp
    • -0
    • +47
    ./acs-lang/www/admin/message-unregister.tcl
file message-unregister.adp was initially added on branch oacs-5-10.

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

    • -0
    • +0
    ./acs-lang/www/admin/message-unregister.tcl
Extend aa_runseries proc to allow multiple package keys to be specified (goal is being able to select just the packages we want for testing)

    • -7
    • +7
    ./acs-automated-testing/tcl/aa-test-procs.tcl
Fix typo

Fix query and logic for retrieving a particular locale stats for acs-lang admin/index page. In particular, messages that do not exist in a certain locale are properly computed in order to calculate deleted and untranslated ones, at the price of executing one query per locale instead of just a big one.

Allow to specify and update the context_id for a CrItem (fixes xotcl-core.test_cr_items automated test)