• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
moving limit / offset filtering from tcl to db level to improve performance when many items are not yet categorized

updating category browsing to use the db limit / offset to improve performance capacity for cases with many parts per category or an external db

    • -0
    • +19
    ./category-browse-subcategory-oracle.xql
    • -1
    • +12
    ./category-browse-subcategory-postgresql.xql
    • -21
    • +24
    ./category-browse-subcategory.tcl
    • -0
    • +57
    ./category-browse-subsubcategory-oracle.xql
    • -0
    • +48
    ./category-browse-subsubcategory-postgresql.xql
    • -19
    • +23
    ./category-browse-subsubcategory.tcl
file category-browse-subsubcategory-oracle.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./category-browse-subsubcategory-oracle.xql
file category-browse-subsubcategory-postgresql.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./category-browse-subsubcategory-postgresql.xql
making the limit / offset at the db level instead of tcl, increasing performance capacity by magnitudes

committing changes, improvements and fixes to assessment, assessment-portlet, dotlrn, dotlrn-assessment, dotlrn-catalog, dotlrn-evaluation, ecommerce, evaluation and evaluation-portlet

  1. … 899 more files in changeset.
removing progress bar from here, because it is redundant, and status 6 already displayed on verfication page

fixing bug on orders that are fulfilled after being modified

correcting variable name, so that passed value prevents the progress bar from being displayed

getting category and subcategory breadcrumbs to follow through search

adding better handling for cases where display scope is out of range of results

making subsequent search text editable, based on current search text

making product search scale better by adding a simulated LIMIT / SET to the page output to limit search results to same number from ec parameter ProductsToDisplayPerPage used on other pages.

more noquotes added

adding noquotes

adding noquote

adding noquote to recomendation var

increasing sort key separation so inserts between existing picklist enteries will work. Also, adding link for picklist management so that admins know where to go

    • -3
    • +3
    ./admin/customer-service/picklists.tcl
repositioned loop that sets empty values to nonexistent vars so that it gets run before other code. fixes error about current_location nonexistent

increasing the sortkey value separations from 1 to 512, so that there's room between the sort keys to insert other categories. Right now, the inserts fail because one cannot insert a sort key between two consecutive whole numbers.

fixing shipping calculation for shipping-gateway when at least one item is not shippable

clarifying a message, and providing an opportunity to add an address

completing feature addition, bug 2281, that shows shipping options in the shopping-cart

removing a random character added by my fumbling fingers

fixing shipping calculation discrepency for cases where there are different products with at least one item, but not all items where no_shipping_avail_p is true

adding ability for shopping-cart to show the value of any shipping options if available. This does not include cases that use shipping gateway, but I'll see about adding that over the next day or so

removing some website content from the original that managed to slip earlier filtering passes

updating another link to use archive.org, standardizing some grammar

updating some of the descriptions to more accurately reflect current package status

backing out the recent feature that shows shipping options in the shopping cart, because there's a bug in it, and I need some time to fix it proper