/[drupal]/contributions/modules/ubercart/uc_cart/uc_cart_checkout_pane.inc
ViewVC logotype

Log of /contributions/modules/ubercart/uc_cart/uc_cart_checkout_pane.inc

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.5.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 21:27:55 2009 UTC (3 months, 1 week 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.5.2.9: +13 -13 lines
Diff to previous 1.5.2.9 , to branch point 1.5
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.5.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 23 18:47:06 2009 UTC (4 months ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.5.2.8: +2 -8 lines
Diff to previous 1.5.2.8 , to branch point 1.5
2009-07-23
Changes since Ubercart 6.x-2.x-dev 2009-07-21 (-r 1865..1870):

Fix ending whitespace and line endings.
Remove useless messages to the user.
#527420 by mikejoconnor: Add uc_stock_set() API function.
#513696 by sammys, Island Usurper: Unify the way product descriptions are generated.
#521378 by sammys, Island Usurper: Add uc_form_alter() and implement it on the 'add to cart' and 'add product to order' forms. Change uc_attribute to use hook_uc_form_alter().

Revision 1.5.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 14:37:20 2009 UTC (4 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.5.2.7: +8 -1 lines
Diff to previous 1.5.2.7 , to branch point 1.5
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.5.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 8 12:56:50 2009 UTC (4 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.5.2.6: +2 -2 lines
Diff to previous 1.5.2.6 , to branch point 1.5
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.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 18:38:03 2009 UTC (6 months, 3 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC3
Changes since 1.5.2.5: +5 -0 lines
Diff to previous 1.5.2.5 , to branch point 1.5
Changes since Ubercart 6.x-2.0-rc2:

#448236 by jhenjuto: Only call uc_cart_get_contents() once on checkout.
#448254 by Island Usurper: Fix uc_order_update_6008(). Batch was always running on the same set of orders.
Move order update 6008 to 6010 so it will be reapplied to sites that missed it during rc2.
#449470 by Norbert Poellmann: Include attribute label in GROUP BY columns as needed.
#449122 by Island Usurper: Correctly state the cart block visibility settings in the cart overview.
u5218 by RoloDMonkey: Remove IIS SSL errors from watchdog based on the correct column.
#449688 by Island Usurper: Separate the price handler subject from the extra data that might be useful to handlers.

Revision 1.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 28 21:03:14 2009 UTC (6 months, 4 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC2
Changes since 1.5.2.4: +1 -1 lines
Diff to previous 1.5.2.4 , to branch point 1.5
Changes since Ubercart 6.x-2.0-rc1

<ul>
<li><a href="http://drupal.org/node/437268">437268-5</a> by sammys: function name and comment fix for recent attribute label feature.</li>
<li><a href="http://drupal.org/node/437928">437928</a> by sammys: Fix url from cart block summary to settings page.</li>
<li><a href="http://www.ubercart.org/node/10467">10467</a> by KingAndy: Delete variables when uninstalling uc_stock.</li>
<li><a href="http://drupal.org/node/439166">439166</a> by Island Usurper: Pass specified From address in settings form to drupal_mail() for the email invoice action.</li>
<li><a href="http://drupal.org/node/382486">382486</a> by Ryan: remove an unnecessary rebuild check on the order pane list function.</li>
<li><a href="http://drupal.org/node/439882">439882</a> by Ryan: fixed a variable name typo stopping PayPal Express Checkout payments.</li>
<li><a href="http://drupal.org/node/439982">439982</a> by TR: update PayPal currencies to latest accepted currencies list for both WPP and WPS.</li>
<li><a href="http://drupal.org/node/441194">441194</a> by jrust, Ryan: fix the query arguments for the order edit form product selector and disambiguate the variable names a bit.</li>
<li>Ryan: default checkout and order pane visibility to the pane settings instead of TRUE; previously did not accommodate panes that defaulted to disabled.</li>
<li><a href="http://drupal.org/node/442204">442204</a> by Island Usurper: Change theme_uc_price() to use a span (again), and tweak other uses of uc_price() to use the 'themed' revision as appropriate.</li>
<li><a href="http://drupal.org/node/442204">442204</a> by edegro: Fix XHTML validation errors in cart block and product images.</li>
<li><a href="http://drupal.org/node/437090">437090</a> by Island Usurper: Prevent further processing of UPS response after a 'Hard' or 'HardError' response.</li>
<li><a href="http://www.ubercart.org/node/10499">10499</a> by Lyle: Remove new user passwords from order data.</li>
<li><a href="http://drupal.org/node/445050">445050</a> by Island Usurper: Let product kits be saved correctly outside of form contexts.</li>
<li><a href="http://drupal.org/node/447306">447306</a> by Taran2l: Load attribute labels for product classes.</li>
<li><a href="http://drupal.org/node/394428">394428</a> by cha0s: Leave store logo token blank if there is no logo set.</li>
<li><a href="http://drupal.org/node/440806">440806</a> by Lyle: fix to only apply input format to invoice e-mails using textareas, not invoice templates.</li>
<li><a href="http://drupal.org/node/445596">445596</a> by jflesher, Ryan: fixing various undefined or improperly named variables.</li>
<li><a href="http://drupal.org/node/445596">445596</a> by Island Usurper: Fix uninitialized variables.</li>
<li>Removed the Recurring Fees module from core and placed it in contrib space at http://drupal.org/project/uc_recurring.</li>
</ul>

Revision 1.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 18 07:29:17 2009 UTC (7 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.5.2.3: +39 -5 lines
Diff to previous 1.5.2.3 , to branch point 1.5
Changes since Ubercart 6.x-2.0-beta6

d#399586 by cha0s, Ryan (rszrama), Lyle (Island Usurper): add a price handler system to core that can be leveraged by modules to alter and format prices displayed anywhere in Ubercart.  Huge thanks to cha0s for the bulk of the development and Al01 for early review and feedback.  : )
#369742 by Island Usurper: Key predicate locking off the trigger data as well as the predicates.
#399586-48 by cha0s: Move price revision flag to context.
#399586 by Island Usurper: Implement uc_price() in most of core Ubercart.
#399586 by cha0s: Implement uc_price() in shipping modules.
#399586-54 by cha0s: Changes to comment documentation.
#434532 by Island Usurper: Fix logic to avoid calling uc_product_is_product() in the store footer when uc_product is not enabled.
#435102 by Island Usurper: Delete product options with arguments in the right order.
d#399586 by Island Usurper, rszrama: payment module price implementation and updates to uc_price() to include formatted and themed original prices; also fix to original value.
#399586 by Island Usurper: Implement *-original price revisions. Other improvements in previously integrations.
u#10426 by cmyers: add an order ID and link to failed payment watchdog messages.
d#426084 by univate, cha0s: fix to allow multiple role promotions on an order.
Turn off the cart link message by default.
d#433490 by Garrett Albright: use HTML entity &times; instead of x for cart product quantities.
d#427734 by Lyle: updates to discounting and messaging related to mutable product kits.
d#431140 by cha0s: fix order user name condition to avoid failing for anonymous or non-existent users.
d#404174 by Lyle: Postgres update patch.
d#437268 by sammys, Lyle: add the possibility for an attribute label separate from the attribute name on add to cart forms.

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 20:18:41 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, DRUPAL-6--2-0-BETA4, DRUPAL-6--2-0-BETA5, DRUPAL-6--2-0-BETA6
Changes since 1.5.2.2: +37 -35 lines
Diff to previous 1.5.2.2 , to branch point 1.5
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.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 21:13:21 2008 UTC (12 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.5.2.1: +1 -1 lines
Diff to previous 1.5.2.1 , to branch point 1.5
1320 Lyle	2008-11-04
      #329790 by cha0s: Fixed uc_stock_ca_predicate().

 1321 Lyle	2008-11-04
      #328680 by cha0s: Make attributes and option lists draggable to sort them.

 1322 Ryan	2008-11-05
      Changes merged from UC 1.6.

 1324 Ryan	2008-11-05
      Adding some comments and tweaking some messages.

 1333 Ryan	2008-11-05
      Changes merged from UC 1.6; Vietnam, Antiqua and Barbuda added thanks to Insurrectus.

 1335 Ryan	2008-11-05
      Fixing some .cif files for the auto_increment zone_id and fixing a bug on the country import form.

 1336 Ryan	2008-11-05
      Code cleanup based on code review.

 1337 Lyle	2008-11-06
      Revert 1312 (#329029), since it breaks taxes and anything based on it.

 1338 Ryan	2008-11-06
      d#330497 by GA; include a customer view for a CoD delivery date.

 1339 Ryan	2008-11-06
      d#330218 by GA; include addresses without postal codes in the address book.

 1340 Ryan	2008-11-07
      d#330624 by rwohleb; properly save and use the weight unit setting in a product weight condition.

 1341 Ryan	2008-11-07
      Fixing display of information on user profiles.

 1342 Ryan	2008-11-07
      Initial port of Auth.Net module to D6 along with a fix in the credit module for a changed form paramater.

 1343 Ryan	2008-11-07
      Splitting the Auth.Net module up into menu based file includes; reverting drupal_urlencode() to urlencode() for payment posting.

 1344 Lyle	2008-11-07
      u#7393 by Lyle: Use the right name for the scale action.

 1345 Ryan	2008-11-07
      Changes to access functions for a few recurring fee related menu items.

 1346 Ryan	2008-11-07
      Tweaking some watchdog messages and making sure ca is a dependency.

 1347 Lyle	2008-11-07
      Coding standards clean up.

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 14:47:54 2008 UTC (13 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
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.4.2.11 - (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, DRUPAL-5--1-6, DRUPAL-5--1-7, DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.4.2.10: +1 -1 lines
Diff to previous 1.4.2.10 , to branch point 1.4 , to next main 1.5
Bulk update for 1.5 release.

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

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

Revision 1.4.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 16 20:30:51 2008 UTC (18 months, 1 week ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-RC-5, DRUPAL-5--1-1, DRUPAL-5--1-2
Changes since 1.4.2.8: +4 -2 lines
Diff to previous 1.4.2.8 , to branch point 1.4
Bulk update for RC 5.

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

Revision 1.4.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 20:45:11 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.4.2.6: +18 -17 lines
Diff to previous 1.4.2.6 , to branch point 1.4
Bulk update for RC 1.

Revision 1.4.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 21:01:12 2008 UTC (20 months, 2 weeks ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA-7
Changes since 1.4.2.5: +2 -3 lines
Diff to previous 1.4.2.5 , to branch point 1.4
Bulk update for Beta 7.

Revision 1.4.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 25 21:11:36 2008 UTC (21 months ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA-6
Changes since 1.4.2.4: +12 -1 lines
Diff to previous 1.4.2.4 , to branch point 1.4
Bulk update for Beta 6.

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

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 22:19:33 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.4.2.2: +12 -2 lines
Diff to previous 1.4.2.2 , to branch point 1.4
Bugfixes and additions for beta 3.

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 21:56:53 2008 UTC (22 months, 1 week ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA-2, DRUPAL-5--1-0-BETA2
Changes since 1.4.2.1: +10 -4 lines
Diff to previous 1.4.2.1 , to branch point 1.4
Bugfixes and additions for beta 2.

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

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 5 20:31:57 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.3: +120 -22 lines
Diff to previous 1.3
Bulk update for Alpha 8.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 18:11:56 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.2: +31 -27 lines
Diff to previous 1.2
Mass update for Alpha 7d.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 17:43:44 2007 UTC (2 years, 1 month ago) by rszrama
Branch: MAIN
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Removing files properly that should have been dead a release or two ago.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 13 15:57:16 2007 UTC (2 years, 2 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-7C
Mass update for Ubercart Alpha 7c.

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