• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
there's a bug in calendar new proc where the calendar type isn't saved, fixed here

fix the callback, there's no such callback as package_mount

add drop scripts for admin portlet, modify clone proc to simply create a community, there's nothing to clone yet in expenses

    • -33
    • +0
    ./dotlrn-expense-tracking/sql/postgresql/dotlrn-expense-tracking-admin-portlet-create.sql
    • -0
    • +2
    ./dotlrn-expense-tracking/sql/postgresql/dotlrn-expense-tracking-drop.sql
    • -9
    • +12
    ./dotlrn-expense-tracking/tcl/dotlrn-expense-tracking-procs.tcl
add drop scripts for admin portlet, modify clone proc to simply create a community, there's nothing to clone yet in attendance

    • -1
    • +1
    ./dotlrn-attendance/sql/postgresql/dotlrn-attendance-admin-portlet-create.sql
    • -0
    • +86
    ./dotlrn-attendance/sql/postgresql/dotlrn-attendance-admin-portlet-drop.sql
    • -10
    • +10
    ./dotlrn-attendance/tcl/dotlrn-attendance-procs.tcl
remove empty sql files in dotlrn-expense-tracking, sql has been moved to expenses package of which this has a dependency

fixed callback on expenses so that a category tree 'expense code' is created

enclosed htmls widths with % in double quotes

commit attendance admin portlet

    • -0
    • +1
    ./dotlrn-attendance/www/dotlrn-attendance-admin-portlet.adp
    • -0
    • +4
    ./dotlrn-attendance/www/dotlrn-attendance-admin-portlet.tcl
commit the expense admin portlet

    • -0
    • +1
    ./dotlrn-expense-tracking/www/dotlrn-expense-tracking-admin-portlet.adp
    • -0
    • +4
    ./dotlrn-expense-tracking/www/dotlrn-expense-tracking-admin-portlet.tcl
allow evaluation::new_task to accept an optional package_id parameter to make it more flexible

getting rid of trailing quote that is breaking sql

Added application link

    • -12
    • +22
    ./dotlrn-ecommerce/www/admin/applications.tcl
reverting invadvertent commits on calendar package

    • -1
    • +31
    ./calendar/catalog/calendar.en_US.ISO-8859-1.xml
    • -2
    • +5
    ./calendar/tcl/cal-item-procs-oracle.xql
    • -4
    • +6
    ./calendar/tcl/cal-item-procs-postgresql.xql
found a problem with return url's when a calendar entry is of the recurring type, updated fix for bug # 2510

Added application link

    • -4
    • +28
    ./dotlrn-ecommerce/www/admin/applications.tcl
making changes to support courses with multiple organizations to avoid display problems on left navigation menu

Added approve link

    • -0
    • +21
    ./dotlrn-ecommerce/www/admin/application-approve.tcl
    • -4
    • +8
    ./dotlrn-ecommerce/www/admin/applications.tcl
putting back a fix on differentating timestamps that must have been deleted during the last commit

Callback now takes order_id instead of individual product_id

modified the date widget so that id attributes are created in the day, month and year if an id attribute is passed

    • -9
    • +10
    ./acs-templating/tcl/date-procs.tcl
fixed return url problem, bug # 2510

Enable associating an assessment to course to be used on section checkout

    • -1
    • +0
    ./dotlrn-ecommerce/www/admin/course-add-edit.tcl
Support pending user applications

    • -5
    • +10
    ./dotlrn-ecommerce/tcl/implementation-procs.tcl
Create additional community_id course attribute for template section community

    • -1
    • +11
    ./dotlrn-ecommerce/tcl/apm-callback-procs.tcl
Added dotlrn_ecommerce_transactions table

Added support for pending user applications

    • -7
    • +10
    ./dotlrn-ecommerce/lib/tree-chunk.tcl
    • -0
    • +5
    ./dotlrn-ecommerce/www/admin/applications.adp
    • -0
    • +50
    ./dotlrn-ecommerce/www/admin/applications.tcl
    • -0
    • +1
    ./dotlrn-ecommerce/www/admin/index.adp
Move ecommerce stuff out of admin to be accessed by normal users, add

to cart link now goes here instead of the ecommerce package

    • -0
    • +23
    ./dotlrn-ecommerce/www/ecommerce/checkout-2-oracle.xql
    • -0
    • +28
    ./dotlrn-ecommerce/www/ecommerce/checkout-2.adp
    • -0
    • +192
    ./dotlrn-ecommerce/www/ecommerce/checkout-2.tcl
    • -0
    • +63
    ./dotlrn-ecommerce/www/ecommerce/checkout-2.xql
    • -0
    • +23
    ./dotlrn-ecommerce/www/ecommerce/checkout-3-oracle.xql
    • -0
    • +21
    ./dotlrn-ecommerce/www/ecommerce/checkout-3-postgresql.xql
    • -0
    • +24
    ./dotlrn-ecommerce/www/ecommerce/checkout-3.adp
    • -0
    • +165
    ./dotlrn-ecommerce/www/ecommerce/checkout-3.tcl
    • -0
    • +54
    ./dotlrn-ecommerce/www/ecommerce/checkout-3.xql
    • -0
    • +52
    ./dotlrn-ecommerce/www/ecommerce/checkout-one-form-2-oracle.xql
    • -0
    • +70
    ./dotlrn-ecommerce/www/ecommerce/checkout-one-form-2-postgresql.xql
    • -0
    • +879
    ./dotlrn-ecommerce/www/ecommerce/checkout-one-form-2.tcl
    • -0
    • +219
    ./dotlrn-ecommerce/www/ecommerce/checkout-one-form-2.xql
    • -0
    • +55
    ./dotlrn-ecommerce/www/ecommerce/checkout-one-form-oracle.xql
    • -0
    • +57
    ./dotlrn-ecommerce/www/ecommerce/checkout-one-form-postgresql.xql
  1. … 32 more files in changeset.
added sql to add the max participants custom product field, modify script to set memberpricp to 1

    • -1
    • +1
    ./dotlrn-ecommerce/dotlrn-ecommerce.info
    • -4
    • +32
    ./dotlrn-ecommerce/www/admin/setup.tcl
Fixed bug in column name of select

fixed inadvertent commit, the calendar merge related procs were not in my latest commits