1. 6b4e362 Fixed #1817 Pagination class error by Bo-Yi Wu · 12 years ago
  2. f7e23b3 Removed the   from the default config variables in the pagination class. Fixes #187 and #208 by Alex Bilbie · 12 years ago
  3. 685cdd7 Add a changelog entry for issue #1605 (pull #1606) and remove some spaces by Andrey Andreev · 13 years ago
  4. 5d50453 fix issue #1605 covert page number type from float to int by Bo-Yi Wu · 13 years ago
  5. a44cf57 Added data-ci-pagination-page="x" to pagination output so JS frameworks can hook on. by Phil Sturgeon · 13 years ago
  6. f82b929 Added ['reuse_query_string'] to Pagination. by Phil Sturgeon · 13 years ago
  7. 9e5a9b5 Property values aligned into one vertical line by Dumk0 · 13 years ago
  8. 88c4727 Pagination: fixed 'rel' attribute handling, added custom attributes support, deprecated 'anchor_class' setting by Andrey Andreev · 13 years ago
  9. 5a1e5e3 Add support for the anchor 'rel' attribute in the Pagination library by Andrey Andreev · 13 years ago
  10. 7eb7ebf Switch protected properties in Pagination class to public and fix 2 issues from d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  11. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  12. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  13. 1a3885b Fix pagination anchor_class with multiple initializations by Andrey Andreev · 13 years ago
  14. 796bc95 Remove access description lines and cleanup the Pagination library by Andrey Andreev · 13 years ago
  15. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  16. 25dcb93 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Ronald Beilsma · 13 years ago
  17. c3eb5e1 Merge branch 'patch-1' of https://github.com/dixy/CodeIgniter-1 into dixy-patch-1 by Eric Barnes · 13 years ago
  18. 3b37659 Fixed paging with prefix and suffix for real page numbers. Refs #677 Fixes #52 by Eric Barnes · 13 years ago
  19. 8d727f1 Fixed prefix and suffix in pagination. Fixes #677 by Eric Barnes · 13 years ago
  20. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  21. cfb7021 ceil returned float (line 131), so if statement in line 134 was bound to return false (===, float vs integer) by Ronald Beilsma · 13 years ago
  22. 345e7ee fixed bug in pagination library by Ronald Beilsma · 13 years ago
  23. 33987e6 Improve the Pagination library by Andrey Andreev · 13 years ago
  24. 8bd8f68 Prev link and 1 link don't have the same url with use_page_numbers=TRUE by dixy · 13 years ago
  25. bce4140 Changed pagination construct to call initialize so it sets the anchor class properly. Fixes #737 by Eric Barnes · 13 years ago
  26. 9a4902a Changed visibility of pagination properties and methods. by Eric Barnes · 13 years ago
  27. c00a5a0 Merge master (2.1.0) and fixed conflicts. by Phil Sturgeon · 13 years ago
  28. da8a560 Enables real page numbers for URI segment in Pagination library by Aaron Kuzemchak · 13 years ago
  29. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  30. 48b2301 Added a condition so that the previous link respects use_page_numbers configuration. by garthkerr · 13 years ago
  31. a5e13f9 utilizing ternary syntax to clean up some conditionals by Aaron Kuzemchak · 13 years ago
  32. 11c5f16 Enables real page numbers for URI segment in Pagination library by Aaron Kuzemchak · 13 years ago
  33. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  34. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  35. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  36. c0b133c default value of $total_rows in Pagination class should be number. And fix User Guide Pagination Class's Example which uses string to number variable. by kenjis · 14 years ago
  37. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  38. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  39. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  40. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  41. e01fd0f suppress page list by Derek Allard · 15 years ago
  42. 96bb75c Added the ability to suppress first, previous, next and last links by setting their values to FALSE in the pagination library. by Derek Allard · 15 years ago
  43. 2a6c1da Added $prefix, $suffix and $first_url properties to Pagination library. by Robin Sowell · 15 years ago
  44. 7f3719f updated copyrights by Derek Jones · 15 years ago
  45. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  46. faac15e spaces for tabs by Derek Allard · 16 years ago
  47. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  48. 98a4a3d replaced <b> with <strong> in Pagination by Derek Jones · 16 years ago
  49. 788d95a Fixed bug 4775. The constant AMP was undefined... this was a copy/past from EE code, where AMP exists. by Rick Ellis · 16 years ago
  50. 02b0c39 changed by Derek Jones · 16 years ago
  51. a42f387 Removed some errant spaces by Rick Ellis · 16 years ago
  52. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  53. c6238e9 customizable query string by Derek Allard · 17 years ago
  54. 8ddc0db Added support for query strings to the Pagination class, automatically detected or explicitly declared. by Derek Allard · 17 years ago
  55. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  56. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  57. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  58. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  59. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  60. f37fa6e Fixed a bug (#2679) where the "previous" pagination link would get drawn on the first page. by Derek Allard · 17 years ago
  61. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  62. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  63. 825bc9b fixed a bug if num_link wasn't postive by Derek Allard · 17 years ago
  64. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  65. bbc5ec2 $this->base_url = preg_replace("/(.+?)\/*$/", "\\1/", $this->base_url); by Derek Allard · 18 years ago
  66. 31d363b // Prep the current page - no funny business! by Derek Allard · 18 years ago
  67. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  68. b93464d by admin · 18 years ago
  69. b84f7c0 by admin · 18 years ago
  70. e334c47 by admin · 18 years ago
  71. bd6bee7 by admin · 18 years ago
  72. 10c3f41 by admin · 18 years ago
  73. 88a8ad1 by admin · 18 years ago
  74. 33de9a1 by admin · 18 years ago
  75. 7981a9a by admin · 18 years ago
  76. e79dc71 by admin · 18 years ago
  77. 1cf89aa by admin · 18 years ago
  78. b0dd10f Initial Import by admin · 18 years ago