/[drupal]/contributions/modules/ubercart/uc_order/uc_order_order_pane.inc
ViewVC logotype

Log of /contributions/modules/ubercart/uc_order/uc_order_order_pane.inc

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


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

Revision 1.5.2.3
Wed Oct 15 14:47:35 2008 UTC (13 months, 1 week ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.5.2.2: +1 -1 lines
FILE REMOVED
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.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 11 14:43:46 2008 UTC (14 months, 2 weeks ago) by islandusurper
Branch: DRUPAL-6--2
Changes since 1.5.2.1: +6 -0 lines
Diff to previous 1.5.2.1 , to branch point 1.5
1193 Lyle	2008-08-16
      Take out a spurious dpm() call.

 1194 Ryan	2008-08-16
      Commenting out some dpm()'s.

 1195 Ryan	2008-08-16
      Commenting out required condition fields to decide if we really need them.

 1196 Ryan	2008-08-16
      More movement on adding conditions to predicates... might be a little buggy atm.

 1197 Lyle	2008-08-22
      Use node_body_field() to get all of the usual node functionality in the product body field.

 1198 Lyle	2008-08-22
      Remove the Views 1 functions.

 1199 Lyle	2008-08-22
      Handle the product lists when there are no products. #287336

 1200 Lyle	2008-09-02
      Remove instructions to select a payment method if there is only one option.

 1201 Lyle	2008-09-02
      Tax settings menu description (#299400) and checkboxes default values (#299402). Thanks, webchick.

 1202 Lyle	2008-09-02
      #298364: Change form redirects for attribute options. Add messages to screen and watchdog.

 1203 Ryan	2008-09-03
      Adding a check to tapir for empty rows...

 1204 Lyle	2008-09-03
      Missed a $form_state in the tax delete form.

 1205 Lyle	2008-09-04
      Use CCK API to check the existence of an image field on product kits.

 1206 Lyle	2008-09-05
      Halfway done deprecation of uc_notify into a conditional action for uc_order and uc_cart. Need to get it out of the way for the next commit.

 1207 Lyle	2008-09-05
      Prevent anonymous users from seeing any order.

 1208 Lyle	2008-09-08
      #304947: Display an accurate count of orphaned products in the store status area.

 1209 Lyle	2008-09-08
      #304984: Give proper access to packages and shipment links from various pages.

 1210 Lyle	2008-09-08 [merge]
      Commit changes from D5 version as of last month. Note that Authorize.net module has been completely rewritten, but not yet ported to D6.

 1211 Lyle	2008-09-09
      #304362: Update the product permissions to be like other node permissions.

 1212 Lyle	2008-09-10
      d#306533 -- Use drupal_urlencode() and Drupal.encodeURIComponent() to handle mod_rewrite errors.

Revision 1.4.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 22:22:44 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.4.2.8: +0 -0 lines
Diff to previous 1.4.2.8 , to branch point 1.4 , to next main 1.5
Merging changes to DRUPAL-5 branch; trying to fix stuff... :-/

Revision 1.5.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.5: +1 -1 lines
Diff to previous 1.5
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.5 - (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.4: +303 -189 lines
Diff to previous 1.4
Begin the Ubercart 6.x-2.x branch.

Revision 1.4.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 20:33:21 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.4.2.7: +1 -0 lines
Diff to previous 1.4.2.7 , to branch point 1.4
Bulk update for 1.0 release.

Revision 1.4.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 19:38:09 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.4.2.6: +14 -13 lines
Diff to previous 1.4.2.6 , to branch point 1.4
Bulk update for RC 3.

Revision 1.4.2.6 - (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.4.2.5: +23 -20 lines
Diff to previous 1.4.2.5 , to branch point 1.4
Bulk update for RC 1.

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

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

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

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

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

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

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

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

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

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

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2