Sha256: 2a9ff1165e88621a9710e32be9adc7bbce12cebab05067ccff6f1b469fb2c762

Contents?: true

Size: 1.45 KB

Versions: 21

Compression:

Stored size: 1.45 KB

Contents

module Alchemy
  class Upgrader::ThreePointOne < Upgrader
    class << self
      def alchemy_3_1_todos
        notice = <<-NOTE

  JSON API moved into '/api' namespace
  ------------------------------------

  The JSON API now lives under /api and not as additional format to default controllers.
  Also the serialization changed into more useful payload.

  Please upgrade your API calls to use the new /api namespace.


  TinyMCE default paste behavior changed
  --------------------------------------

  Text is now always pasted in as plain text. To change this, the user has to
  disable it with the toolbar button, as they had to before to enable it.

  If you have a custom TinyMCE configuration you have to enable this by adding

    paste_as_text: true

  into you custom TinyMCE configuration.


  TinyMCE toolbar config has changed
  ----------------------------------

  The 'toolbar' configuration now takes an array of toolbar rows, instead of
  using 'toolbarN' syntax. Please update your TinyMCE configuration.

  Visit http://www.tinymce.com/wiki.php/Configuration:toolbar for more information.


  ApplicationController patch removed
  -----------------------------------

  If you have controllers that loads Alchemy content or uses Alchemy helpers in
  the views (i.e. `render_navigation` or `render_elements`) you should

    include Alchemy::ControllerActions

  in these controllers.


  NOTE
        todo notice, 'Alchemy v3.1 changes'
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
alchemy_cms-4.0.6 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.6.7 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.6.6 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-4.0.5 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-4.0.4 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-4.0.3 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.6.5 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-4.0.2 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-4.0.1 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.6.4 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-4.0.0 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.6.3 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.6.2 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-4.0.0.rc2 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-4.0.0.rc1 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.6.1 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-4.0.0.beta lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.6.0 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.5.0 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.5.0.rc2 lib/alchemy/upgrader/three_point_one.rb