• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bumped version numbers

    • -5
    • +5
    /openacs-4/packages/dotlrn/dotlrn.info
  1. … 32 more files in changeset.
fix bug for "import_prototype_page news" in update scripts, when no news page was available

    • -1
    • +11
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
some further cleanup and more detailed error checking for automatically generated package names and table names.

- make categories includelet not throw an error, when no categories are found

- allow for the attribute 'entries_of' of class ::xowiki::Weblog

names of XOTcl Classes to be specified. If specified, only

instances of the specified classes are shown in the weblog.

- simpler handling of nasty characters in weblog-portlet.page

    • -8
    • +20
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
roll back the changes in xotcl-core to the state of 2008-06-18 in order avoid conflicts in the release cycle

- fix message, when user is created

- fix initial state handling

    • -3
    • +5
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
urgent fix for recent change for explicit sql package name handling

urgent fix for recent changes for sql_package names

Fix broken list filtering.

Fix so acs_community_member_url can be called without a connection.

Added missing creation date key used by bug-tracker.

add message translations from oacs-5-4

fix missing key

merge in recent fixes from head

some cleanup

Fixed error when install dotlrn

more general handling of ical formatted output

HTML Strict and CSS2 cleanup.

bump version numbers

minimal ical support for DAV requests

- changes for async and sync http-requests

* timeout is now the per-io-operation timeout

and not the timeout for the whole requests

(hardly predictible for internet transfers)

* non-blocking POST requests for large POST data

* the notification_handler has now an extensive

list of response methods: deliver, done, success, failure,

start_request, request_data, start_reply, reply_data

It should be possible to provde progress bars for

GET and POST requests

make multiple context inits more robust

- new attribute for ::xo::db::Class: sql_package_name

to allow class write to specify the SQL package name (which

is limited to 31 characters)

- fix for date time declaration in PostgreSQL

Removed non-standard property "filter".

Replaced non standard "-moz-opacity" property by the standard one "opacity". Same for "cursor:hand", replaced by "cursor:pointer". There's only 1 non standard property remaining, "filter", needed for IE.

Cleaned up some annoying stupidity. A package's package-key is immutable.

The size of a URL is returned as "", resulting in its being displayed as

"bytes" with no number in front. Changed it to simply display the empty

string for the size of a URL.

Get breadcrumbs separator from acs_subsite parameter

Bumped version number of calendar (needed to be done after all the accessibility work and having added message keys) and updated its dependencies.

Forgot an IF in my previous commit