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

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

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.10.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 14:34:50 2009 UTC (2 months ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-0-RC7, DRUPAL-6--2-1, DRUPAL-6--2-2
Changes since 1.10.2.10: +4 -88 lines
Diff to previous 1.10.2.10 , to branch point 1.10
2009-09-21
Changes since Ubercart 6.x-2.x-dev 2009-09-11 (-r 1935..1957):

#571822 by recrit and Island Usurper: Fix the expiration time interface for roles features.
#402768 by Island Usurper: Add hook_order_state() to the docs.
d#508888 by rszrama (Ryan): add an API function to determine the total number of items in a shopping cart - uc_cart_get_total_qty().
d#403504 by cha0s: fix some cart block collapsibility settings bugs.
#443890 by Island Usurper: Add link to add attribute form in admin section from product attribute form.
u#11438, #466014 by Island Usurper: Make Ubercart variables multi-lingual.
#569920 by univate, esrms, and Island Usurper: Fix the order of operations in uc_roles_action_order_renew().
#368884 by Island Usurper: Display a minimum number of decimal places in price form fields.
#561692 by Island Usurper: Fix the download counter and address limiter.
500134 by cYu, Island Usurper, and sammys: Let all available SKUs to be chosen in the 'order has products' condition.
#540266 by ryan_courtnage: Implement hook_imagecache_default_presets().
d#580330 by rszrama: Add an information row to the user order history when no orders are available.
#466936 by wojtha, Island Usurper: Use the url() function to build paths loaded by JavaScript callbacks.
#508878 by Island Usurper: When adjusted model numbers are edited, change items already placed in the cart as well.
Use single quotes for string literals in queries for Postgres.
#562202 by Island Usurper: Update the cart_id index that was missing from a previous update. Suppress error message caused by possible duplicate indices.
d#426084 by univate: patch to allow multiple role assignments at once.
#378654 by cha0s and Island Usurper: Let product kits be added to an order by the admin correctly.
#466936 followup by Island Usurper: Fix payment and quote panes on the order edit form. Use the URL javascript setting for the rest of uc_order.
#317758 by Island Usurper: Substitute country names for the exact name specified by the United States Postal Service when getting international shipping quotes.
d#487698 by Island Usurper (Lyle): fix checkout notifications for anonymous orders and redirected payment services.
Minor typo fix.
#518916: Add line-item-altering hooks and refactor the line item preview checkout pane. Add the order_product price type. Opens the way for VAT integration.

Revision 1.10.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 21:27:54 2009 UTC (3 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC4, DRUPAL-6--2-0-RC5, DRUPAL-6--2-0-RC6
Changes since 1.10.2.9: +30 -30 lines
Diff to previous 1.10.2.9 , to branch point 1.10
2009-08-17
Changes since Ubercart 6.x-2.x-dev 2009-07-29 (-r 1880..1907):

Whitespace removed by SmartCVS.
#458360 by neochief, Island Usurper: Use CSS to style the 2chckout form on the checkout review page.
u#11758 by Lyle: Don't check that the current user can use the quote checkout pane's description filter format.
d#537896 by Ryan (rszrama): do not link to a user/0 page for orders that aren't assigned to a user.
#531778 by mikejoconnor: Move hook_line_item_alter() so all line items are affected.
#530902 by Island Usurper: Make the CA tax action name more useful.
u#12386 by Lyle: Validate product dimensions for customer supplied packaging with the correct form fields.
d#540682 by wimh: fix the from e-mail address for administrator e-mailed order invoices.
u#12005 by Dusty: Check result of file_user query before trying to unserialize.
d#541694 by wimh: URL encode customer names and e-mail in the admin search form JS.
#544596: Make the policy message for the COD payment method customizable.
u#8221 by Lyle: Make the packages sent to UPS are quoted and rated for at least 1lb or 1kg.
#452524 by Island Usurper: Remove reference to uc_notify from uc_google_checkout.
#512900 by joelstien and Island Usurper: Summarize multiple select elements.
#513746 by Island Usurper: Remove jQuery syntax deprecated in 1.2.0 and removed for 1.3.0. Provides compatibility with all versions of jquery_update.
Fix bad use of watchdog() messages.
#415712 by cha0s: Send emails in the user's language.
Fix bad use of watchdog() messages.
u#7127 by Lyle: Allow multiple weightquote methods.
d#548092 by rszrama (Ryan): use db_query() args properly in install files for order statuses.
The 'product_full' preset has no actions by default, so don't show an error message because it doesn't.
Only need to get the tax predicates once, not for each tax.
#466236 by grendzy and cha0s: Better PayPal error and warning handling.
u#12575 by Lyle: Don't use functions that aren't available to the minimum required version of PHP.
#375206 by Island Usurper: Make sure we can use both hooks and conditional actions in places where modules would want to perform an action.
#335228 by rfay: Add a numeric id column to uc_cart_products.
#506258 by makara, Island Usurper: Add a product count column to uc_orders.
#475474 by Island Usurper: Change price alterer context to use price types. [merge]
  Add price types to uc_price() contexts.
  Add the order_total price type for multi-currency's sake.
  Remove location data from price context.
  Syntax error fixed.
  Use cart_total type instead of order_product for the Subtotal line item.
  Resolve conflict in theme_uc_product_attributes().
  Merge changes from DRUPAL-6--2.

Revision 1.10.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 14:37:19 2009 UTC (4 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.10.2.8: +8 -0 lines
Diff to previous 1.10.2.8 , 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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 14 13:51:19 2009 UTC (7 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: 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.7: +5 -3 lines
Diff to previous 1.10.2.7 , to branch point 1.10
Changes since Ubercart 6.x-2.x-dev 2009-Apr-02 (-r 1672..1690)

d#421366 by Linxor: minor XHTML updates to customer invoice template.
d#394876 by cha0s: base64 encode encrypted card data to make it HTML safe.
d#410428 by TR: move the display of the UPS rate line item into its own theme function.
Revert CC patch until further testing can isolate the bug in it.  :-/
d#394920 by Lyle (Island Usurper): display attribute form elements on a product node preview.
#386018 by cha0s: Fix filter form elements on condition and action forms.
#422538 by ankur: Allow underscores in tax ids.
Fix changes that shouldn't have been included in commit 1677. Add format setting to a predicate that was missed then.
#399784 by Island Usurper: Standardize/fix some predicate arguments.
#384652 by Island Usurper, cha0s, and rszrama: Provide a page to convert D5 Workflow-ng configurations into D6 Conditional Actions predicates.
#407928 by Island Usurper: Improve the markup on product nodes to ease the themability of those pages.
u#10251 by Lyle: Group product images in the default view.
#419720 by Island Usurper: Trigger tax calculations on the copy address checkbox during checkout.
#428786 by univate: Secure the Google Checkout button so IE doesn't scare customers.
#419720 by Island Usurper: Trigger tax calculations for both addresses when one is the copy of the other.
Bypass card type checking for prior authorization captures with PayPal WPP.
Fixing the product save and continue button thanks to jamesialford.
Minor tweaks to cart icon positioning.

Revision 1.10.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 27 22:41:31 2009 UTC (8 months, 4 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA5
Changes since 1.10.2.6: +11 -3 lines
Diff to previous 1.10.2.6 , to branch point 1.10
Changes since Ubercart 6.x-2.x-dev 2009-Feb-24 (-r 1602..1613)

#337363 by zmove, cha0s, and Island Usurper: Add CA conditions for the order's user.
u#9291 by markypoo: Use SimpleXML correctly to allow order updates to follow Google Checkout.
#359544 by jhodgdon: Add tax information to tax line items and add a module to report on it.
Remove unneeded index update that causes errors during upgrades to Drupal 6.
#382674 by Island Usurper: Let "Blank line" products added to orders be taxed.
d#372384 by Ryan: adding custom PHP condition and action for CA.
d#379820 by Lyle: default image support abstracted out into API function for use by other projects.
Style changes introduced in 1.x patch in #359544-30.
#385678 by pebosi: Add HTML id to the checkout instructions.
#362647-6, again. Missed the changes to uc_order.ca.inc the first time.
#377064 by Island Usurper: Keep tax line items up to date in the database and on the $order object.
#279611 by Island Usurper: Make attribute and stock permissions more granular.

Revision 1.10.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 22:01:13 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.5: +47 -13 lines
Diff to previous 1.10.2.5 , to branch point 1.10
Changes since Ubercart 6.x-2.x-dev 2009-Feb-04 (-r 1558..1575)

u#6802 by Lyle: Hide the shipping quote estimate on the cart page if none of the products are shippable.
#373379 by rszrama and Island Usurper: Add function for form_alters to tell if the form is for a product node.
#369299 by Island Usurper: Make dynamic line items easier to implement.
#372775 by rszrama: Add CA condition to check various node fields.
#367998 by cha0s: Deprecate uc_add_js(). Make it a wrapper, but throw a warning into watchdog when it is used.
#371901 by cha0s: In the product sales report, put the SKU breakdowns into their own table rows.
d#373715 by Ryan: fix to new customer e-mail on admin order create screen and some minor cleanup in the cart module for new customer e-mails and checkout messages.
Minor cruft removal in file module.
#373651 by Island Usurper: Hide Attributes, Options, and Adjustment tabs from product kits.
u#9032 by Lyle: Let stock levels be edited when the SKU contains square brackets.
d#371850 by Ryan: updates to the Belgium country file per tom_buytaert's recommendations and in accordance w/ ISO-3166-2.
d#368405 by cha0s, Ryan: port CIM work forward from 5.x; also, store/display exp. date after an order completes.
Forward porting an Auth.Net CIM related update from 5.x.
Removing cruft and adding a - None - message when sorting predicates by class and there are some without one.
#374161 by Island Usurper: CA action to drupal_set_message().
#374177 by rszrama: Add autocomplete path to find products by name and SKU.

Revision 1.10.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 13:44:31 2009 UTC (9 months, 3 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.10.2.4: +35 -83 lines
Diff to previous 1.10.2.4 , 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.10 - (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, DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.9.2.9: +9 -2 lines
Diff to previous 1.9.2.9 , to branch point 1.9 , to next main 1.10
Bulk update for 1.7 release.

Revision 1.10.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 20:18:39 2009 UTC (10 months, 3 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3
Changes since 1.10.2.3: +9 -2 lines
Diff to previous 1.10.2.3 , to branch point 1.10
Changes since Ubercart 6.x-2.0-beta1 (-r 1419..1467):

Fix typo.
Make the order status condition actually use the given order arguments.
Don't attempt to display add to cart forms for non-product nodes in a view.
#345959 by cha0s: One menu item not ported from D5 fixed.
#345960 by cha0s: Use 'redirect' in uc_order_add_line_item_form_submit().
u#8009: Get taxes when special characters are put in the serialized order object.
#347557 by mikelikespie: Cast the error response's SimpleXMLElement to string so it can be saved in the session message.
Add the first test written for Ubercart. Much rejoicing!
And fix a problem revealed by the first test: trying to remove an unkonwn country redirects back to the overview page, not the form.
d#348260 - Fixing a bug in the default preset for catalog categories.
d#291554 by cha0s: change the stock local task path to uc-stock to avoid a Webform conflict.
d#329197 by alpritt, Ryan: Clean up the cart review table theme function. This affects the output on the checkout form in the cart contents checkout pane.
u#8081: Fix session data when customers complete checkout through Google Checkout. Make sure non-shippable orders can be completed.
d#334390 by Ryan: adds API functions related to product types and unifies their use across all of core UC.
d#340338 by tszcheetah: fixing the site-logo token when Clean URLs are disabled.
d#342795 by cha0s: fixing an invalid array error in file administration.
u#8101: Use the title and body label settings for product types.
d#339902 by cha0s: patch to evaluate empty conditions arrays to TRUE.
#348572 by cha0s: Use the user's timezone offset in reports.
#348837 by thill_: Set product images to use image widgets and allow custom alt and title text.
#345254 by j0rd: Update the zone list when the country is changed on the shipment creation page.
u#8116: Properly quote the OnMouseOver event script.
Cleanup of the product grid settings form in the catalog module.
d#270778 by cYu: strip spaces from CC numbers on input.
Updating the label for the on-site invoice template and ordering products on the product kit edit form by title then nid per d#343124.
By cha0s: Give roles an explicit start and end dates. Fully move email notification settings to Conditional Actions.
d#348847 by Ryan (rszrama): provide a more specific error message when the encryption key is not found; update the store status message to link to the settings form instead of the Ubercart.org docs.
#348248 by Island Usurper: Fix the ordering of product extra fields.
u#8150: Fix uc_catalog_link_alter(). Parameters changed in D6.
#349569 by Nick Urban: Set default value of conditions argument to the saved value.
#347086 by cha0s: Create an image widget hook to handle product images. Supports Thickbox and Lightbox2 by default.
Revert 1437 since it hides some problems, and might not be correct anyway. (see #348572)
Fix default values of uc_reports_sales_custom_form().
Fix a typo for roles tokens.
Merge code improvements from cha0s.
#351750: Fix Postgres update path.
u#8128 by kleinmp: Prevent unauthorized users from getting to the file downloads.
#306097 by Island Usurper: Remove the strong tag from the default catalog block theme, and consolidate the block's theme into one function.
#351750 by cha0s: Additional Postgres incompatibility fixed.
#352381 by Island Usurper: Clarify the description of the default quantity field.
#349135 by Island Usurper: Move references to the chosen options for an item to a hook for modularity.
#333105 by Island Usurper: Provide links to the conditions form of a shipping method from its settings page.
Make schema.module happy with the default value type of time_granularity.
#333086 by cha0s: Implement hook_requirements() for all of our modules that need it.
#351983 by cha0s: Remove underscores from CSS classes and ids since they aren't standards compliant.
Separate USPS services into four different shipping methods. These methods handle the combinations of domestic/international and parcels/envelopes.
#348837 by Island Usurper: The field type should actually be 'image'.
Use SKU instead of Model, at least in the UI. We'll get to the code later.
By cha0s: UI fixes for roles expirations.

Revision 1.10.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 21:33:53 2008 UTC (12 months, 3 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.10.2.2: +23 -14 lines
Diff to previous 1.10.2.2 , to branch point 1.10
1292 Lyle	2008-10-27
      #326352: Enable all options when an attribute is added.

 1293 Lyle	2008-10-27
      #326257: Label the SKU on the product page.

 1294 Lyle	2008-10-28 [merge]
      #292577: Merged changes from alpritt's patch.

 1295 Lyle	2008-10-28
      Use div instead of span for sell prices in product teasers.

 1296 Lyle	2008-10-28
      When constructing serialized PHP data, we require the number of bytes used, not the number of characters in the string. Add String.prototype.bytes() to handle this.

 1297 Lyle	2008-10-28
      (zmove) Make the fields settings form extensible with hook_form_alter().

 1298 Lyle	2008-10-28
      #246456: Fix uc_stock.ca.inc to use the right order entity. Also, fix uc_stock_help().

 1299 Lyle	2008-10-29
      Take out half of the temporary workaround from #266786. Leaving it in 1.x means having to reclaim the products during a Drupal 5 to 6 upgrade.

 1300 Lyle	2008-10-29
      #327440: (cha0s) Fix old version of url().

 1301 Lyle	2008-10-29
      Confirmation forms for deleting taxonomy terms were somehow getting shipping information added in. Added more checks to the hook_form_alter() to prevent that.

 1302 Lyle	2008-10-29
      u#7248: Make dealing with orphaned products more intuitive.

 1303 Lyle	2008-10-30
      #312684: Set the address formats of Andorra and Argentina to the right countries.

 1304 Lyle	2008-10-30
      #327470: (gn0rt0n) Extra comma in JS object broke the order total preview in checkout.

 1305 Lyle	2008-10-30
      #302105: Taxonomy is now revisioned data. Join on version id rather than node id.

 1306 Lyle	2008-10-31
      #327829: Goofy typo fixed.

 1307 Lyle	2008-10-31
      Remove the Price label from the teaser view of products.

 1308 Lyle	2008-10-31
      Check all the right permissions on attribute tabs for products.

 1309 Ryan	2008-10-31
      Removing an instance of uc_get_zone_ids() and updating the store e-mail field back to 128 characters.

 1310 Lyle	2008-10-31
      Notification emails don't check filter permissions. The filter is set in Conditional Actions, and the permissions are checked then.

 1311 Lyle	2008-10-31
      Minor correction ot the predicate category.

 1312 Lyle	2008-11-03
      #329029 by alpritt: Changed cart products on checkout form to a value instead of hidden type.

 1313 Lyle	2008-11-03
      #328659 by Island Usurper: Use output filters in the presentation layer, not the data layer. This prevents using check_plain() more than once.

 1314 Lyle	2008-11-03
      Adding in some old .cif files. Thanks to all the contributors.

 1315 Lyle	2008-11-03
      Allow for gift certificates and coupons in the new-order notifications. And the GCO account age units are now days instead of months....

 1316 Lyle	2008-11-03
      Gah, forgot about the China cif.

 1317 Lyle	2008-11-03
      Fixed JS setting for collapsing the cart block.

 1318 Lyle	2008-11-03
      u#6802 by mcneelycorp: Add fields to the quotes cart pane to allow shipping quotes to be estimated there.

 1319 Lyle	2008-11-03
      Move the ca_predicate hook to the .module file.

Revision 1.9.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 21:26:37 2008 UTC (12 months, 3 weeks ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.9.2.8: +24 -15 lines
Diff to previous 1.9.2.8 , to branch point 1.9
Bulk update for 1.6 release.

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: +36 -4 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.9.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 15:47:57 2008 UTC (13 months, 2 weeks ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.9.2.7: +34 -1 lines
Diff to previous 1.9.2.7 , to branch point 1.9
Bulk update for 1.5 release.

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 21:38:43 2008 UTC (14 months, 1 week ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.9.2.6: +32 -6 lines
Diff to previous 1.9.2.6 , to branch point 1.9
Bulk update for 1.4 release.

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 11 14:43:47 2008 UTC (14 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.10: +34 -8 lines
Diff to previous 1.10
1193 Lyle	2008-08-16
      Take out a spurious dpm() call.

 1194 Ryan	2008-08-16
      Commenting out some dpm()'s.

 1195 Ryan	2008-08-16
      Commenting out required condition fields to decide if we really need them.

 1196 Ryan	2008-08-16
      More movement on adding conditions to predicates... might be a little buggy atm.

 1197 Lyle	2008-08-22
      Use node_body_field() to get all of the usual node functionality in the product body field.

 1198 Lyle	2008-08-22
      Remove the Views 1 functions.

 1199 Lyle	2008-08-22
      Handle the product lists when there are no products. #287336

 1200 Lyle	2008-09-02
      Remove instructions to select a payment method if there is only one option.

 1201 Lyle	2008-09-02
      Tax settings menu description (#299400) and checkboxes default values (#299402). Thanks, webchick.

 1202 Lyle	2008-09-02
      #298364: Change form redirects for attribute options. Add messages to screen and watchdog.

 1203 Ryan	2008-09-03
      Adding a check to tapir for empty rows...

 1204 Lyle	2008-09-03
      Missed a $form_state in the tax delete form.

 1205 Lyle	2008-09-04
      Use CCK API to check the existence of an image field on product kits.

 1206 Lyle	2008-09-05
      Halfway done deprecation of uc_notify into a conditional action for uc_order and uc_cart. Need to get it out of the way for the next commit.

 1207 Lyle	2008-09-05
      Prevent anonymous users from seeing any order.

 1208 Lyle	2008-09-08
      #304947: Display an accurate count of orphaned products in the store status area.

 1209 Lyle	2008-09-08
      #304984: Give proper access to packages and shipment links from various pages.

 1210 Lyle	2008-09-08 [merge]
      Commit changes from D5 version as of last month. Note that Authorize.net module has been completely rewritten, but not yet ported to D6.

 1211 Lyle	2008-09-09
      #304362: Update the product permissions to be like other node permissions.

 1212 Lyle	2008-09-10
      d#306533 -- Use drupal_urlencode() and Drupal.encodeURIComponent() to handle mod_rewrite errors.

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 22:22:47 2008 UTC (15 months, 4 weeks ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-3-RC-1
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: +72 -36 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: +48 -28 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]
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, DRUPAL-5--1-0-BETA-6, DRUPAL-5--1-0-BETA-7
Changes since 1.9.2.2: +2 -4 lines
Diff to previous 1.9.2.2 , to branch point 1.9
Bulk update for beta 5.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 22:19:34 2008 UTC (22 months ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA-3, DRUPAL-5--1-0-BETA-4
Changes since 1.9.2.1: +7 -1 lines
Diff to previous 1.9.2.1 , to branch point 1.9
Bugfixes and additions for beta 3.

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-BETA1, DRUPAL-5--1-0-BETA2
Changes since 1.9: +27 -15 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: +2 -2 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 18:11:58 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: +1 -1 lines
Diff to previous 1.7
Mass update for Alpha 7d.

Revision 1.7 - (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
Changes since 1.6: +0 -0 lines
Diff to previous 1.6
Removing files properly that should have been dead a release or two ago.

Revision 1.6 - (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.5: +20 -7 lines
Diff to previous 1.5
Mass update for Ubercart Alpha 7c.

Revision 1.5 - (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.4: +4 -4 lines
Diff to previous 1.4
Mass update for Alpha 7.

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, DRUPAL-5--1-0-ALPHA-6B, DRUPAL-5--1-0-ALPHA-6C
Changes since 1.3: +19 -10 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]
Tue Apr 10 16:21:24 2007 UTC (2 years, 7 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-5
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Alpha 5 upload with installation fixes, bugfixes, and brand-spanking new country import files. See http://www.ubercart.org/news/apr-10-2007/alpha_5_alive for more information.

Revision 1.2 - (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
Changes since 1.1: +28 -7 lines
Diff to previous 1.1
Upload to get Alpha 4 out the door.

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, DRUPAL-5--1-0-ALPHA-2, DRUPAL-5--1-0-ALPHA-3
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