/[drupal]/contributions/modules/ubercart/uc_roles/uc_roles.module
ViewVC logotype

Log of /contributions/modules/ubercart/uc_roles/uc_roles.module

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.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 23 19:14:43 2009 UTC (2 months ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.1.2.13: +1 -1 lines
Diff to previous 1.1.2.13 , to branch point 1.1 , to next main 1.2
Batch committing changes since 1.7, see the release notes for 1.8 for a changelog.

Revision 1.2.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 14:34:49 2009 UTC (2 months, 1 week 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.2.2.19: +66 -14 lines
Diff to previous 1.2.2.19 , to branch point 1.2
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.2.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 29 19:54:17 2009 UTC (4 months 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.2.2.18: +52 -16 lines
Diff to previous 1.2.2.18 , to branch point 1.2
2009-07-29
Changes since Ubercart 6.x-2.x-dev 2009-07-23 (-r 1871..1879):

Updating for the current UC version. ; )
#527960 by Island Usurper: Port uc_stock Views integration to 2.x.
Update the default predicate and add the ability to suppress messages that get displayed when roles are granted, revoked, etc.
E_ALL compliance for order saving functions for the purposes of SimpleTest.
#515726 by thill_: 42 new country import files.
d#533460 by lesmana: fix for displaying textfield attributes on cart products properly.
Ryan is now a Komodo IDE devotee.  Woohoo!  Adding an ignore line for Komodo project files.
u#12211 by Lyle: Make the flatrate method labels required, because they won't show up if they are blank.
#502382 by Island Usurper: PHP 5 syntax for the helper class to create the catalog block.

Revision 1.2.2.18 - (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.2.2.17: +36 -62 lines
Diff to previous 1.2.2.17 , to branch point 1.2
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.2.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 20:49:20 2009 UTC (6 months ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.2.2.16: +6 -6 lines
Diff to previous 1.2.2.16 , to branch point 1.2
Changes since Ubercart 6.x-2.0-rc3:

#457074 by Island Usurper: Remove third argument from uc_file_admin_files_form_action_validate().
u10813 by Lyle: Allow modules to provide a price alterer, filter, or both. As opposed to requiring both.
#457716 by Island Usurper: Imagefield moved the alt and title fields on me.
d#458020 by TR: fix display of authenticated cart duration.
d#456680 by neocheif: fix the hook implementation for when to display GA tracking code with 2Checkout.com.
#460186 by Jaza: Fix undefined variables.
u10881: Fix typo in old update.
#461656 by fmueller: Display price formatter description.
Ryan: simplify the product class delete confirm form code and language.
Altering product class form submission redirect and adding a message to it.
Make the validation of the role expirations a bit more user-friendly.
#466756 by xurizaemon: Fix 'attriubte' typo.
#401574 by Island Usurper: Use [title] as the default alt and title for product image fields if imagefield_tokens is enabled.
#466026 by cYu: Increase size of the cart_id.
#40060 by mariusilie, Island Usurper: Checkboxes for attributes!
#471922 by sammys: Use configurable text for Add to Cart column in product tables.
#474458 by joachim: Correct the United Kingdom's address format.
#326836 by longwave: Add missing counties for the United Kingdom.
#475076 by Island Usurper: Add markup to product descriptions through theme_uc_product_body().
#473852 by Island Usurper: Don't display the add to cart form in the product grid when the cart module is not enabled.

Revision 1.2.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 20:52:29 2009 UTC (6 months, 3 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC3
Changes since 1.2.2.15: +1 -1 lines
Diff to previous 1.2.2.15 , to branch point 1.2
Changes since Ubercart 6.x-2.x-dev (May 6, 2009 -r1739..1749):

u10745 by Lyle: Format the option costs and prices on the admin list of options.
#434852 by cha0s: Keep the stock tab only on product nodes (and not product kits).
#450508 by cha0s: Send role expiration notices and reminder to the user with the role, not to the current user.
#452652 by Island Usurper: Remove global cache variable as it caused conflicts.
#452546 by TR: Rename 'uc_notify_store_help_page' to 'uc_store_help_page'.
#452544 by TR: Remove module_exists('uc_notify') in uc_store.
#452518 by TR: Variable 'uc_store_url' is never set, so just use the default value.
#456668 by neochief: Send file download renewal message to watchdog() instead of drupal_set_message().
u10808 by Lyle: Use divs for addtocart and buyitnow views fields.
#351189 by Island Usurper: Revert menu paths to not include 'uc-'.

Revision 1.2.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 18 07:29:19 2009 UTC (7 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC1, DRUPAL-6--2-0-RC2
Changes since 1.2.2.14: +3 -3 lines
Diff to previous 1.2.2.14 , to branch point 1.2
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.2.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 2 21:01:47 2009 UTC (7 months, 3 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA6
Changes since 1.2.2.13: +1 -1 lines
Diff to previous 1.2.2.13 , to branch point 1.2
Changes since Ubercart 6.x-2.x-dev 2009-Mar-17 (-r 1640..1671)

#402640 by drimsun, cha0s: Use url() in pop-ups so other modules can modify them (particularly for translating).
#401578 by thill_, Island Usurper: Add more markup around product images for easier styling.
#396700 by cha0s: Avoid E_NOTICEs in hook_forms().
#356919 by cha0s: Prevent uc_currency_value from formatting a NULL value.
d#405550 and u#9650: fixing typos in recurring module.
u#9386 by Lyle: Display the setting to choose the image field for products.
u#9789 by Lyle: Fill in the company name for UPS shipments if necessary.
#374079 by cha0s: Handle numeric SKUs when collecting them through hook_uc_product_models().
u#9769 by Lyle: Filter HTML from attribute and option names in admin and product pages.
#409048 by Island Usurper: Set default node template for product classes to node-product.tpl.php.
u#9875 by Lyle: Check that order data matches selected shipping quote on checkout review page.
#412372 by cha0s: Let admins delete only one purchasable file.
#410542 by cha0s: Add markup to subcategories of catalog pages with products.
#409076 by stephthegeek: New, snazzy cart icons!
#412386 by cha0s: Batchify uc_file_update_6005() for those who sell LOTS of file downloads.
Minor clean-up and rewording in other and check payment methods.
d#404168 by longwave, rszrama: ensure an array for preparing fake order data for shipping quotes.
d#412610 by nadavoid: usability improvement to file downloads administration form.
d#396724 by adamo, cha0s: fix CC number preservation when CC data is truncated coming Back from the order review form.
#397834 by tcindie: Add hook_cart_item('remove').
#413972 by cha0s: Replace tokens in email 'From' address properly.
#412478 by Island Usurper: Always list the quote cart pane on the settings form.
#413930 by Island Usurper: Use 'display: inline;' for the shopping cart block title elements.
Minor fix to cart block CSS for IE compatibility.
u#10065 by Lyle: Use correct function signatures for l() on the packages page.
#351389 by cha0s: Add 'uc-' namespace to local tasks for Ubercart.
#418486 by mkalkbrenner: Allow TAPIr hooks to be invoked on table in uc_cart_view_form.
#420820 by Island Usurper: Update links to product kit content type and fields pages in the store status table.
#353001 by cha0s: Prevent orders from being edited by multiple people at the same time, like nodes do.
d#387888 by rszrama: use file_scan_directory() when listing invoice templates and allow for symlinked files.
#415996 by Island Usurper: Reference the correct fieldset on the node-type settings form.
#415996 by Island Usurper: Add images to product kits when they are enabled.

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 21:58:17 2009 UTC (9 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA4, DRUPAL-6--2-0-BETA5
Changes since 1.2.2.12: +46 -29 lines
Diff to previous 1.2.2.12 , to branch point 1.2
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.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 13:44:32 2009 UTC (9 months, 3 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.2.2.11: +3 -5 lines
Diff to previous 1.2.2.11 , to branch point 1.2
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.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 22:12:38 2009 UTC (10 months, 1 week ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7
Changes since 1.1.2.12: +25 -23 lines
Diff to previous 1.1.2.12 , to branch point 1.1
Bulk update for 1.7 release.

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 20:18:42 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.2.2.10: +75 -219 lines
Diff to previous 1.2.2.10 , to branch point 1.2
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.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 15:53:50 2008 UTC (11 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.2.2.9: +523 -380 lines
Diff to previous 1.2.2.9 , to branch point 1.2
1413 Lyle	2008-12-09
      Pass in a fully loaded user to the shipping quotes action.

 1414 Lyle	2008-12-09
      #298897 by webchick: Make the catalog vocabulary a single hierarchy to provide drag'n'drop ordering by default.

 1415 Lyle	2008-12-09
      u#7903: Fix E_WARNINGs in shipping quote form alters.

 1416 Lyle	2008-12-09
      u#7899: Make the shipping quote checkout pane customizable.

 1417 Lyle	2008-12-10
      #306632: Fix the error status message for the catalog.

 1418 Lyle	2008-12-11 [merge]
      Improvements by cha0s: CA actions for emailing notifications about roles, default overrides per product feature, and option for absolute expiration times.

Revision 1.2.2.9 - (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
Changes since 1.2.2.8: +2 -12 lines
Diff to previous 1.2.2.8 , to branch point 1.2
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.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 21 21:17:27 2008 UTC (12 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.2.2.7: +2 -2 lines
Diff to previous 1.2.2.7 , to branch point 1.2
1348 Ryan	2008-11-07
      d#330351 by Ryan; new account notifications were failing miserably due to changes in the mail API for D6; also fixed auto-login of new users.

 1349 Ryan	2008-11-07
      d#329228 by cha0s; update of IPN validation routine to use drupal_http_request().

 1350 Ryan	2008-11-07
      Added a path constant to the CA UI; updated taxes module to include usability improvements from UC 1.6.

 1351 Lyle	2008-11-10
      #332146 by robertDouglass: Fix E_ALL errors.

 1352 Ryan	2008-11-10
      d#332453 - fixing delete confirm form arguments bugs; reported by pebosi.

 1353 Lyle	2008-11-10
      #331172 by Island Usurper: Allow Ubercart to sell digital products through Google Checkout.

 1354 Lyle	2008-11-10
      u#6940 by cha0s: Rewrite of uc_file.

 1355 Lyle	2008-11-10
      Adjust the menu declaration of the notify settings.

 1356 Lyle	2008-11-11
      Add uc_file.ca.inc, which I forgot earlier.

 1357 Ryan	2008-11-11
      Updates to some function names and bugfixing for an admin link.

 1358 Lyle	2008-11-11
      Newlines are bad in t() calls.

 1359 Lyle	2008-11-11
      #328484 by Island Usurper: Fit the menu path for deleting flatrate methods into the limit on wildcard path lengths.

 1360 Lyle	2008-11-12
      u#6202: Push updates of products to the product kits that they are components of. Also, don't reset the component info when this happens either.

 1361 Lyle	2008-11-12
      Dimensions form needs it's theme registered.

 1362 Ryan	2008-11-12
      Fixing bugs related to the payment gateway summary; tweaking the form fields for the e-mail invoice action.

 1363 Ryan	2008-11-12
      Fix to default fieldset summary in summaries.inc; code clean-up in the product module to remove an unnecessary summary callback and a duplicate line in uc_product_form() reported by zmove.

 1364 Ryan	2008-11-12
      Cleanup of settings overview callback functions; finished commenting summaries.inc.

 1365 Ryan	2008-11-12
      Left an errant */ in the file.  Whoops.

 1366 Lyle	2008-11-13
      Remove dpm() calls.

 1367 Lyle	2008-11-13
      Fix taxes taxing taxes. Wasn't completely ported.

 1368 Lyle	2008-11-13
      #333085 by Island Usurper: Add product information as 'extra fields' for CCK to allow users to reorder the product node form.

 1369 Lyle	2008-11-13
      u#7460: Remove rendundant field from product settings.

 1370 Ryan	2008-11-13
      u#7516 - Completed update of TAPIr tables and updates to TAPIr itself; TAPIr functions moved into tapir.inc.

 1371 Lyle	2008-11-14
      Reorder product options so that the disabled options are on the bottom of the list.

 1372 Lyle	2008-11-17
      #334588 by AlexisWilke: Fix name of the variable table in uninstall functions.

 1373 Ryan	2008-11-18
      d#334231 by zmove; adding a missing theme function to the registry.

 1374 Lyle	2008-11-18
      Fix the product class condition.

 1375 Lyle	2008-11-18
      Enable the Catalog vocabulary for all product types when it's enabled.

 1376 Lyle	2008-11-18
      Forgot to add the shipping settings as a CCK extra field.

 1377 Ryan	2008-11-18
      Fixing a bug in user recurring fee saving thanks to Digital Dollhouse.

 1378 Lyle	2008-11-19
      #336055 by Island Usurper: Improve usability of attribute overview page.

 1379 Lyle	2008-11-19
      #318665 by Island Usurper: Remove UNSIGNED from numeric columns for Postgres support.

 1380 Lyle	2008-11-19
      Provide an actual theme function for attributes in the add to cart form.

 1381 Lyle	2008-11-20
      #321115 by naduid: Fix typo so we check the actual permissions for editing and deleting all products.

 1382 Lyle	2008-11-20
      u#7622: Add title and alt text to product images on catalog pages.

 1383 Lyle	2008-11-20
      Fix the machinablepackage flag logic.

 1384 Lyle	2008-11-21
      Adjust the weight of the body field on product node forms.

 1385 Lyle	2008-11-21
      Remove some dpm() calls.

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 21:13:26 2008 UTC (12 months, 3 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.2.2.6: +1 -1 lines
Diff to previous 1.2.2.6 , to branch point 1.2
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.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 21:06:47 2008 UTC (13 months ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.2.2.5: +642 -274 lines
Diff to previous 1.2.2.5 , to branch point 1.2
New, cleaned up roles code.

Notifications in conditional actions.

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 14:47:55 2008 UTC (13 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.2.2.4: +15 -233 lines
Diff to previous 1.2.2.4 , to branch point 1.2
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.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 21:38:42 2008 UTC (14 months, 1 week ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-6
Changes since 1.1.2.11: +1 -1 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Bulk update for 1.4 release.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 13:41:27 2008 UTC (15 months, 3 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.2.2.3: +0 -0 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Bazaar repository log (2008-06-22 to 2008-08-06):

 1116 Lyle	2008-06-24
      Adding schema description.

 1117 Lyle	2008-06-24
      Shipping quotes and a basic shipping method. First complicated use of conditional actions.

 1118 Lyle	2008-06-24 [merge]
      Merge in changes from 5.x-1.x fixes.

 1119 Lyle	2008-06-24
      Put the currency code setting back in, as a textfield this time.

 1120 Lyle	2008-06-25
      Minor fixes for default values and labels.

 1121 Lyle	2008-06-25
      Taxes ported to D6.

 1122 Lyle	2008-06-27 [merge]
      Updates from Ubercart 1.x.

 1123 Lyle	2008-07-01
      module_invoke_all() changed, so hook_shipping_type() doesn't work right any more. Temporary workaround until we think of something else.

 1124 Lyle	2008-07-01
      Need to translate data between the api functions. Helps things actually work.

 1125 Lyle	2008-07-01
      Port USPS module to Drupal 6.

 1126 Lyle	2008-07-01
      Minor coding standards fixes.

 1127 Lyle	2008-07-02
      Uninstall function and some functions to help convert Workflow-ng configurations.

 1128 Ryan	2008-07-03
      Adding in the summaries.inc and making changes to uc_store to accommodate it.

 1129 Ryan	2008-07-03
      Changing cart settings forms to use the new #summary attribute; still need to update checkout forms.

 1130 Lyle	2008-07-07
      Port the shipping module. Workaround breadcrumbs for the shipment and package pages underneath the local tasks for now.

 1131 Lyle	2008-07-08
      Move translation files to correct directories of previously ported modules.

 1132 Lyle	2008-07-09
      Fix some things found while porting uc_file: email header array, view order update form, feature tab form.

 1133 Lyle	2008-07-09
      Port uc_file to D6.

 1134 Ryan	2008-07-09
      Updating GA for Drupal 6 with AntoineSolutions' patch for updated GA code.

 1135 Ryan	2008-07-09
      Updating module dependencies.

 1136 Ryan	2008-07-09
      Updating a uc_add_js() call to accomodate the D6 footer restriction.

 1137 Ryan	2008-07-10
      Fixing order delete form and hook_theme().

 1138 Ryan	2008-07-10
      Removing an unused function... uc_numeric_validate().

 1139 Ryan	2008-07-10
      Moving the Authorize.net module over to D6. Tests show a connection to Auth.net, though all my transactions fail. :)

 1140 Ryan	2008-07-10
      Adding menu callback for sorting orders by order status.

 1141 Ryan	2008-07-10
      Committing D6 version of CyberSource module.

 1142 Ryan	2008-07-10
      Getting rid of my old demo HOP.php.

 1143 Ryan	2008-07-10
      Committing D6 version of 2Checkout.

 1144 Ryan	2008-07-10
      Committing the D6 version of the PayPal module.  Will need some thorough testing... a shame PayPal's sandbox is SLOW.

 1145 Ryan	2008-07-10
      Minor comment tweaks.

 1146 Ryan	2008-07-10
      Fixing a bug I fixed on the D5 branch w/ the checkout message for logged in users.

 1147 Ryan	2008-07-10
      Minor bugfixes and watchdog() updates.

 1148 Ryan	2008-07-10
      Fixing one last url() call.

 1149 Ryan	2008-07-11
      Committing D6 version of reports thanks to nickurban!

 1150 Lyle	2008-07-11
      Go through and fix the problems coder.module finds. uc_product still has problems relating to CCK and Views integration.

 1151 Ryan	2008-07-11
      Tweaking the overview table display and accommodating the lack of db_next_id().

 1152 Ryan	2008-07-11
      Adding in the CSS file for ca.module.

 1153 Lyle	2008-07-11
      Port of uc_stock to Drupal 6. Thanks, spydor.

 1154 Lyle	2008-07-11
      Quick WF-ng to CA conversion for stock. Needs testing over the weekend.

 1155 Lyle	2008-07-11
      Thanks to stell for porting the uc_cart_links module.

 1156 Lyle	2008-07-11
      Ignore CVS directories.

 1157 Lyle	2008-07-11 [merge]
      Merge changes in from the 5 branch.

 1158 Lyle	2008-07-14
      Forgot to change the file name in the include() directive as well.

 1159 Ryan	2008-07-15
      Committing Drupal 6 version of Recurring Fee module.

 1160 Ryan	2008-07-15
      Fixing bug in product feature delete form.

 1161 Ryan	2008-07-15
      Removing HTML entities from t() arguments.

 1162 Lyle	2008-07-16
      Use PHP 5's SimpleXML library for USPS.

 1163 Lyle	2008-07-16
      Port UPS to D6. Use SimpleXML.

 1164 Lyle	2008-07-16
      Some adjustments necessary to ship UPS packages. Not quite done.

 1165 Lyle	2008-07-17
      Finished the shipping API portations. Now able to get labels from UPS.

 1166 Lyle	2008-07-22
      Fix adding a new file product feature.

 1167 Lyle	2008-07-22
      Take out the old Views 1 integration. Views 2 will be available before too long.

 1168 Lyle	2008-07-22
      Roles ported. Emails should work without the uc_notify module, even though they'll be changed later.

 1169 Lyle	2008-07-23
      Switch the database update functions back to D5, since that's what they are used for. Delete variables during uninstall.

 1170 Ryan	2008-07-24
      W.I.P. conditional actions UI.

 1171 Lyle	2008-07-25
      Ported weight quote.

 1172 Lyle	2008-07-25
      Make just one trigger for tax actions. This should help organize the conditional actions page.

 1173 Lyle	2008-07-25
      Product kit ported. Needs testing still. Committing so it's easier to merge changes.

 1174 Lyle	2008-07-25
      Remove the repeater module from core.

 1175 Lyle	2008-07-25 [merge]
      Merge changes up to Ubercart 5.x-1.1.

 1176 Lyle	2008-08-01 [merge]
      Merging.

 1177 Lyle	2008-08-04
      Fix calls to url() that were added in by the previous merge.

 1178 Lyle	2008-08-04
      Automatically add a filefield called field_image_cache to product types when uc_product is enabled.

 1179 Lyle	2008-08-05
      Imagecache support added. I'm trusting the Imagecache module to update all of the deprecated_scale actions to the new scale action when it's ready.

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

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 23 14:03:32 2008 UTC (16 months ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.2.2.2: +164 -128 lines
Diff to previous 1.2.2.2 , to branch point 1.2
Fix the adding of new file features. Remove Views 1 code from uc_product. Add the newly ported uc_roles. Thanks, stella.

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 21 13:18:36 2008 UTC (16 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.2.2.1: +3 -3 lines
Diff to previous 1.2.2.1 , to branch point 1.2
Add ca.css and uc_stock.ca.inc to the repository.

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 11 21:41:26 2008 UTC (16 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.2: +0 -0 lines
Diff to previous 1.2
Code cleanup.

Ported modules:
* uc_2checkout
* uc_cart_links
* uc_cybersource
* uc_paypal
* uc_reports
* uc_stock

Merged in changes from 5.x-1.x branch:
* Adding back in a currency textfield.
* Count packaged products.
* Quote multiple packages with USPS correctly.
* Fix anonymous checkout and CC validation problems.
* Remove demo HOP.php file from uc_cybersource.

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

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 20:33:22 2008 UTC (17 months, 3 weeks ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1, DRUPAL-5--1-2
Changes since 1.1.2.9: +1 -1 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Bulk update for 1.0 release.

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

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 19:38:11 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.1.2.7: +41 -38 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Bulk update for RC 3.

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

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

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

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

Revision 1.1.2.3 - (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.1.2.2: +7 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Bugfixes and additions for beta 3.

Revision 1.1.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.1.2.1: +4 -4 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Bugfixes and additions for beta 2.

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

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 5 20:32:01 2007 UTC (2 years ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-8
Branch point for: DRUPAL-5
Bulk update for Alpha 8.

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