• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
no need to quote in the quoted string

Fix wrong version number

Fix upgrade logics, because old instances named constraint differently. Also, skip execution when not needed, as can be demanding (acts on acs_objects).

Added missing data model upgrade from version 5.2, affecting long lived installations.

file upgrade-5.9.1b3-5.9.1b4.sql was initially added on branch oacs-5-9.

Use already baked solution to retrieve the file path

    • -5
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Add missing namespace (Thanks to Günter Ernst)

When deleting a service contract implementation, also delete related acs_object (Many thanks to Günter Ernst for reporting and fix)

file upgrade-5.9.1b3-5.9.1b4.sql was initially added on branch oacs-5-9.

Change also the value of instance variable, as this will be used e.g. by update_item_index without fetching from db again.

- fixing ckeditor4 form-field for non-repeated usages (many thanks to Thomas Renner)

Fix path to resource file

- remove parameters reaffirming defaults

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
White space change: remove tabs and trailing spaces

Improve comment, remove useless parenthesis

Don't login the user, that is automatically created via import

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Invite user to log in only when this is not already true

Allow to specify values different to "." and ".." in parent argument

    • -0
    • +8
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
- improve commented out debug line

    • -1
    • +1
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
applied changes provided by Brian for oracle. For details, see issue #3302

Make sure that the file-creation.log exists, without using "exec touch", which is not available under windows (see issue #3311).

Remove (harmless) inconsistency in local authority service contract (many thanks to Günther Ernst)

ensure HTML quoted content

remove hard-coded max-value

- reduce dependencies on xinha

- use repeat form field specs for mc exercises

- provide a more decent feedback on correct/incorrect answers

    • -12
    • +27
    /openacs-4/packages/xowf/tcl/test-item-procs.tcl
    • -10
    • +20
    /openacs-4/packages/xowf/tcl/xowf-procs.tcl
slightly improved debugging messages

    • -2
    • +5
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Fix potential naming conflict in ::html namepace

fix label + input display for radio buttons, especially for bootstrap; horizontal display works again

reduce dependency on aljaxhelper

    • -2
    • +3
    /openacs-4/packages/xowiki/tcl/repeat-procs.tcl
Unify handling of tmp dir checking (see issue #3308)