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

    • -2
    • +7
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
    • -4
    • +11
    ./packages/xotcl-core/tcl/05-db-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/06-param-procs.tcl
    • -7
    • +10
    ./packages/xotcl-core/tcl/context-procs.tcl
    • -4
    • +4
    ./packages/xotcl-core/tcl/cr-procs.tcl
    • -2
    • +321
    ./packages/xotcl-core/tcl/ical-procs.tcl
some cleanup

    • -2
    • +7
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
    • -29
    • +101
    ./packages/xotcl-core/tcl/ical-procs.tcl
Fixed error when install dotlrn

more general handling of ical formatted output

    • -5
    • +6
    ./packages/xotcl-core/tcl/context-procs.tcl
    • -2
    • +84
    ./packages/xotcl-core/tcl/ical-procs.tcl
HTML Strict and CSS2 cleanup.

    • -2
    • +2
    ./packages/new-portal/tcl/portal-procs.tcl
bump version numbers

minimal ical support for DAV requests

    • -1
    • +166
    ./packages/xotcl-core/tcl/ical-procs.tcl
- 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

    • -4
    • +8
    ./packages/xotcl-core/tcl/context-procs.tcl
- 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

    • -4
    • +11
    ./packages/xotcl-core/tcl/05-db-procs.tcl
Removed non-standard property "filter".

    • -4
    • +0
    ./packages/calendar/www/resources/calendar.css
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.

    • -5
    • +5
    ./packages/calendar/www/resources/calendar.css
Cleaned up some annoying stupidity. A package's package-key is immutable.

    • -2
    • +2
    ./packages/bug-tracker/tcl/bug-procs.tcl
    • -1036
    • +0
    ./packages/bug-tracker/tcl/bug-procs.tcl.orig
    • -6
    • +6
    ./packages/bug-tracker/tcl/install-procs.tcl
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.

    • -2
    • +4
    ./packages/file-storage/www/folder-chunk.tcl
Get breadcrumbs separator from acs_subsite parameter

    • -1
    • +1
    ./packages/theme-zen/lib/lrn-master.adp
    • -1
    • +2
    ./packages/theme-zen/lib/lrn-master.tcl
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

    • -1
    • +1
    ./packages/fs-portlet/www/fs-portlet.adp
Don't show notification chunk nor webdav one when portlet is shaded

    • -5
    • +6
    ./packages/fs-portlet/www/fs-portlet.adp
new attribuites for ::xowiki::FormPage: assignee and state

    • -3
    • +23
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -9
    • +18
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -3
    • +4
    ./packages/xowiki/www/admin/export.tcl
Fix typo

    • -1
    • +1
    ./packages/dotlrn/www/manage-memberships.tcl
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 ...

    • -2
    • +2
    ./packages/bug-tracker/tcl/bug-procs.tcl
CVS merge made a hash of the db_nextval code (gustaf's improved version,

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

    • -20
    • +19
    ./packages/acs-tcl/tcl/00-database-procs.tcl
Got rid of stupid logging of delete operations, just as I did on PG.

Removed stupid NOTICEs to the log file when deleting stuff. Slows large

deletes down a LOT and fills log file with GARBAGE.