• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Don't show notification chunk nor webdav one when portlet is shaded

new attribuites for ::xowiki::FormPage: assignee and state

    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
    • -9
    • +18
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Fix typo

Changed libthread line to be non version dependant

Call me crazy, but centering short lists next to a tall filter pane just

looks gross.

Switched to template::head to add css.

Parameterized page size ...

CVS merge made a hash of the db_nextval code (gustaf's improved version,

my rollback, his improved improved version apparently confused it).

Got rid of stupid logging of delete operations, just as I did on PG.