Permalink
Commits on Jan 30, 2017
  1. Reader teams: fix selector include order (#11029)

    * Fix selector include order
    
    * Fix other selectors order
    bluefuton committed on GitHub Jan 30, 2017
  2. Merge pull request #10997 from Automattic/update/privacy-protection

    Purchases: Standardize name of privacy protection upgrade
    stephanethomas committed on GitHub Jan 30, 2017
  3. Domains: Standardize name of privacy protection in url

    This renames a url fragment mentioning private registration.
    stephanethomas committed Jan 27, 2017
  4. Domains: Standardize name of privacy protection in render method

    This renames a method mentioning private registration.
    stephanethomas committed Jan 27, 2017
  5. Domains: Standardize name of privacy protection in controller

    This renames an action mentioning private registration.
    stephanethomas committed Jan 27, 2017
  6. Domains: Standardize name of privacy protection in class names

    This renames class names mentioning private registration.
    stephanethomas committed Jan 27, 2017
  7. Domains: Standardize name of privacy protection in component

    This renames a component mentioning private registration.
    stephanethomas committed Jan 27, 2017
  8. Domains: Standardize name of privacy protection in purchases action

    This renames an action function mentioning private registration.
    stephanethomas committed Jan 27, 2017
  9. Domains: Standardize name of privacy protection in API function

    This renames a API function mentioning private registration.
    stephanethomas committed Jan 27, 2017
  10. Domains: Standardize name of privacy protection in titles helper

    This renames a helper function mentioning private registration.
    stephanethomas committed Jan 27, 2017
  11. Domains: Standardize name of privacy protection in paths helper

    This renames a helper function mentioning private registration.
    stephanethomas committed Jan 27, 2017
  12. Domains: Standardize name of privacy protection in domains assembler

    This renames an object property mentioning private registration.
    stephanethomas committed Jan 27, 2017
  13. 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 committed Jan 27, 2017
  14. Domains: Standardize name of privacy protection in product helper

    This renames a helper function mentioning private registration.
    stephanethomas committed Jan 27, 2017
  15. Domains: Standardize name of privacy protection in labels

    This renames any label, text, or comment mentioning private registration.
    stephanethomas committed Jan 27, 2017
  16. 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
    tyxla committed on GitHub Jan 30, 2017
  17. Reader: retrieve user subscriptions using Redux - attempt two (#11012)

    * Revert "Revert "Reader: retrieve user subscriptions using Redux""
    
    * Fix selector path in Cold Start
    bluefuton committed on GitHub Jan 30, 2017
  18. 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:`
    tyxla committed on GitHub Jan 30, 2017
  19. 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
    youknowriad committed on GitHub Jan 30, 2017
Commits on Jan 27, 2017
  1. 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
    beaucollins committed on GitHub Jan 27, 2017
  2. 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
    samouri committed on GitHub Jan 27, 2017
  3. Notifications: Fix typo `postMesssage` -> `postMessage` (#11019)

    This typo was causing errors because `postMesssage` isn't a function.
    dmsnell committed on GitHub Jan 27, 2017
  4. 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
    bluefuton committed on GitHub Jan 27, 2017
  5. Editor: Copy Page (#10665)

    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.
    Copons committed on GitHub Jan 27, 2017
  6. 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.
    blowery committed on GitHub Jan 27, 2017
  7. 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
    mcsf committed on GitHub Jan 27, 2017