-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Release 18 #1516
Release 18 #1516
Commits on Oct 21, 2016
-
* added email templates package Added ability to register html and react templates with new helper Reaction.registerTemplate. * Schema updates and render render functions Added handlebars render functions, as well as the ability to register a custom template renderer. Added caching for handlebars templates. Updated templates schema with more properties. * Updated tests and template registration functionality * add handlebars
Configuration menu - View commit details
-
Copy full SHA for 8e54eeb - Browse repository at this point
Copy the full SHA 8e54eebView commit details -
Quick fixes for template registration (#1518)
Fixed import of "Import" module. Fixed type in jsDoc comments for "Import.template" function.
Configuration menu - View commit details
-
Copy full SHA for e48f466 - Browse repository at this point
Copy the full SHA e48f466View commit details
Commits on Oct 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 665432d - Browse repository at this point
Copy the full SHA 665432dView commit details
Commits on Oct 24, 2016
-
Add templates to database (#1522)
* Register all email templates * Fetch email templates from database * Add helper to get email template file without any extra dependencies * Update method for fetching email template file * Fix template paths * Re-added missing comment * Fixed path to core order "new" email template
Configuration menu - View commit details
-
Copy full SHA for 3789059 - Browse repository at this point
Copy the full SHA 3789059View commit details -
Admin Invite & Password reset emails (#1523)
* added some comments to break up html table * reorganized data for email template removed all [0]. type variables from new.html email template, so all variables are set in orders.js for easy manipulation * welcome to the shop email template * extract social from template, add on/off switch * invite shop member email * shopName variable updates * update reaction address This was driving me crazy seeing the wrong address in all these emails being tested. * add Collections imports for Accounts, Cart, Shopts * password reset emails * update subject of order confirmation email * lint fix * renamed file for email template * removed test text
Configuration menu - View commit details
-
Copy full SHA for 1cb8eb8 - Browse repository at this point
Copy the full SHA 1cb8eb8View commit details
Commits on Oct 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7c8c97a - Browse repository at this point
Copy the full SHA 7c8c97aView commit details -
update const to conform to new file name (#1528)
Will take care of `WARN Reaction: Template not found: accounts/reset_password. Falling back to coreDefault.html` error
Configuration menu - View commit details
-
Copy full SHA for 9e7fdca - Browse repository at this point
Copy the full SHA 9e7fdcaView commit details
Commits on Oct 26, 2016
-
Merge branch 'development' into release-0.18.0
Aaron Judd authoredOct 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 573b8a3 - Browse repository at this point
Copy the full SHA 573b8a3View commit details
Commits on Nov 2, 2016
-
Merge branch 'development' into release-0.18.0
aaronjudd committedNov 2, 2016 Configuration menu - View commit details
-
Copy full SHA for 0fb4934 - Browse repository at this point
Copy the full SHA 0fb4934View commit details
Commits on Nov 7, 2016
-
Merge branch 'development' into release-0.18.0
Aaron Judd authoredNov 7, 2016 Configuration menu - View commit details
-
Copy full SHA for 74781e7 - Browse repository at this point
Copy the full SHA 74781e7View commit details
Commits on Nov 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c575fb5 - Browse repository at this point
Copy the full SHA c575fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2460a5 - Browse repository at this point
Copy the full SHA a2460a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8a0af - Browse repository at this point
Copy the full SHA 9c8a0afView commit details -
Configuration menu - View commit details
-
Copy full SHA for ceb5395 - Browse repository at this point
Copy the full SHA ceb5395View commit details -
Configuration menu - View commit details
-
Copy full SHA for b37401f - Browse repository at this point
Copy the full SHA b37401fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac2e313 - Browse repository at this point
Copy the full SHA ac2e313View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a56b2 - Browse repository at this point
Copy the full SHA c9a56b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a40c57 - Browse repository at this point
Copy the full SHA 2a40c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1962101 - Browse repository at this point
Copy the full SHA 1962101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 164a024 - Browse repository at this point
Copy the full SHA 164a024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13fe738 - Browse repository at this point
Copy the full SHA 13fe738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41d1aff - Browse repository at this point
Copy the full SHA 41d1affView commit details -
Make registry consistent with migration. I guess schema is not valida…
…ted here either?
Configuration menu - View commit details
-
Copy full SHA for a504444 - Browse repository at this point
Copy the full SHA a504444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0473ffd - Browse repository at this point
Copy the full SHA 0473ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8078af - Browse repository at this point
Copy the full SHA d8078afView commit details -
* discount skeleton - remove from core - add core/discounts - add discounts-rates - add discount-codes - new discount schemas [WIP] * local module import of translations - adds `loadTranslations` and `loadTranslation` methods - removes necessity to add translations to core - `import { loadTranslations } from "/server/startup/i18n”;` - multiple file import illustrated in reaction-taxes - single import illustrated in reaction-discounts - introduces mergeDeep helper in i18n/startup and updates to translation resource structure to accommodate additional namespaces for package (uses package name). * updated i18n namespace and handling - add i18n handling for griddle column headers - add local i18n imports to discounts - updated i18n taxSettings namespace (into packages + admin) * change info logging to debug * schemas, forms, ui, i18n for discount modules * updated Discount schemas - implement client collections for DiscountCodes, DiscountRates - implement multi-schema on server Discounts collection * updated discounts pub - split security out * Meteor 1.4.2.1 updated to Meteor 1.4.2.1. * group payments packages - resolves #1408 - consolidates all payment packages into a single admin group - rename include payment package folders `payment-` - add initial local i18n, moved from en.json (TODO, other lang). - move “default method” setting from shop to new `core/payments` package. - move checkout/payment templates from core to `core/payments` package. - expose icon in public registry
Configuration menu - View commit details
-
Copy full SHA for 8e5eb79 - Browse repository at this point
Copy the full SHA 8e5eb79View commit details -
PDP Package Layout - ReactionLayout (#1536)
* Build product detail page from JS object * Allow for nested blocks, custom styling. Removed old code. Added default columns of 12 if block columns not specified. * Fix responsive image issues in media gallery * Fix pdp add to cart button styles * ReactionLayout for react Moved layout generator to "layout" core module. Added permission check for top level blocks. * Permissions for components in React ReactionLayout renderer * Pass ProductDetail props to component in layout tree. * Style updates for product detail page configuration. * Remove logger, as it doesn't provide useful data in its current form * Adds ability to add react template layout to database to render full page views * Adds ability to use media queries when defining blocks * add missing dependency for radium * fix broken template tests
Configuration menu - View commit details
-
Copy full SHA for 68dca93 - Browse repository at this point
Copy the full SHA 68dca93View commit details -
* added some comments to break up html table * reorganized data for email template removed all [0]. type variables from new.html email template, so all variables are set in orders.js for easy manipulation * welcome to the shop email template * extract social from template, add on/off switch * invite shop member email * shopName variable updates * update reaction address This was driving me crazy seeing the wrong address in all these emails being tested. * add Collections imports for Accounts, Cart, Shopts * password reset emails * update subject of order confirmation email * lint fix * renamed file for email template * removed test text * path file organization * mail -> SMTP for clarification * Merge branch 'release-0.18.0' into email-template-expansion-v2 # Conflicts: # imports/plugins/included/email-templates/lib/paths.js * i18n for email template admin * publication for Templates * conflict fix * add email subject into saved DB data * add server methods for deleting email templates * Add a duplicate, editable template to the template collection (#1548) Mark one of those templates and an original, which can be used to revert editable templates. * server methods for updating email templates * added check for original template * new translations * Merge branch 'release-0.18.0' into email-template-expansion-v2 * core workflow emails - processing & completed * test - new workflow email exports * Update email schema * shipping email * conflict fixes * removed comments * removed comments * import new email schema * template updates * removed commented code * organize templates * added todo to schema * updated comments * cleanup methods file * updated error messaging * schema update * update comments * i18n updates * removed testing alerts * i18n updates * file organization
Configuration menu - View commit details
-
Copy full SHA for bca6752 - Browse repository at this point
Copy the full SHA bca6752View commit details -
Revision control for images (#1555)
* Add media hook. Rename file to "hooks'" * Only return published images for non-admin users * Only set product images as unpublished * Capture revision record and show Publish button when image changes are made * Adding images deferred until published * Removing images deferred until published * Capturing and deferring other changes to metadata (priority really) * Combine revisions when making multiple changes before publishing * Properly handle non-product revisions in applyProductRevision so that product doesn't get wiped. * Find the product correctly based on revision type * Fix regression where images weren't being published because revision data was wrong * Setting priceRange should be in an `else` statement * If you add an image and then delete it before publishing it, just remove it. * Update revisions with media * Show visual indicator on image if there are pending revisions * Discard drafts of image revisions * Sometimes rendering the "edited" marker * Reset revisions so that removals take effect * Set priority to revision priority * Fix issue where changing order wouldn't stick * Remove logging * Change lost in merge * Another change from merge
Configuration menu - View commit details
-
Copy full SHA for 86f52d2 - Browse repository at this point
Copy the full SHA 86f52d2View commit details -
Green flash on fields in PDP page after change success (#1558)
* Green flash on fields in PDP page after change success * Updated tags and metafields with a flash of green on success submit
Configuration menu - View commit details
-
Copy full SHA for 1663824 - Browse repository at this point
Copy the full SHA 1663824View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1eea40 - Browse repository at this point
Copy the full SHA c1eea40View commit details -
Configuration menu - View commit details
-
Copy full SHA for eabddb7 - Browse repository at this point
Copy the full SHA eabddb7View commit details
Commits on Nov 11, 2016
-
* updated tests for discount methods * updated meteor versions - includes update johanbrook:publication-collector
Aaron Judd authoredNov 11, 2016 Configuration menu - View commit details
-
Copy full SHA for a1dbed3 - Browse repository at this point
Copy the full SHA a1dbed3View commit details -
move discount rates to catalog/codes to payments
aaronjudd committedNov 11, 2016 Configuration menu - View commit details
-
Copy full SHA for bc83c9e - Browse repository at this point
Copy the full SHA bc83c9eView commit details -
aaronjudd committed
Nov 11, 2016 Configuration menu - View commit details
-
Copy full SHA for b7db046 - Browse repository at this point
Copy the full SHA b7db046View commit details -
PDP admin panel now has expandable cards with selecting fields to edit from PDP page.
Configuration menu - View commit details
-
Copy full SHA for 1c344f8 - Browse repository at this point
Copy the full SHA 1c344f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dca13a - Browse repository at this point
Copy the full SHA 2dca13aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc4f9d - Browse repository at this point
Copy the full SHA 1bc4f9dView commit details
Commits on Nov 12, 2016
-
Merge branch 'release-0.18.0' into discount-code-payments
aaronjudd committedNov 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 02cfdd2 - Browse repository at this point
Copy the full SHA 02cfdd2View commit details
Commits on Nov 13, 2016
-
aaronjudd committed
Nov 13, 2016 Configuration menu - View commit details
-
Copy full SHA for b9e0aeb - Browse repository at this point
Copy the full SHA b9e0aebView commit details -
Merge branch 'release-0.18.0' into discount-code-payments
aaronjudd committedNov 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 6aa638e - Browse repository at this point
Copy the full SHA 6aa638eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c537c - Browse repository at this point
Copy the full SHA b4c537cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be6cf6e - Browse repository at this point
Copy the full SHA be6cf6eView commit details
Commits on Nov 14, 2016
-
Loading component added for reactionLayout (#1570)
Aaron Judd authoredNov 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 2f08e7a - Browse repository at this point
Copy the full SHA 2f08e7aView commit details
Commits on Nov 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4026db8 - Browse repository at this point
Copy the full SHA 4026db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92f857e - Browse repository at this point
Copy the full SHA 92f857eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4cd2c8 - Browse repository at this point
Copy the full SHA a4cd2c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a32f33c - Browse repository at this point
Copy the full SHA a32f33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f044f - Browse repository at this point
Copy the full SHA b9f044fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2703e - Browse repository at this point
Copy the full SHA 5c2703eView commit details -
Change templates importing to use Assets collection (#1583)
* change templates importing to use Assets collection * renamed templates function * fixed listing errors * add flush & changed onCoreInit -> afterCoreInit * removed isOriginalTemplate, which is no longer used * InitTemplates() -> initTemplates()
Configuration menu - View commit details
-
Copy full SHA for 1568d06 - Browse repository at this point
Copy the full SHA 1568d06View commit details -
- moved “Import” from settings/settings.html to import/import.html - is currently not used and won’t be visible, but can be basis for import settings. resolves #1050
Configuration menu - View commit details
-
Copy full SHA for bfabfa6 - Browse repository at this point
Copy the full SHA bfabfa6View commit details -
Update Order Progress Workflow (#1580)
* update workflow when process is not done the traditional way * update import order * fixed linting issues * removed old / unused nom packages
Configuration menu - View commit details
-
Copy full SHA for 158cc8a - Browse repository at this point
Copy the full SHA 158cc8aView commit details -
* Added add button for variant list. Hide available options divider, if there are no available options. * UX tweaks for varying numbers of variants in list - Hide options label when there is only one top level variant - add tooltip to add button * Hide add button for non-admin users * More UI tweaks for products without variants Hide add to cart button if there are no variant options available. Hide options separator if there are no variant options and use is not an admin. * Added i18n
Configuration menu - View commit details
-
Copy full SHA for e6c3d34 - Browse repository at this point
Copy the full SHA e6c3d34View commit details -
i18n updates for the Templates package (#1571)
* fix for templates not loading on initial reaction startup * changed the order * move i18n to new modular style * formatting * Update core.js * Update core.js * Update index.js * Update email.html * removed "moo"
Configuration menu - View commit details
-
Copy full SHA for 66d0aff - Browse repository at this point
Copy the full SHA 66d0affView commit details -
Fix remove icon not displaying / revision change (#1564)
* Add media hook. Rename file to "hooks'" * Only return published images for non-admin users * Only set product images as unpublished * Capture revision record and show Publish button when image changes are made * Adding images deferred until published * Removing images deferred until published * Capturing and deferring other changes to metadata (priority really) * Combine revisions when making multiple changes before publishing * Properly handle non-product revisions in applyProductRevision so that product doesn't get wiped. * Find the product correctly based on revision type * Fix regression where images weren't being published because revision data was wrong * Setting priceRange should be in an `else` statement * If you add an image and then delete it before publishing it, just remove it. * Update revisions with media * Show visual indicator on image if there are pending revisions * Discard drafts of image revisions * Sometimes rendering the "edited" marker * Reset revisions so that removals take effect * Set priority to revision priority * Fix issue where changing order wouldn't stick * Remove logging * Change lost in merge * Another change from merge * Don't show remove icon once an item has been removed. * Protect against a non-existent product
Configuration menu - View commit details
-
Copy full SHA for f19f739 - Browse repository at this point
Copy the full SHA f19f739View commit details -
Merge pull request #1561 from reactioncommerce/brent-fix-issue-1399
Allow for disabling/overriding of search modal from a plugin
Aaron Judd authoredNov 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 9ace63d - Browse repository at this point
Copy the full SHA 9ace63dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b5077 - Browse repository at this point
Copy the full SHA b5b5077View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48428ed - Browse repository at this point
Copy the full SHA 48428edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab2a60 - Browse repository at this point
Copy the full SHA 0ab2a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1766913 - Browse repository at this point
Copy the full SHA 1766913View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7360a1 - Browse repository at this point
Copy the full SHA e7360a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d957f - Browse repository at this point
Copy the full SHA 66d957fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c5c853 - Browse repository at this point
Copy the full SHA 2c5c853View commit details -
Configuration menu - View commit details
-
Copy full SHA for df0e9ee - Browse repository at this point
Copy the full SHA df0e9eeView commit details -
Merge branch 'release-0.18.0' into discount-code-payments
aaronjudd committedNov 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 17585fb - Browse repository at this point
Copy the full SHA 17585fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a200f2a - Browse repository at this point
Copy the full SHA a200f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d61088 - Browse repository at this point
Copy the full SHA 7d61088View commit details -
country-data ^0.0.30 → ^0.0.31 griddle-react ^0.6.1 → ^0.7.0 i18next ^3.4.3 → ^4.0.0 sortablejs ^1.4.2 → ^1.5.0-rc1 sweetalert2 ^5.3.8 → ^6.1.0 wdio-mocha-framework ^0.4.3 → ^0.5.4
aaronjudd committedNov 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 8303570 - Browse repository at this point
Copy the full SHA 8303570View commit details -
Merge branch 'release-0.18.0' into discount-code-payments
aaronjudd committedNov 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 94c3c99 - Browse repository at this point
Copy the full SHA 94c3c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ad510 - Browse repository at this point
Copy the full SHA 59ad510View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5d6ba - Browse repository at this point
Copy the full SHA ea5d6baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 010dfa4 - Browse repository at this point
Copy the full SHA 010dfa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eb19c2 - Browse repository at this point
Copy the full SHA 0eb19c2View commit details -
Fixed issue with closing cards on edit
cleanup of various eslint issues.
Configuration menu - View commit details
-
Copy full SHA for dccecb9 - Browse repository at this point
Copy the full SHA dccecb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca440d2 - Browse repository at this point
Copy the full SHA ca440d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b48518 - Browse repository at this point
Copy the full SHA 3b48518View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac05694 - Browse repository at this point
Copy the full SHA ac05694View commit details
Commits on Nov 16, 2016
-
Added composeWithTracker wrapper around v2 features in lib. Updated all react-komposer imports to use version from lib.
Configuration menu - View commit details
-
Copy full SHA for 7edfff2 - Browse repository at this point
Copy the full SHA 7edfff2View commit details -
Merge pull request #1587 from reactioncommerce/react-komposer-v2
Upgrade to react-komposer v2
Aaron Judd authoredNov 16, 2016 Configuration menu - View commit details
-
Copy full SHA for 2139098 - Browse repository at this point
Copy the full SHA 2139098View commit details
Commits on Nov 17, 2016
-
Merge branch 'release-0.18.0' into pdp-accordian
# Conflicts: # imports/plugins/included/product-admin/client/containers/productAdminCon tainer.js
Configuration menu - View commit details
-
Copy full SHA for 7ddd725 - Browse repository at this point
Copy the full SHA 7ddd725View commit details -
Was trying to call Alerts on the server, instead of the client. Fixed.
Configuration menu - View commit details
-
Copy full SHA for 067a495 - Browse repository at this point
Copy the full SHA 067a495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d1b0ae - Browse repository at this point
Copy the full SHA 7d1b0aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce4f4a7 - Browse repository at this point
Copy the full SHA ce4f4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 897739c - Browse repository at this point
Copy the full SHA 897739cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd44c7c - Browse repository at this point
Copy the full SHA cd44c7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 181831f - Browse repository at this point
Copy the full SHA 181831fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0b7da - Browse repository at this point
Copy the full SHA ef0b7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6947bc - Browse repository at this point
Copy the full SHA a6947bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd55c28 - Browse repository at this point
Copy the full SHA cd55c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 097a8aa - Browse repository at this point
Copy the full SHA 097a8aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b4cd75 - Browse repository at this point
Copy the full SHA 4b4cd75View commit details
Commits on Nov 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c046824 - Browse repository at this point
Copy the full SHA c046824View commit details -
Merge pull request #1569 from reactioncommerce/pdp-accordian
Expandable cards
Aaron Judd authoredNov 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 715cf0b - Browse repository at this point
Copy the full SHA 715cf0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd30fd3 - Browse repository at this point
Copy the full SHA bd30fd3View commit details -
Merge branch 'development' into release-0.18.0
Aaron Judd authoredNov 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 35c3082 - Browse repository at this point
Copy the full SHA 35c3082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a74744 - Browse repository at this point
Copy the full SHA 1a74744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7375f35 - Browse repository at this point
Copy the full SHA 7375f35View commit details
Commits on Nov 20, 2016
-
[WIP] Updates to package registry
aaronjudd committedNov 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 3a780d5 - Browse repository at this point
Copy the full SHA 3a780d5View commit details -
Merge remote-tracking branch 'origin/release-0.18.0' into package-set…
…tings
aaronjudd committedNov 20, 2016 Configuration menu - View commit details
-
Copy full SHA for bfbc451 - Browse repository at this point
Copy the full SHA bfbc451View commit details
Commits on Nov 21, 2016
-
Merge pull request #1588 from reactioncommerce/ek-431-sendNotification
Send order notification when user adds email
Configuration menu - View commit details
-
Copy full SHA for b35ffad - Browse repository at this point
Copy the full SHA b35ffadView commit details
Commits on Nov 22, 2016
-
Updated package registry handling, updates for payments.
aaronjudd committedNov 22, 2016 Configuration menu - View commit details
-
Copy full SHA for 7ab967c - Browse repository at this point
Copy the full SHA 7ab967cView commit details -
Merge pull request #1585 from reactioncommerce/ek-more-emails
more email templates
Aaron Judd authoredNov 22, 2016 Configuration menu - View commit details
-
Copy full SHA for e2d11a0 - Browse repository at this point
Copy the full SHA e2d11a0View commit details -
Merge remote-tracking branch 'origin/development' into release-0.18.0
aaronjudd committedNov 22, 2016 Configuration menu - View commit details
-
Copy full SHA for b90e0f4 - Browse repository at this point
Copy the full SHA b90e0f4View commit details -
Merge remote-tracking branch 'origin/release-0.18.0' into package-set…
…tings
aaronjudd committedNov 22, 2016 Configuration menu - View commit details
-
Copy full SHA for ac48108 - Browse repository at this point
Copy the full SHA ac48108View commit details
Commits on Nov 23, 2016
-
Add localhost WS browser-policy
Resolve `websocket because it does not appear in the connect-src directive of the Content Security Policy` error in safari when using —production build.
aaronjudd committedNov 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 2e25174 - Browse repository at this point
Copy the full SHA 2e25174View commit details -
Payment package updates, removes name
- removes name from some payment method registry entries - use name if separate settings and permissions are needed - applies permission checks in package publication for filtering enabled views - uses package name as default settings key, used when no name
aaronjudd committedNov 23, 2016 Configuration menu - View commit details
-
Copy full SHA for 81893a7 - Browse repository at this point
Copy the full SHA 81893a7View commit details
Commits on Nov 24, 2016
-
Move mergeDeep into /lib/api/helpers
aaronjudd committedNov 24, 2016 Configuration menu - View commit details
-
Copy full SHA for a4704d6 - Browse repository at this point
Copy the full SHA a4704d6View commit details -
- Cleanup handling in taxes, discounts, catalog package handling - Fix error where registry update was overwriting existing settings - use mergeDeep for registry updates
aaronjudd committedNov 24, 2016 Configuration menu - View commit details
-
Copy full SHA for b9865ed - Browse repository at this point
Copy the full SHA b9865edView commit details -
Cleanup panels in payments, taxes
- remove excessive panels - add i18n - generic alerts - convert panel-title to alert info - show alert message only pre-setup
aaronjudd committedNov 24, 2016 Configuration menu - View commit details
-
Copy full SHA for 2869e66 - Browse repository at this point
Copy the full SHA 2869e66View commit details
Commits on Nov 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3d56c34 - Browse repository at this point
Copy the full SHA 3d56c34View commit details -
PayPal as split payment methods
- Process multiple matching entries in registry - adds i18n for PayPal client views - splits PayPal into two payment methods for settings/checkout - todo add migration for express_enabled to express.enabled - todo add migration for payflow_enabled to payflow.enabled - add browser policy akamai.mathtag.com - apply standard button style + i18n to all payment settings
aaronjudd committedNov 25, 2016 Configuration menu - View commit details
-
Copy full SHA for 5825750 - Browse repository at this point
Copy the full SHA 5825750View commit details
Commits on Nov 27, 2016
-
Add Month Translations to monthOptions helper
aaronjudd committedNov 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 1588b3e - Browse repository at this point
Copy the full SHA 1588b3eView commit details -
updated payments styling, missing i18n
- single card payment layout - removes default payment method and collapse handling in checkout - commented in dashboard payment settings. TBD. - resolves #1408
aaronjudd committedNov 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 73561ed - Browse repository at this point
Copy the full SHA 73561edView commit details -
object-curly-spacing lint rules applied
aaronjudd committedNov 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 86d2199 - Browse repository at this point
Copy the full SHA 86d2199View commit details
Commits on Nov 28, 2016
-
Avoid localLocale.defineLocale warning
aaronjudd committedNov 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 46ec4e6 - Browse repository at this point
Copy the full SHA 46ec4e6View commit details -
Clarify Auth.net credentials messaging
aaronjudd committedNov 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 66a8f00 - Browse repository at this point
Copy the full SHA 66a8f00View commit details -
Only display enabled payment methods to admin in checkout
- could have just used if in template, or alternate display - but this is clean and simple for now.
aaronjudd committedNov 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 100bafe - Browse repository at this point
Copy the full SHA 100bafeView commit details -
Updated import/requires for moment
Fix error loading moment for template helpers.
aaronjudd committedNov 28, 2016 Configuration menu - View commit details
-
Copy full SHA for ea74c21 - Browse repository at this point
Copy the full SHA ea74c21View commit details -
aaronjudd committed
Nov 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 41aa37b - Browse repository at this point
Copy the full SHA 41aa37bView commit details -
Update styling for payment settings
- remove Authnet/dashboard - unused legacy settings?
aaronjudd committedNov 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 35cf759 - Browse repository at this point
Copy the full SHA 35cf759View commit details -
Merge pull request #1592 from reactioncommerce/package-settings
Updated Apps, payment packages
Aaron Judd authoredNov 28, 2016 Configuration menu - View commit details
-
Copy full SHA for a1bae0b - Browse repository at this point
Copy the full SHA a1bae0bView commit details
Commits on Dec 6, 2016
-
* Remove unused settings icon * Fix "required" name field * Update sidebar Reactively when changes are made * Removed references to "email" Templates are not just for emails, so I removed references to “Email” in all the i18n translations * Removed "email" as Templates are more than email * Remove unused functions * Updated i18n * Renamed variable away from "template"
Configuration menu - View commit details
-
Copy full SHA for c957d67 - Browse repository at this point
Copy the full SHA c957d67View commit details
Commits on Dec 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7692a0f - Browse repository at this point
Copy the full SHA 7692a0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1bb1d5 - Browse repository at this point
Copy the full SHA b1bb1d5View commit details
Commits on Dec 8, 2016
-
Don't publish changes on a product when product is not found (happens…
… during tests) (#1603)
Configuration menu - View commit details
-
Copy full SHA for 65fb85d - Browse repository at this point
Copy the full SHA 65fb85dView commit details
Commits on Dec 12, 2016
-
Fix bug that causes duplicated variants to be missing images. (#1611)
* Fix bug that causes duplicated variants to be missing images. Added a copyFile helper that will bypass revision control to copy a file. * Add missing export
Configuration menu - View commit details
-
Copy full SHA for 4e4a87c - Browse repository at this point
Copy the full SHA 4e4a87cView commit details
Commits on Dec 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9395c97 - Browse repository at this point
Copy the full SHA 9395c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 348fa57 - Browse repository at this point
Copy the full SHA 348fa57View commit details
Commits on Dec 14, 2016
-
Fix for page title not updating when selecting product. (#1623)
This fix also ensures all metadata related to a product is updated when the product is selected.
Configuration menu - View commit details
-
Copy full SHA for c44946c - Browse repository at this point
Copy the full SHA c44946cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff17146 - Browse repository at this point
Copy the full SHA ff17146View commit details
Commits on Dec 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6d81917 - Browse repository at this point
Copy the full SHA 6d81917View commit details
Commits on Dec 16, 2016
-
added audience permissions to registry schema, and Reaction.Apps now …
…checks audience perms against user roles and registry item audience if any
Configuration menu - View commit details
-
Copy full SHA for 05355bd - Browse repository at this point
Copy the full SHA 05355bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68d0ba5 - Browse repository at this point
Copy the full SHA 68d0ba5View commit details
Commits on Dec 17, 2016
-
audience is passed as an array to match any user role, excluded owner…
… from audience check
Configuration menu - View commit details
-
Copy full SHA for 0bcebfb - Browse repository at this point
Copy the full SHA 0bcebfbView commit details
Commits on Dec 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0816308 - Browse repository at this point
Copy the full SHA 0816308View commit details -
Move Template editing to Sidebar (#1612)
* Move Template editing to Sidebar * Removed logs * Linting fixes * i18n updates * renamed filed to remove email designation * package name update * add info box around React message
Configuration menu - View commit details
-
Copy full SHA for 8217a5d - Browse repository at this point
Copy the full SHA 8217a5dView commit details -
Merge pull request #1639 from reactioncommerce/1622-audience-registry…
…-perms 1622 Add audience permissions to registry items
Aaron Judd authoredDec 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 29053d7 - Browse repository at this point
Copy the full SHA 29053d7View commit details -
Merge pull request #1629 from reactioncommerce/safari-browser-policy
Fix Safari websocket connection browser policy
Aaron Judd authoredDec 20, 2016 Configuration menu - View commit details
-
Copy full SHA for b8d0df1 - Browse repository at this point
Copy the full SHA b8d0df1View commit details -
* add applyProductRevision to Products.findOne * fix price range for revisions * fix isVisible price updates * fix for price object not initially being created * add product.range updating to non-revision enabled app
Configuration menu - View commit details
-
Copy full SHA for 9f52b67 - Browse repository at this point
Copy the full SHA 9f52b67View commit details
Commits on Dec 21, 2016
-
Checkout discount code input (#1620)
* Fix typo in CircularProgress indetermate -> indeterminate * Enabled false for Express on initial startup * Updated payments method - Replaces `payments/paymentMethod` with `payments/cart/apply` - add discounts/codes/remove - add discounts/codes/apply * Initial DiscountList DiscountForm components * functional discount code input * basic discount calculations in cart * Updated discount input loader * Only display shipping, discounts, taxes gt 0 * Order discount not to exceed 0 (no neg values) * Update plugin structure * fix typo in taxes input numericInputProps "taxes" * apply discounts in order process - DiscountList and DiscountForm components can be used for Orders or Cart collection - working CODES as discounts through order process - a number of outstanding TODO’s remain for discount conditional logic and limit handling - Order process is easily broken, and will need modification to payment handling to check for authorization below above current authorization if discount is removed. * Fix event handling in FF * disable delete discount in admin ui * Format discount * Implement credit/debit payment method selectors - Replace order.billing[0] with credit selector - update and enforce that paymentMethod.method should be “credit”, “debit”. - refactor Order updates to allow for credit to be in any position * Minor lint updates * Updated billing constants * Updated billing constants * Updated selector constants * Set min-height on cart-items - prevent some of the ugly transitions. Needs loader. * add fallback paymentMethod for email - add processor in case there isn’t a storedCard * Add calculation method to schema/forms * info -> debug - for `not creating default admin user”` - for `Reaction.init() has run` * implement hooks for per processor calculation methods * Info -> debug logging * discount, credit, sale, shipping calculations * Discount code form cleanup - add a few additional checks on fresh carts * import indexOf * Codes disabled by default * autoEnable discount-codes - is actually required right now, as the logic in payment doesn’t extend to enabling the package. * Patch link for non-configured payments * Add default calculation method - ensure that rates/discount exists - cleanup jsdocs * Updated orders discounts/credit/shipping summary
Configuration menu - View commit details
-
Copy full SHA for 5146b27 - Browse repository at this point
Copy the full SHA 5146b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe706f0 - Browse repository at this point
Copy the full SHA fe706f0View commit details -
Attempt to make tests more consistent (#1565)
* Fixes to inventory tests * Create new versions of cart fixtures that create less "random" versions so that db impact is minimized. * Eliminate unneeded originals entries * Put expectations in callbacks rather than putting in sleeps * Make this global wait more visible * The quantity on remove quantity should always be 1 now that we are using the custom fixture. * Allow direct importing of inventory function * creating createCart function * test for createCart function * Directly call registerInventory to avoid permissions check that doesn't apply * Add singleVariant version of addProduct * Trying to get these tests to run reliably by trying to normalize the inventory beforehand * createCart function * test for createCart function * Change currency symbol for PHP (wut?) * Db-normalized inventory tests * Just blindly increase this timeout * Add comment explaining why we need this long timeout * Remove Logger * Extend timeout on cart test * Add sleep for createVariant tests * Quiet inventory register logging that I should not have put there anyway * Don't operate on product if it's not found * Update to fixed publication-collector * Increase timeout on discount test * Update publication-collector * Don't call Alert in a server method * Lint cleanup
Configuration menu - View commit details
-
Copy full SHA for cfa89b0 - Browse repository at this point
Copy the full SHA cfa89b0View commit details