• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

    • -0
    • +23
    /openacs-4/packages/ecommerce/www/account.adp
    • -0
    • +32
    /openacs-4/packages/ecommerce/www/address-2.adp
    • -0
    • +121
    /openacs-4/packages/ecommerce/www/address-2.tcl
    • -0
    • +39
    /openacs-4/packages/ecommerce/www/address-2.xql
  1. … 118 more files in changeset.

Major overhaul:

- Replaced CyberCash with Payment Service Contract interface.

- Added Shipping Service Contract.

- Many(!) bug fixes.

- Added soft good (goods that don't require shipping) handling capacity.

- And more..

  1. … 261 more files in changeset.
removed content_item.update_last_modified, use acs_object.update_last_modified instead

changed from using content_item.update_last_modified to acs_object.update_last_modified

using connect by in oracle version of update_last_modified (plpgsql version is still using recursive version)

forgot to pass last_modified in recursive call

created acs_object.update_last_modified procedure that takes in an object_id

and an optional timestamp and sets the last_modified time of the object and

all of it's parents (not including object 0) to the last_modified time passed

in or sysdate if none was passed in.

fix startup "site_node unique constraint violation" error

major hack so that attributes of subcommunities aren't incorrectly defaulted (see diff for comment)

added <else> so it dosen't disapper when shaded

fix shading bug by adding <else><br></else> to bottom

Finxing fouled up checkin of this file AND ordering by name

initial check in of user-preferences

initial check in of notifications

Initial revision

    • -0
    • +40
    /openacs-4/packages/notifications/notifications.info
    • -0
    • +23
    /openacs-4/packages/notifications/tcl/delivery-method-procs.tcl
    • -0
    • +26
    /openacs-4/packages/notifications/tcl/interval-procs.tcl
    • -0
    • +46
    /openacs-4/packages/notifications/tcl/notification-procs.tcl
    • -0
    • +12
    /openacs-4/packages/notifications/tcl/notification-procs.xql
  1. … 11 more files in changeset.
change form for adding members of the parent group to this subgroup

we don't show the "add user" form for subgroups

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/members-chunk.adp
missing close brace

    • -166
    • +132
    /openacs-4/packages/dotlrn/tcl/community-procs.tcl
1. Added add_portlet/remove_portlet calls that accept portal_id as a param,

so that we can call this code from within the applet itself (e.g. add_user_to_community)

and be called directly so that we can create portal templates.

2. Infrastructure for applet cloning

3. New portal types system in dotlrn which replaces dummy_comm_p

4. Minor fixes to portal configuration, dotlrn-static

5. renamed add_element_or_append_id and remove_element_or_remove_id to

add_element_parameters and remove_element_parameters respectively

    • -8
    • +10
    /openacs-4/packages/dotlrn/dotlrn.info
    • -5
    • +15
    /openacs-4/packages/dotlrn/tcl/class-procs.tcl
  1. … 62 more files in changeset.
changing cc_email_from_party to return empty string instead of 0 when user is not found

had reversed logic, what a dumb ass

quote html on descriptions

    • -1
    • +3
    /openacs-4/packages/dotlrn/www/admin/club.tcl
wrap descriptions in PRE tags incase they are HTML

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/admin/club.adp
Fixed SDM #1533 by applying patch #251: /admin/users/new.tcl breaks on PostgreSQL with a "query didn't return any rows" from the rel_type_info query. I've debugged and fixed this.

Fixed incorrect update query. Copy and paste mistake.

Fixed get_shipping_rate query that was out of sync with the tcl file.

Fixed Service level code check. Failed when updating records.

changing comaprison since cc_email_from_party usually returns a string

adding some counts that had been requested

    • -2
    • +4
    /openacs-4/packages/dotlrn/www/admin/term.adp
    • -4
    • +16
    /openacs-4/packages/dotlrn/www/admin/term.xql
adding a safety check