-
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
Marketplace merge development #2501
Commits on Apr 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b9a5237 - Browse repository at this point
Copy the full SHA b9a5237View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6917f5c - Browse repository at this point
Copy the full SHA 6917f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cca678a - Browse repository at this point
Copy the full SHA cca678aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 433bef6 - Browse repository at this point
Copy the full SHA 433bef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b64575 - Browse repository at this point
Copy the full SHA 5b64575View commit details
Commits on Apr 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 564dfdf - Browse repository at this point
Copy the full SHA 564dfdfView commit details
Commits on Apr 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7f7a02a - Browse repository at this point
Copy the full SHA 7f7a02aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a56646 - Browse repository at this point
Copy the full SHA 9a56646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28db441 - Browse repository at this point
Copy the full SHA 28db441View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c7c9e - Browse repository at this point
Copy the full SHA f5c7c9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5c79a4 - Browse repository at this point
Copy the full SHA c5c79a4View commit details
Commits on Apr 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 540c24e - Browse repository at this point
Copy the full SHA 540c24eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9393e16 - Browse repository at this point
Copy the full SHA 9393e16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9218f31 - Browse repository at this point
Copy the full SHA 9218f31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac11b2 - Browse repository at this point
Copy the full SHA 4ac11b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8da99 - Browse repository at this point
Copy the full SHA 9f8da99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d972d0 - Browse repository at this point
Copy the full SHA 3d972d0View commit details
Commits on May 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5ce8394 - Browse repository at this point
Copy the full SHA 5ce8394View commit details
Commits on May 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for de48f0b - Browse repository at this point
Copy the full SHA de48f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e330d9 - Browse repository at this point
Copy the full SHA 7e330d9View commit details
Commits on May 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4729320 - Browse repository at this point
Copy the full SHA 4729320View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c0349 - Browse repository at this point
Copy the full SHA 31c0349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b9c45 - Browse repository at this point
Copy the full SHA 62b9c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1de63a3 - Browse repository at this point
Copy the full SHA 1de63a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e263769 - Browse repository at this point
Copy the full SHA e263769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 239680d - Browse repository at this point
Copy the full SHA 239680dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c72247a - Browse repository at this point
Copy the full SHA c72247aView commit details
Commits on May 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0d069d7 - Browse repository at this point
Copy the full SHA 0d069d7View commit details
Commits on May 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c1c4b3f - Browse repository at this point
Copy the full SHA c1c4b3fView commit details
Commits on May 31, 2017
-
added Nigerian Naira to currency list in (#2366)
private/data/Shops.json
1Configuration menu - View commit details
-
Copy full SHA for df6739d - Browse repository at this point
Copy the full SHA df6739dView commit details
Commits on Jun 4, 2017
-
CollectionFS cfs:tempstore and cfs:worker to fix concurrency issues w…
…ith GridFS uploads (#2096) * added cfs tempstore and worker to fix concurrency issues * linting
Configuration menu - View commit details
-
Copy full SHA for 5b446c7 - Browse repository at this point
Copy the full SHA 5b446c7View commit details
Commits on Jun 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for eef7f18 - Browse repository at this point
Copy the full SHA eef7f18View commit details
Commits on Jun 7, 2017
-
* Meteor 1.5 - include Buffer polyfill - replaces abernix:standard-minifier-js with standard-minifier-js - properly pins job-collections to 1.4.0 * Updated to 1.5.0 base image * Pin react-meteor-data to 0.2.9 * Remove unused vars Cherry pick b36709c19 e47b25049f90643739df4bcf5210d64 * update to reactioncommerce/base:v2.0.0 * transliteration 1.6.2 (#2389) - Related to #2090 and #2091 - Reduces minified footprint by315k - updates client import * Meteor1.5 and docker updates (#2390) * fix error handling in CI deploy script * fix CI build script * add docker-compose.yml for CircleCI * install Docker Compose in CI * set docker/docker-compose versions in CI env * fix missing curl issue in CI test * Updated 1.5 packages
Configuration menu - View commit details
-
Copy full SHA for 9cfe6e8 - Browse repository at this point
Copy the full SHA 9cfe6e8View commit details
Commits on Jun 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6d88f3c - Browse repository at this point
Copy the full SHA 6d88f3cView commit details -
Implement missing router functions (#2393)
* Implement missing router functions - Implement `Router.setQueryParam()` - Fix `Router.getRouteName()` * Fix function name for `setQueryParams` * Fixes and tests - Added jest config to package.json - Added some jest unit tests for Router - Added mocks for some dependencies - Fixed route matching in Router.isActiveClassName method * fix package.json to run tests (#2396) * Removed comment * Remove duplicated setQueryParams function Fixed variable
Configuration menu - View commit details
-
Copy full SHA for 133e764 - Browse repository at this point
Copy the full SHA 133e764View commit details -
2332 Fix Improper Cart Merge (#2387)
* add test suite to replicate #2332 * fix improper cart merge when user cart has items in anonymous cart already * update anonymous cart `variants._id` to equal user cart `variants_id` * fix console error when merging into newly logged in user cart * implement review
Configuration menu - View commit details
-
Copy full SHA for ea5aa34 - Browse repository at this point
Copy the full SHA ea5aa34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 278756a - Browse repository at this point
Copy the full SHA 278756aView commit details -
* add expandable header to summary * i18n - move keys into local package * new npm package * new Badge component * i18n updates * badge style updates * add Badge and clicktocopy to components * clickToCopy component * badge component * i18n updates * badge and ClicktoCopy components * add card to summary section of orders * Merge branch 'ek-orders' into ek-orders-summaryPanel # Conflicts: # package.json * update orderSummary fields * fix imports * ordersList react-ivize * fix prop validation * validation fixes for Badge component * remove no longer used files * comment out old blaze templates leaving them here for a bit just to make sure no errors occur * remove blaze templates * orders panel LESS * update workflow loop to remove extra headers * removed errant test text * fix translations * update shrinkwrap * tests * simpleschema * comment killing * New test for <ClickToCopy /> * lint fixes * fix * add more props to Badge test * refund button coming in phase2 * fix import / console error * Update random.js * lint fixes
Configuration menu - View commit details
-
Copy full SHA for bcd7d1d - Browse repository at this point
Copy the full SHA bcd7d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ca0d4 - Browse repository at this point
Copy the full SHA f3ca0d4View commit details -
Milestone 54 / Convert Navbar to React (#2306)
* Navbar dropdowns conversion to React (#2230) * Implement currencies using Dropdown Menu Component * Add active prop on list item in Dropdown menu * Resolve reactivity for currency drop down * Add language dropdown implementation * Add select on current selected language * Remove extra code * Have language icon div be larger * Fix pop over arrangement * Fix spacing, add caret on language dropdown * Deal with display when switches are pff * Fix overflow issues on dropdown-menu * Fix linting * Close dropdown on menu item click * Add import for Match * Convert login views to React (#2250) * Initial component/container setup for sign in page * Replicate look of sign in form * Replicate look of sign up form * Use composeWithTracker in signInContainer * Replicate look of forgot password form * Create parent login container to hold general login for views * Add switching between views logic * Set up sign in form submission * Set up sign up form submission * Set up forgot password form submission * Handle sign in action and error message display * Remove template methods * Remove template methods and alert message template * Rewrite renderPasswordErrors method * Render social buttons on login * Add social login functionality * Remove unnecessary blaze templates * Move functions to React * Implement sign up functionality * Merge signin and signup containers * Put back helper methods needed by other templates * Abstract loginFormMessaged into react container * Add forgot password functionality (part1) * Remove unnecessary component in helper * Remove forgot password template * Clean up folder structure * Solve invariant violation browser error * updatepasswordOverlay react component/container * completed updayePasswordOverlay functionality * Remove stopPropagation function * Capitalize social login name * Show loading spinner while processing button clicks * Solve onClick not working by removing 'event.stopPropagation()' on parent template * Remove JQuery and use lodash * Using 'event' instead of 'e' to reference event handlers * Add validation for no email input on forgot password * Add error message on social login * Move capitalize function to helper file * Move capitalize function to helper file * [WIP]Main navbar container conversion to React (#2277) Main navbar container conversion to React * Convert to react: Tag navigation (#2251) * Test tagnav component * Use existing tag component * Update component setup * Use existing tagsList container * Remove debugging * Edit button * Use tagItem loop to match styles instead of existing * Base tagTree init * Fix structure * Fix dropdown mouseover event * Edit conditional * Base tag editatble * Button switch fix * On edit fix * Selectable button icon * Enable drop of tagtree by icon * Init edit mode for tagTree * Tagtree second level new tag * Typo fix * Fix top level width and classes * Show Base tagList * Lint clean up * Remove commented code * Style fix and show new tag on edit * i18n * Init saving top level tags * Saving tags - cont * New tag save fix * Switching to Taglist custom * Saving top level * Enable new tag option * Move class names to base comp * Style on create new tag item * Fix Hover back * Move file * Tag select prop * Rename files * Fix save and delete * Reorder element wrapper * Init passing the functions down * Init editing new tag item on tree * Separate the two new tagItems * Adding new tags on tree + refactor 🎉 * Fix delete on subtags * Reset form after save and prevent saving empty tags * Prevent close of tree after save * Restructure tree state to fix input * Init refactor on tagTree * Props setup after refactor * Reposition button * Autocompletion fixing * Add componentWillReceiveProps to fix re-render and reset * Refactor into container comp * Remove debugs * Use composewithTracker * Remove props with spread * Update props list * Fix logic breaking new tag style * Tag sort order after drag * Clean un-used vars * Add react tagNav to main navbar container * Fix lint issue * Init toggle visibility * Close tags with overlay * Remove JQuery references(part 1) * Add router.go for tag click * Mobile fixes and remove blaze files * Fix click on mobile * Remove jquery * Remove jquery .closest * UI tagnav classes update * Fixes * Fix undefined refs after merge with development * Remove unused vars * Editing should turn off on toggle * Use Translation component over data-i18n * Fix Brand name glitch * Prefer standalone PropTypes import over React.PropTypes * Inport i18next and Reaction in same line * Space at end of self-closing tag * One-lining imports * Place ' ' inside span for less random-looking code * Add comment about style * Use Divider component as separator
Configuration menu - View commit details
-
Copy full SHA for 1e4d7fc - Browse repository at this point
Copy the full SHA 1e4d7fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e45ad6 - Browse repository at this point
Copy the full SHA 6e45ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b44da - Browse repository at this point
Copy the full SHA a0b44daView commit details -
Merge pull request #2162 from reactioncommerce/brent-fix-issue-2104
Address review workflow
Configuration menu - View commit details
-
Copy full SHA for d202a0a - Browse repository at this point
Copy the full SHA d202a0aView commit details
Commits on Jun 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 18d45a2 - Browse repository at this point
Copy the full SHA 18d45a2View commit details -
Merge pull request #2415 from reactioncommerce/fix-duplicate-packages
Remove duplicate babel packages from package.json
Configuration menu - View commit details
-
Copy full SHA for 42ffc56 - Browse repository at this point
Copy the full SHA 42ffc56View commit details -
Updated yarn.lock and removed npm-shrinkwrap.json
I’ll try to add back in the release branch, but something funky is going on with shrink-wrap
aaronjudd committedJun 9, 2017 Configuration menu - View commit details
-
Copy full SHA for 73274c9 - Browse repository at this point
Copy the full SHA 73274c9View commit details
Commits on Jun 12, 2017
-
Admin should be able to invite a user with the same name (#2386)
* turn the user name to lowercase * turn the user name to a lowercase string with a random number e.g michael-alade49 * add custom name field to users and accounts schema * create new env var for setting default admin’s name * publish new name field for users * remove unnecessary typeof check for Reaction var * switch priority for user’s displayName source * remove redundant email update and only add user’s name if exists
Configuration menu - View commit details
-
Copy full SHA for da41bc0 - Browse repository at this point
Copy the full SHA da41bc0View commit details -
Merge branch 'master' into development
aaronjudd committedJun 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 754e66b - Browse repository at this point
Copy the full SHA 754e66bView commit details
Commits on Jun 13, 2017
-
aaronjudd committed
Jun 13, 2017 Configuration menu - View commit details
-
Copy full SHA for c8409ff - Browse repository at this point
Copy the full SHA c8409ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9858361 - Browse repository at this point
Copy the full SHA 9858361View commit details
Commits on Jun 15, 2017
-
* Added module aliases - Added module alias for `core/ui` - Added module alias for `core/router` * Revert jest module name mapper * fix tests - Fixed duplicated mocks warning - added some new mocks - fix translaton component test
Configuration menu - View commit details
-
Copy full SHA for 4512d75 - Browse repository at this point
Copy the full SHA 4512d75View commit details
Commits on Jun 16, 2017
-
Manual push by LingoHub User: Aaron Judd. Project: reaction Made with ❤️ by https://lingohub.com
Aaron Judd authoredJun 16, 2017 Configuration menu - View commit details
-
Copy full SHA for 352c98d - Browse repository at this point
Copy the full SHA 352c98dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e0a60 - Browse repository at this point
Copy the full SHA 43e0a60View commit details -
Remove acceptance tests (#2430)
* Remove non-working tests * Remove unneeded dependencies
Configuration menu - View commit details
-
Copy full SHA for b2b8e7f - Browse repository at this point
Copy the full SHA b2b8e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d0fc79 - Browse repository at this point
Copy the full SHA 5d0fc79View commit details -
Add closeOnClick option to DropDownMenu component (#2418)
* Add closeOnClick option to DropDownMenu component * Fix lint issue - move handleDropdownToggle after componentWillReceiveProps
Configuration menu - View commit details
-
Copy full SHA for e4bade3 - Browse repository at this point
Copy the full SHA e4bade3View commit details
Commits on Jun 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6d50cea - Browse repository at this point
Copy the full SHA 6d50ceaView commit details -
Merge branch 'development' into Release-1.3.0
aaronjudd committedJun 17, 2017 Configuration menu - View commit details
-
Copy full SHA for c5ee98a - Browse repository at this point
Copy the full SHA c5ee98aView commit details -
- tested with reaction test, tests seemed to work normal
aaronjudd committedJun 17, 2017 Configuration menu - View commit details
-
Copy full SHA for f7aa04b - Browse repository at this point
Copy the full SHA f7aa04bView commit details -
Merge branch 'Release-1.3.0' into development
aaronjudd committedJun 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 4efb14e - Browse repository at this point
Copy the full SHA 4efb14eView commit details
Commits on Jun 19, 2017
-
Bunyan and Loggly updates (#2425)
* switch to official Loggly lib for Node and write new Bunyan connector for it * update bunyan to 2.0.0 * add REACTION_LOG_FORMAT config option * add extra comments about log formatting options
Configuration menu - View commit details
-
Copy full SHA for dd0a77b - Browse repository at this point
Copy the full SHA dd0a77bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b64ee84 - Browse repository at this point
Copy the full SHA b64ee84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d1ad3 - Browse repository at this point
Copy the full SHA 72d1ad3View commit details
Commits on Jun 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 25e8942 - Browse repository at this point
Copy the full SHA 25e8942View commit details -
Configuration menu - View commit details
-
Copy full SHA for cea9557 - Browse repository at this point
Copy the full SHA cea9557View commit details -
[WIP] 2452 fix on UI icon toolbar (#2460)
2452 fix on UI icon toolbar
Configuration menu - View commit details
-
Copy full SHA for 1d0fd64 - Browse repository at this point
Copy the full SHA 1d0fd64View commit details -
[WIP] 2356 fix on tag menu-sidebar glitch (#2472)
Fix on tag menu-sidebar glitch
Configuration menu - View commit details
-
Copy full SHA for 1a6a8f3 - Browse repository at this point
Copy the full SHA 1a6a8f3View commit details -
update media gallery new / deleted image indicators (#2469)
* add new status for mediaGalleryIndicator * i18n translations for tooltips * status-badge styles for media gallery * update media gallery image new / deleted indicator * style updates * lint fix
Configuration menu - View commit details
-
Copy full SHA for b59263b - Browse repository at this point
Copy the full SHA b59263bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a0b28 - Browse repository at this point
Copy the full SHA c9a0b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 670ee6b - Browse repository at this point
Copy the full SHA 670ee6bView commit details -
2459 router range error fix (#2476)
* simple fix * fix typo & linting * fix linting issues
Configuration menu - View commit details
-
Copy full SHA for e87ea72 - Browse repository at this point
Copy the full SHA e87ea72View commit details
Commits on Jun 21, 2017
-
2422 Fix on email invite link leading to blank screen (#2437)
* imported LoginFormValidation to forgotContainer * imported LoginFormValidation to passwordOverlayContainer * added setTimeout function to delay rendering * wrap component in translations (#2434) * removed setTimeouts from updatePassword.js * added spinner before mounting the component * replaced setTimeout with life-cycle hook(componentWillRecieveProps) #2422 * imported LoginFormValidation to prevent console error
Configuration menu - View commit details
-
Copy full SHA for c737ac9 - Browse repository at this point
Copy the full SHA c737ac9View commit details -
Update current user's name on Navbar and profile page when address is…
… added. (#2455) * Update current user's name and profile when address is added * Update user's name when address is updated * Get correct admin user's name from env variables
Configuration menu - View commit details
-
Copy full SHA for c27f70e - Browse repository at this point
Copy the full SHA c27f70eView commit details -
* Move babelrc into package.json * Updated dependencies * Define missing options variable
Aaron Judd authoredJun 21, 2017 Configuration menu - View commit details
-
Copy full SHA for 3144dc3 - Browse repository at this point
Copy the full SHA 3144dc3View commit details
Commits on Jun 22, 2017
-
Revert minifier to abernix fork (#2486)
* Use abernix:standard-minifier-js Replace standard-minifier-js with abernix:[email protected] This should be compatible with current 1.5 tools, and is what we were using before 1.5, because of the faster compilation and reduced memory footprint. Restoring in an attempt to diagnose build issues related to memory. * updated meteor package versions
Configuration menu - View commit details
-
Copy full SHA for 3f252fe - Browse repository at this point
Copy the full SHA 3f252feView commit details -
## Features - **Meteor 1.5 (#2371)** - **Order fulfillment UI updates (#2400)** - **React Router updated (#2123)** - **React Navbar (and deprecated Blaze navbar) (#2306)** - **Re-introduce icon toolbar as shortcutBar (#2261)** - **React unit testing example (#2170)** - **[WIP] [Style guide](https://styleguide.reactioncommerce.com)** ## Changes / Fixes - __Update current user's name on Navbar and profile page when address is added. (#2455)__ - __Fix #2422 on email invite link leading to blank screen (#2437)__ - __Fix #2459 router range error fix (#2476)__ - __Remove older Blaze based launchdock plugin (#2467)__ - __Remove random regex checks on names. Fixes #2461 (#2471)__ - __Update media gallery new / deleted image indicators (#2469)__ - __Fix #2356 on tag menu-sidebar glitch (#2472)__ - __Fix #2452 on UI icon toolbar (#2460)__ - __set css property overflow on horizontal to hidden (#2458)__ - __Navbar hover issue (#2451)__ - __update memory usage in CircleCI build (#2462)__ - __refactor default admin user creation (#2453)__ - __Bunyan and Loggly updates (#2425)__ - __Updated chai package__ - __add missing "orders not found" text (#2424)__ - __Add closeOnClick option to DropDownMenu component (#2418)__ - **Fixed console error when dragging product images (#2443)** - **Remove unmaintained Browserstack acceptance tests (#2430)** - **Add css style to differentiate read from unread notifications (#2442)** - **Added module aliases @reactioncommerce/reaction-ui (#2436)** - **Switch to Reaction’s new fork of Nodemailer (#2427)** - **Admin should be able to invite a user with the same name (#2386)** - **Updated yarn.lock and removed npm-shrinkwrap.json** - **use route permissions in register.js files (#2388)** - **Updated, refreshed order/fulfillment UI (#2400)** - **Change line width to match GH PR review width (#2407)** - **Fix Improper Cart Merge (#2387)** - **Implement missing router functions (#2393)** - **Correct the way we record tax overrides** - **CollectionFS cfs:tempstore and cfs:worker to Fix concurrency issues with GridFS uploads (#2096)** - **Fix typo in inventory test description (#2364)** - **Added Nigerian Naira to currency list in (#2366)** - **Fix git tagging on CircleCI 2.0 (#2362)** - **Adding the license description with link on README (#2365)** - **Better handling for unique routes for React Router (#2327)** - **Don't throwback a step if tax fails** - **Updated UI colors for styleguide (#2339)** - **Add loading component to Fix error (#2340)** - **Allow a MAIL_URL string without auth (#2330)** - **Defer Fixture load until the default shop is loaded (#2329)** - **Fix conditional in Circle deploy script (#2338)** - **Fix refunds not showing (#2317)** - **Add Verification Url to Welcome Email (#2216)** - **CircleCI 2.0 and docker base update (#2334)** - **i18n translation updates (#2302 #2420)** - **Change customer notification message when order is processed. (#2290)** - **Allow loader to show when one is passed in and defined BUGFIX (#2303)** - **Add the Vietnamese Dong as a supported currency (#2248)** - **Updated shipping / payment error messages in checkout (#2271)** - **Fix #2203 Long Strings Handling in Product Option Title (#2266)** - **Simplify core layout component (#2257)** - **Fix multiple refunds for stripe (#2260)**
Aaron Judd authoredJun 22, 2017 Configuration menu - View commit details
-
Copy full SHA for db4e8d2 - Browse repository at this point
Copy the full SHA db4e8d2View commit details -
Fix error when inviting already invited user (#2433)
* Refactor invite function to send invites only to non invited members * Refactor error message to show status code * Change the error message to use inline Alert * Clear input fields when there is error * Use Reaction's blaze inlineAlerts for error message * Eliminate console error on inviteShopMember call
Configuration menu - View commit details
-
Copy full SHA for 543ddc0 - Browse repository at this point
Copy the full SHA 543ddc0View commit details -
* Updated timeout time. * don't autohide This should not autohide, the error should display until a user resubmits with a new email address. If the error is hidden, they might not see it right away and miss it. This is a blocking error for this field so it should stay until resolved.
Configuration menu - View commit details
-
Copy full SHA for b2460bd - Browse repository at this point
Copy the full SHA b2460bdView commit details
Commits on Jun 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 075defe - Browse repository at this point
Copy the full SHA 075defeView commit details -
Fix hard refresh on clicking tag link on product detail page (#2489)
* Provide tag component with missing click function * Remove hard refresh on PDP link in Grid settings
Configuration menu - View commit details
-
Copy full SHA for f7e1c4c - Browse repository at this point
Copy the full SHA f7e1c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34162e0 - Browse repository at this point
Copy the full SHA 34162e0View commit details -
Merge 1.3.0 master into development
aaronjudd committedJun 23, 2017 Configuration menu - View commit details
-
Copy full SHA for 6e05c46 - Browse repository at this point
Copy the full SHA 6e05c46View commit details
Commits on Jun 26, 2017
-
Merge branch 'development' into marketplace-merge-development
# Conflicts: # .meteor/packages # .meteor/versions # imports/plugins/core/ui-navbar/client/components/navbar/navbar.js # imports/plugins/core/ui/client/components/menu/dropDownMenu.js # imports/plugins/core/ui/client/components/tags/tags.jsx # imports/plugins/included/payments-stripe-connect/server/i18n/index.js # package.json # yarn.lock
Configuration menu - View commit details
-
Copy full SHA for 500fc9e - Browse repository at this point
Copy the full SHA 500fc9eView commit details