• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make low level access functions more robust

fixing typo

fix typo, provide default title

some minimal cleanup (removing unneeded instvars)

    • -3
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
create cr attributes on the fly (makes extending of existings types much easier)

added forms and forminstances as experimental types - these might disappear in the future....

    • -1
    • +5
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -8
    • +112
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
mak upgrade more robust for xowiki versions more than a year old

Fix URL to create a new room

    • -2
    • +2
    /openacs-4/packages/chat/www/index.tcl
Apply new format from timeanddate.com to retrieve UTC time

fix for bug #3094, problem with expressions returning "nan"

I think kernel is mature. At least this is my hope :-)

Bugfixes

get duration for podcast items via ffmpeg, if installed

sort podcast item by publication date

Last time I checked it was released, and as it follows OpenACS version numbers... I upped that, hope nobody minds

Made it possible to have a separate install.xml located outside the dotfolio package

New version with deletion of comments

    • -0
    • +17
    /openacs-4/packages/general-comments/www/delete-2-oracle.xql
    • -0
    • +26
    /openacs-4/packages/general-comments/www/delete-postgresql.xql
Merged from 5.3 what I could detect what needed to be merged

Catch an error upon insert to make sure we do not through this to the end user just because the view tracking has failed

    • -3
    • +4
    /openacs-4/packages/views/tcl/views-procs.tcl
Upgraded version numbers to reflect the fact that it belongs to the 5.4 release. Made sure it depends on an acs-mail-lite version which has complex_send

This fixes the issue if you template element(filename) starts with /packages, like theme-zen does, and not relative to the /packages/new-portal/www path as it was supposed to be previously. I needed this in two upgrades, so I assume it is a reoccuring theme, if not, do not hesitate to revert

upgrade to version 0.52, more includelets, ability to make derived special purpose packages

    • -11
    • +24
    /openacs-4/packages/xowiki/xowiki.info
    • -4
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -9
    • +14
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -1
    • +1
    /openacs-4/packages/xowiki/www/view-default.adp
added "require package" to influence loading order without mess with bootstrap installer

Applied patch #841 fixes bug #3087

Apply patch #693 for #2513

Fix server error when viewing one section.

Fixing message key

adding missing close bracket (error reported by vivian aguilar)

    • -2
    • +2
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
- adding support for properties of type file

* providing upgrade scripts

- adding monitor service of the properties

- fixing bugs

- adding a constraint on the evaluation of the conditions avoiding infinite loops

- now the files of the UoL can be updated/changed from the file-storage UI

    • -1
    • +1
    /openacs-4/packages/imsld/lib/imsld-chunk.tcl
    • -30
    • +40
    /openacs-4/packages/imsld/tcl/imsld-parse-procs.tcl
    • -18
    • +76
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
    • -4
    • +6
    /openacs-4/packages/imsld/tcl/imsld-procs.xql
  1. … 20 more files in changeset.
adding new parameter (ConditionsRecursionLimit):

When evaluating the conditions of the UoL there can bee infinite loops. A counter is used to avoid crashing the server. If after

ConditionsRecursionLimit times of evaluating the conditions (for a single event) the player is not in a stable state, an error is thrown.