/[drupal]/contributions/modules/ubercart/uc_taxes/uc_taxes.install
ViewVC logotype

Log of /contributions/modules/ubercart/uc_taxes/uc_taxes.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.9.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 23 19:14:44 2009 UTC (2 months ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.9.2.7: +18 -0 lines
Diff to previous 1.9.2.7 , to branch point 1.9 , to next main 1.10
Batch committing changes since 1.7, see the release notes for 1.8 for a changelog.

Revision 1.10.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 14:37:19 2009 UTC (4 months ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-0-RC4, DRUPAL-6--2-0-RC5, DRUPAL-6--2-0-RC6, DRUPAL-6--2-0-RC7, DRUPAL-6--2-1, DRUPAL-6--2-2
Changes since 1.10.2.7: +12 -1 lines
Diff to previous 1.10.2.7 , to branch point 1.10
2009-07-21
Changes since Ubercart 6.x-2.x-dev 2009-07-11 (-r 1842..1864):

Update the customer list and search interfaces with help messages and cleaner code.
d#495222 by Island Usurper, rszrama: Add a select all checkbox to the options selection tables.
d#464746 by DigitalFrontiersMedia: save credit card type on administrator created orders.
d#476974 by jrust: add an order-last-comment-raw token.
d#485030 by setvik: pass cart item nids through to the theme functions.
d#468248 by jrust: add customer names to the address select to differentiate addresses in the address book select list.
#509312 by sammys: Make the country import files PostgreSQL-compatible.
#404234 by Island Usurper: Can't use a form element named 'length' because of IE and Opera.
Stupid patching error.
E_NOTICE compatibility.
#492928 by nickbits, Island Usurper: Remove invalid XHTML and use CSS instead.
#458846 by tormi, Island Usurper: Estonia CIF.
Remove extra <p> tag around the checkout review instructions. check_markup() adds one already.
#486932 by Island Usurper: Use form_state['redirect'] instead of drupal_goto() on report filtering forms.
#498864 by Island Usurper: Google Checkout is dependent on Payment.
#420832 by cedarm: Redirect anonymous checkouts to the login form in a way that doesn't conflict with securepages.
#515010 by Island Usurper: Increase attribute options tabledrag order range.
Fix grammar on shipping methods admin page.
Fix help text for shipping method list position.
Don't need simplexml.php any more for PHP 5.
Remove broken statistics reporting.
Fix Belgian address format.
Merge in inline documentation fixes, and a few important things revealed by Coder.
    Make sure that the inline documentation comments conform to the Drupal standards.

Revision 1.10.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 8 12:56:51 2009 UTC (4 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.10.2.6: +2 -0 lines
Diff to previous 1.10.2.6 , to branch point 1.10
Changes since Ubercart 6.x-2.x-dev 2009-06-15 (-r 1792..1837):

#488860 by andreiashu: Display multiple options on invoices correctly.
#478426 by cha0s, Island Usurper: Use uc_price() correctly in customer invoice template.
#462128 by mikey_p: Let other modules respond to carts being emptied from being too old.
#492090 by Island Usurper: Alter the prices of products added to orders by the admin.
#487882 by Island Usurper: Set schema to serialize data with drupal_write_record().
d#493908 by andreiashu: minor typo fix in form array.
#488860 by Island Usurper: Use check_plain() on attribute and option names on invoices.
d#495364 by andreiashu: add a token for the store fax number.
Be more consistent with HTML classes on product prices across the site.
#478814 by Island Usurper: Allow any kind of image handling widget for Ubercart images.
#496282 by Island Usurper: Add extra USPS service options.
#498864 by martysteer: Fix typo in notification error function name.
#498850 by thenorman: Add t() to a string and simplify the way the options for the number of orders displayed on a page are generated.
#373644 by Garrett Albright: Increment product report row number when uc_attribute is not enabled.
d#497958 by kscheirer: fix the password comparison for new accounts in checkout.
#494736 by mikejoconnor: Change Thai to Thailand.
#500884 by sammys, Island Usurper: Remove nowrap from product options table cells.
Documenting hook_order_product_alter().
d#474000 by cedarm: fix some watchdog() function calls for D6 syntax.
Fixing a missed quote in a catalog menu item definition.
#433490 by Island Usurper: Use &times; entity in more places.
#486192 by sociotech and Island Usurper: Display catalog images even without Imagecache.
#486174 by cYu: Show warning for no Imagecache on catalog term form even when no image has been uploaded.
u#11766 by Lyle: Display product weight in proper units in the Views field.
#497872 by quiptime and cedarm: Correct registered arguments list for theme_uc_cart_checkout_review().
#489066 by longwave: Show blank value for credit card start date field by default.
#507610 by Island Usurper: Don't use textfield attributes to search for adjusted SKUs.
#485438 by jrust: Save shipping quote selection when a free shipping option is chosen.
d#475226 by cedarm, Island Usurper: add additional e-mail validation for new users created during anonymous checkout.
#492090 by andreiashu and Island Usurper: Defer multiplying new order product price by quantity until after the edit page.
#498390 by attiks: Point the "continue shopping" link to the page that contained the cart_link that added a product.
#230503 by com2: Tell PayPal that we're using UTF-8.
#509554 by pfournier: Initialize administrative order actions array.
Fixing comments for uc_order_status_list().
#441954 by cha0s: Mark product kits as shippable when added with cart links.
Initialize the products array on new order creation.
d#511834 by sammys: populate new aid in the  on the admin attribute form.
d#511958 by sammys: add order uid to each product in ->products for context in other functions.
Add full response debugging capability to Auth.Net API requests.
d#511846 by sammys: move order product attributes into a theme func.
Style tweak for catalog category images, from padding to margin.
d#509306 by KarenS: add support for Admin module icons to main store sub-menu items.
Small typo fix in store display settings.
d#506750 by Ryan (rszrama): add check for user registration permission before displaying a link to the register page.
Fixing variable check logic in previous commit.
Committing countries Jamaica, Nigeria, Oman by thill_.

Revision 1.10.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 24 15:35:48 2009 UTC (9 months ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA5, DRUPAL-6--2-0-BETA6, DRUPAL-6--2-0-RC1, DRUPAL-6--2-0-RC2, DRUPAL-6--2-0-RC3
Changes since 1.10.2.5: +1 -1 lines
Diff to previous 1.10.2.5 , to branch point 1.10
Changes since Ubercart 6.x-2.x-dev 2009-Feb-13 (-r 1576..1601)

u#9004 by Ryan: fix to cart links to not use a cart link ID as the cart ID when adding an item to the cart.
Added a return value for the forward-ported Auth.Net update function.
Check that the uc_quote_manufacturer_locations table exists before trying to delete it.
#375070 by Island Usurper: Fix errors in code selecting the pages to add the Ubercart footer.
#375071 by Island Usurper: Initialize Catalog block content.
d#376016 by cha0s: move country file importing out of a form submit handler into an API function.
u#8789 by Ryan: final patch to move images to CSS for cart block and tidy up/trim down its HTML/CSS/JS once again.
#376115 by rszrama: Shuffle product and product kit settings.
u#8342 by Ryan: add a link to the conditional actions UI for checkout notifications.
Split the checkout notification e-mails into separate predicates for customers and administrators.
d#376115 by Ryan: making sure the .admin.inc gets committed.
d#375924 by Ryan: remove options in settings forms to alter button text on checkout form to improve our multi-lingual capabilities.
Add a checkout form message when orders contain recurring fees.
Removing cruft from the checkout form theme function.
u#7799 by Ryan: allow users to set the cancel return URL for PayPal WPS.
d#372973 by Lyle: add a CA condition to check for a product with a particular attribute option on an order.
Minor tweak to uc_credit_exit() to ensure a variable is set.
#377000 by Island Usurper: Fix the tax edit form.
d#375842 by Ryan: move throbber styles from JS to CSS for order total preview on checkout.
u#3446 by Lyle: Allow filtered HTML in attribute descriptions.
d#377360 by Ryan: rewrite of taxes admin UI and underlying API; improved CA integration.
Add t() to a couple of links and fix the throbber on the submit order button using the new ubercart-throbber class.
#349135 by Island Usurper: Remove attribute-specific code from uc_order. Expose a new hook: hook_order_product_alter(). Let manually added products to orders save their attribute data correctly.
#237654 by yahozna: Accurately count catalog pages with Postgres.
Minor tweak to default title of tax actions on tax rate predicates.
#373644 by cha0s: Product reports code cleanup.

Revision 1.10.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 21:58:14 2009 UTC (9 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA4
Changes since 1.10.2.4: +33 -0 lines
Diff to previous 1.10.2.4 , to branch point 1.10
Changes since Ubercart 6.x-2.x-dev 2009-Feb-04 (-r 1496..1557)

u#8598 by Lyle: Fix the Add to Cart button for product kits on the catalog pages.
Removed an unused theme function.
Minor styling tweaks in CSS and code comments.
#362597 by Island Usurper: Remove references to uc_quote_manufacturer_locations, since it's no longer in the schema.
#36286 by Island Usurper: Let actions return results to the modules that cause them.
#358797 by Island Usurper: Let product kits add themselves to the catalog when their module is enabled.
Tighten the code up, reduce number of lines.
u#8157 by digitalfrontiersmedia: store the CC type post-checkout for reference on orders.
#363232 by Island Usurper: Do not display the Add to Cart button for product kits when uc_cart is not enabled.
#362089 by solotandem: Avoid PHP_NOTICEs by initializing variables.
#364415 by Island Usurper: Use the correct function to get the default shipping types for products.
#222689 by ccurvery, Island Usurper: DB-agnostic DELETE statements involving more than one table.
d#364884 by cha0s: fix to the Malaysia zone insert query.
u#8708 by Lyle: Remove the record that nid 0 has a shipping type.
#366404 by cha0s: Add node types to the catalog in a robust way.
#359778 by cha0s: Fix Postgres warnings in reports.
#362888 by cha0s, Island Usurper: Make the queries that count unpackaged products Postgres safe.
#359764 by cha0s: Add validation functions for positive real numbers. Remove their UNSIGNED flag from the database for Postgres.
#363189 by solotandem: Fix HTML errors in the customer invoice template.
Add an update function from the D5 branch.
#341819-15 by Island Usurper: Remove unneeded queries from hook_forms().
#358760 by Ryan: getting attributes back on the order edit screen product add form; minor clean-up on order edit form.
d#359026 by Ryan: fix the subject line in order e-mails.
Fix the logging of payments when checks are received to show the right payment method.
Moved the Conditional actions menu to the Store administration menu; also used the constant CA_UI_PATH for all paths.
#366115 by Island Usurper: Change catalog paths to not include the term name and update url aliases to match.
#359443 by Island Usurper: Give roles triggers the correct arguments.
d#309394 by Ryan: clean up the implementation of the shopping cart block with more theme functions and a cachable block display for anonymous users.
#364753 by cha0s: Add help links from files and roles features to conditional actions settings.
u#7289 by Ryan: updating CA overview page to sort tables by title and allow for grouping by either trigger or class.
#355928 by cha0s: Remove warnings because of uninitialized variables.
d#368671 by Ryan: fix to check for taxonomy module before using a taxonomy function.
u#8690 by Lyle: Add an option to not include insurance in UPS quotes.
#362647-6 by Island Usurper: Fix bad HTML in translatable strings.
#368228 by Island Usurper: Remove unused CSS rules.
#341819-26 by Island Usurper: Remove substr() calls in hook_forms() implementations.
Date condition added.
d#369774 by Jody Lynn: fix to the order of comment saving for order update notification e-mails.
#36885 by cha0s: Prevent offset error on /node.
Change class on order e-mail notifications to notification per other uses by cha0s.
#368876 by emmajane, cha0s: Check for product attributes before starting to build the attributes form.
#367707 by cha0s: Let multiple users download the same file.
u#7522 by Ryan: go ahead and add the googleanalytics dependency to the UC Google Analytics module.
#367986 by cha0s: Let edits to role features actually affect the expiration.
#368178 by cha0s: Fix roles expiration granularity (particularly never-expiring roles).
#357884 by cha0s: Don't notify customers of file downloads they never bought.
u#5981 by Lyle: Give taxes an option to only apply to shippable products.
d#367981 by Ryan: update to the Ireland .cif per feedback from alanburke.
d#361466 by mikejoconnor: add payment module dependency to tax module.
Use the CA_UI_PATH constant, fixing the links to quote and tax conditions.
Clarify when the 'all-in-one' settings take effect.
u#8789 by Ryan: more improvements to the HTML and CSS of the shopping cart block per stephthegeek.
d#350109 by Lyle: add a drupal_alter() to the fully loaded cart items array per mfer.
d#369778 by Lyle: centralize price displays through a single theme function.
d#243171 by cha0s: PostgreSQL fix for the adjustments form.
u#8933 by Lyle: Update image fields to use the right widget now.
u#8677 by Lyle: Add an imagecache preset to be used when Thickbox or Lightbox2 links are clicked on product pages. Users may add actions to it if they wish.
u#8988 by Lyle: Use fields' alt and titles.
Fix minor logic error related to the payment gateway settings form summary.
#359771 by Island Usurper: Fix goofiness involving product classes with non-unique names. Duplicate product classes now throw an error, but other node types become products.
Fix thumbnails on products.

Revision 1.10.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 13:44:31 2009 UTC (9 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.10.2.3: +17 -1 lines
Diff to previous 1.10.2.3 , to branch point 1.10
Changes since Ubercart 6.x-2.x-beta (-r 1496..1528)

u#8598 by Lyle: Fix the Add to Cart button for product kits on the catalog pages.
Removed an unused theme function.
Minor styling tweaks in CSS and code comments.
#362597 by Island Usurper: Remove references to uc_quote_manufacturer_locations, since it's no longer in the schema.
#36286 by Island Usurper: Let actions return results to the modules that cause them.
#358797 by Island Usurper: Let product kits add themselves to the catalog when their module is enabled.
Tighten the code up, reduce number of lines.
u#8157 by digitalfrontiersmedia: store the CC type post-checkout for reference on orders.
#363232 by Island Usurper: Do not display the Add to Cart button for product kits when uc_cart is not enabled.
#362089 by solotandem: Avoid PHP_NOTICEs by initializing variables.
#364415 by Island Usurper: Use the correct function to get the default shipping types for products.
#222689 by ccurvery, Island Usurper: DB-agnostic DELETE statements involving more than one table.
d#364884 by cha0s: fix to the Malaysia zone insert query.
u#8708 by Lyle: Remove the record that nid 0 has a shipping type.
#366404 by cha0s: Add node types to the catalog in a robust way.
#359778 by cha0s: Fix Postgres warnings in reports.
#362888 by cha0s, Island Usurper: Make the queries that count unpackaged products Postgres safe.
#359764 by cha0s: Add validation functions for positive real numbers. Remove their UNSIGNED flag from the database for Postgres.
#363189 by solotandem: Fix HTML errors in the customer invoice template.
Add an update function from the D5 branch.
#341819-15 by Island Usurper: Remove unneeded queries from hook_forms().
#358760 by Ryan: getting attributes back on the order edit screen product add form; minor clean-up on order edit form.
d#359026 by Ryan: fix the subject line in order e-mails.
Fix the logging of payments when checks are received to show the right payment method.
Moved the Conditional actions menu to the Store administration menu; also used the constant CA_UI_PATH for all paths.
#366115 by Island Usurper: Change catalog paths to not include the term name and update url aliases to match.
#359443 by Island Usurper: Give roles triggers the correct arguments.
d#309394 by Ryan: clean up the implementation of the shopping cart block with more theme functions and a cachable block display for anonymous users.
#364753 by cha0s: Add help links from files and roles features to conditional actions settings.
u#7289 by Ryan: updating CA overview page to sort tables by title and allow for grouping by either trigger or class.
#355928 by cha0s: Remove warnings because of uninitialized variables.
d#368671 by Ryan: fix to check for taxonomy module before using a taxonomy function.
u#8690 by Lyle: Add an option to not include insurance in UPS quotes.

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 22:12:40 2009 UTC (10 months, 1 week ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7
Changes since 1.9.2.6: +10 -10 lines
Diff to previous 1.9.2.6 , to branch point 1.9
Bulk update for 1.7 release.

Revision 1.10.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 15:20:38 2008 UTC (11 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3
Changes since 1.10.2.2: +5 -5 lines
Diff to previous 1.10.2.2 , to branch point 1.10
1386 Lyle	2008-11-21
    Put the catalog image form element inside the Identification fieldset.

1387 Ryan	2008-11-21
    Updating marker for an API error message.

1388 Ryan	2008-11-21
    Attempted fix to the dual form problem with the latest TAPIr updates.

1389 Lyle	2008-11-24
    #329370 by cha0s: Add function uc_product_get_skus() and use it in modules that store information for each SKU.

1390 Lyle	2008-11-24
    Ditch the XMLParser library for SimpleXML, which should be enabled by default.

1391 Lyle	2008-11-24
    Add the roles conditional actions hooks.

1392 Lyle	2008-11-24
    #335444 by edhaber: Fix recursive updating of product kits to once, instead of once per revision.

1393 Ryan	2008-11-24
    Taking out an umlaut and some unneeded JS includes for the product settings overview.

1394 Lyle	2008-11-25
    Don't need this XML library any more.

1395 Lyle	2008-11-26
    u7621: Extend the range of values of money fields to 15-digit precision and 3 digit scale.

1396 Lyle	2008-12-01
    #334656 by Island Usurper: Add 'tapir_table' form element. And all the ramifications and code corrections that come from that.

1397 Ryan	2008-12-01
    Updated cart arrow images; changed a couple strings and token replacements for e-mail actions.

1398 Ryan	2008-12-01
    Update to some checkout messages to use tokens instead of URLs.

1399 Lyle	2008-12-02
    Missed a place to convert to SimpleXML.

1400 Lyle	2008-12-03
    #330162 by Island Usurper: Fix database updates on Postgres involving empty string default values.

1401 Lyle	2008-12-04
    u#7777: Log errors returned from drupal_http_request() to watchdog.

1402 Lyle	2008-12-04
    u#7738: Pass the teaser and page variables to the theme functions in uc_product_view().

1403 Ryan	2008-12-04
    Fixing the lost old _payment_gateway_data() function so the arguments are correct and the func actually works again.

1405 Lyle	2008-12-05
    #342391: Fix payment notification string in order log.

1406 Lyle	2008-12-05
    #342416: Get around IE's weird event model by using onClick instead of onChange to trigger shipping quotes when the address is copied.

1407 Lyle	2008-12-05
    Use the pathauto separator (or '-' by default) in catalog URLs instead of '_'.

1409 Lyle	2008-12-05
    By cha0s: remove an extra call to invoke hook_product_types().

1411 Lyle	2008-12-09
    Remove uc_importer from the repository.

1412 Lyle	2008-12-09
    Get rid of a badly thought out predicate from uc_roles.

Revision 1.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 14:47:36 2008 UTC (13 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.10.2.1: +16 -11 lines
Diff to previous 1.10.2.1 , to branch point 1.10
1224 Ryan	2008-09-22
      Adding ignore rules for Mac .DS_Store files.

 1225 Lyle	2008-09-23
      Translate the 'Home' breadcrumb link again.

 1226 Ryan	2008-09-23
      Removing old cron code to truncate stored CC data; the old table is no longer used.

 1227 Ryan	2008-09-23
      Fixing a hardcoded base_path() for the recent work to provide icons for the new summaries. :-/

 1228 Lyle	2008-09-23
      u#6499: Make sure the first role of a user can be administered. Thanks, mikeryan.

 1229 Lyle	2008-09-23
      Set minimum required PHP version to 5.0. If we start using code that requires up to 5.2, we'll set that module's version then.

 1230 Lyle	2008-09-23
      Avoid using references in foreach() loops. They're just more confusing than usually worth.

 1231 Lyle	2008-09-24
      #312133: Thought this was fixed in this branch earlier. Maybe it wasn't...or maybe I merged the D5 code before fixing it there?

 1232 Lyle	2008-09-24
      ca_load_trigger_predicates() should unlock module predicates when they have a row in the database.

 1233 Lyle	2008-09-26 [merge]
      Massive file rearranging to take advantage of Drupal 6's menu file loading. Thanks to cha0s. Few minor tweaks for consistency added.

 1234 Lyle	2008-09-29 [merge]
      Synching up other repositories.

 1235 Lyle	2008-09-29
      Fix uc_file admin include file. Courtesy of cha0s.

 1236 Ryan	2008-09-30
      Conditional Actions .inc file rename; moving code from ca.module to the .inc where appropriate.

 1237 Lyle	2008-09-30
      Fix update 6000 in various modules to get the right name for the uc_packages.value column, and provide the correct precision and scale for the changed numeric columns.

 1238 Ryan	2008-09-30
      Moving conditions form functions to ca.admin.inc.

 1239 Ryan	2008-09-30
      Making sure the menu item for conditions points to the right file. :-/

 1240 Lyle	2008-10-02
      u#6742: Add the IP address of the customer to order tables. (cha0s)

 1241 Lyle	2008-10-02
      Move funcitons to admin.inc and pages.inc files for uc_google_checkout.

 1242 Lyle	2008-10-02
      Consolidate variable deletions during uninstall, and fix uc_weightquote_uninstall().

 1243 Ryan	2008-10-02
      Removing leftovers from the D5 settings overviews.

 1244 Lyle	2008-10-02
      #304262: Prevent any user from seeing any other order.

 1245 Ryan	2008-10-02
      Reworking the conditions UI to be tighter like the actions UI. :)

 1246 Ryan	2008-10-02
      FINALLY GOT THE CONDITIONS UI FINISHEDbzr update!  WOOHOObzr updatebzr update

 1247 Lyle	2008-10-03
      (cha0s) Use Drupal.behaviors in Ubercart JavaScript. Properly check Drupal.jsEnabled as necessary.

 1248 Lyle	2008-10-06
      Fix problems in the hook_menu() rearranging.

 1249 Lyle	2008-10-06 [merge]
      Reapply all the changes since the file rearranging.

 1250 Lyle	2008-10-06 [merge]
      Synch up repos again.

 1251 Lyle	2008-10-06
      Use PHP tags.

 1252 Lyle	2008-10-06
      Rename these included files, hopefully for the last time.

 1253 Lyle	2008-10-06
      Use CA on the order-edit page for shipping quotes just like the checkout page. Let the quote preview honor the shippability of an order's products as well as the actual rate put on the order.

 1254 Lyle	2008-10-08
      Update the Views integration for handler files. Also, remove duplicate functions from uc_product.module.

 1255 Lyle	2008-10-08 [merge]
      Final merge from the D5 branch.

 1256 Ryan	2008-10-08
      Fixing the name of the trigger on the stock predicate.

 1257 Lyle	2008-10-09
      Fix hook_menu() with superfluous router items, missing functions, and other erroneous code.

 1258 Lyle	2008-10-09
      Add backwards compatibility function for the taxes API.

 1259 Ryan	2008-10-11
      Updated uc_taxes_calculate() function and comments.

 1260 Lyle	2008-10-13
      Make sure old functionality still works with Conditional Actions: taxes and the notification emails.

 1261 Lyle	2008-10-13
      Remove some debug messages. Lay some ground work for upgrading Ubercart from Drupal 5.

 1262 Lyle	2008-10-13
      Fix easy problems found by coder.module. Capitalize TRUE, FALSE, and NULL; add @file blocks; etc.

 1263 Lyle	2008-10-13
      Thought I was being clever about t() and theme_placeholder(). Overriding the standard theme function is probably better than avoiding check_plain() on safe text.

 1264 Lyle	2008-10-13
      Change the inline variable settings to be actual Drupal.settings with uc_add_js().

 1265 Lyle	2008-10-14
      #319756: Save product-specific flatrate method rates. Also make it easier to let products use the default product rate for the method. Requires database update.

 1266 Lyle	2008-10-14
      #317243: Follow Views development to separate handlers into separate files.

 1267 Lyle	2008-10-14
      #305177: Use the SESSION variable to keep track of the cart id, rather than the session id itself, which is subject to change without notice.

 1268 Lyle	2008-10-15
      #321331: Don't run the delete op in uc_payment_order() when we're only checking whether we can delete the order.

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 22 21:07:45 2008 UTC (14 months ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.10: +9 -0 lines
Diff to previous 1.10
1213 Ryan	2008-09-18
      Fixing trigger to use #title instead of #label on an argument.

 1214 Ryan	2008-09-18
      Support for adding and modifying actions on predicates.

 1215 Ryan	2008-09-19
      Added filtering of action/condition arguments by entity type and support for removing actions from predicates.

 1216 Ryan	2008-09-19
      Removing the old conditions form test.

 1217 Ryan	2008-09-19
      Moving actions form into a conditional inclue through the menu system.

 1218 Ryan	2008-09-19
      Make it so action fieldsets are collapsed instead of expanded by default w/ newly added actions always being expanded.

 1219 Ryan	2008-09-19
      Adding JS behavior to let users confirm when clicking remove buttons.

 1220 Ryan	2008-09-19
      Fixing bug with action removal leaving holes in the actions array keys.

 1221 Lyle	2008-09-22
      Port of Google Checkout integration.

 1222 Lyle	2008-09-22
      Upgrade path for UC 1.0 to UC 2.0. ID fields have been standardized and set to unsigned serial or int schema types.

 1223 Ryan	2008-09-22
      Conversion of most settings overviews to the new summaries API by cha0s (patch for country and product settings overviews pending); addition of CSS and JS by Ryan to enhance their display in Ubercart.

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 22:22:47 2008 UTC (15 months, 3 weeks ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-3-RC-1, DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-6
Changes since 1.9.2.5: +0 -0 lines
Diff to previous 1.9.2.5 , to branch point 1.9
Merging changes to DRUPAL-5 branch; trying to fix stuff... :-/

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 12:41:07 2008 UTC (16 months, 2 weeks ago) by islandusurper
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.9: +68 -50 lines
Diff to previous 1.9
Begin the Ubercart 6.x-2.x branch.

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 19:38:13 2008 UTC (19 months ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-RC-3, DRUPAL-5--1-0-RC-4, DRUPAL-5--1-0-RC-5, DRUPAL-5--1-1, DRUPAL-5--1-2
Changes since 1.9.2.4: +0 -0 lines
Diff to previous 1.9.2.4 , to branch point 1.9
Bulk update for RC 3.

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 20:45:14 2008 UTC (19 months, 3 weeks ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-RC-1, DRUPAL-5--1-0-RC-2
Changes since 1.9.2.3: +19 -19 lines
Diff to previous 1.9.2.3 , to branch point 1.9
Bulk update for RC 1.

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 25 21:11:37 2008 UTC (20 months, 4 weeks ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA-6, DRUPAL-5--1-0-BETA-7
Changes since 1.9.2.2: +1 -1 lines
Diff to previous 1.9.2.2 , to branch point 1.9
Bulk update for Beta 6.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 22:22:43 2008 UTC (21 months, 2 weeks ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA-5
Changes since 1.9.2.1: +1 -1 lines
Diff to previous 1.9.2.1 , to branch point 1.9
Bulk update for beta 5.

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 7 20:56:46 2008 UTC (22 months, 2 weeks ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA-2, DRUPAL-5--1-0-BETA-3, DRUPAL-5--1-0-BETA-4, DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-BETA2
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Bulk update for Ubercart 1.0 beta 1.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 5 20:32:02 2007 UTC (2 years ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-8
Branch point for: DRUPAL-5
Changes since 1.8: +55 -8 lines
Diff to previous 1.8
Bulk update for Alpha 8.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 17:43:50 2007 UTC (2 years, 1 month ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-7D, DRUPAL-5--1-0-ALPHA-7E
Changes since 1.7: +0 -0 lines
Diff to previous 1.7
Removing files properly that should have been dead a release or two ago.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 13 15:57:20 2007 UTC (2 years, 2 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-7C
Changes since 1.6: +57 -18 lines
Diff to previous 1.6
Mass update for Ubercart Alpha 7c.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 6 21:47:53 2007 UTC (2 years, 4 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-7, DRUPAL-5--1-0-ALPHA-7B
Changes since 1.5: +18 -1 lines
Diff to previous 1.5
Mass update for Alpha 7.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 18:51:39 2007 UTC (2 years, 6 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-6B, DRUPAL-5--1-0-ALPHA-6C
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Alpha 6 critical bugfixes for installation and catalog browsing.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 21:13:24 2007 UTC (2 years, 6 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-6
Changes since 1.3: +16 -2 lines
Diff to previous 1.3
Alpha 6 upload!  Plenty of bugfixes and feature additions, including code updates, more countries, and better international support.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 5 15:47:28 2007 UTC (2 years, 7 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-4, DRUPAL-5--1-0-ALPHA-5
Changes since 1.2: +53 -12 lines
Diff to previous 1.2
Upload to get Alpha 4 out the door.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 16:44:39 2007 UTC (2 years, 8 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-2, DRUPAL-5--1-0-ALPHA-3
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
A few .install files were missing { } around table names.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 22:59:42 2007 UTC (2 years, 8 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-1
Initial upload of Ubercart, woohoo!

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2