• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- define set on ::nx::Slot instead of ::xo::Attribute

- some updates for xotcl 2.0

fixing bad proc call

commenting out ecds_ dependency

removing defaults_meta because I am a bad boy. I did not follow the new, unpublished OCT procedures for core changes. (repeating this x100)

removing OpenGraph from default implementation, moving side-bar to ecommerce

    • -0
    • +18
    /openacs-4/packages/ecommerce/lib/share-bar.adp
    • -0
    • +14
    /openacs-4/packages/ecommerce/lib/share-bar.tcl
fixing to not serve social networking icons by default, when connected via https

adding packages/acs-subsite/lib/share-bar for share links example.

    • -0
    • +7
    /openacs-4/packages/acs-subsite/lib/share-bar.adp
    • -0
    • +8
    /openacs-4/packages/acs-subsite/lib/share-bar.tcl
adding OpenGraph protocol default generations for social networking

- Adding RFC 3023 XML mime type awareness to the charset/encoding

handling of the xohttp infrastructure (application/xml*, text/xml*,

*/*+xml).

- In response to an issue reported by Emma and Michael, I fixed the

erroneous double filtering of POST data for encodings/charsets.

- Going down this road, I found a bug in the block-wise delivery in

AsyncHttpRequest->send_POST_data(). The former logic did not

distinguish between byte length and byte ranges properly (length !=

index). This left deliveries beyond the max. block size with broken

when it comes to encoding filtering.

- All changes have been tested for the three main application

scenarios: blocking HttpRequest, non-blocking AsyncHttpRequest, and

HttpRequest+timeout.

removing duplicative parameter

fixing garbled character in file

adding parameters for paypal

initial procs for PayPal and social networking, untested.

    • -0
    • +69
    /openacs-4/packages/ecommerce/tcl/paypal-procs.tcl
new procs

more details added

Made the index page work even if the new "scope" column doesn't exist in

"apm_parameters" (for instance, as when one is updating to openacs 5.6.

accidentally dropped a brace from after upgrade callback proc

add new 3 column template

more spreadsheet procs added, untested

Initial import of dotLRN Messages Package by pedro@viaro.net

Initial import of Messages Portlet Package by pedro@viaro.net

Initial import of Messages Package by pedro@viaro.net

  1. … 116 more files in changeset.
Initial revision

    • -0
    • +57
    /openacs-4/packages/dotlrn-messages/tcl/apm-callback-procs.tcl
    • -0
    • +201
    /openacs-4/packages/dotlrn-messages/tcl/dotlrn-messages-procs.tcl
    • -0
    • +114
    /openacs-4/packages/messages/sql/oracle/messages-create.sql
    • -0
    • +9
    /openacs-4/packages/messages/sql/oracle/messages-drop.sql
    • -0
    • +43
    /openacs-4/packages/messages/tcl/apm-callback-procs.tcl
    • -0
    • +285
    /openacs-4/packages/messages/tcl/messages-procs.tcl
    • -0
    • +203
    /openacs-4/packages/messages/tcl/messages-procs.xql
    • -0
    • +19
    /openacs-4/packages/messages/www/contacts.adp
    • -0
    • +27
    /openacs-4/packages/messages/www/contacts.tcl
  1. … 127 more files in changeset.
filling out the r/w procs for spreadsheets.. incomplete and untested

adding some preliminary utility procs for handing spreadsheets, also minor table revisions

    • -0
    • +166
    /openacs-4/packages/spreadsheet/tcl/spreadsheet-procs.tcl
fixes to spreadsheet model, calls via tcl instead of sql

Initial import of dotLRN Messages Package

Initial import of Messages Portlet Package

Initial import of Messages Package