2016-03-15 17:00:58 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.8 2016/03/15 16:00:58 taca Exp $
|
Update textproc/ruby-will-paginate to 2.3.14.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
= 2.3.12, released 2009-12-01
* make view helpers "HTML safe" for Rails 2.3.5 with rails_xss plugin
= 2.3.11, released 2009-06-02
* fix `enable_actionpack`
= 2.3.10, released 2009-05-21
* count_by_sql: don't use table alias with any adapters starting with "oracle"
* Add back "AS count_table" alias to `paginate_by_sql` counter SQL
= 2.3.9, released 2009-05-29
* remove "AS count_table" alias from `paginate_by_sql` counter SQL
* Rails 2.3.2 compat: monkeypatch Rails issue #2189 (count breaks has_many :through)
* fix generation of page URLs that contain the "@" character
* check for method existance in a ruby 1.8- and 1.9-compatible way
* load will_paginate view helpers even if ActiveRecord is not loaded
== 2.3.8, released 2009-03-09
* Rails 2.3 compat: query parameter parsing with Rack
== 2.3.7, released 2009-02-09
* Removed all unnecessary &block variables since they cause serious memory damage and lots of subsequent gc runs.
== 2.3.6, released 2008-10-26
* Rails 2.2 fix: stop using `extract_attribute_names_from_match` inernal AR method, it no longer exists
== 2.3.5, released 2008-10-07
* update the backported named_scope implementation for Rails versions older than 2.1
* break out of scope of paginated_each() yielded block when used on named scopes
* fix paginate(:from)
== 2.3.4, released 2008-09-16
* Removed gem dependency to Active Support (causes trouble with vendored rails).
* Rails 2.1: fix a failing test and a deprecation warning.
* Cope with scoped :select when counting.
== 2.3.3, released 2008-08-29
* Ensure that paginate_by_sql doesn't change the original SQL query.
* RDoc love (now live at http://gitrdoc.com/mislav/will_paginate/tree/master)
* Rename :prev_label to :previous_label for consistency. old name still functions but is deprecated
* ActiveRecord 2.1: Remove :include option from count_all query when it's possible.
== 2.3.2, released 2008-05-16
* Fixed LinkRenderer#stringified_merge by removing "return" from iterator block
* Ensure that 'href' values in pagination links are escaped URLs
== 2.3.1, released 2008-05-04
* Fixed page numbers not showing with custom routes and implicit first page
* Try to use Hanna for documentation (falls back to default RDoc template if not)
== 2.3.0, released 2008-04-29
* Changed LinkRenderer to receive collection, options and reference to view template NOT in
constructor, but with the #prepare method. This is a step towards supporting passing of
LinkRenderer (or subclass) instances that may be preconfigured in some way
* LinkRenderer now has #page_link and #page_span methods for easier customization of output in
subclasses
* Changed page_entries_info() method to adjust its output according to humanized class name of
collection items. Override this with :entry_name parameter (singular).
page_entries_info(@posts)
#-> "Displaying all 12 posts"
page_entries_info(@posts, :entry_name => 'item')
#-> "Displaying all 12 items"
== 2.2.3, released 2008-04-26
* will_paginate gem is no longer published on RubyForge, but on
gems.github.com:
gem sources -a http://gems.github.com/ (you only need to do this once)
gem install mislav-will_paginate
* extract reusable pagination testing stuff into WillPaginate::View
* rethink the page URL construction mechanizm to be more bulletproof when
combined with custom routing for page parameter
* test that anchor parameter can be used in pagination links
2010-09-10 10:42:59 +02:00
|
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
2008-04-29 20:02:05 +02:00
|
|
|
${GEM_LIBDIR}/LICENSE
|
2011-08-12 19:24:16 +02:00
|
|
|
${GEM_LIBDIR}/README.md
|
2008-04-29 20:02:05 +02:00
|
|
|
${GEM_LIBDIR}/lib/will_paginate.rb
|
2011-08-12 19:24:16 +02:00
|
|
|
${GEM_LIBDIR}/lib/will_paginate/active_record.rb
|
2008-04-29 20:02:05 +02:00
|
|
|
${GEM_LIBDIR}/lib/will_paginate/array.rb
|
|
|
|
${GEM_LIBDIR}/lib/will_paginate/collection.rb
|
|
|
|
${GEM_LIBDIR}/lib/will_paginate/core_ext.rb
|
2011-08-12 19:24:16 +02:00
|
|
|
${GEM_LIBDIR}/lib/will_paginate/data_mapper.rb
|
2011-12-15 17:20:04 +01:00
|
|
|
${GEM_LIBDIR}/lib/will_paginate/deprecation.rb
|
2011-08-12 19:24:16 +02:00
|
|
|
${GEM_LIBDIR}/lib/will_paginate/i18n.rb
|
|
|
|
${GEM_LIBDIR}/lib/will_paginate/locale/en.yml
|
2016-03-15 17:00:58 +01:00
|
|
|
${GEM_LIBDIR}/lib/will_paginate/mongoid.rb
|
2011-08-12 19:24:16 +02:00
|
|
|
${GEM_LIBDIR}/lib/will_paginate/page_number.rb
|
|
|
|
${GEM_LIBDIR}/lib/will_paginate/per_page.rb
|
|
|
|
${GEM_LIBDIR}/lib/will_paginate/railtie.rb
|
|
|
|
${GEM_LIBDIR}/lib/will_paginate/sequel.rb
|
2008-04-29 20:02:05 +02:00
|
|
|
${GEM_LIBDIR}/lib/will_paginate/version.rb
|
|
|
|
${GEM_LIBDIR}/lib/will_paginate/view_helpers.rb
|
2011-08-12 19:24:16 +02:00
|
|
|
${GEM_LIBDIR}/lib/will_paginate/view_helpers/action_view.rb
|
|
|
|
${GEM_LIBDIR}/lib/will_paginate/view_helpers/link_renderer.rb
|
|
|
|
${GEM_LIBDIR}/lib/will_paginate/view_helpers/link_renderer_base.rb
|
|
|
|
${GEM_LIBDIR}/lib/will_paginate/view_helpers/merb.rb
|
|
|
|
${GEM_LIBDIR}/lib/will_paginate/view_helpers/sinatra.rb
|
|
|
|
${GEM_LIBDIR}/spec/collection_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/console
|
|
|
|
${GEM_LIBDIR}/spec/console_fixtures.rb
|
|
|
|
${GEM_LIBDIR}/spec/database.yml
|
2013-12-29 13:20:41 +01:00
|
|
|
${GEM_LIBDIR}/spec/fake_rubygems.rb
|
2011-08-12 19:24:16 +02:00
|
|
|
${GEM_LIBDIR}/spec/finders/active_record_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/finders/activerecord_test_connector.rb
|
|
|
|
${GEM_LIBDIR}/spec/finders/data_mapper_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/finders/data_mapper_test_connector.rb
|
2016-03-15 17:00:58 +01:00
|
|
|
${GEM_LIBDIR}/spec/finders/mongoid_spec.rb
|
2011-08-12 19:24:16 +02:00
|
|
|
${GEM_LIBDIR}/spec/finders/sequel_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/finders/sequel_test_connector.rb
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/admin.rb
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/developer.rb
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/developers_projects.yml
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/project.rb
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/projects.yml
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/replies.yml
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/reply.rb
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/schema.rb
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/topic.rb
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/topics.yml
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/user.rb
|
|
|
|
${GEM_LIBDIR}/spec/fixtures/users.yml
|
2015-02-05 16:21:40 +01:00
|
|
|
${GEM_LIBDIR}/spec/matchers/deprecation_matcher.rb
|
|
|
|
${GEM_LIBDIR}/spec/matchers/phrase_matcher.rb
|
|
|
|
${GEM_LIBDIR}/spec/matchers/query_count_matcher.rb
|
2011-08-12 19:24:16 +02:00
|
|
|
${GEM_LIBDIR}/spec/page_number_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/per_page_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/spec_helper.rb
|
|
|
|
${GEM_LIBDIR}/spec/view_helpers/action_view_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/view_helpers/base_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/view_helpers/link_renderer_base_spec.rb
|
|
|
|
${GEM_LIBDIR}/spec/view_helpers/view_example_group.rb
|
Update textproc/ruby-will-paginate to 2.3.14.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
= 2.3.12, released 2009-12-01
* make view helpers "HTML safe" for Rails 2.3.5 with rails_xss plugin
= 2.3.11, released 2009-06-02
* fix `enable_actionpack`
= 2.3.10, released 2009-05-21
* count_by_sql: don't use table alias with any adapters starting with "oracle"
* Add back "AS count_table" alias to `paginate_by_sql` counter SQL
= 2.3.9, released 2009-05-29
* remove "AS count_table" alias from `paginate_by_sql` counter SQL
* Rails 2.3.2 compat: monkeypatch Rails issue #2189 (count breaks has_many :through)
* fix generation of page URLs that contain the "@" character
* check for method existance in a ruby 1.8- and 1.9-compatible way
* load will_paginate view helpers even if ActiveRecord is not loaded
== 2.3.8, released 2009-03-09
* Rails 2.3 compat: query parameter parsing with Rack
== 2.3.7, released 2009-02-09
* Removed all unnecessary &block variables since they cause serious memory damage and lots of subsequent gc runs.
== 2.3.6, released 2008-10-26
* Rails 2.2 fix: stop using `extract_attribute_names_from_match` inernal AR method, it no longer exists
== 2.3.5, released 2008-10-07
* update the backported named_scope implementation for Rails versions older than 2.1
* break out of scope of paginated_each() yielded block when used on named scopes
* fix paginate(:from)
== 2.3.4, released 2008-09-16
* Removed gem dependency to Active Support (causes trouble with vendored rails).
* Rails 2.1: fix a failing test and a deprecation warning.
* Cope with scoped :select when counting.
== 2.3.3, released 2008-08-29
* Ensure that paginate_by_sql doesn't change the original SQL query.
* RDoc love (now live at http://gitrdoc.com/mislav/will_paginate/tree/master)
* Rename :prev_label to :previous_label for consistency. old name still functions but is deprecated
* ActiveRecord 2.1: Remove :include option from count_all query when it's possible.
== 2.3.2, released 2008-05-16
* Fixed LinkRenderer#stringified_merge by removing "return" from iterator block
* Ensure that 'href' values in pagination links are escaped URLs
== 2.3.1, released 2008-05-04
* Fixed page numbers not showing with custom routes and implicit first page
* Try to use Hanna for documentation (falls back to default RDoc template if not)
== 2.3.0, released 2008-04-29
* Changed LinkRenderer to receive collection, options and reference to view template NOT in
constructor, but with the #prepare method. This is a step towards supporting passing of
LinkRenderer (or subclass) instances that may be preconfigured in some way
* LinkRenderer now has #page_link and #page_span methods for easier customization of output in
subclasses
* Changed page_entries_info() method to adjust its output according to humanized class name of
collection items. Override this with :entry_name parameter (singular).
page_entries_info(@posts)
#-> "Displaying all 12 posts"
page_entries_info(@posts, :entry_name => 'item')
#-> "Displaying all 12 items"
== 2.2.3, released 2008-04-26
* will_paginate gem is no longer published on RubyForge, but on
gems.github.com:
gem sources -a http://gems.github.com/ (you only need to do this once)
gem install mislav-will_paginate
* extract reusable pagination testing stuff into WillPaginate::View
* rethink the page URL construction mechanizm to be more bulletproof when
combined with custom routing for page parameter
* test that anchor parameter can be used in pagination links
2010-09-10 10:42:59 +02:00
|
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|