• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file jquery-3.4.0.js was initially added on branch oacs-5-10.

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

    • -0
    • +0
    /openacs-4/packages/xowiki/www/resources/jquery/jquery-ui.js
file jquery-ui.css was initially added on branch oacs-5-10.

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

- 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

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

bump version number to 4.11.4

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.

include themed versions of files in the "variants" display (just for the current theme)

fix for issue #3391

Whitespace changes

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

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -2
    • +7
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
whitespace cleanup

new API method Table->column_names to query the defined columns of a table.

simplify logic

improve handling in error cases

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

    • -2
    • +2
    /openacs-4/packages/calendar/www/view.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

Be stricter in CrItem tests as well

Be stricter and treat known suboptimal behaviors in ORM interface as test failures

update to newer testing interface

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
user the simplified interface of form_reply (passing form as argument)

bump version number to 5.10.0d13 to let other packages depend on new features

simplify the web testing interface for forms

add one more test case for editing a folder via the web interface

Update italian translation

Default deleted_p should be false for non-existing translations

As we need parent_id to be computed, pass it to the proc as was before so we save a query