summaryrefslogtreecommitdiffstats
path: root/lib/redmine/pagination.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in lib/**/*.rb (#26561).Go MAEDA2019-03-171-2/+2
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't generate pagination links with params.Jean-Philippe Lang2016-07-101-1/+1
* Removed deprecated pagination that no longer works.Jean-Philippe Lang2016-06-301-17/+0
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Highlight current per-page selection (#21258).Jean-Philippe Lang2015-12-051-1/+1
* Replaced the 3 dots with an ellipsis sign.Jean-Philippe Lang2015-12-051-1/+1
* Adapt pagination for smaller screens (#19097).Jean-Philippe Lang2015-12-051-3/+4
* Always show previous/next when there are more than one page.Jean-Philippe Lang2015-11-281-10/+23
* Removed a space after spacer (#21258).Jean-Philippe Lang2015-11-281-1/+1
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-281-9/+15
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds p/n access keys for previous/next links (#18692).Jean-Philippe Lang2014-12-241-2/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-1/+1
* Adds CSS classes on pagination links.Jean-Philippe Lang2012-12-211-12/+18
* #pagination_links_each yields all links!Jean-Philippe Lang2012-12-171-2/+2
* Reset the page parameter when changing the number of items per page.Jean-Philippe Lang2012-12-171-1/+1
* Makes #per_page_links take a paginator.Jean-Philippe Lang2012-12-171-4/+4
* Split #per_page_links helper and moved test to specific test case.Jean-Philippe Lang2012-12-171-11/+19
* All spaces after links.Jean-Philippe Lang2012-12-171-4/+4
* Makes #pagination_links_full accept a block for building custom links.Jean-Philippe Lang2012-12-171-10/+19
* Replaces the classic_pagination plugin with a simple pagination module.Jean-Philippe Lang2012-12-171-0/+221