Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
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.
Bulk update for 1.6 release.
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.
Merging changes to DRUPAL-5 branch; trying to fix stuff... :-/
Begin the Ubercart 6.x-2.x branch.
Bugfixes and additions for beta 2.
Bulk update for Ubercart 1.0 beta 1.
Bulk update for Alpha 8.
Removing files properly that should have been dead a release or two ago.
Mass update for Ubercart Alpha 7c.
Mass update for Alpha 6c.
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |