• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updating description of a parameter so users have easier time knowing what to fill in

Bringing in fixes from HEAD

Bringing in a fix from HEAD.

group assessments by community or class

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

    • -16
    • +97
    /openacs-4/packages/ecommerce/www/shopping-cart.tcl
removing some website content from the original that managed to slip earlier filtering passes

Cleanup build_query proc a little. Add automated tests for build_query.

comment out query for now since the it breaks in a transaction -- hardcode acs-subsite

missed the subsite-procs app group create query names somehow tip 76

missing close querytext

fix lingering broken ad links

another tip 76 change for hardcoded acs-subsite

fix to use ad_conn subsite_url

first part of tip 76 -- multiple packages as subsites adds a subsite::package_keys function for listing subsites, and uses it instead of hard coding acs-subsite all over

    • -0
    • +43
    /openacs-4/packages/acs-subsite/lib/subsites.xql
    • -63
    • +147
    /openacs-4/packages/acs-subsite/tcl/subsite-procs.tcl
typo two log messages

    • -3
    • +2
    /openacs-4/packages/search/tcl/search-procs.tcl
add a details common key

add the good permissions screen, add a new version link to the index page, don;t make things owned by 0 in install callback

    • -0
    • +5
    /openacs-4/packages/file-storage/www/permissions.adp
    • -0
    • +25
    /openacs-4/packages/file-storage/www/permissions.tcl
make the search indexer much more robust to errors in the datasource or indexing routines -- catch + emit traceback for errors

    • -28
    • +29
    /openacs-4/packages/search/tcl/search-procs.tcl
updating another link to use archive.org, standardizing some grammar

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

Add -nocase to regsub for NOT operator at the beginnign of query string.

add an explicit cast of proname in drop_package needed in pg8

dont get s_profile__start_clock() w/o checking if it exists

don't break button words

add wildcard disallow for googlebot

The change in the spam functionality breaks the behaviour of existing code. Therefore pages referencing the old style interface will break. To prevent this, the check has been added if it is an old_style URL and appropriate redirection has been initiated

    • -3
    • +8
    /openacs-4/packages/dotlrn/www/spam.tcl
Changed the order to match order in admin interface.

The parent_id = was too restrictive. Even if there are multiple folders with the same name, the combination will weed the other ones out.