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

Grabbing a folder's parent_id AFTER YOU DELETE THE FOLDER doesn't work all

that well.

Add missing spanish translations

Localize access keys to get the list correctly sorted

    • -1
    • +1
    ./packages/theme-zen/www/accessibility.tcl
Fix dependencies

    • -1
    • +1
    ./packages/attachments/attachments.info
    • -1
    • +1
    ./packages/chat-portlet/chat-portlet.info
    • -1
    • +1
    ./packages/dotlrn-chat/dotlrn-chat.info
    • -4
    • +4
    ./packages/file-storage/file-storage.info
  1. … 7 more files in changeset.
escape double quotes in folder names

set creation_user on import with delete, not modifying_user

    • -2
    • +2
    ./packages/xowiki/tcl/import-procs.tcl
- providing import/export for formfields user_id

- some methods renamed since they are more general now

- generalizing export

    • -1
    • +5
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -25
    • +51
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -8
    • +15
    ./packages/xowiki/www/admin/export.tcl
Bumped version numbers to 2.4.0b1

    • -4
    • +4
    ./packages/chat-portlet/chat-portlet.info
    • -4
    • +4
    ./packages/dotlrn-chat/dotlrn-chat.info
  1. … 30 more files in changeset.
Fixed constraint name

Merged from 5.4.2

  1. … 269 more files in changeset.