• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:gustafn:20190422104211:1 does not match your current filter (clear filter).

file jquery-3.4.0.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowiki/www/resources/jquery/jquery-3.4.0.js
file jquery-3.4.0.min.js was initially added on branch oacs-5-10.

    • -0
    • +0
    ./xowiki/www/resources/jquery/jquery-3.4.0.min.js
- bump version number of bootstrap to 3.4.1

- use jquery 3.4.0

- use URN for jquery (one should probably create a own jquery package, although, jquery is losing it importance)

- make use of new "create_or_replace" feature of acs-subsite

    • -4
    • +4
    ./openacs-bootstrap3-theme/openacs-bootstrap3-theme.info
    • -22
    • +23
    ./openacs-bootstrap3-theme/tcl/apm-callback-procs.tcl
    • -2
    • +2
    ./openacs-bootstrap3-theme/tcl/init-procs.tcl
    • -1
    • +4
    ./openacs-bootstrap3-theme/tcl/resource-init.tcl
added "create_or_replace" flag to subsite::new_subsite_theme

This feature is similar to the "create or replace" idiom for updating

SQL functions and eases the update of standard themes

    • -6
    • +26
    ./acs-subsite/tcl/subsite-procs.tcl
bump version number to 4.11.4

    • -3
    • +3
    ./richtext-ckeditor4/tcl/richtext-procs.tcl
fix ckeditor name from 4->5

revert "-version" change since

- appending the version to the URL is a hack, not compatible with other versioning approaches

- it is not compatible with resource URNs,

- a more complex version managemnt is needed when dealing with

multiple versions in an installation.

    • -29
    • +1
    ./acs-templating/tcl/head-procs.tcl
include themed versions of files in the "variants" display (just for the current theme)

    • -14
    • +22
    ./acs-api-browser/tcl/acs-api-documentation-procs.tcl
fix for issue #3391

Whitespace changes

provide proper error messages in case invalid sorting criteria are passed to table widgets

    • -10
    • +13
    ./xowiki/tcl/includelet-procs.tcl
whitespace cleanup

    • -46
    • +46
    ./xotcl-core/tcl/30-widget-procs.tcl
new API method Table->column_names to query the defined columns of a table.

    • -1
    • +17
    ./xotcl-core/tcl/30-widget-procs.tcl
simplify logic

    • -3
    • +12
    ./xotcl-core/tcl/20-Ordered-Composite-procs.tcl
improve handling in error cases

improve input checking on dates (cal-item-new) and improve error messages

    • -4
    • +2
    ./calendar-portlet/www/calendar-portlet.tcl
improve security for user-added URLs

Test behavior before and after a full fetch, make sure that the chosen context_id is not the previous one

    • -0
    • +18
    ./xotcl-core/tcl/test/xotcl-test-procs.tcl
Be stricter in CrItem tests as well

    • -43
    • +31
    ./xotcl-core/tcl/test/xotcl-test-procs.tcl
Be stricter and treat known suboptimal behaviors in ORM interface as test failures

    • -29
    • +40
    ./xotcl-core/tcl/test/xotcl-test-procs.tcl
update to newer testing interface

    • -15
    • +17
    ./xowiki/tcl/test/test-procs.tcl
user the simplified interface of form_reply (passing form as argument)

    • -11
    • +5
    ./file-storage/tcl/test/webtest-procs.tcl
bump version number to 5.10.0d13 to let other packages depend on new features

    • -2
    • +2
    ./acs-automated-testing/acs-automated-testing.info
simplify the web testing interface for forms

    • -11
    • +64
    ./acs-automated-testing/tcl/aa-test-procs.tcl
add one more test case for editing a folder via the web interface

    • -22
    • +48
    ./file-storage/tcl/test/file-storage-procs.tcl
    • -45
    • +17
    ./file-storage/tcl/test/tclwebtest-procs.tcl
    • -0
    • +39
    ./file-storage/tcl/test/webtest-procs.tcl
Update italian translation

    • -0
    • +1
    ./acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml
Default deleted_p should be false for non-existing translations

    • -2
    • +2
    ./acs-lang/www/admin/edit-localized-message.tcl
As we need parent_id to be computed, pass it to the proc as was before so we save a query

Replace array idiom -> dict idiom (port from downstream)

Add missing where clause from previous upgrade... Oracle was indeed affected as well