1. bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
  2. 8382157 Make CI_Pagination properties per_page, cur_page public by Andrey Andreev · 10 years ago
  3. 8bc5903 Make 'num_links=0' configuration available in Pagination library by Takayuki Sakai · 11 years ago
  4. 1240b6a Revert "Make num_links=0 in pagination library possible to configure" by Takayuki Sakai · 11 years ago
  5. a01924d Make num_links=0 in pagination library possible to configure by Takayuki Sakai · 11 years ago
  6. 290f587 Fixed variable scope. by Ahmad Anbar · 11 years ago
  7. ffe8ade Micro-optimizations by Andrey Andreev · 11 years ago
  8. e9c8c89 Fix #2884 by Andrey Andreev · 11 years ago
  9. 526ded9 Fix #2878 by Andrey Andreev · 11 years ago
  10. b1616b8 Fix #2364 by Andrey Andreev · 11 years ago
  11. aef63e5 Add language translation support to CI_Pagination (#1589) by Andrey Andreev · 11 years ago
  12. 871754a 2013 > 2014 by darwinel · 11 years ago
  13. 6f6102c Add method chaining support to Calendar & Pagination libs by Andrey Andreev · 11 years ago
  14. b367f7b Fix #2674 by Andrey Andreev · 11 years ago
  15. 870f113 [ci skip] Remove unnecessary string casts in Pagination by Andrey Andreev · 12 years ago
  16. 032af98 Replace is_numeric() with ctype_digit() by Eric Roberts · 12 years ago
  17. ba67f3b Move $get assignment to if/else. by Eric Roberts · 12 years ago
  18. 9668d1d Remove spaces from concats. by Eric Roberts · 12 years ago
  19. 9f3a590 Multiple pagination bug fixes & optimizations. by Eric Roberts · 12 years ago
  20. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  21. 2b24139 Manually apply a fix submitted via PR #2012, #2016 by Andrey Andreev · 12 years ago
  22. 0fa95bd [ci skip] DocBlocks for Pagination, Session, Trackback, Jquery libraries by Andrey Andreev · 12 years ago
  23. c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
  24. e66d624 Fix issues #1476, #1909 by Andrey Andreev · 12 years ago
  25. 6b4e362 Fixed #1817 Pagination class error by Bo-Yi Wu · 12 years ago
  26. f7e23b3 Removed the   from the default config variables in the pagination class. Fixes #187 and #208 by Alex Bilbie · 12 years ago
  27. 685cdd7 Add a changelog entry for issue #1605 (pull #1606) and remove some spaces by Andrey Andreev · 13 years ago
  28. 5d50453 fix issue #1605 covert page number type from float to int by Bo-Yi Wu · 13 years ago
  29. a44cf57 Added data-ci-pagination-page="x" to pagination output so JS frameworks can hook on. by Phil Sturgeon · 13 years ago
  30. f82b929 Added ['reuse_query_string'] to Pagination. by Phil Sturgeon · 13 years ago
  31. 9e5a9b5 Property values aligned into one vertical line by Dumk0 · 13 years ago
  32. 88c4727 Pagination: fixed 'rel' attribute handling, added custom attributes support, deprecated 'anchor_class' setting by Andrey Andreev · 13 years ago
  33. 5a1e5e3 Add support for the anchor 'rel' attribute in the Pagination library by Andrey Andreev · 13 years ago
  34. 7eb7ebf Switch protected properties in Pagination class to public and fix 2 issues from d261b1e89c3d4d5191036d5a5660ef6764e593a0 by Andrey Andreev · 13 years ago
  35. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 13 years ago
  36. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  37. 1a3885b Fix pagination anchor_class with multiple initializations by Andrey Andreev · 13 years ago
  38. 796bc95 Remove access description lines and cleanup the Pagination library by Andrey Andreev · 13 years ago
  39. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  40. 25dcb93 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop by Ronald Beilsma · 13 years ago
  41. c3eb5e1 Merge branch 'patch-1' of https://github.com/dixy/CodeIgniter-1 into dixy-patch-1 by Eric Barnes · 13 years ago
  42. 3b37659 Fixed paging with prefix and suffix for real page numbers. Refs #677 Fixes #52 by Eric Barnes · 13 years ago
  43. 8d727f1 Fixed prefix and suffix in pagination. Fixes #677 by Eric Barnes · 13 years ago
  44. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  45. 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
  46. 345e7ee fixed bug in pagination library by Ronald Beilsma · 13 years ago
  47. 33987e6 Improve the Pagination library by Andrey Andreev · 13 years ago
  48. 8bd8f68 Prev link and 1 link don't have the same url with use_page_numbers=TRUE by dixy · 13 years ago
  49. bce4140 Changed pagination construct to call initialize so it sets the anchor class properly. Fixes #737 by Eric Barnes · 13 years ago
  50. 9a4902a Changed visibility of pagination properties and methods. by Eric Barnes · 13 years ago
  51. c00a5a0 Merge master (2.1.0) and fixed conflicts. by Phil Sturgeon · 13 years ago
  52. da8a560 Enables real page numbers for URI segment in Pagination library by Aaron Kuzemchak · 13 years ago
  53. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  54. 48b2301 Added a condition so that the previous link respects use_page_numbers configuration. by garthkerr · 13 years ago
  55. a5e13f9 utilizing ternary syntax to clean up some conditionals by Aaron Kuzemchak · 13 years ago
  56. 11c5f16 Enables real page numbers for URI segment in Pagination library by Aaron Kuzemchak · 13 years ago
  57. 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
  58. 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
  59. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  60. 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
  61. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  62. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  63. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  64. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  65. e01fd0f suppress page list by Derek Allard · 15 years ago
  66. 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
  67. 2a6c1da Added $prefix, $suffix and $first_url properties to Pagination library. by Robin Sowell · 15 years ago
  68. 7f3719f updated copyrights by Derek Jones · 15 years ago
  69. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  70. faac15e spaces for tabs by Derek Allard · 16 years ago
  71. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  72. 98a4a3d replaced <b> with <strong> in Pagination by Derek Jones · 16 years ago
  73. 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
  74. 02b0c39 changed by Derek Jones · 16 years ago
  75. a42f387 Removed some errant spaces by Rick Ellis · 16 years ago
  76. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  77. c6238e9 customizable query string by Derek Allard · 17 years ago
  78. 8ddc0db Added support for query strings to the Pagination class, automatically detected or explicitly declared. by Derek Allard · 17 years ago
  79. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  80. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  81. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  82. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  83. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  84. f37fa6e Fixed a bug (#2679) where the "previous" pagination link would get drawn on the first page. by Derek Allard · 17 years ago
  85. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  86. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  87. 825bc9b fixed a bug if num_link wasn't postive by Derek Allard · 17 years ago
  88. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  89. bbc5ec2 $this->base_url = preg_replace("/(.+?)\/*$/", "\\1/", $this->base_url); by Derek Allard · 18 years ago
  90. 31d363b // Prep the current page - no funny business! by Derek Allard · 18 years ago
  91. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  92. b93464d by admin · 18 years ago
  93. b84f7c0 by admin · 18 years ago
  94. e334c47 by admin · 18 years ago
  95. bd6bee7 by admin · 18 years ago
  96. 10c3f41 by admin · 18 years ago
  97. 88a8ad1 by admin · 18 years ago
  98. 33de9a1 by admin · 18 years ago
  99. 7981a9a by admin · 18 years ago
  100. e79dc71 by admin · 18 years ago