You are here

CHANGELOG.txt in Paging 6

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
Paging 6.x-1.0, 2009-xx-xx
------------------------------
by Gurpartap Singh: UX: Displays a successful enabling message along with link to settings page, upon enabling the module.
#434652 by jcmarco: Remove @ from selectors.
#366862 by smacphail & Gurpartap Singh: node_teaser() isn't suitable when teaser break tag is present.
#383670 by Gurpartap Singh: Expose a "current page" variable for themes.
#438002 by Gurpartap Singh & RTH: Missing argument error on filter tips page.

Paging 6.x-1.0-beta3, 2009-01-27
------------------------------
#185032 by Gurpartap Singh: Paging block (shows a list of page names as links).
by Gurpartap Singh: Fixed empty names populating method
by Gurpartap Singh: Fixed page navigation block visibility.
by Gurpartap Singh: Disable page names UI when automatic paging is enabled.
by Gurpartap Singh: Remove paging filter settings in hook_uninstall().
#266373 by sun: Add configurable position for pager above and/or below content or custom pager output in theme.
by Gurpartap Singh: Added comments to the complete code for better understanding when revisiting.
by Gurpartap Singh: Added CHANGELOG.txt with complete change log till date.
by Gurpartap Singh: Added a new theme function to set select list for drop down pager theme function. This provides the ability to override it and set custom URLs(even clean urls).
by Gurpartap Singh: Added limitations topic to README.txt
by Gurpartap Singh: Markdown format for README.txt contents.
by Gurpartap Singh: Created a JavaScript theme function for drop down pager, to allow overriding it's behavior.
by Gurpartap Singh: Fixed array_fill method.
#45153 by SiliconMind: Do not paginate book module's print pages.
by Gurpartap Singh: Fixed error on 'add new comment' page displaying paginated node.
#346329 by wwalc, Gurpartap Singh: E_NOTICE compatibility.
#363396 by Gurpartap Singh: Paginate only for normal node rendering. Fixed several reported issues where other content fields went missing.
by Gurpartap Singh: Move setting of default value in drop down pager, from JavaScript to theme function in module. Reduces the code to be loaded client side.
by Gurpartap Singh: Remove first and last link from drop down pager. Include next and previous page's name along with next and previous links.
#329923 by Gurpartap Singh: AJAX load the pages. Uses nedjo's code proposed for AJAX pagers in core.
by Gurpartap Singh: Names can be specified anywhere in the body.
by Gurpartap Singh: Better method for wrapping pager and body for AJAX compatibility.
by Gurpartap Singh: Implement hook_content_extra_fields() to allow customized positioning of pager(s) using "Manage fields" under CCK.
#362966 by Gurpartap Singh: Fixed automatic paging in middle of tag.


Paging 6.x-1.0-beta2, 2008-11-08
------------------------------
#330057 by Gurpartap Singh: Page names interface bug + Drop down nav bug.
by Gurpartap Singh: Fixed parameters for pager and the drop down theme function
by john vandyk: Removed junk code.


Paging 6.x-1.0-beta1, 2008-10-17
------------------------------
#284076 by john vandyk: Code refinements
#91084 by Gurpartap Singh: Close to full page names support
by Gurpartap Singh: New drop down list pager navigation.
by Gurpartap Singh: Fixed the layout of drop down list
by Gurpartap Singh: Fixed description for drop down pager.
by Gurpartap Singh: New feature "Page names" along with a new administration UI.
by Gurpartap Singh: Paging for Drupal 6.


Paging 5.x-1.1, 2008-01-25
------------------------------
by Gurpartap Singh: Fixed critical bugs with automatic paging
#126365 by Gurpartap Singh: Automatic Paging
by Darren Oh: Used strpos instead of substr_count to increase speed.
#133961 by Darren Oh: Paging interfered with search.
by Darren Oh: Removed update index op from hook_nodeapi implementation (no longer needed).
by Darren Oh: Changed $node->pages_count to $node->page_count (better grammatically).
by Darren Oh: Added package tag to info file now that we're creating some associated modules.
#118294 by Darren Oh: Better text, text formatting and code indentation.


Paging 5.x-1.0, 2006-12-02
------------------------------
by Gurpartap Singh: Removed unnecessary css file: paging.css.
by Gurpartap Singh: Temporary fix for book navigation links.
by Gurpartap Singh: Settings form's fieldset label fixed.
by Gurpartap Singh: Added Drupal 5 compatibility.


Paging 4.7-1.x, 2006-04-02
------------------------------
#79130 by douggreen: New Paging Module that supports filters and CCK


Paging 4.7-1.x, 2006-04-02
------------------------------
by chx: Simplified and fixed.


Paging 4.6-1.x, 2006-04-02
------------------------------
by chx: Simplified and fixed.


Paging 4.6-1.x, 2006-03-14
------------------------------
#49814 by merlinofchaos: HTML tags eaten.
by merlinofchaos: Fix for comment pager collision.
by merlinofchaos: Fix for comment pager collision (part 2)


Paging 4.7-1.x, 2006-03-14
------------------------------
#51217 by merlinofchaos: comment pager problem.
#49814 by merlinofchaos: HTML tags being eaten.


Paging 4.7-1.x, 2006-02-19
------------------------------
#47324 by anders: Fix for filter format


Paging 4.6-1.x, 2006-01-22
------------------------------
by merlinofchaos: Backported from 4.7


Paging 4.7-1.x, 2006-01-19
------------------------------
#45153 by merlinofchaos: print.module problem


Paging 4.7-1.x, 2006-01-10
------------------------------
by merlinofchaos: Replaced <!-- page --> with <!--pagebreak--> for TinyMCE compatibility


Paging 4.7-1.x, 2006-01-04
------------------------------
by merlinofchaos: removed end ?> which is not necessary


Paging 4.7-1.x, 2005-12-14
------------------------------
by merlinofchaos: Removed extra CR at end of module.


Paging 4.7-1.x, 2005-12-13
------------------------------
by merlinofchaos: Rewrote paging module for 4.7. Now about 1/3 as long and uses Drupal's
pager.


Paging 4.6-1.x, 2005-12-01
------------------------------
by merlinofchaos: Committed Marco Scutari's paging module for general use.

File

CHANGELOG.txt
View source
  1. Paging 6.x-1.0, 2009-xx-xx
  2. ------------------------------
  3. by Gurpartap Singh: UX: Displays a successful enabling message along with link to settings page, upon enabling the module.
  4. #434652 by jcmarco: Remove @ from selectors.
  5. #366862 by smacphail & Gurpartap Singh: node_teaser() isn't suitable when teaser break tag is present.
  6. #383670 by Gurpartap Singh: Expose a "current page" variable for themes.
  7. #438002 by Gurpartap Singh & RTH: Missing argument error on filter tips page.
  8. Paging 6.x-1.0-beta3, 2009-01-27
  9. ------------------------------
  10. #185032 by Gurpartap Singh: Paging block (shows a list of page names as links).
  11. by Gurpartap Singh: Fixed empty names populating method
  12. by Gurpartap Singh: Fixed page navigation block visibility.
  13. by Gurpartap Singh: Disable page names UI when automatic paging is enabled.
  14. by Gurpartap Singh: Remove paging filter settings in hook_uninstall().
  15. #266373 by sun: Add configurable position for pager above and/or below content or custom pager output in theme.
  16. by Gurpartap Singh: Added comments to the complete code for better understanding when revisiting.
  17. by Gurpartap Singh: Added CHANGELOG.txt with complete change log till date.
  18. by Gurpartap Singh: Added a new theme function to set select list for drop down pager theme function. This provides the ability to override it and set custom URLs(even clean urls).
  19. by Gurpartap Singh: Added limitations topic to README.txt
  20. by Gurpartap Singh: Markdown format for README.txt contents.
  21. by Gurpartap Singh: Created a JavaScript theme function for drop down pager, to allow overriding it's behavior.
  22. by Gurpartap Singh: Fixed array_fill method.
  23. #45153 by SiliconMind: Do not paginate book module's print pages.
  24. by Gurpartap Singh: Fixed error on 'add new comment' page displaying paginated node.
  25. #346329 by wwalc, Gurpartap Singh: E_NOTICE compatibility.
  26. #363396 by Gurpartap Singh: Paginate only for normal node rendering. Fixed several reported issues where other content fields went missing.
  27. by Gurpartap Singh: Move setting of default value in drop down pager, from JavaScript to theme function in module. Reduces the code to be loaded client side.
  28. by Gurpartap Singh: Remove first and last link from drop down pager. Include next and previous page's name along with next and previous links.
  29. #329923 by Gurpartap Singh: AJAX load the pages. Uses nedjo's code proposed for AJAX pagers in core.
  30. by Gurpartap Singh: Names can be specified anywhere in the body.
  31. by Gurpartap Singh: Better method for wrapping pager and body for AJAX compatibility.
  32. by Gurpartap Singh: Implement hook_content_extra_fields() to allow customized positioning of pager(s) using "Manage fields" under CCK.
  33. #362966 by Gurpartap Singh: Fixed automatic paging in middle of tag.
  34. Paging 6.x-1.0-beta2, 2008-11-08
  35. ------------------------------
  36. #330057 by Gurpartap Singh: Page names interface bug + Drop down nav bug.
  37. by Gurpartap Singh: Fixed parameters for pager and the drop down theme function
  38. by john vandyk: Removed junk code.
  39. Paging 6.x-1.0-beta1, 2008-10-17
  40. ------------------------------
  41. #284076 by john vandyk: Code refinements
  42. #91084 by Gurpartap Singh: Close to full page names support
  43. by Gurpartap Singh: New drop down list pager navigation.
  44. by Gurpartap Singh: Fixed the layout of drop down list
  45. by Gurpartap Singh: Fixed description for drop down pager.
  46. by Gurpartap Singh: New feature "Page names" along with a new administration UI.
  47. by Gurpartap Singh: Paging for Drupal 6.
  48. Paging 5.x-1.1, 2008-01-25
  49. ------------------------------
  50. by Gurpartap Singh: Fixed critical bugs with automatic paging
  51. #126365 by Gurpartap Singh: Automatic Paging
  52. by Darren Oh: Used strpos instead of substr_count to increase speed.
  53. #133961 by Darren Oh: Paging interfered with search.
  54. by Darren Oh: Removed update index op from hook_nodeapi implementation (no longer needed).
  55. by Darren Oh: Changed $node->pages_count to $node->page_count (better grammatically).
  56. by Darren Oh: Added package tag to info file now that we're creating some associated modules.
  57. #118294 by Darren Oh: Better text, text formatting and code indentation.
  58. Paging 5.x-1.0, 2006-12-02
  59. ------------------------------
  60. by Gurpartap Singh: Removed unnecessary css file: paging.css.
  61. by Gurpartap Singh: Temporary fix for book navigation links.
  62. by Gurpartap Singh: Settings form's fieldset label fixed.
  63. by Gurpartap Singh: Added Drupal 5 compatibility.
  64. Paging 4.7-1.x, 2006-04-02
  65. ------------------------------
  66. #79130 by douggreen: New Paging Module that supports filters and CCK
  67. Paging 4.7-1.x, 2006-04-02
  68. ------------------------------
  69. by chx: Simplified and fixed.
  70. Paging 4.6-1.x, 2006-04-02
  71. ------------------------------
  72. by chx: Simplified and fixed.
  73. Paging 4.6-1.x, 2006-03-14
  74. ------------------------------
  75. #49814 by merlinofchaos: HTML tags eaten.
  76. by merlinofchaos: Fix for comment pager collision.
  77. by merlinofchaos: Fix for comment pager collision (part 2)
  78. Paging 4.7-1.x, 2006-03-14
  79. ------------------------------
  80. #51217 by merlinofchaos: comment pager problem.
  81. #49814 by merlinofchaos: HTML tags being eaten.
  82. Paging 4.7-1.x, 2006-02-19
  83. ------------------------------
  84. #47324 by anders: Fix for filter format
  85. Paging 4.6-1.x, 2006-01-22
  86. ------------------------------
  87. by merlinofchaos: Backported from 4.7
  88. Paging 4.7-1.x, 2006-01-19
  89. ------------------------------
  90. #45153 by merlinofchaos: print.module problem
  91. Paging 4.7-1.x, 2006-01-10
  92. ------------------------------
  93. by merlinofchaos: Replaced with for TinyMCE compatibility
  94. Paging 4.7-1.x, 2006-01-04
  95. ------------------------------
  96. by merlinofchaos: removed end ?> which is not necessary
  97. Paging 4.7-1.x, 2005-12-14
  98. ------------------------------
  99. by merlinofchaos: Removed extra CR at end of module.
  100. Paging 4.7-1.x, 2005-12-13
  101. ------------------------------
  102. by merlinofchaos: Rewrote paging module for 4.7. Now about 1/3 as long and uses Drupal's
  103. pager.
  104. Paging 4.6-1.x, 2005-12-01
  105. ------------------------------
  106. by merlinofchaos: Committed Marco Scutari's paging module for general use.