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

Log of /contributions/modules/ubercart/uc_googleanalytics/uc_googleanalytics.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.5.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 23 19:14:42 2009 UTC (2 months ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.5.2.7: +11 -7 lines
Diff to previous 1.5.2.7 , to branch point 1.5 , to next main 1.6
Batch committing changes since 1.7, see the release notes for 1.8 for a changelog.

Revision 1.6.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
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.6.2.7: +2 -4 lines
Diff to previous 1.6.2.7 , to branch point 1.6
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.6.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 13:44:33 2009 UTC (9 months, 3 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA4, DRUPAL-6--2-0-BETA5, DRUPAL-6--2-0-BETA6, DRUPAL-6--2-0-RC1, DRUPAL-6--2-0-RC2, DRUPAL-6--2-0-RC3
Changes since 1.6.2.6: +10 -7 lines
Diff to previous 1.6.2.6 , to branch point 1.6
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.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 20:31:26 2009 UTC (10 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA3
Changes since 1.6.2.5: +143 -112 lines
Diff to previous 1.6.2.5 , to branch point 1.6
Changes since Ubercart 6.x-2.x-beta2 (-r 1468..1495)

u#8254 by Lyle: Return empty arrays from update functions when no queries are needed.
#354096 by Island Usurper: Don't create catalog path aliases for non-catalog vocabulary terms.
#304368 by cha0s: Rename the 'delete any order' permission to 'unconditionally delete orders'.
#348844 by cha0s: Rearrange logic of granting delete permission for orders to be more correct.
#344890 by cha0s: Get reports to take the timezone settings into account.
#352935 by cha0s: Remove unused CSS rules.
u#8283 by Jody Lynn: Remove extraneous setting on the file renew action.
u#8158 by Lyle: Notice the difference between the variable names and the function names for USPS services.
d#304377 - update order creation menu items to use the create orders permission.
u#350250 by Island Usurper: Handle product lists better when imagecache isn't present.
#348572 by cha0s: Add help text to report pages.
dpm() removed.
Conditional actions doesn't allow non-standard submit functions for its condition and action forms, so remove them.
d#356160 - Making sure the link to open invoices in new windows is good without clean URLs.
Full overhaul of UC GA module to include hooks for when to display tracking code and for modifying arguments used; clean-up of the API as well.
d#347931 - Finalizing work on UC GA with a coment on where the docs are on Google; done with this module for a while I believe.
#355086 by cha0s: Update sites to make 'thickbox' the default image pop-up module for product images.
u#8428 by Lyle: Summary overview JavaScript should respect the clean URL setting.
d#356723 by cha0s: fixing Clean URLs support on summary overviews.
Removing the outdated uc_quote_manufacturer_locations table from the Quote module install.
Making sure the module weight is 1 more than the normal Google Analytics module, not equal.
d#229333 by rszrama: fixes the behavior of the cart breadcrumb and continue shopping element.
u#579 by Lyle: Remove extra <tr> tags on the product options tab.
Adding documentation for new UC Google Analytics hooks - hook_ucga_display(), hook_ucga_item_alter(), and hook_ucga_trans_alter().
#359774 by ccurvey: Use the proper SQL placeholder types in the Postgres-specific query.
Include all possible UPS shipping methods.
#359776 by Island Usurper: Fix the packaged product counting query to be Postgres safe.
#339797 by Island Usurper: Abstract the image field name from the places Ubercart uses it.

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

Revision 1.6.2.5 - (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
Changes since 1.6.2.4: +0 -4 lines
Diff to previous 1.6.2.4 , to branch point 1.6
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.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 21:13:29 2008 UTC (12 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.6.2.3: +1 -1 lines
Diff to previous 1.6.2.3 , to branch point 1.6
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.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 21:11:32 2008 UTC (13 months ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.6.2.2: +3 -3 lines
Diff to previous 1.6.2.2 , to branch point 1.6
1269 Lyle	2008-10-15
      #298331: Use drupal_add_js() again because the cache bug was fixed.

 1270 Ryan	2008-10-16
      Fixing a bug when looking for fees attached to products on an order.

 1271 Ryan	2008-10-17
      Small fix to receiving checks and applied jmassheader's idea for a permission for users to view their own orders.

 1272 Lyle	2008-10-20
      Use Unix line endings, even in .inc files.

 1273 Lyle	2008-10-21
      Use the form values instead of form state in hook_add_to_cart_data(). (cha0s)

 1274 Lyle	2008-10-22
      u#7067: zmove's patch to put attribute data in the node when it is loaded.

 1275 Lyle	2008-10-22
      Rearrange settings forms and list the currencies that Google Checkout accepts in the format settings form.

 1276 Ryan	2008-10-22
      Porting a fix to the form alter from the 5.x branch.

 1277 Lyle	2008-10-22
      u#7033: Make sure that UPS packages are at least 1lb or kg.

 1278 Lyle	2008-10-23
      u#6994: Major code cleanup by cha0s. Added the primary key back so features can be edited again.

 1279 Lyle	2008-10-23
      _uc_cart_product_get_options() is used in several places, so we have to undo the API change introduced by 1274. This is simply done by moving the node_load() call inside the function instead of using a second parameter.

 1280 Ryan	2008-10-23
      d#323797 - Patch by alpritt to tweak the review order page.

 1281 Ryan	2008-10-23
      Fixing the submit order throbber for D6... was a straight merge before that didn't work.

 1282 Lyle	2008-10-23
      Admin notifications of new orders.

 1283 Ryan	2008-10-23
      Fixes to copying of addresses on the checkout form for country and zone select lists.

 1284 Ryan	2008-10-24
      Fixing minor spelling mistake in a variable name for default payment message.

 1285 Lyle	2008-10-24
      Add generic order email action to take care of order updates.

 1286 Lyle	2008-10-24
      Combine customer and admin emails into one predicate.

 1287 Lyle	2008-10-24
      Fixed typos.

 1288 Lyle	2008-10-24
      Turns out we need that format for emailing invoices.

 1289 Ryan	2008-10-24
      Tweaking some text and fixing some .cif files per d#310303.

 1290 Lyle	2008-10-24
      Add @file to ca.install.

 1291 Lyle	2008-10-24
      Remove uc_notify.

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 14:48:01 2008 UTC (13 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.6.2.1: +1 -1 lines
Diff to previous 1.6.2.1 , to branch point 1.6
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.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 22:22:43 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, DRUPAL-5--1-5, DRUPAL-5--1-6
Changes since 1.5.2.5: +0 -0 lines
Diff to previous 1.5.2.5 , to branch point 1.5
Merging changes to DRUPAL-5 branch; trying to fix stuff... :-/

Revision 1.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 25 20:56:51 2008 UTC (16 months ago) by rszrama
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2
Changes since 1.5.2.4: +117 -68 lines
Diff to previous 1.5.2.4 , to branch point 1.5
Bulk update for 1.1 release; bugfixes and code-cleanup.

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 11 21:41:25 2008 UTC (16 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.6: +101 -54 lines
Diff to previous 1.6
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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 12:41:02 2008 UTC (16 months, 2 weeks ago) by islandusurper
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.5: +37 -27 lines
Diff to previous 1.5
Begin the Ubercart 6.x-2.x branch.

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

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

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 20:45:12 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.5.2.1: +11 -12 lines
Diff to previous 1.5.2.1 , to branch point 1.5
Bulk update for RC 1.

Revision 1.5.2.1 - (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, DRUPAL-5--1-0-BETA-5, DRUPAL-5--1-0-BETA-6, DRUPAL-5--1-0-BETA-7
Changes since 1.5: +9 -0 lines
Diff to previous 1.5
Bugfixes and additions for beta 3.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 5 20:31:58 2007 UTC (2 years ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-8, DRUPAL-5--1-0-BETA-2, DRUPAL-5--1-0-BETA1, DRUPAL-5--1-0-BETA2
Branch point for: DRUPAL-5
Changes since 1.4: +4 -3 lines
Diff to previous 1.4
Bulk update for Alpha 8.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 17:43:45 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.3: +0 -0 lines
Diff to previous 1.3
Removing files properly that should have been dead a release or two ago.

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

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 10 21:03:42 2007 UTC (2 years, 4 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-7B
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Bugfixes for Alpha 7b.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 6 21:47:54 2007 UTC (2 years, 4 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-7
Mass update for Alpha 7.

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