• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Making use of ADP tree in the Cockpit.

fix dotlrn version

updating description for updating products now not requiring product_name

making product_name not required for price updates etc.

Generating activity tree with ADP's instead of tDOM.

    • -0
    • +62
    /openacs-4/packages/imsld/lib/activity-resource.adp
    • -0
    • +121
    /openacs-4/packages/imsld/lib/activity-resource.tcl
    • -0
    • +132
    /openacs-4/packages/imsld/lib/activity-resource.xql
    • -0
    • +15
    /openacs-4/packages/imsld/lib/activity-tree.adp
    • -0
    • +38
    /openacs-4/packages/imsld/lib/activity-tree.tcl
    • -0
    • +126
    /openacs-4/packages/imsld/lib/activity-tree.xql
    • -0
    • +72
    /openacs-4/packages/imsld/lib/activity.adp
    • -0
    • +161
    /openacs-4/packages/imsld/lib/activity.tcl
    • -0
    • +119
    /openacs-4/packages/imsld/lib/activity.xql
    • -0
    • +32
    /openacs-4/packages/imsld/lib/monitor/activity-info.adp
    • -0
    • +24
    /openacs-4/packages/imsld/lib/monitor/activity-info.tcl
    • -0
    • +15
    /openacs-4/packages/imsld/lib/monitor/activity-tree.adp
  1. … 5 more files in changeset.
Adding upgrade script for 1.6.

adding sku to admin/products/search, making search more user friendly, adding a guess to sku search results if no exact match exists

Adding export icon.

    • binary
    /openacs-4/packages/imsld/www/resources/export.png
Adding export libraries, developed by Carlos Valencia.

    • -0
    • +984
    /openacs-4/packages/imsld/tcl/imsld-export-ld-components-procs.tcl
    • -0
    • +205
    /openacs-4/packages/imsld/tcl/imsld-export-ld-method-procs.tcl
    • -0
    • +164
    /openacs-4/packages/imsld/tcl/imsld-export-ld-procs.tcl
    • -0
    • +234
    /openacs-4/packages/imsld/tcl/imsld-export-procs.tcl
Adding export messages.

Adding export functionality, developed by Carlos Valencia.

    • -0
    • +2
    /openacs-4/packages/imsld/www/admin/imsld-export-2.adp
    • -0
    • +161
    /openacs-4/packages/imsld/www/admin/imsld-export-2.tcl
    • -0
    • +10
    /openacs-4/packages/imsld/www/admin/imsld-export.adp
    • -0
    • +77
    /openacs-4/packages/imsld/www/admin/imsld-export.tcl
    • -0
    • +7
    /openacs-4/packages/imsld/www/admin/index.tcl
increasing search field input lengths, adding warning in case there are duplicate skus in ec_products

Innova totally broke the servlet when moving queries from the tcl file to

a new xql file as part of the port to oracle effort. These changes were

committed WITHOUT TESTING and it took me HOURS TO FIND THE PROBLEMS, some

of which were easy to fix, some not. At the "some not" point, I decided to

just remove Innova's work because CHANGES NEED TO BE TESTED BEFORE BEING

COMMITTED. Innova can continue their work and commit after they've tested

it.

Hint: When there are several dynamic queries built up in a tcl string named

"todo" then executed as "db_dml todo $todo" you can NOT replace all of these

with one static query in the query file named "todo".

Sigh.

    • -467
    • +410
    /openacs-4/packages/lorsm/www/delivery/servlet.tcl
- bump version number

- extended interface to compound form fields (get_named_sub_component_value,generate_fieldnames)

- removed need for __refresh_instance_attributes

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
Safari 3 parser didn't like the white space in javascript strings (showed up

in the error console).

Since template query files are executed in the global /templates context,

the query names must reflect this.

Typo in parameter description.

    • -1
    • +1
    /openacs-4/packages/xowiki/xowiki.info
- better CSS configuability for form-fields

Needed to qualify query names in the xql file

Fixed typo in new query added by daveb (I think)

Moved dotlrn permission kludges into a permission kludge callback, with

an implementation in dotlrn-lorsm. This keeps lorsm free of the dotlrn

specific permissions kludges while maintaining them within dotlrn (the only

supported way to add lorsm to a community or class is through the dotlrn-lorsm

applet package)

    • -2
    • +5
    /openacs-4/packages/lorsm/tcl/lorsm-procs.tcl
Changed stupid dotlrn_users reference to users

Added "-include_self" boolean to the application group package search

procs.

Include the current dotlrn instance in the application group search, since

portlets run in that context and need their community id.

    • -5
    • +34
    /openacs-4/packages/lors/tcl/lors-procs.tcl
Fixed broken IMG SRC attribute URLs to the "completed" status flag icons.

Someone put white space in them, leading to the safari "blue ?" image not

found being displayed. Fortunately this was new on HEAD, not in 2.4.1.

    • -15
    • +8
    /openacs-4/packages/lorsm/lib/user-lorsm.tcl
Changed constraint to fit our convention for abbreviation

Package extends change.

Moving to app group community id stuff (so lorsm can work outside .lrn), some

of this got committed accidently in an earlier bug fix commit.

    • -4
    • +4
    /openacs-4/packages/lorsm/lib/user-lorsm.tcl
    • -5
    • +3
    /openacs-4/packages/lorsm/tcl/lorsm-procs.tcl
    • -10
    • +0
    /openacs-4/packages/lorsm/tcl/lorsm-procs.xql
  1. … 20 more files in changeset.
Fixed broken URL for admin'ing course permissions. This was broken as far

back as 2.4.1 for sure (UNED tested on their instance, too).

    • -3
    • +3
    /openacs-4/packages/lorsm/www/admin/index.tcl
  1. … 3 more files in changeset.
Partially fixed assessment for oracle.