File rubygem-actionview-5_0.changes of Package rubygem-actionview-5_0
-------------------------------------------------------------------
Thu Mar 14 10:44:30 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 5.0.7.2
see installed CHANGELOG.md
## Rails 5.0.7.2 (March 11, 2019) ##
* No changes.
-------------------------------------------------------------------
Sat Dec 8 16:13:42 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 5.0.7.1
see installed CHANGELOG.md
## Rails 5.0.7.1 (November 27, 2018) ##
* No changes.
-------------------------------------------------------------------
Fri Mar 30 04:29:33 UTC 2018 - factory-auto@kulow.org
- updated to version 5.0.7
see installed CHANGELOG.md
## Rails 5.0.7 (March 29, 2018) ##
* No changes.
-------------------------------------------------------------------
Mon Sep 11 12:31:11 UTC 2017 - coolo@suse.com
- updated to version 5.0.6
see installed CHANGELOG.md
## Rails 5.0.6 (September 07, 2017) ##
* No changes.
## Rails 5.0.6.rc1 (August 24, 2017) ##
* No changes.
-------------------------------------------------------------------
Thu Aug 3 18:59:21 UTC 2017 - coolo@suse.com
- updated to version 5.0.5
see installed CHANGELOG.md
## Rails 5.0.5 (July 31, 2017) ##
* No changes.
## Rails 5.0.5.rc2 (July 25, 2017) ##
* No changes.
## Rails 5.0.5.rc1 (July 19, 2017) ##
* No changes.
-------------------------------------------------------------------
Tue Jun 20 06:42:43 UTC 2017 - coolo@suse.com
- updated to version 5.0.4
see installed CHANGELOG.md
## Rails 5.0.4 (June 19, 2017) ##
* No changes.
## Rails 5.0.3 (May 12, 2017) ##
* No changes.
-------------------------------------------------------------------
Tue May 23 09:35:18 UTC 2017 - coolo@suse.com
- updated to version 5.0.3
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Mar 2 05:30:52 UTC 2017 - coolo@suse.com
- updated to version 5.0.2
see installed CHANGELOG.md
## Rails 5.0.2 (March 01, 2017) ##
* Allow render locals to be assigned to instance variables in a view.
Fixes #27480.
*Andrew White*
* Return correct object name in form helper method after `fields_for`.
Fixes #26931.
*Yuji Yaginuma*
-------------------------------------------------------------------
Wed Dec 21 05:29:30 UTC 2016 - coolo@suse.com
- updated to version 5.0.1
see installed CHANGELOG.md
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* Restore support for locals named `_`, `arg`, `args`, and `block`.
Fixes #27302.
*Toshimaru*
## Rails 5.0.1.rc1 (December 01, 2016) ##
* Fix support to `ActionController::Parameters` in `button_to`.
*Jon Moss*
* Render now accepts any keys for locals, including reserved words
Only locals with valid variable names get set directly. Others
will still be available in local_assigns.
Example of render with reserved words:
```erb
<%= render "example", class: "text-center", message: "Hello world!" %>
<!-- _example.html.erb: -->
<%= tag.div class: local_assigns[:class] do %>
<p><%= message %></p>
<% end %>
```
*Peter Schilling*, *Matthew Draper*
* Changed partial rendering with a collection to allow collections which
implement `to_a`.
Extracting the collection option had an optimization to avoid unnecessary
queries of ActiveRecord Relations by calling `#to_ary` on the given
collection. Instances of `Enumerator` or `Enumerable` are valid
collections, but they do not implement `#to_ary`. By changing this to
`#to_a`, they will now be extracted and rendered as expected.
*Steven Harman*
* Fix `ActionView::Helpers#current_page?` to work properly even with
a trailing slash.
Fixes #19472.
*Stan Lo*
-------------------------------------------------------------------
Fri Aug 12 04:31:09 UTC 2016 - coolo@suse.com
- updated to version 5.0.0.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Jul 4 09:10:39 UTC 2016 - coolo@suse.com
- updated to rails 5.0 - see http://weblog.rubyonrails.org/2016/6/30/Rails-5-0-final/
-------------------------------------------------------------------
Tue Mar 8 05:30:10 UTC 2016 - coolo@suse.com
- updated to version 4.2.6
see installed CHANGELOG.md
## Rails 4.2.6 (March 07, 2016) ##
* Fix stripping the digest from the automatically generated img tag alt
attribute when assets are handled by Sprockets >=3.0.
*Bart de Water*
* Create a new `ActiveSupport::SafeBuffer` instance when `content_for` is flushed.
Fixes #19890
*Yoong Kang Lim*
* Respect value of `:object` if `:object` is false when rendering.
Fixes #22260.
*Yuichiro Kaneko*
* Generate `week_field` input values using a 1-based index and not a 0-based index
as per the W3 spec: http://www.w3.org/TR/html-markup/datatypes.html#form.data.week
*Christoph Geschwind*
-------------------------------------------------------------------
Tue Mar 1 05:31:26 UTC 2016 - coolo@suse.com
- updated to version 4.2.5.2
see installed CHANGELOG.md
## Rails 4.2.5.2 (February 26, 2016) ##
* Do not allow render with unpermitted parameter.
Fixes CVE-2016-2098.
*Arthur Neves*
## Rails 4.2.5.1 (January 25, 2015) ##
* Adds boolean argument outside_app_allowed to `ActionView::Resolver#find_templates`
method.
*Aaron Patterson*
-------------------------------------------------------------------
Tue Jan 26 05:30:06 UTC 2016 - coolo@suse.com
- updated to version 4.2.5.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Fri Nov 13 05:29:38 UTC 2015 - coolo@suse.com
- updated to version 4.2.5
see installed CHANGELOG.md
## Rails 4.2.5 (November 12, 2015) ##
* Fix `mail_to` when called with `nil` as argument.
*Rafael Mendonça França*
* `url_for` does not modify its arguments when generating polymorphic URLs.
*Bernerd Schaefer*
-------------------------------------------------------------------
Tue Aug 25 04:29:49 UTC 2015 - coolo@suse.com
- updated to version 4.2.4
see installed CHANGELOG.md
## Rails 4.2.4 (August 24, 2015) ##
* No Changes *
-------------------------------------------------------------------
Fri Jun 26 04:30:06 UTC 2015 - coolo@suse.com
- updated to version 4.2.3
see installed CHANGELOG.md
## Rails 4.2.3 (June 25, 2015) ##
* `translate` should handle `raise` flag correctly in case of both main and default
translation is missing.
Fixes #19967
*Bernard Potocki*
* `translate` allows `default: [[]]` again for a default value of `[]`.
Fixes #19640.
*Adam Prescott*
* `translate` should accept nils as members of the `:default`
parameter without raising a translation missing error. Fixes a
regression introduced 362557e.
Fixes #19419
*Justin Coyne*
* `number_to_percentage` does not crash with `Float::NAN` or `Float::INFINITY`
as input when `precision: 0` is used.
Fixes #19227.
*Yves Senn*
-------------------------------------------------------------------
Wed Jun 17 04:30:35 UTC 2015 - coolo@suse.com
- updated to version 4.2.2
see installed CHANGELOG.md
## Rails 4.2.2 (June 16, 2015) ##
* No Changes *
-------------------------------------------------------------------
Sun Mar 22 09:39:06 UTC 2015 - coolo@suse.com
- updated to version 4.2.1
* Default translations that have a lower precidence than an html safe default,
but are not themselves safe, should not be marked as html_safe.
*Justin Coyne*
* Added an explicit error message, in `ActionView::PartialRenderer`
for partial `rendering`, when the value of option `as` has invalid characters.
*Angelo Capilleri*
-------------------------------------------------------------------
Mon Jan 19 21:12:12 UTC 2015 - dmueller@suse.com
- update to 4.1.9:
* Added an explicit error message, in `ActionView::PartialRenderer`
for partial `rendering`, when the value of option `as` has invalid characters.
* Update `select_tag` to work correctly with `:include_blank` option passing a string.
-------------------------------------------------------------------
Mon Nov 10 14:00:03 UTC 2014 - tboerger@suse.com
- To get rails 4 running on SLE 11 i have switched the
rb_build_versions definition to rub21 as it is activated within
devel:languages:ruby. That way we can get running rails 4 on
SLE 11 too.
-------------------------------------------------------------------
Sun Oct 12 16:53:53 UTC 2014 - coolo@suse.com
- updated to version 4.1.6
* Fix that render layout: 'messages/layout' should also be added to the dependency tracker tree.
* Return an absolute instead of relative path from an asset url in the case
of the `asset_host` proc returning nil
* Fix `html_escape_once` to properly handle hex escape sequences (e.g. ᨫ)
* Bring `cache_digest` rake tasks up-to-date with the latest API changes
-------------------------------------------------------------------
Wed Jul 23 13:30:35 UTC 2014 - mrueckert@suse.com
- - initial package