Skip to content
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

Switch from Globalize to Mobility #3360

Merged
merged 37 commits into from
May 25, 2018
Merged

Switch from Globalize to Mobility #3360

merged 37 commits into from
May 25, 2018

Commits on May 24, 2018

  1. WIP : Move from Globalize to Mobility

    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    c6a8b87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d52da09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1599b29 View commit details
    Browse the repository at this point in the history
  4. Fix undefined translation_class

    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    46c012b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f326cd7 View commit details
    Browse the repository at this point in the history
  6. Lock mysql2 gem to '~> 0.4.10'

    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    6c361a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae8f863 View commit details
    Browse the repository at this point in the history
  8. Remove hacks for Globalize

    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    3a7253c View commit details
    Browse the repository at this point in the history
  9. Be sure ActiveRecord::RecordNotFound is the root namespace

    without '::' it will try to use Mobility namespace as root
    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    4de5a92 View commit details
    Browse the repository at this point in the history
  10. Fix page_menu spec

    fix error ActiveModel::MissingAttributeError: can't write unknown attribute
    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    8d34839 View commit details
    Browse the repository at this point in the history
  11. Rename globalize to mobility

    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    f27bba3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6317d1f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1a46b13 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f28a68d View commit details
    Browse the repository at this point in the history
  15. Remove default_scope i18n

    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    53ed47d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    06e9a73 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5eecdae View commit details
    Browse the repository at this point in the history
  18. Revert "Remove unnecessary translations_conditions method"

    This reverts commit fa12fe7.
    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    b7a644b View commit details
    Browse the repository at this point in the history
  19. Fix should_generate_new_friendly_id? method

    and tidy up model for mobility and friendly usage
    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    332774a View commit details
    Browse the repository at this point in the history
  20. Fix translated_to_default_locale?: compare symbols

    It will fix site_bar edit link with switch_locale param presence
    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    550cdc4 View commit details
    Browse the repository at this point in the history
  21. Remove hacks for Globalize 2

    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    b1312d0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5dc3072 View commit details
    Browse the repository at this point in the history
  23. Remove :locale from permitted_new_page_part_params

    This will fix: ActiveModel::UnknownAttributeError:
           unknown attribute 'locale' for Refinery::PagePart.
    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    658c652 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    544af04 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4f1d9fc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3bb95a0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    398dbd4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    36a3b7b View commit details
    Browse the repository at this point in the history
  29. Switch mobility to master branch

    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    23c9cb2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    54d4fbf View commit details
    Browse the repository at this point in the history
  31. Remove awesome_nested_set dependency from core

    At this time, only refinerycms-pages needs this dependency.
    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    bef22e5 View commit details
    Browse the repository at this point in the history
  32. Remove mobility dependency from images and

    This dependency will be added to refinerycms-i18n which is a core dependency
    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    cfb024f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2c40d60 View commit details
    Browse the repository at this point in the history
  34. Remove moibility from Gemfile

    because 0.6.0 is released
    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    0d260cf View commit details
    Browse the repository at this point in the history
  35. Update refinerycms-i18n to 5.0.0

    bricesanchez authored and parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    f1f7fbc View commit details
    Browse the repository at this point in the history
  36. update refinerycms-i18n branch

    parndt committed May 24, 2018
    Configuration menu
    Copy the full SHA
    f48af77 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Configuration menu
    Copy the full SHA
    e214351 View commit details
    Browse the repository at this point in the history