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