• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
start of forums package

    • -0
    • +0
    /openacs-4/packages/forums/forums.info
    • -0
    • +0
    /openacs-4/packages/forums/tcl/forums-procs.tcl
  1. … 45 more files in changeset.
Initial revision

    • -0
    • +88
    /openacs-4/packages/forums/forums.info
    • -0
    • +25
    /openacs-4/packages/forums/sql/oracle/forums-alerts-create.sql
    • -0
    • +25
    /openacs-4/packages/forums/sql/oracle/forums-create.sql
    • -0
    • +90
    /openacs-4/packages/forums/sql/oracle/forums-forums-create.sql
    • -0
    • +82
    /openacs-4/packages/forums/sql/oracle/forums-messages-create.sql
    • -0
    • +33
    /openacs-4/packages/forums/sql/oracle/forums-messages-drop.sql
    • -0
    • +201
    /openacs-4/packages/forums/sql/oracle/tree-create.sql
    • -0
    • +95
    /openacs-4/packages/forums/tcl/forums-procs.tcl
  1. … 45 more files in changeset.
don't show download archive link if folder is empty

begun a cleaner architecture for retrieving user info and such

    • -0
    • +26
    /openacs-4/packages/acs-tcl/tcl/community-core-procs-2.tcl
    • -0
    • +16
    /openacs-4/packages/acs-tcl/tcl/community-core-procs-2.xql
added cloning support

    • -25
    • +125
    /openacs-4/packages/dotlrn/tcl/community-procs.tcl
    • -1
    • +5
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
fix typo in ::mount proc

    • -1
    • +1
    /openacs-4/packages/dotlrn/tcl/applets-procs.tcl
notifications now works for instantaneous stuff

    • -0
    • +17
    /openacs-4/packages/notifications/tcl/sweep-init.tcl
    • -0
    • +30
    /openacs-4/packages/notifications/tcl/sweep-procs-oracle.xql
  1. … 7 more files in changeset.
removing hardcoded links to /dotlrn, use dotlrn::get_url instead

    • -39
    • +28
    /openacs-4/packages/dotlrn/tcl/applets-procs.tcl
    • -14
    • +20
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
    • -8
    • +5
    /openacs-4/packages/dotlrn/www/index.tcl
    • -9
    • +11
    /openacs-4/packages/dotlrn/www/master.adp
    • -3
    • +5
    /openacs-4/packages/dotlrn/www/members-chunk.adp
    • -14
    • +14
    /openacs-4/packages/dotlrn/www/user-add.tcl
  1. … 6 more files in changeset.
removed some unused files

    • -3
    • +2
    /openacs-4/packages/dotlrn/dotlrn.info
making the black line around the user list a bit thinner

limited access users update

    • -29
    • +23
    /openacs-4/packages/dotlrn/www/index.tcl
Finished changing "add_data" to "new_data"

Removed a greenpeace piece that shouldn't've been in there ...

Removed a greenpeace piece that snuck in ...

added bug-tracker

Fixed bug # #1536 using patch #252: ad_text_to_html doesn't make a paragraph break if your two consecutive line breaks are separated by white space, e.g., you accidentally put a space character on a line by itself.

Minor touchup of user experience.

adding

*** empty log message ***

*** 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