File rubygem-kaminari.changes of Package rubygem-kaminari
-------------------------------------------------------------------
Tue Jan 25 07:07:56 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.2.2
see installed CHANGELOG.md
## 1.2.2
### Enhancements:
* Rails 7 support via [dbac7d4](https://github.com/kaminari/kaminari/commit/dbac7d476f39f8a17a35aba7e528aec7c589b3e5) and [07fafc0](https://github.com/kaminari/kaminari/commit/07fafc0561b307b6fbf40e9ec6ab52a6ec5102b4)
### Bug Fixes:
* Restored `path_to_next_url` helper that was accidentally deleted in v1.2.0 #1027 [@ryym]
* Fixed invalid link tag HTML output from `rel_next_prev_link_tags` helper #1045 [@dlackty]
* Fixed Errno::ENOENT error for views generator on Ruby 3 #1050 [@ar31an]
* Suppress warnings about keyword args on Ruby 2.7 #1053 [@mishina]
-------------------------------------------------------------------
Tue Jun 9 12:38:14 UTC 2020 - Dany Marcoux <dmarcoux@suse.com>
- Updated to version 1.2.1
### Security Fixes:
* Added `original_script_name` parameter to the ignore list: #1020 [@viseztrance]
See CVE-2020-11082 for full details.
### Bug Fixes:
* Fixed a couple of grouped `total_count` regressions by reverting #979
-------------------------------------------------------------------
Mon Feb 10 15:01:31 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.2.0
see installed CHANGELOG.md
## 1.2.0
### Deprecations:
* Deprecated `current_per_page` in favor of `limit_value`
### Enhancements:
* Added `#url_to_next_page` and `#url_to_prev_page` helper methods: [38e95a2](https://github.com/kaminari/kaminari/commit/38e95a262a210548c4f892aaa69d09ca8ecdce7f)
* Extracted url helper methods and packed them in `Kaminari::Helpers::UrlHelper`: [ff38bee](https://github.com/kaminari/kaminari/commit/ff38bee54b5be1a948f1118c0bfd829a72a1a502)
* Improved performance of `total_count` for grouped queries by explicitly giving SQL `select` clause #979 [@MmKolodziej]
* Added `LIMIT` to `total_count` query when `max_pages` presents #981 [@rymai]
### Bug Fixes:
* Fixed a bug where the `kaminari-mongoid` gem was not loaded properly: kaminari/kaminari-mongoid#9 [@DenniJensen]
* Fixed a bug where the `#total_count` method incorrectly calculates the total count: #932 [@tumayun]
* Fixed a bug where `empty?` breaks subsequent `last_page?` in without_count mode #1009 [@montdidier]
* Fixed kwargs warnings on Ruby 2.7 #1010 [@connorshea]
-------------------------------------------------------------------
Mon Oct 23 05:51:57 UTC 2017 - mschnitzer@suse.com
- updated to version 1.1.1
* Bug Fixes:
- Fixed a bug where paginate ..., params: { controller: ..., action: ... } didn't override the params[:controller] and params[:action] #919 [@chao-mu]
-------------------------------------------------------------------
Fri Oct 13 10:39:25 UTC 2017 - mschnitzer@suse.com
- updated to version 1.1.0
* Enhancements:
- Now the page_entries_info method respects the I18n.locale value when pluralizing the entry_name option #899 [@hundred]
- require 'kaminari/core' is no longer necessary when using require 'kaminari/activerecord' #896 [@yhara]
- Added the #current_per_page method to inspect current value of per_page #875 [#bfad]
- Better accesibility support by adding accessibility roles to pagination nav #848 [@frrrances]
* Bug Fixes:
- Fixed an issue where the command rails g kaminari:views ... stopped working due to a missing require #912 [@jvsoares]
- Fixed a bug where passing in params to the link_to_next_page or link_to_previous_page method raises an exception #874 [@5t111111]
-------------------------------------------------------------------
Thu Jan 19 05:36:39 UTC 2017 - coolo@suse.com
- updated to version 1.0.1
see installed CHANGELOG.md
## 1.0.1
### Bug Fixes:
* Added `required_ruby_version` to the gemspec #847 [@timoschilling]
* Fixed a regression where `per(nil)` uses `max_per_page` instead of `default_per_page` #813 [@merqlove]
* Fixed a regression where passing a String to `per()` aborts with ArgumentError #849 [@rafaelgonzalez]
* Fixed a bug where calling deprecated `max_pages_per` caused an Error on Rails 4 #852 [@tsuwatch]
-------------------------------------------------------------------
Wed Jan 11 05:40:21 UTC 2017 - coolo@suse.com
- updated to version 1.0.0
CHANGELOG.rdoc removed upstream
-------------------------------------------------------------------
Tue May 31 04:29:40 UTC 2016 - coolo@suse.com
- updated to version 0.17.0
see installed CHANGELOG.rdoc
== 0.17.0
* Rails 5 ready!
* Mongoid 5.0 support
* Dropped Ruby 1.8 support
* Dropped Mongoid 2.x support
* Extracted Sinatra support to kaminari-sinatra gem
* Extracted DataMapper support to kaminari-data_mapper gem
* Extracted Mongoid support to kaminari-mongoid gem
* Extracted MongoMapper support to kaminari-mongo_mapper gem
* Deprecated Kaminari::PageScopeMethods#num_pages in favor of `total_pages`
* Deprecated :num_pages option for `paginate` in favor of :total_pages
* Fixed mangled params in pagination links on Rails 5 #766 [audionerd]
* Fixed a bug where the range of the records displayed on the last page
doesn't match #718 [danzanzini]
-------------------------------------------------------------------
Wed Feb 11 14:47:56 UTC 2015 - coolo@suse.com
- updated to version 0.16.3
* Fixed a "stack level too deep" bug in mongoid #642 [bartes]
* Fixed a bug that Kaminari possibly crashes when combined with other gems
that define `inherited` method on model classes, such as aasm. #651 [zeitnot]
-------------------------------------------------------------------
Mon Feb 9 08:02:07 UTC 2015 - coolo@suse.com
- updated to version 0.16.2
* Fixed a bug where cloned Relations remember previous relations'
@total_count value #565 [inkstak]
* Fixed a bug where `paginate_array()` with total_count option returns whole
array for every page #516 [abhichvn]
* Fixed a bug where :num_pages option was backwards-incompatible #605
[klebershimabuku]
* Fixed a bug where themed views generator attempts to overwrite README.md
#623 [swrobel]
* Fixed a bug that ruby raises a NameError when theme was not found #622
[maxprokopiev]
* Fixed a bug that paginates_per does not work with subclasses on mongoid #634
[kouyaf77]
* Show an error message if a proper template was not found for the generator
theme #600 [meltedice]
-------------------------------------------------------------------
Wed Oct 15 11:16:51 UTC 2014 - coolo@suse.com
- updated to version 0.16.1
* Fix a bug where :theme option for #paginate method doesn't work properly
#566 [commstratdev]
== 0.16.0
* Add support for mongoid max_scan option #500 [aptx4869]
* Add `link_to_previous_page` helper for Sinatra #504 [ikeay]
* Add :views_prefix option to #paginate for alternative views directory #552
[apotonick]
* Simplify `page_entries_info` by adding entry_name interface to each ORM
* Refer ActiveRecord::Base from top level namespace for more safety when
inherited class's namespace has 'ActiveRecord' constant #522 [yuroyoro]
* Fix a bug where runtime persistence not taken into account with
mongoid/kaminari #326 [nubeod]
* Fix a bug where helper methods were not available from inside
`paginator.render do ... end` block #239 [damien-roche]
* Fix a bug where theme generator didn't work on Rails 4.1 #526 [jimryan]
* Fix a bug that paginatable arrays with `total_count` option always returns
whole array #516 [abhichvn]
-------------------------------------------------------------------
Sun Oct 12 11:27:41 UTC 2014 - adrian@suse.de
- adapt to new rubygem packaging style
-------------------------------------------------------------------
Mon Jan 20 09:29:24 UTC 2014 - coolo@suse.com
- updated to version 0.15.1
* page_method_name option was not working in 0.15.0 #481 [mauriciopasquier]
* Use the mongoid criteria #length method to cache the count of the collection
per criteria #484 [camallen]
* Don't inherit host, port, and protocol from the given params
-------------------------------------------------------------------
Sat Nov 23 09:22:43 UTC 2013 - coolo@suse.com
- updated to version 0.15.0
* Allow count, total count to pass parameters to super #193 [bsimpson]
* Add `max_pages` and `max_pages_per` methods to limit displayed pages per
model or globally #301 [zpieslak]
* Add support for Sinatra views overrides (add app views paths) #332 [j15e]
* Fix wrong pagination when used with `padding` #359 [vladimir-vg, negipo]
* check for Hash in addition to OrderedHash, which seems to break in Rails 4,
for total_count #369 [aew]
* Make `to_s` in paginator threadsafe #374 [bf4]
* Fix Missing partial Error when 'paginate' called from different format
template #381 [joker1007]
* Add `PageScopeMethods#next_page`, `prev_page`, and `out_of_range?` [yuki24]
* Use html_safe in view partials instead of raw fixed #73 [zzak]
* Fix a bug that `PaginatableArray#total_pages` returns the wrong value #416 [yuki24]
* Make `num_pages` to return the same value as `total_pages` for backward compat [yuki24, eitoball]
* Change #page_entries_info to use model name #340, #348 [znz, eitoball]
* Change scope to class method #433 [kolodovskyy]
* Fix arity problem with Rails 4.1.0 #449 [bricker]
-------------------------------------------------------------------
Mon Oct 1 08:01:09 UTC 2012 - coolo@suse.com
- updated to version 0.14.1
* Changed the default "truncation" String from "..." to … #264 [pjaspers]
* The theme generator is Github API v3 compatible now! #279 [eitoball]
* Made Kaminari.config.default_per_page changeable again #280 [yuki24]
-------------------------------------------------------------------
Mon Sep 3 08:32:21 UTC 2012 - coolo@suse.com
- updated to version 0.14.0
* Grape framework support! #218 [mrplum]
* Mongoid 3 ready! #238 [shingara]
* Added link_to_previous_page helper #191 [timgremore]
* Added helper to generate rel="next" and rel="prev" link tags for SEO #200
[joe1chen]
* Added `max_per_page` configuration option #274 [keiko0713]
This would be useful for the case when you are using user input `per_page`
value but want to impose the upper bound.
* Added I18n to page_entries_info #207 [plribeiro3000]
* Changed method name "num_pages" to "total_pages"
num_pages" is still available as an alias of "total_pages", but will be
deprecated or removed in some future version.
* Changed the way page_entries_info behave so it can show appropriate names
for models with namespace #207 [plribeiro3000]
* Added html_safe to page_entries_info helper #190 [lucapette]
* Fixed displayed number of items on each page w/ Mongoid 2.4.x and
MongoMapper #194 [dblock]
* Removed a unused local variable from templates from default tamplate #245 [juno]
* Fixed page_entry_info to use the value of `entry_name` option when given
collection is empty or a PaginatableArray #265, #277 [eitoball]
* Added require 'dm-aggregates' in DataMapper hook #259 [shingara]
-------------------------------------------------------------------
Sun Aug 5 12:39:49 UTC 2012 - jweberhofer@weberhofer.at
- Re-generated spec file
-------------------------------------------------------------------
Thu Mar 8 18:03:44 UTC 2012 - fcastelli@suse.com
- update to 0.13.0
-------------------------------------------------------------------
Thu Feb 17 16:58:49 UTC 2011 - mrueckert@suse.de
- initial package