• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Refreshing the activity tree after adding a new activity in a structure.

Adding translated messages and correcting mispellings.

Not checking for activity completion since this is the monitor.

Avoiding usage of ad_convert_to_html, which is broken in oacs-5-4. Already fixed in head.

    • -1
    • +1
    /openacs-4/www/templates/widgets/news.tcl
Adding missing changes in data model.

Fixing the edition of completion conditions.

Adding scripts to edit/remove activities from an UoL.

    • -0
    • +22
    /openacs-4/packages/imsld/www/admin/monitor/activity-del.tcl
    • -0
    • +29
    /openacs-4/packages/imsld/www/admin/monitor/activity-edit.tcl
Changing div id's.

Changing CSS class names and adding some JS functions.

- extend list of names in www-dir that needs canonical name encoding

- fix substitute-markup in plain pages

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -10
    • +9
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Making use of ADP tree in the player.

Moving some queries to xql files.

    • -180
    • +20
    /openacs-4/packages/imsld/www/activity-frame.tcl
    • -0
    • +213
    /openacs-4/packages/imsld/www/activity-frame.xql
    • -2
    • +3
    /openacs-4/packages/imsld/www/imsld-tree.adp
    • -27
    • +1
    /openacs-4/packages/imsld/www/imsld-tree.tcl
    • -0
    • +21
    /openacs-4/packages/imsld/www/imsld-tree.xql
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)