Sha256: c9791a739935235731cf5a2e8caa86c2a040a15c003027d9427c8f3c6e68dc0f

Contents?: true

Size: 1.1 KB

Versions: 3

Compression:

Stored size: 1.1 KB

Contents

module Alchemy
  module Upgrader::ThreePointOne
    private

    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.

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

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alchemy_cms-3.1.0.beta3 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.1.0.beta2 lib/alchemy/upgrader/three_point_one.rb
alchemy_cms-3.1.0.beta1 lib/alchemy/upgrader/three_point_one.rb