-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge to Master #34
Merge to Master #34
Commits on Apr 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e674eb7 - Browse repository at this point
Copy the full SHA e674eb7View commit details
Commits on Apr 19, 2017
-
Release 1.1.1 (reactioncommerce#2117)
* Show Sidebar shipping in checkout * Set actionView after payment checkout step * Hide sidebar on entry to profile page * Using publish-counts to record count of orders in order tabs * Add alert and checkout message when item quantities have been adjusted * Code cleanup * Add 'Show More' button for pagination (to be refined) * Update errors to include when cart is already full * Removing unnecessary subscription.ready from composer function * Modify orders cursor to use state instead; identify filter from 'show more' button * Actually deny when out of stock * Fix 'Show More' button functionality * Add more descriptive error messages * Using publish-counts to record count of orders in order tabs * Code cleanup * Add 'Show More' button for pagination (to be refined) * Removing unnecessary subscription.ready from composer function * Modify orders cursor to use state instead; identify filter from 'show more' button * Fix 'Show More' button functionality * Fix console error on Quantity * Fix PR arising issue on quantity * Using reactiveDict to store order limits * Using camelcase for naming * Passing filter to PaginatedOrders subscription for query builder in publish * Publishing order counts using Mongo aggregate pipeline * Clean up a few edge cases * Add i18n translations * Remove file changes different from development * Turns out I don't need this publication; it doesn't work well anyway because it doesn't return a Mongo cursor * Remove all references to addressbook.js * Set custom layout to override based on priority field (reactioncommerce#2023) * Set Custom layout to override based on priority field * Update existing priority field to use new default * Migrate existing priority fields * Fix audience schema to be array of Strings * Check before updating during migration * Add down migration and refactor * Add reaction packages with layouts to migrate * Method to aggregate order counts * fix createDefaultAdminUser behavior with users in the system * Resolve cart addition issue (reactioncommerce#2048) * Calling aggregate function in React container * Rewriting aggregate method to use wrapAsync * Returning Toplevel products as per scroll limit for non admin users fixes reactioncommerce#2029 (reactioncommerce#2063) * Refactor calling aggregate function in React container * Removing unnecessary order subscriptions in order template * Removing unnecessary order Counts.publish from Orders publication * [WIP] Broken Formatting for Non-USD currencies (reactioncommerce#2062) * fix nonUSD currencies formatting error * add proper formatting for tax, discount and shipping fields * Set order count to 0 if there are no orders in the database * Remove unnecessary parameter to order/count * Changes to order template: Increasing order limit variables and increment value: using order count to render 'Show More' button * Using publish-counts to display order counts * Removing unnecessary orders/count method * Adding i18n on Show More button * Adding optional check on filter in PaginatedOrders publication * Sending subscription limit as props to React component * Don't subscribe to all media (reactioncommerce#2073) * Don't subscribe to all media - Publish brand assets globally in media publication - Publish product media in the `Products` and `Product` publications - Limit media to only published products * De-duplicate fetch product media functionality Ensure permissions and workflows are checked when fetching the media. * Update logic of if / else inclusion / exclusion by workflow * Fix endless spinner issue * Add requirements to readme Adds link to requirements docs above installation instructions * Move requirements below installation * Remove isHidden check from core startup b/c blocking safari - fixes reactioncommerce#2088 * Request versions (reaction -v) output in issue template (reactioncommerce#2087) * Fetch all Shippo carriers (reactioncommerce#2078) * Init second request on after next url returned * Refactor to fetch carriers recursively from api * Fix transliteration package to 1.5.2 which doesn’t leak ES6 into bundle * Fix issue reactioncommerce#2026 changed price not displayed for prod on grid page (reactioncommerce#2064) * Fix issue reactioncommerce#2016 changed price not displayed for prod on grid page * Add getVariantQuantity function to ProductRevision * Convert text field to select field for countries (reactioncommerce#2082) * [WIP] reactioncommerce#2070 Fix PDP Url Path For Grid Settings (reactioncommerce#2094) * fix pdp url path for grid settings * remove commented code * Remove legacy PDP (reactioncommerce#2097) * Remove revision conditional * Remove templates * Set total quantity as actual sum of quantity * Don't break out order items * set cartItemId to just _id since they are the same now * Fix unrelated error with missing import * Create shipping record * Don't use cartItemId * Group lineItems by _id rather than cartItemId * Use _id rather than cartItemId. Use sum of quantities rather than length * Restore check for empty items array to fix test * Change cartItemId to _id * 2067 Improper Product Title Wrap (reactioncommerce#2108) * fix improper word wrap in product grid * fix improper product title wrap in firefox * Fix Avalara document id (reactioncommerce#2114) * Don't pass in a cartID, pass in orderId for SalesInvoice * Don't try to parse lines unless we know we have it. No lines, no tax. * Use order.items to display line items * Update core.js Changed "admin" to "owner", which is the default user we're really checking for. * Meteor 1.4.4.1 * Release 1.1.1 * If cartItemId exists from legacy orders, then use those * Don't create default admin user when running in app test mode * Fix "Set Custom Value" on Avalara Usage Type (reactioncommerce#2107) * Get correct id value * Prevent autoform from removing old values * Roll back. Autoform still resetting to old values * Prevent autoform from overriding custom val * show input field for custom; pre-fill with existing custom val * Adjust comment * Adjust comment * Update form reset * Refactor subscription * Fixes reactioncommerce#2116 failure to send email (reactioncommerce#2118) * Fix parens that were out of place in wrapAsync of Email.verifyConfig * Revert the wrapAsync function - I didn’t understand how it worked and it wasn’t the core issue * Don’t set secure to true for port 587 http://stackoverflow.com/a/22468122/1179341 pointed me in the right direction * Fix async tests (reactioncommerce#2128) * Take some newer versions of packages from `meteor update` * Fix test with mixed sync and async * When calling a method with a callback, but the expectations in that callback * Docker base v1.3.0 (reactioncommerce#2129) * Fix missing import * Add import, adjust Proptypes * Update read only Quantity in top variant reactioncommerce#1919 (reactioncommerce#2065) * Update quantity if child variants exist * Change method not to add inentory Quantity when undefined * Add default value for inventoryQuantinty * Fixing non-reactivity of updating quantity field * missing word added to Readme * Fix linting error (reactioncommerce#2140) * 1994 Console Dropzone Warnings (reactioncommerce#2138) * upgrade react-dropzone to latest version * upgrade react-dropzone to latest version * Add npm-shrinkwrap.json Pinned react, node mailer, griddle
Aaron Judd authoredApr 19, 2017 Configuration menu - View commit details
-
Copy full SHA for 96074a4 - Browse repository at this point
Copy the full SHA 96074a4View commit details -
added functional crumbnav to pdp, pointed imports/plugins/custom to n…
…ew development with merged crumbnav branch (#12)
Configuration menu - View commit details
-
Copy full SHA for 14c0c9f - Browse repository at this point
Copy the full SHA 14c0c9fView commit details
Commits on Apr 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9196acf - Browse repository at this point
Copy the full SHA 9196acfView commit details -
Merge pull request #13 from evereveofficial/PDP-product-display
updated submodules
Configuration menu - View commit details
-
Copy full SHA for 0464c8c - Browse repository at this point
Copy the full SHA 0464c8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b31360e - Browse repository at this point
Copy the full SHA b31360eView commit details -
Merge pull request #14 from evereveofficial/307
updated eePlugins and ReactionPublicCustomFolder (both submodules)
Configuration menu - View commit details
-
Copy full SHA for e2b77d8 - Browse repository at this point
Copy the full SHA e2b77d8View commit details -
* ecomm-305 in plugins folder * ecomm-305 in plugins folder
Configuration menu - View commit details
-
Copy full SHA for fcd4d03 - Browse repository at this point
Copy the full SHA fcd4d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69ce028 - Browse repository at this point
Copy the full SHA 69ce028View commit details -
Merge pull request #17 from evereveofficial/ECOMM-302
submodule updates
Configuration menu - View commit details
-
Copy full SHA for f3dd7a7 - Browse repository at this point
Copy the full SHA f3dd7a7View commit details
Commits on Apr 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a0da6fd - Browse repository at this point
Copy the full SHA a0da6fdView commit details -
Merge pull request #16 from evereveofficial/revealAddToCart
updated both plugins for wear it with placeholder component
Configuration menu - View commit details
-
Copy full SHA for fd06b18 - Browse repository at this point
Copy the full SHA fd06b18View commit details
Commits on Apr 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 473f9a3 - Browse repository at this point
Copy the full SHA 473f9a3View commit details -
Merge pull request #18 from evereveofficial/ECOMM-302b
submodule update
Configuration menu - View commit details
-
Copy full SHA for 4509d09 - Browse repository at this point
Copy the full SHA 4509d09View commit details
Commits on Apr 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6a84e16 - Browse repository at this point
Copy the full SHA 6a84e16View commit details -
Merge pull request #19 from evereveofficial/ECOMM-303
submodule updates
Configuration menu - View commit details
-
Copy full SHA for c4c777e - Browse repository at this point
Copy the full SHA c4c777eView commit details
Commits on Apr 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 81b18e0 - Browse repository at this point
Copy the full SHA 81b18e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c73d24 - Browse repository at this point
Copy the full SHA 0c73d24View commit details -
Merge pull request #22 from evereveofficial/ECOMM-309
submodule update
Configuration menu - View commit details
-
Copy full SHA for f05ff7b - Browse repository at this point
Copy the full SHA f05ff7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc263c4 - Browse repository at this point
Copy the full SHA fc263c4View commit details
Commits on Apr 28, 2017
-
Merge pull request #23 from evereveofficial/settings.json
created submodule for private/settings/reaction.json
Configuration menu - View commit details
-
Copy full SHA for 95cf4e4 - Browse repository at this point
Copy the full SHA 95cf4e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b6f77 - Browse repository at this point
Copy the full SHA 11b6f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for fee0de8 - Browse repository at this point
Copy the full SHA fee0de8View commit details -
Merge pull request #24 from evereveofficial/MergeLatest
Merge latest
Configuration menu - View commit details
-
Copy full SHA for a244643 - Browse repository at this point
Copy the full SHA a244643View commit details -
Configuration menu - View commit details
-
Copy full SHA for b03c7c9 - Browse repository at this point
Copy the full SHA b03c7c9View commit details -
Merge pull request #25 from evereveofficial/bugfix
submodule update
Configuration menu - View commit details
-
Copy full SHA for ad5fbf2 - Browse repository at this point
Copy the full SHA ad5fbf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7964e1 - Browse repository at this point
Copy the full SHA b7964e1View commit details
Commits on May 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2ad00b1 - Browse repository at this point
Copy the full SHA 2ad00b1View commit details -
Merge pull request #27 from evereveofficial/318
updated eePlugins and ReactionPublicCustomFolder
Configuration menu - View commit details
-
Copy full SHA for 5e5fb24 - Browse repository at this point
Copy the full SHA 5e5fb24View commit details -
Configuration menu - View commit details
-
Copy full SHA for a73d986 - Browse repository at this point
Copy the full SHA a73d986View commit details -
Merge pull request #28 from evereveofficial/tests
submodule updates
Configuration menu - View commit details
-
Copy full SHA for 7c2bb17 - Browse repository at this point
Copy the full SHA 7c2bb17View commit details
Commits on May 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0228e31 - Browse repository at this point
Copy the full SHA 0228e31View commit details -
Merge pull request #29 from evereveofficial/tests-fixing
submodule updates
Configuration menu - View commit details
-
Copy full SHA for 002bb05 - Browse repository at this point
Copy the full SHA 002bb05View commit details
Commits on May 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 729c675 - Browse repository at this point
Copy the full SHA 729c675View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8adc1d - Browse repository at this point
Copy the full SHA d8adc1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e1c7a6 - Browse repository at this point
Copy the full SHA 7e1c7a6View commit details
Commits on May 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a68d26b - Browse repository at this point
Copy the full SHA a68d26bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16872da - Browse repository at this point
Copy the full SHA 16872daView commit details -
Merge pull request #31 from evereveofficial/submodule-update
update submodules
Configuration menu - View commit details
-
Copy full SHA for eca8a00 - Browse repository at this point
Copy the full SHA eca8a00View commit details
Commits on May 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d6b15d2 - Browse repository at this point
Copy the full SHA d6b15d2View commit details -
Merge pull request #32 from evereveofficial/submodule
submodule update
Configuration menu - View commit details
-
Copy full SHA for 8a85ddf - Browse repository at this point
Copy the full SHA 8a85ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72f8bd4 - Browse repository at this point
Copy the full SHA 72f8bd4View commit details