Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
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.
Changes since Ubercart 6.x-2.x-dev 2009-Feb-24 (-r 1602..1613) #337363 by zmove, cha0s, and Island Usurper: Add CA conditions for the order's user. u#9291 by markypoo: Use SimpleXML correctly to allow order updates to follow Google Checkout. #359544 by jhodgdon: Add tax information to tax line items and add a module to report on it. Remove unneeded index update that causes errors during upgrades to Drupal 6. #382674 by Island Usurper: Let "Blank line" products added to orders be taxed. d#372384 by Ryan: adding custom PHP condition and action for CA. d#379820 by Lyle: default image support abstracted out into API function for use by other projects. Style changes introduced in 1.x patch in #359544-30. #385678 by pebosi: Add HTML id to the checkout instructions. #362647-6, again. Missed the changes to uc_order.ca.inc the first time. #377064 by Island Usurper: Keep tax line items up to date in the database and on the $order object. #279611 by Island Usurper: Make attribute and stock permissions more granular.
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.
1413 Lyle 2008-12-09
Pass in a fully loaded user to the shipping quotes action.
1414 Lyle 2008-12-09
#298897 by webchick: Make the catalog vocabulary a single hierarchy to provide drag'n'drop ordering by default.
1415 Lyle 2008-12-09
u#7903: Fix E_WARNINGs in shipping quote form alters.
1416 Lyle 2008-12-09
u#7899: Make the shipping quote checkout pane customizable.
1417 Lyle 2008-12-10
#306632: Fix the error status message for the catalog.
1418 Lyle 2008-12-11 [merge]
Improvements by cha0s: CA actions for emailing notifications about roles, default overrides per product feature, and option for absolute expiration times.
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.
New, cleaned up roles code. Notifications in conditional actions.
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.
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.
Bulk update for 1.4 release.
Bazaar repository log (2008-06-22 to 2008-08-06):
1116 Lyle 2008-06-24
Adding schema description.
1117 Lyle 2008-06-24
Shipping quotes and a basic shipping method. First complicated use of conditional actions.
1118 Lyle 2008-06-24 [merge]
Merge in changes from 5.x-1.x fixes.
1119 Lyle 2008-06-24
Put the currency code setting back in, as a textfield this time.
1120 Lyle 2008-06-25
Minor fixes for default values and labels.
1121 Lyle 2008-06-25
Taxes ported to D6.
1122 Lyle 2008-06-27 [merge]
Updates from Ubercart 1.x.
1123 Lyle 2008-07-01
module_invoke_all() changed, so hook_shipping_type() doesn't work right any more. Temporary workaround until we think of something else.
1124 Lyle 2008-07-01
Need to translate data between the api functions. Helps things actually work.
1125 Lyle 2008-07-01
Port USPS module to Drupal 6.
1126 Lyle 2008-07-01
Minor coding standards fixes.
1127 Lyle 2008-07-02
Uninstall function and some functions to help convert Workflow-ng configurations.
1128 Ryan 2008-07-03
Adding in the summaries.inc and making changes to uc_store to accommodate it.
1129 Ryan 2008-07-03
Changing cart settings forms to use the new #summary attribute; still need to update checkout forms.
1130 Lyle 2008-07-07
Port the shipping module. Workaround breadcrumbs for the shipment and package pages underneath the local tasks for now.
1131 Lyle 2008-07-08
Move translation files to correct directories of previously ported modules.
1132 Lyle 2008-07-09
Fix some things found while porting uc_file: email header array, view order update form, feature tab form.
1133 Lyle 2008-07-09
Port uc_file to D6.
1134 Ryan 2008-07-09
Updating GA for Drupal 6 with AntoineSolutions' patch for updated GA code.
1135 Ryan 2008-07-09
Updating module dependencies.
1136 Ryan 2008-07-09
Updating a uc_add_js() call to accomodate the D6 footer restriction.
1137 Ryan 2008-07-10
Fixing order delete form and hook_theme().
1138 Ryan 2008-07-10
Removing an unused function... uc_numeric_validate().
1139 Ryan 2008-07-10
Moving the Authorize.net module over to D6. Tests show a connection to Auth.net, though all my transactions fail. :)
1140 Ryan 2008-07-10
Adding menu callback for sorting orders by order status.
1141 Ryan 2008-07-10
Committing D6 version of CyberSource module.
1142 Ryan 2008-07-10
Getting rid of my old demo HOP.php.
1143 Ryan 2008-07-10
Committing D6 version of 2Checkout.
1144 Ryan 2008-07-10
Committing the D6 version of the PayPal module. Will need some thorough testing... a shame PayPal's sandbox is SLOW.
1145 Ryan 2008-07-10
Minor comment tweaks.
1146 Ryan 2008-07-10
Fixing a bug I fixed on the D5 branch w/ the checkout message for logged in users.
1147 Ryan 2008-07-10
Minor bugfixes and watchdog() updates.
1148 Ryan 2008-07-10
Fixing one last url() call.
1149 Ryan 2008-07-11
Committing D6 version of reports thanks to nickurban!
1150 Lyle 2008-07-11
Go through and fix the problems coder.module finds. uc_product still has problems relating to CCK and Views integration.
1151 Ryan 2008-07-11
Tweaking the overview table display and accommodating the lack of db_next_id().
1152 Ryan 2008-07-11
Adding in the CSS file for ca.module.
1153 Lyle 2008-07-11
Port of uc_stock to Drupal 6. Thanks, spydor.
1154 Lyle 2008-07-11
Quick WF-ng to CA conversion for stock. Needs testing over the weekend.
1155 Lyle 2008-07-11
Thanks to stell for porting the uc_cart_links module.
1156 Lyle 2008-07-11
Ignore CVS directories.
1157 Lyle 2008-07-11 [merge]
Merge changes in from the 5 branch.
1158 Lyle 2008-07-14
Forgot to change the file name in the include() directive as well.
1159 Ryan 2008-07-15
Committing Drupal 6 version of Recurring Fee module.
1160 Ryan 2008-07-15
Fixing bug in product feature delete form.
1161 Ryan 2008-07-15
Removing HTML entities from t() arguments.
1162 Lyle 2008-07-16
Use PHP 5's SimpleXML library for USPS.
1163 Lyle 2008-07-16
Port UPS to D6. Use SimpleXML.
1164 Lyle 2008-07-16
Some adjustments necessary to ship UPS packages. Not quite done.
1165 Lyle 2008-07-17
Finished the shipping API portations. Now able to get labels from UPS.
1166 Lyle 2008-07-22
Fix adding a new file product feature.
1167 Lyle 2008-07-22
Take out the old Views 1 integration. Views 2 will be available before too long.
1168 Lyle 2008-07-22
Roles ported. Emails should work without the uc_notify module, even though they'll be changed later.
1169 Lyle 2008-07-23
Switch the database update functions back to D5, since that's what they are used for. Delete variables during uninstall.
1170 Ryan 2008-07-24
W.I.P. conditional actions UI.
1171 Lyle 2008-07-25
Ported weight quote.
1172 Lyle 2008-07-25
Make just one trigger for tax actions. This should help organize the conditional actions page.
1173 Lyle 2008-07-25
Product kit ported. Needs testing still. Committing so it's easier to merge changes.
1174 Lyle 2008-07-25
Remove the repeater module from core.
1175 Lyle 2008-07-25 [merge]
Merge changes up to Ubercart 5.x-1.1.
1176 Lyle 2008-08-01 [merge]
Merging.
1177 Lyle 2008-08-04
Fix calls to url() that were added in by the previous merge.
1178 Lyle 2008-08-04
Automatically add a filefield called field_image_cache to product types when uc_product is enabled.
1179 Lyle 2008-08-05
Imagecache support added. I'm trusting the Imagecache module to update all of the deprecated_scale actions to the new scale action when it's ready.
Merging changes to DRUPAL-5 branch; trying to fix stuff... :-/
Bulk update for 1.1 release; bugfixes and code-cleanup.
Fix the adding of new file features. Remove Views 1 code from uc_product. Add the newly ported uc_roles. Thanks, stella.
Add ca.css and uc_stock.ca.inc to the repository.
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.
Begin the Ubercart 6.x-2.x branch.
Bulk update for RC 3.
Bulk update for RC 1.
Bulk update for Beta 7.
Bulk update for Beta 6.
Bulk update for beta 5.
Bulk update for Ubercart 1.0 beta 1.
Bulk update for Alpha 8.
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 |