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

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

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


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

Revision 1.9.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 21 19:40:27 2009 UTC (4 weeks, 5 days ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-1, DRUPAL-6--2-2
Changes since 1.9.2.7: +21 -1 lines
Diff to previous 1.9.2.7 , to branch point 1.9
2009-10-21
Changes since Ubercart 6.x-2.x-dev 2009-10-20 (-r 2000..2001):

#550802 by Island Usurper: Update product kits in the cart when an identical one is added.
d#610664 by Island Usurper: fix the country_id column in uc_countries to be an integer without auto_increment.

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 14:37:21 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, DRUPAL-6--2-0-RC7
Changes since 1.9.2.6: +27 -0 lines
Diff to previous 1.9.2.6 , to branch point 1.9
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.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 7 20:52:28 2009 UTC (6 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC3
Changes since 1.9.2.5: +13 -0 lines
Diff to previous 1.9.2.5 , to branch point 1.9
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.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 28 21:03:14 2009 UTC (6 months, 3 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC2
Changes since 1.9.2.4: +13 -0 lines
Diff to previous 1.9.2.4 , to branch point 1.9
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.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 18 07:29:16 2009 UTC (7 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-RC1
Changes since 1.9.2.3: +13 -0 lines
Diff to previous 1.9.2.3 , to branch point 1.9
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.8.2.10 - (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, DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.8.2.9: +1 -1 lines
Diff to previous 1.8.2.9 , to branch point 1.8 , to next main 1.9
Bulk update for 1.7 release.

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 15:20:37 2008 UTC (11 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3, DRUPAL-6--2-0-BETA4, DRUPAL-6--2-0-BETA5, DRUPAL-6--2-0-BETA6
Changes since 1.9.2.2: +1 -1 lines
Diff to previous 1.9.2.2 , to branch point 1.9
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.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 14:47:39 2008 UTC (13 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.9.2.1: +14 -43 lines
Diff to previous 1.9.2.1 , to branch point 1.9
1224 Ryan	2008-09-22
      Adding ignore rules for Mac .DS_Store files.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

 1251 Lyle	2008-10-06
      Use PHP tags.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Revision 1.8.2.7 - (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.8.2.6: +8 -8 lines
Diff to previous 1.8.2.6 , to branch point 1.8
Bulk update for RC 5.

Revision 1.8.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 19:38:12 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.8.2.5: +0 -0 lines
Diff to previous 1.8.2.5 , to branch point 1.8
Bulk update for RC 3.

Revision 1.8.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 31 20:45:13 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.8.2.4: +6 -6 lines
Diff to previous 1.8.2.4 , to branch point 1.8
Bulk update for RC 1.

Revision 1.8.2.4 - (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.8.2.3: +8 -8 lines
Diff to previous 1.8.2.3 , to branch point 1.8
Bulk update for Beta 7.

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

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

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

Revision 1.8 - (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
Changes since 1.7: +18 -2 lines
Diff to previous 1.7
Bulk update for Alpha 8.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 18:11:58 2007 UTC (2 years, 1 month ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-7D, DRUPAL-5--1-0-ALPHA-7E
Changes since 1.6: +1 -0 lines
Diff to previous 1.6
Mass update for Alpha 7d.

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

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

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

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 10 16:21:23 2007 UTC (2 years, 7 months ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-ALPHA-5
Changes since 1.2: +51 -174 lines
Diff to previous 1.2
Alpha 5 upload with installation fixes, bugfixes, and brand-spanking new country import files. See http://www.ubercart.org/news/apr-10-2007/alpha_5_alive for more information.

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

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

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

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2