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

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

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


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

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 14:37:18 2009 UTC (4 months 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.2.2.1: +22 -5 lines
Diff to previous 1.2.2.1 , 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.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 21 21:17:26 2008 UTC (12 months 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, DRUPAL-6--2-0-RC1, DRUPAL-6--2-0-RC2, DRUPAL-6--2-0-RC3
Changes since 1.2: +124 -2 lines
Diff to previous 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.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 22:22:43 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, DRUPAL-5--1-7, DRUPAL-5--1-8, DRUPAL-5--1-9
Changes since 1.2.4.1: +8 -0 lines
Diff to previous 1.2.4.1 , to branch point 1.2
Merging changes to DRUPAL-5 branch; trying to fix stuff... :-/

Revision 1.2.4.1
Thu Jul 10 12:41:01 2008 UTC (16 months, 2 weeks ago) by rszrama
Branch: DRUPAL-5
Changes since 1.2: +0 -8 lines
FILE REMOVED
file uc_file.js was added on branch DRUPAL-5 on 2008-07-29 22:22:43 +0000

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

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 22:22:39 2008 UTC (21 months, 2 weeks ago) by rszrama
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-BETA-5, DRUPAL-5--1-0-BETA-6, DRUPAL-5--1-0-BETA-7, DRUPAL-5--1-0-RC-1, DRUPAL-5--1-0-RC-2, DRUPAL-5--1-0-RC-3, DRUPAL-5--1-0-RC-4, DRUPAL-5--1-0-RC-5
Bulk update for beta 5.

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