• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
No need to pass single spaces

Improve handling of script-aborts in portlets

Don't allow negative duration periods

Remove unneeded parens

Avoid potential confusion with syntax highlighting

Improve indentation

Fix broken link

- update release date

    • -1
    • +1
    /openacs-4/packages/xowiki/xowiki.info
- Upgrade to CKeditor 4.6.2

- bump version number to 0.10

- mark richtext::ckeditor as deprecated, use richtext::ckeditor4 instead

- Align type of parameter "storage_type" with type definition of cr_items.storage_type

- bump version to 5.9.1d27

file upgrade-5.9.1d26-5.9.1d27.sql was initially added on branch oacs-5-9.

Make same changes as for acs_message__new_file/13 to acs_message__new_image/15

Theme Manager:

- add local_p flag to subsite-theme:

Distinguish between locally created themes and system themes

(provided via packages)

- the default parameters of local themes can be overwritten

in the database. Therefore, when site contains many subsites,

this makes it easy to share the settings between the subsites,

without the need of creating a new theme package.

- bump version to 5.9.1d11

file upgrade-5.9.1d10-5.9.1d11.sql was initially added on branch oacs-5-9.

- fix call to acs_message__new_file() (use correct types)

- drop acs_message__new_file/13 by making last argument of acs_message__new_file/13 a default

user_id == 0 is not a valid user for the posting history

    • -2
    • +2
    /openacs-4/packages/forums/www/user-history.tcl
- Don't choke on empty content

- remove duplicate delete command

- Don't call deprecated interfaces of content_revisions__new()

- bump version number to 5.9.1d3

file upgrade-5.9.1d2-5.9.1d3.sql was initially added on branch oacs-5-9.

align tests

    • -9
    • +9
    /openacs-4/packages/xowiki/www/admin/test.tcl
Pass parent_id to pretty link when called on package to avoid potential confusion

use site_node::get_from_url for separating xowiki path from full path

    • -5
    • +13
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
Pass parent_id to pretty link when called on package to avoid potential confusion

Reduce verbosity

    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- don't store hkeys for xowiki::FormPage in the cache

- bump version of xowiki to 0.156

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -4
    • +6
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- make instance variables kept in the object cache configurable per

class via pattern (using "non_cached_instance_var_patterns"; default

{__*})

- use xotcl2 variable resolver for better performance

- bump version of xotcl-core to 0.156

Fix typo

Fix date computation: year of date 07072017 was treated as an octal number.

Fix date computation: year of date 07072017 was treated as an octal number. (Example [lc_time_fmt 0708-08-17 %Q])