-
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 19 #1657
Release 19 #1657
Commits on Nov 10, 2016
-
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 -
Configuration menu - View commit details
-
Copy full SHA for 9cb6871 - Browse repository at this point
Copy the full SHA 9cb6871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f69ef3 - Browse repository at this point
Copy the full SHA 3f69ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7c771a - Browse repository at this point
Copy the full SHA c7c771aView commit details
Commits on Dec 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e8d79f3 - Browse repository at this point
Copy the full SHA e8d79f3View 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 -
Configuration menu - View commit details
-
Copy full SHA for 89d9edb - Browse repository at this point
Copy the full SHA 89d9edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e723a - Browse repository at this point
Copy the full SHA 82e723aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 817d618 - Browse repository at this point
Copy the full SHA 817d618View commit details -
Configuration menu - View commit details
-
Copy full SHA for 539107c - Browse repository at this point
Copy the full SHA 539107cView commit details
Commits on Dec 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b7480b5 - Browse repository at this point
Copy the full SHA b7480b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ec9d33 - Browse repository at this point
Copy the full SHA 5ec9d33View commit details -
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 -
Configuration menu - View commit details
-
Copy full SHA for de73a10 - Browse repository at this point
Copy the full SHA de73a10View 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 780fd28 - Browse repository at this point
Copy the full SHA 780fd28View 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 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b0ed0f1 - Browse repository at this point
Copy the full SHA b0ed0f1View 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 -
Configuration menu - View commit details
-
Copy full SHA for 225003b - Browse repository at this point
Copy the full SHA 225003bView 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 -
Configuration menu - View commit details
-
Copy full SHA for c0c2831 - Browse repository at this point
Copy the full SHA c0c2831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f75442 - Browse repository at this point
Copy the full SHA 0f75442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c70a6e - Browse repository at this point
Copy the full SHA 4c70a6eView commit details
Commits on Dec 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 01ac135 - Browse repository at this point
Copy the full SHA 01ac135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a4f693 - Browse repository at this point
Copy the full SHA 2a4f693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b4705e - Browse repository at this point
Copy the full SHA 3b4705eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 022c9d3 - Browse repository at this point
Copy the full SHA 022c9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b25401f - Browse repository at this point
Copy the full SHA b25401fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d27598b - Browse repository at this point
Copy the full SHA d27598bView commit details
Commits on Dec 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1885513 - Browse repository at this point
Copy the full SHA 1885513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d101e8 - Browse repository at this point
Copy the full SHA 6d101e8View commit details
Commits on Dec 27, 2016
-
Merged in route-theme-body-class (pull request #4)
added body class for current route based on theme and routeName
Configuration menu - View commit details
-
Copy full SHA for ff4873d - Browse repository at this point
Copy the full SHA ff4873dView commit details -
add Shippo provider from Settings to Shipping Collection.Get Active C…
…arriers List from shippo account
Configuration menu - View commit details
-
Copy full SHA for 9228ba1 - Browse repository at this point
Copy the full SHA 9228ba1View commit details
Commits on Dec 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2e69144 - Browse repository at this point
Copy the full SHA 2e69144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c53a81 - Browse repository at this point
Copy the full SHA 0c53a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1712c0 - Browse repository at this point
Copy the full SHA f1712c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 769f498 - Browse repository at this point
Copy the full SHA 769f498View commit details -
Configuration menu - View commit details
-
Copy full SHA for db09fcf - Browse repository at this point
Copy the full SHA db09fcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 394674a - Browse repository at this point
Copy the full SHA 394674aView commit details
Commits on Jan 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 84dcb38 - Browse repository at this point
Copy the full SHA 84dcb38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 175261e - Browse repository at this point
Copy the full SHA 175261eView commit details
Commits on Jan 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9034802 - Browse repository at this point
Copy the full SHA 9034802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aec3ff - Browse repository at this point
Copy the full SHA 7aec3ffView commit details
Commits on Jan 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e2ce517 - Browse repository at this point
Copy the full SHA e2ce517View commit details
Commits on Jan 4, 2017
-
add shipping Details in order confirmation screen and Admin order rev…
…iew.add shippoMethod and carrier in ShippingMethodSchema
Configuration menu - View commit details
-
Copy full SHA for e112601 - Browse repository at this point
Copy the full SHA e112601View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9bf60c - Browse repository at this point
Copy the full SHA d9bf60cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c08cd12 - Browse repository at this point
Copy the full SHA c08cd12View commit details -
Route theme body class (#1672)
* added body class for current route based on theme and routeName * optimised method by setting/getting session * fixed import order
Configuration menu - View commit details
-
Copy full SHA for 194767f - Browse repository at this point
Copy the full SHA 194767fView commit details -
seller can purchase carrier labels from shippo.He can print the label…
… throush order summary and view tracking number
Configuration menu - View commit details
-
Copy full SHA for c42bc48 - Browse repository at this point
Copy the full SHA c42bc48View commit details
Commits on Jan 5, 2017
-
Merged in route-theme-body-class (pull request #7)
Route theme body class
Configuration menu - View commit details
-
Copy full SHA for 05d2c56 - Browse repository at this point
Copy the full SHA 05d2c56View commit details -
Merged in react-multiselect-component (pull request #8)
React MultiSelect component implementation
Configuration menu - View commit details
-
Copy full SHA for 17f812a - Browse repository at this point
Copy the full SHA 17f812aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6095e25 - Browse repository at this point
Copy the full SHA 6095e25View commit details -
Merged in react-no-ui-slider-component (pull request #5)
React no-ui Slider implementation
Configuration menu - View commit details
-
Copy full SHA for 2d07880 - Browse repository at this point
Copy the full SHA 2d07880View commit details -
Merge branch 'release-0.19.0' of https://github.com/reactioncommerce/…
…reaction into release-0.19.0
Configuration menu - View commit details
-
Copy full SHA for bbea639 - Browse repository at this point
Copy the full SHA bbea639View commit details -
Configuration menu - View commit details
-
Copy full SHA for abde65d - Browse repository at this point
Copy the full SHA abde65dView commit details -
Merge branch 'release-0.19.0' of bitbucket.org:artlimes/reaction_comm…
…erce into release-0.19.0
Configuration menu - View commit details
-
Copy full SHA for 33a7e93 - Browse repository at this point
Copy the full SHA 33a7e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed3d510 - Browse repository at this point
Copy the full SHA ed3d510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7955d68 - Browse repository at this point
Copy the full SHA 7955d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b781c - Browse repository at this point
Copy the full SHA a6b781cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f77037 - Browse repository at this point
Copy the full SHA 8f77037View commit details
Commits on Jan 9, 2017
-
cleaner boundaries between shippo and shippoapi methods. JsDocs for t…
…he exported functions/methods
Configuration menu - View commit details
-
Copy full SHA for a18affa - Browse repository at this point
Copy the full SHA a18affaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e5392e - Browse repository at this point
Copy the full SHA 3e5392eView commit details -
Merge branch 'release-0.19.0' of https://github.com/reactioncommerce/…
…reaction into release-0.19.0
Configuration menu - View commit details
-
Copy full SHA for fc44220 - Browse repository at this point
Copy the full SHA fc44220View commit details -
Configuration menu - View commit details
-
Copy full SHA for cadf722 - Browse repository at this point
Copy the full SHA cadf722View commit details -
Merge branch 'release-0.19.0' of bitbucket.org:artlimes/reaction_comm…
…erce into release-0.19.0
Configuration menu - View commit details
-
Copy full SHA for e0dd0fe - Browse repository at this point
Copy the full SHA e0dd0feView commit details -
Merge branch 'release-0.19.0' into reaction-421-shippo
# Conflicts: # imports/plugins/core/orders/client/templates/orders.html
Configuration menu - View commit details
-
Copy full SHA for 7fdee92 - Browse repository at this point
Copy the full SHA 7fdee92View commit details -
Merge branch 'development' into release-0.19.0
Aaron Judd authoredJan 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 982fc4c - Browse repository at this point
Copy the full SHA 982fc4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34cc06d - Browse repository at this point
Copy the full SHA 34cc06dView commit details
Commits on Jan 10, 2017
-
Merge branch 'development' into release-0.19.0
Aaron Judd authoredJan 10, 2017 Configuration menu - View commit details
-
Copy full SHA for 07e656b - Browse repository at this point
Copy the full SHA 07e656bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e499783 - Browse repository at this point
Copy the full SHA e499783View commit details -
Configuration menu - View commit details
-
Copy full SHA for be55b65 - Browse repository at this point
Copy the full SHA be55b65View commit details
Commits on Jan 11, 2017
-
Merge pull request #1697 from reactioncommerce/getRegistryForCurrentR…
…oute-enabled-package-only getRegistryForCurrentRoute should take route from enabled package only
Configuration menu - View commit details
-
Copy full SHA for d1ab807 - Browse repository at this point
Copy the full SHA d1ab807View commit details
Commits on Jan 12, 2017
-
Merge branch 'release-0.19.0' of https://github.com/reactioncommerce/…
…reaction into release-0.19.0
Configuration menu - View commit details
-
Copy full SHA for d8d7d1f - Browse repository at this point
Copy the full SHA d8d7d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f928f - Browse repository at this point
Copy the full SHA 62f928fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc1306e - Browse repository at this point
Copy the full SHA bc1306eView commit details
Commits on Jan 13, 2017
-
* removed old unused styles * updated brand color hex: 1c98d5 -> 1999dd * killed @brand-muted-color (for now, as it's currently unused) * update font to Source Sans Pro in emails * update search variables * variables.less cleanup * bright colors for secondary, accent, vivid color for easy visibility
Configuration menu - View commit details
-
Copy full SHA for d7498d9 - Browse repository at this point
Copy the full SHA d7498d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fea036c - Browse repository at this point
Copy the full SHA fea036cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb9f6b2 - Browse repository at this point
Copy the full SHA fb9f6b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1244aaa - Browse repository at this point
Copy the full SHA 1244aaaView commit details
Commits on Jan 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 34a4584 - Browse repository at this point
Copy the full SHA 34a4584View commit details -
Aaron Judd authored
Jan 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 222919a - Browse repository at this point
Copy the full SHA 222919aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c381a6 - Browse repository at this point
Copy the full SHA 1c381a6View commit details
Commits on Jan 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2342f3c - Browse repository at this point
Copy the full SHA 2342f3cView commit details -
Merge pull request #1618 from reactioncommerce/reaction-421-shippo
Shippo plugin
Aaron Judd authoredJan 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 0698911 - Browse repository at this point
Copy the full SHA 0698911View commit details -
Merge branch 'development' into release-0.19.0
Aaron Judd authoredJan 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 6816e94 - Browse repository at this point
Copy the full SHA 6816e94View commit details
Commits on Jan 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 06a2fbe - Browse repository at this point
Copy the full SHA 06a2fbeView commit details -
1628 Move Toolbar & Admin View is Dashboard (#1723)
* Moving toolbars Moved Admin toolbar (vertical one) to the left Moved DashboardHeader template region to top Moved ProductDetailsSimple toolbar into own component ( ProductToolbar ) Moved ProductToolbar to DashboardHeader template region in registry * Adding react switch control Updating button component to allow for better toggling Update product toolbar and publish bar * Improve layout and styles for switch component * Clean up styles related to publish bar * Toolbar reorg (#1713) * Move dashboard to admin controls drawer * admin links in account dropdown to open action view * Added navigation stack to action view Added back button to settings panel * Added package list component for dashboard package list Added List and ListItem components * Code cleanup Added basic styles for lists * Adding react ActionView component * Added blaze react package Fixing imports for actionView * Added admin context provider AdminContextProvider provides context props to all components wrapped as Admin() components. * CSS-IN-JS styles for admin view header with animations * Added add product button Added icon button with Reaction logo to open actionView * Package list re-org * Filter entries with a template * Added detail view to action view * cleanup * Fix for missing grid settings view in action view * Split generic toolbar and publish bar functionality * Fix action view close on orders view Remove legacy functionality in orders template that interferes with the action view close. * Cleanup * Cleanup Remove filter controls from orders list * Open shipping details in action detail view * Moved add product functionality to generic admin toolbar Moving add product callback function from the publish controls into the admin toolbar. * Only show vertical divider if there is a dashboardHeaderTemplate Cleanup of propTypes * Allow for no loading templates Fixes issue where the publish controls would display a large loading spinner causing the toolbar to resize briefly. * Clear action view on close to prevent odd behavior. Will revisit. Other various cleanup of source * Fixed broken preview toggle Fix eslint issues * Fix archive product. Should pass full product object, not _id
Configuration menu - View commit details
-
Copy full SHA for 886ab2f - Browse repository at this point
Copy the full SHA 886ab2fView commit details
Commits on Jan 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2c3ecda - Browse repository at this point
Copy the full SHA 2c3ecdaView commit details -
1709 Allow users to change their default currency across the app usin…
…g a dropdown (#1728) * currency-dropdown * ui fix * fixes * fixed * fixed profile * profile of registered user * profile of registered user * typeof * admin-customer currency view
Configuration menu - View commit details
-
Copy full SHA for d9801af - Browse repository at this point
Copy the full SHA d9801afView commit details -
Shippo tracking status (#1735)
* untested first version * getting trackingStatus shippo fields * switch to using methods for updating shipment status * created mocking the caller inside the Job's code * clean PR * job is started by server.Job's code is run by mocking Owner using DDP's current invocation * Mocking Owner in Shippo's Job by using dispatch:run-as-user * update shippingSummary.js * add lodash.pick Resolves error that was occurring in tracker during order processing.
Configuration menu - View commit details
-
Copy full SHA for e6ebc8e - Browse repository at this point
Copy the full SHA e6ebc8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 763fd7a - Browse repository at this point
Copy the full SHA 763fd7aView commit details
Commits on Jan 21, 2017
-
Update dashboard and settings related registry entries (#1739)
* Modified core registry entry titles Removed the word `Settings` from the label any entry that `provides: 'settings'`) Added an icon to any entry that `provides: 'settings'` * Moved translations to catalog * Copied translations to all modules Copied translations from core i18n/en.json (shortcut | dashboard | settings ) into all packages that did not already have a local i18n/en.json. * LingoHub Update 🚀 Manual push by LingoHub User: Aaron Judd. Project: reaction Made with ❤️ by https://lingohub.com * Updated translation imports for plugins with translation to import. * Updated translations * Fix i18n json for revisions * Updated registry entries for all packages Removed settings from name. Removed unused templates. * LingoHub Update 🚀 Manual push by LingoHub User: Aaron Judd. Project: reaction Made with ❤️ by https://lingohub.com * Updated translations and keys * Updated shop translation * LingoHub Update 🚀 Manual push by LingoHub User: Aaron Judd. Project: reaction Made with ❤️ by https://lingohub.com * Remove console log
Configuration menu - View commit details
-
Copy full SHA for 5e90d6b - Browse repository at this point
Copy the full SHA 5e90d6bView commit details -
IOS / safari flex-wrap not working #1695 (#1727)
* #1695 * #1695 * #1695 * #1710 - Cart Icon styling Cart icon padding reduced to fit on media @screen-xs-max Cart icon margin removed so it now sits flush to right edge of screen and signin button #1710 - Menu icons styling (Safari) search and notification icons centered in buttons #1710 - Menu drop-downs ltr screen - menus go left rtf screen - menus go right Menus (i.e. notification) can now be displayed on 480px screens
Configuration menu - View commit details
-
Copy full SHA for c5506bf - Browse repository at this point
Copy the full SHA c5506bfView commit details
Commits on Jan 24, 2017
-
Fix inventory notifications (#1736)
* add Inventory Status to childVariants * add limited supply warning badge to top-level variants * add sold out warning badge to child variants * call inventoryAdjust * update badge location on product grid * commented out testing colors * add logic to get variant inventory from grid page * updating revision control for quantity
Configuration menu - View commit details
-
Copy full SHA for 2921c02 - Browse repository at this point
Copy the full SHA 2921c02View commit details -
aaronjudd committed
Jan 24, 2017 Configuration menu - View commit details
-
Copy full SHA for 46d848e - Browse repository at this point
Copy the full SHA 46d848eView commit details -
update viewAs to used profile saved data (#1748)
* update viewAs to used profile saved data * update gitignore to account for yarn.lock * undo gitignore changes * add default state * add default state * add default state * add default state * add global function for user preferences * update to use getUserPreferences * add Reaction wrapper to getUserPreferences * use Reaction.setUserPreferences
Configuration menu - View commit details
-
Copy full SHA for 339e751 - Browse repository at this point
Copy the full SHA 339e751View commit details
Commits on Jan 25, 2017
-
* color updates * Added all bootstrap 3 variables * Added list group hover color to normal list group item * First color iteration fixes
Configuration menu - View commit details
-
Copy full SHA for 037d687 - Browse repository at this point
Copy the full SHA 037d687View commit details -
* Change most Logger.infos to Logger.debug * Change email settings logging back to info
Configuration menu - View commit details
-
Copy full SHA for 59510a2 - Browse repository at this point
Copy the full SHA 59510a2View commit details
Commits on Jan 26, 2017
-
Grid View Behavior Updates (#1752)
* remove visibility button from product grid * add Reaction.isPreview() bool * remove edit button from grid view * variable-ice some things to lessen line length * wrap showActionView in isPreview * wrap in isPreview * wrap in isPreview * update click functionality * turn off actionView Saved state We need to figure out what to do with the saved state, so turning it off until we have that discussion * add dblclick functionality to selected products * actionView - now with context!
Configuration menu - View commit details
-
Copy full SHA for 1dbb053 - Browse repository at this point
Copy the full SHA 1dbb053View commit details -
* Added expanded view for packages that have "actions", like orders Added a new view to items on dashboard in the “actions” group. They can now show an extra detail view with analytics / metrics / or custom controls. * Added the ability to collapse groups cleanup of structure * Updated i18n * Moved PDP publish controls to ActionView Removed PDP toolbar components * Added distinct detail view panel Cleanup errors in console * Updating UX of actionview * Tweaks to UX * Fix preference get for preview mode
Configuration menu - View commit details
-
Copy full SHA for f1ac95c - Browse repository at this point
Copy the full SHA f1ac95cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d6f81 - Browse repository at this point
Copy the full SHA 72d6f81View commit details
Commits on Jan 30, 2017
-
Card, Button UI Updates (#1757)
* Clean up buttons styles Fix admin panel data issues * Card header switch style and behavior fixes Card header switch can be used to open a close panel if switch to on state. Properly apply styles to action view in card header * Updated button props for our various button styles Remove props solid, flat, outline in favor go "bezelStyle" which accepts "solid", "flat" or "outline". Simple use `<Button bezelStyle="solid" />` * Tweak button colors * Removed hot pink color, replaced with brand dark color * removed old button style from search
Configuration menu - View commit details
-
Copy full SHA for 04fcc18 - Browse repository at this point
Copy the full SHA 04fcc18View commit details -
Simplified the new MultiSelect component (#1760)
* page not found * page not found * clean multiselect
Configuration menu - View commit details
-
Copy full SHA for e636724 - Browse repository at this point
Copy the full SHA e636724View commit details
Commits on Jan 31, 2017
-
Add tracking / shipping to emails (#1761)
* add shipping info to new and shipped email templates * fix error on dashboard orders
Configuration menu - View commit details
-
Copy full SHA for 49d0690 - Browse repository at this point
Copy the full SHA 49d0690View commit details -
Shipping panel normalization (#1740)
* Migrate flat rates to shipping-rates plugin Resolves #1404 WIP #421 Moves more i18n into plugins/core/shipping Moves flat rates into plugins/included/shipping-rates Normalized settings panels WIP -> Update shipping to griddle. WIP -> remove inheritEvents, introduce summary rates. * Update from release-0.19 * Initial shipping grid refactor * Merge branch 'release-0.19.0' into 1404-shipping-dashboard-panels # Conflicts: # imports/plugins/included/default-theme/client/styles/variables.less * Catch invalid product grid filters Fix exception thrown when invalid params are passed to grid. * Add transform - add transform property, provide a function to modify grid results prior to rendering * Flat rate editing - griddle editing for flat rates - add new methods - shipping/rates/add,update,delete * Remove old shipping ui * remove Loading template - `Loading`, alas, has falling out of popularity. It is only used in one place. It had a good life, as it’s been here since the earliest of days. However, the spinner class has taken over, and is generally more fun to hang out with. If you depended on Loading, you too could use a spinner class. * Rename shippoMethod -> settings - a generic name for reuse. * consolidated checkout shipping template * Default groups * fallback to shop email for guest orders - shippo requires email - normalize shippoMethod -> settings * make transform optional * Silence of the logs * Catch case where items is undefined * Updated SMS label * Update imports, add roles - add some more of the shipping package roles to permissions * bs form defaults - set bs3 form defaults, attempts to somewhat gracefully resolve missing styles so that we can remove class=“form-controls” that are littered all over the place. * Refactor notes - tip comments * Add shippo carrier UI * Implement onGetShippingRates hook - isolates flat rate, shippo calculation into their own callbacks - adds package enable/disable checking for shipping packages - adds removal of rates, when no rates returned. * Updated configuration alert * Deprecate core shipping methods Deprecated (ui specific) shipping methods - shipping/methods/add - shipping/methods/update - shipping/methods/remove - shipping/provider/add - shipping/provider/update - shipping/provider/remove * Shippo Carrier editing * Add flatten-obj dependency - useful helper for flattening object into mongo $set * Remove iconButton from carriers * Update shipping configuration check * Updated provider enable/disable handling - Add method `shipping/provider/toggle` - Disable all methods by default. * Updated payment package toggle handling - handle package, settings enabled states * Lint / review cleanup * Updated dependencies * [better] pattern implementation for roles. * Add loader, revised loading state check - to resolve warning message displayed before button loads. - slight refactor for legibility * Removed default enabled - we just want this as fixture data, we don’t want re-enabled automatically in import. - default shipping methods to false * Remove carrier label editing - for now, we need a better definition
Configuration menu - View commit details
-
Copy full SHA for 7b223da - Browse repository at this point
Copy the full SHA 7b223daView commit details
Commits on Feb 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6c1ea76 - Browse repository at this point
Copy the full SHA 6c1ea76View commit details
Commits on Feb 2, 2017
-
1759 Publish controls in toolbar (#1767)
* Move publish bar back to toolbar * Move publish controls to toolbar. - Move PDP publish controls back to toolbar. - Move Grid Settings publish controls to toolbar. - Added default setting and workflow for homepage for product grid. **Updated grid behavior.** - Side panel no longer opened when clicking on main view for deselect when in preview mode. - Also does not open if you’re in edit mode and deselecting nothing. * Darken default buttons for readability * Fix return value not matching expected result ReactionProduct.selectedProduct should return undefined if no product is found. Was returning an array, causing PropType validation errors in React components. * Tweaked colors
Configuration menu - View commit details
-
Copy full SHA for d2df6e5 - Browse repository at this point
Copy the full SHA d2df6e5View commit details -
Added UI Slider onSlide event (#1774)
* page not found * page not found * Added onSlide event in Slider
Configuration menu - View commit details
-
Copy full SHA for aab9a37 - Browse repository at this point
Copy the full SHA aab9a37View commit details
Commits on Feb 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c16fca4 - Browse repository at this point
Copy the full SHA c16fca4View commit details -
* Add Greek Translations Resolve #1768 * Add onOrderPaymentCaptured hook - cleanup shipping methods - add onOrderPaymentCaptured Hook * Implement Template.instance scope - add Template.instance to limit DOM query scope * Wait for packages to load before beginning tests * Check that package data is present and exit if not * Fix failing test for products publication * Merge 1775-checkout-configure * Restore public label and refresh - kludge disabling of input (due to a validation issue in AF), which is because we don’t yet support updating the label (but is required). - Restore a way to refresh methods.
Configuration menu - View commit details
-
Copy full SHA for b447753 - Browse repository at this point
Copy the full SHA b447753View commit details
Commits on Feb 6, 2017
-
Updated configure now links to open proper dashboard settings (#1777)
Added ability to set action view with an array.
Configuration menu - View commit details
-
Copy full SHA for e21907c - Browse repository at this point
Copy the full SHA e21907cView commit details -
Reverse edit mode toggle functions (#1788)
* update i18n for different views * update edit mode button * fix + button / addVariant on PDP + / addVariant was showing on the PDP even in preview mode. This fixes that issue.
Configuration menu - View commit details
-
Copy full SHA for cdc0a61 - Browse repository at this point
Copy the full SHA cdc0a61View commit details
Commits on Feb 7, 2017
-
* Fix width of tagnav dropdown * Tag navigation UIX fixes - Updated edit button style to make it more visible - Increased the size of the tagnav dropdown to full width of screen. - Added min-width to tag group so prevent them from getting too small - Added a max-width to tag group to prevent them from getting too big - Modified the color of the show menu (hamburger) icon to be visible on light background - Added app brand (title) component to header of vertical tag nav - Centered edit button in vertical tag nav - Fixed "close tag nav on click of link" action to no close if tag nav group is opened. Fixed it so it will close when sub items are clicked. * Add updated styles for last commit * Hide tagnav edit button in preview mode * Tag nav UX updates - Updated tagGroup colors - Updated create tag form colors - Added overlay - Added slide in transition for tagnav vertical * Added overlay component - Use new overlay component for tagnav overlay * Close navbar and overlay on resize past mobile breakpoint * Animate box shadow on tagnav * Fix prop type for switch onLabel * Add button primary * Add indicator for unpublished product
Configuration menu - View commit details
-
Copy full SHA for c30b8fc - Browse repository at this point
Copy the full SHA c30b8fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dcd86c - Browse repository at this point
Copy the full SHA 7dcd86cView commit details -
Merge pull request #1792 from reactioncommerce/1383-dashboard-priority
Sort dashboard apps by priority
Aaron Judd authoredFeb 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 16460c9 - Browse repository at this point
Copy the full SHA 16460c9View commit details
Commits on Feb 8, 2017
-
Fix width of inventory warning field (#1803)
* remove text and VerticalDivider from Toolbar * update @warn number field width * fixes double line on pages without revision control buttons
Configuration menu - View commit details
-
Copy full SHA for 9e6166e - Browse repository at this point
Copy the full SHA 9e6166eView commit details -
Added order to orders list view (#1809)
- Added TabList and TabItem components
Configuration menu - View commit details
-
Copy full SHA for c6fc205 - Browse repository at this point
Copy the full SHA c6fc205View commit details -
1791 action view responsive (#1806)
* Tweak UIX of action view - Add overlay for action view - Use velocity for slide animation of action view - Fix for completely hidden action view at phone breakpoint - Move close button to left for action view - master view * Update UI for action view - Fixing various issues with responsiveness - Added animations and overlays * Style tweaks for dashboard - Fixing dual borders on panels in panel groups for package list - Improve enter / leave animation for action view - detail view
Configuration menu - View commit details
-
Copy full SHA for 0287833 - Browse repository at this point
Copy the full SHA 0287833View commit details -
Update grid settings panel (#1812)
- Add hover and active states to list items - Add arrow to each list item - Improve layout and style of size selector
Configuration menu - View commit details
-
Copy full SHA for d8e8860 - Browse repository at this point
Copy the full SHA d8e8860View commit details
Commits on Feb 11, 2017
-
Make Edit Mode on by default (#1813)
* auto enable edit mode for first time admin logins * update to make "admin" mode default, if you haven't turned it off. * removed unused field
Configuration menu - View commit details
-
Copy full SHA for 787b32a - Browse repository at this point
Copy the full SHA 787b32aView commit details -
moved accounts registry into new core package (#1810)
* moved accounts registry into new core package * LingoHub Update 🚀 Manual push by LingoHub User: Aaron Judd. Project: reaction Made with ❤️ by https://lingohub.com * LingoHub Update 🚀 Manual push by LingoHub User: Aaron Judd. Project: reaction Made with ❤️ by https://lingohub.com * Updated translation imports
Configuration menu - View commit details
-
Copy full SHA for b8c518e - Browse repository at this point
Copy the full SHA b8c518eView commit details
Commits on Feb 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4eec1c5 - Browse repository at this point
Copy the full SHA 4eec1c5View commit details
Commits on Feb 14, 2017
-
Fix media gallery flickering and missing thumbnail (#1794)
* LESS updates for PDP media gallery * split into featured media and thumbnails * pass props down to mediaGallery * always return featured media as true * always allow featuredMediaOnHover * add react-measure * update less * add react-measure * pull image measurements from mediaGallery * fix sizing issue on admin featuredImage * fix error when removing unpublished media * add key to Measure to fix error
Configuration menu - View commit details
-
Copy full SHA for 4c34fd3 - Browse repository at this point
Copy the full SHA 4c34fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ad079 - Browse repository at this point
Copy the full SHA 31ad079View commit details -
* Prevent product deletion from creating revisions for archived products Prevent instances where archiving a product would also archive products that are already archived, resulting in more revision documents being created when not necessary. * Prevent variant deletion from creating revisions for archived products * Prevent broken ancestors during archived product restoration - Prevent a child variant from being restored if its parent variant is still marked as `isDeleted` (archived). * - Import Tags collection to fix errors on product create * Prevent child variants from being added to a deleted parent variant * Add default label for variant so it doesn't look broken when new. * Update error messaging for add top variant * Don't allow a product to be cloned if its parent is deleted * Updated translations and comments * Adjust import order * Shorten i18n text * Fix alert display when archiving products
Configuration menu - View commit details
-
Copy full SHA for ea8e34f - Browse repository at this point
Copy the full SHA ea8e34fView commit details
Commits on Feb 15, 2017
-
* Added ability to publish all items on product grid When no items are selected on the product grid, the publish controls in the toolbar defaults to publishing all changes to all products on the grid. * Update product grid display - Add overlay to products when they are not visible - Add indicator when products have changes - Sort product grid after revision data is applied * Removed sort and limit from product find * Simplify product positions update. Simplify update for product positions to prevent cases where updating the size and then position will cause products to be rendered in incorrect positions or sizes.
Configuration menu - View commit details
-
Copy full SHA for a35aa64 - Browse repository at this point
Copy the full SHA a35aa64View commit details -
* Remove deprecated avalara package * Replace npm package * Add new fields * Use new internal module * Implement new TaxRate API * Get and save company code * Submittting cart to Avalara (not working yet) * Adding JSDOc and debug * Succesfully submitting cart to TaxRate API * Use TaxRate API for cart calcularions * Eliminate files for unused Avalara API * Capturing orders for SalesInvoice * Properly recording orders * Recording returns * Work around "duplicate transaction" error. * Record refunds * Fix typo/eslint/JSDoc issues * Add Geocoding package * Add Geocoding package * Geocoding is for chumps * Run unit tests in CI * Add Meteor method for discoverability * Pull up the proper geocoding function and call it * Convert method to synchronous * Use latest version of library * Lengthen timeout * simple "pass/fail" validation via geocoding * Add USPS zipcode verification library * Add zipcode validation to addAccount * Fix country code fix * Fix validation results * Make refunds committed * Remove zipcode validation * Remove zipcode package * Use Avalara validation if enabled * Destructure and restructure address to Avalara format * Compare addresses item by item * Show message when addresses don't match * Substitute validated address for entered address, show warning. * Set dropdown values * Have "edit" addressbook also validate address * When no address validators are enabled, skip it * When no address validators are enabled, skip it * Remove providerName key * Change method of registering addressValidation methods based on Aaron's feedback * Add enable/disable address validation * Handle validation messages from validator when it has additional things to say about address * Remove generic geocoding plugin * Changes to edit form as well * Handles cases where address validation is not supported for this country * Fix issue with Avalara trying to calc tax when it's not enabled. * Only pass in taxrate if it's defined and is a number * Reenable all tests * Protect against being passed in an undefined order * Fixing tests * Trying to fix tests * Remove running unit test * Up the timeout on the discounts test * Fix issue with "Expected the after hook to return a value" message * removed "form-control" class
Configuration menu - View commit details
-
Copy full SHA for 4641280 - Browse repository at this point
Copy the full SHA 4641280View commit details -
Fix FireFox Admin search modal display (#1831)
* fix close button not showing in FireFox * fix search modal display
Configuration menu - View commit details
-
Copy full SHA for bf48e2a - Browse repository at this point
Copy the full SHA bf48e2aView commit details -
Fix overlapping product grid alerts (#1832)
* put grid alerts into same container * fix spacing for visibility indicator
Configuration menu - View commit details
-
Copy full SHA for 056251b - Browse repository at this point
Copy the full SHA 056251bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f0e3e5 - Browse repository at this point
Copy the full SHA 7f0e3e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e336bf8 - Browse repository at this point
Copy the full SHA e336bf8View commit details -
Resolve access-denied error on non-admin checkout (#1833)
* Use a direct import instead of a Meteor method and remove security check * moved inventory adjustment into payment approval
Configuration menu - View commit details
-
Copy full SHA for 8d2052f - Browse repository at this point
Copy the full SHA 8d2052fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd16ca - Browse repository at this point
Copy the full SHA 5dd16caView commit details
Commits on Feb 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2eddf3f - Browse repository at this point
Copy the full SHA 2eddf3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f70831 - Browse repository at this point
Copy the full SHA 0f70831View commit details -
Configuration menu - View commit details
-
Copy full SHA for afa2495 - Browse repository at this point
Copy the full SHA afa2495View commit details -
* Added import for Meteor Accounts package. - Also prevent Accounts (meteor) from colliding with Accounts (reaction collection) * Updated import order
Configuration menu - View commit details
-
Copy full SHA for 1d3b554 - Browse repository at this point
Copy the full SHA 1d3b554View commit details