-
Reader teams: fix selector include order (#11029)
* Fix selector include order * Fix other selectors order
-
Merge pull request #10997 from Automattic/update/privacy-protection
Purchases: Standardize name of privacy protection upgrade
-
Domains: Standardize name of privacy protection in url
This renames a url fragment mentioning private registration.
-
Domains: Standardize name of privacy protection in render method
This renames a method mentioning private registration.
stephanethomas committedJan 27, 2017 -
Domains: Standardize name of privacy protection in controller
This renames an action mentioning private registration.
stephanethomas committedJan 27, 2017 -
Domains: Standardize name of privacy protection in class names
This renames class names mentioning private registration.
stephanethomas committedJan 27, 2017 -
Domains: Standardize name of privacy protection in component
This renames a component mentioning private registration.
stephanethomas committedJan 27, 2017 -
Domains: Standardize name of privacy protection in purchases action
This renames an action function mentioning private registration.
stephanethomas committedJan 27, 2017 -
Domains: Standardize name of privacy protection in API function
This renames a API function mentioning private registration.
stephanethomas committedJan 27, 2017 -
Domains: Standardize name of privacy protection in titles helper
This renames a helper function mentioning private registration.
stephanethomas committedJan 27, 2017 -
Domains: Standardize name of privacy protection in paths helper
This renames a helper function mentioning private registration.
stephanethomas committedJan 27, 2017 -
Domains: Standardize name of privacy protection in domains assembler
This renames an object property mentioning private registration.
stephanethomas committedJan 27, 2017 -
Domains: Standardize name of privacy protection in purchases helper a…
…nd assembler This renames a helper function as well as an object property mentioning private registration.
stephanethomas committedJan 27, 2017 -
Domains: Standardize name of privacy protection in product helper
This renames a helper function mentioning private registration.
stephanethomas committedJan 27, 2017 -
Domains: Standardize name of privacy protection in labels
This renames any label, text, or comment mentioning private registration.
stephanethomas committedJan 27, 2017 -
State: Move Jetpack settings selectors to global selectors directory (#…
…10935) * State: Move isRequestingJetpackSettings to global selectors directory * State: Move isUpdatingJetpackSettings to global selectors directory * State: Move isRegeneratingJetpackPostByEmail to global selectors directory * State: Move getJetpackSettings to global selectors directory * State: Move getJetpackSetting to global selectors directory * State: Move getJetpackSettingsSaveRequestStatus to global selectors directory * State: Move isJetpackSettingsSaveSuccessful to global selectors directory * State: Move getJetpackSettingsSaveError to global selectors directory * Jetpack Settings: Apply global settings selectors to components * Jetpack Settings: Update selector name in PublishingTools card
-
Reader: retrieve user subscriptions using Redux - attempt two (#11012)
* Revert "Revert "Reader: retrieve user subscriptions using Redux"" * Fix selector path in Cold Start
-
Jetpack Settings: Disable Related Posts sub-settings instead of hiding (
#10925) * Jetpack Settings: Disable Related Posts sub-settings instead of hiding * Site Settings: Alter related posts preview label * Update related-content-preview.jsx Removed the colon after `Example:`
-
Site Settings: Rely dirty checking on comparing persisted/unperstited…
… fields (#10808) Before this setting dirtyFields was imperative on Fields Change, with this PR, dirtyFields are computed by comparing the settings received as a prop from the redux state and the component state
-
Happychat: Changes happychat title and label messaging (#10940)
* Happychat: Changes happychat title to 'Support Chat' * Changes happychat text prompt Fixes #10767 * Fixes code style whitespace issue
-
Reader: Move teams to redux using middleware (#10764)
* Reduxifying teams * attempt at creating frameworky middleware * redo everything + hook up to ui * fix unit tests * oops * moved from reader --> read * updated imports to reflect moved files * move from promises to a spy function. also move next * remove todos * addressed @blowery comment about using get
-
Notifications: Fix typo `postMesssage` -> `postMessage` (#11019)
This typo was causing errors because `postMesssage` isn't a function.
-
Reader: retrieve user subscriptions using Redux (#10777)
* Add actions to request and receive follows * Add action tests * Switch to use an object to store follow state, keyed by comparable URL * Fix serialization (handled by createReducer) * Reducer: receive new follows * Move selector to state/selectors * Use snakecase for all keys * Don't ditch existing follow object when updating follow status * Update selectors to match new shape of follows state * Fix getFollowCount selector * Fix selector include * modify the actions to be FSA-compliant * added a failing to a then() where it should always go straight to the catch * fix failing test
-
Extend Copy functionality to pages too. It works in the exact same way as the Copy Post, with the only exception that the Page List controls look different.
-
-
Build: Turn on mangling with Uglify (#10978)
* Build: Turn on mangling with Uglify This turns on uglify's mangling, which can significantly reduce bundle sizes. To test, spin up a docker instance with a production install and use Calypso. * Make minification sync. For some reason, the async variant died an odd death.
-
Guided Tours: Bail if fresh user prefs missing (#10822)
* Guided Tours: Bail if fresh user prefs missing * Return proper empty state when bailing * move bailing to `findTriggeredTour` * Fix existing tests, add test for stale preferences
-
Framework: Add non-rendering site picker middleware
seear committedJan 26, 2017