You are here

CHANGELOG.txt in Pagerer 7

Pagerer 7.x-1.x-dev
---------------------------
- Issue #2064097 by mondrake | MrPaulDriver: Added option to display pager
  even if the pageset is made of zero/one page.

Pagerer 7.x-1.1, 2013-03-25
---------------------------
- Updated README.txt

Pagerer 7.x-1.1-beta2, 2013-03-07
---------------------------------
- Issue #1933000 by mondrake: Fixed wrong behavior with AJAX Views preview
  when paginating via jQuery elements.
- Issue #1933798 by mondrake: Fixed scrollpane pager not showing up correctly
  on iPad.
- Issue #1930034 by mondrake: Added additional classes/wrappers in Pagerer
  HTML to facilitate styling.
- Issue #1924022 by mondrake: Improve interaction with themes/modules that
  override Drupal's core pager functions.

Pagerer 7.x-1.1-beta1, 2013-01-26
---------------------------------
- Issue #1894474 by mondrake: Implemented a Views pager plugin.
- Issue #1890978 by mondrake: Implemented pager configuration presets.
- Issue #1870586 by mondrake: Implemented theme 'pagerer_scrollpane'.
  introducing a jQuery scrolling pager.
- Issue #1870586 by mondrake: Make automatic widget width resizing optional.
- Issue #1858410 by mondrake: code cleanup.
  - introduced new theme variable 'fl_breakers'.
  - simplify the logic the request path is passed to js elements via
    _pagerer_itemize_js_element() => using request_path() and
    drupal_http_build_query() instead of url().
  - reduce code duplication among _pagerer_itemize_first_link,
    _pagerer_itemize_previous_link, _pagerer_itemize_next_link,
    and _pagerer_itemize_last_link => reduced to one function where the link
    scope is passed as a parameter.

Pagerer 7.x-1.0, 2012-12-04
---------------------------
- Issue #1843026 by mondrake: replaced theme_table(...) with
  theme('table', ...).
- Issue #1843026 by mondrake: implement test case for core pager replacement.

Pagerer 7.x-1.0-beta3, 2012-11-05
---------------------------------
- Issue #1825492 by mondrake: fixed usage of t() calls.
- Issue #1818272 by mondrake: fixed tag labels do not translate.
- Issue #1817798 by mondrake: fixed presenting options for jQuery-enabled
  themes/elements when jQuery Update is not installed.
- Issue #1818292 by joelrosen, mondrake: fixed creation of faulty URLs
  for js enabled elements if HTTPS is set.

Pagerer 7.x-1.0-beta2, 2012-09-17
---------------------------------
- module: simplified logic for itemisation of first/prev/next/ last nav
  links.
- module: fixed - pager was showing up in some cases when no items were
  in the pager.
- module: slider degradation when no jQuery - added nav links.
- module: corrected generation of HTML title attributes - display absolute
  values always also for relative mode progressive/adaptive pagers.
- module: corrected adaptive slider behaviour - when no l/r adaptive locks
  exist then release lock.
- example.module: added pagerer version to the example page title, small
  layout cosmetics.
- Issue #1745056 by mondrake: Introduced more options for the jQuery slider.
- Issue #1757264 by mondrake: Fixed Views preview navigation.
- css: fine tuning.
- module: t-ed item range string building.

Pagerer 7.x-1.0-beta1, 2012-08-21
---------------------------------
- module: improved handling of the 'page_ak' querystring fragment for the
  adaptive theme.
- module: removed bypass for theme_pagerer() that was forcing a separator
  item when configured to 'none', adjusted CSS to keep visual consistency.
- js: added management of 'home', 'end' and 'esc' keys in widget, will go
  to first/last/current page respectively.
- js: added integration with Views AJAX.
- README.txt: corrected formatting.
- module: more graceful degradation if jQuery elements are not available.
- module: added additional separators between first/last label and first/last
  page to keep visualization consistent.
- example.module: changed example not to display potentially sensitive
  information, added a third query to improve demo.
- module: jQuery update module needed also for mini pager.

Pagerer 7.x-1.0-alpha1, 2012-07-06
----------------------------------
- First release.

File

CHANGELOG.txt
View source
  1. Pagerer 7.x-1.x-dev
  2. ---------------------------
  3. - Issue #2064097 by mondrake | MrPaulDriver: Added option to display pager
  4. even if the pageset is made of zero/one page.
  5. Pagerer 7.x-1.1, 2013-03-25
  6. ---------------------------
  7. - Updated README.txt
  8. Pagerer 7.x-1.1-beta2, 2013-03-07
  9. ---------------------------------
  10. - Issue #1933000 by mondrake: Fixed wrong behavior with AJAX Views preview
  11. when paginating via jQuery elements.
  12. - Issue #1933798 by mondrake: Fixed scrollpane pager not showing up correctly
  13. on iPad.
  14. - Issue #1930034 by mondrake: Added additional classes/wrappers in Pagerer
  15. HTML to facilitate styling.
  16. - Issue #1924022 by mondrake: Improve interaction with themes/modules that
  17. override Drupal's core pager functions.
  18. Pagerer 7.x-1.1-beta1, 2013-01-26
  19. ---------------------------------
  20. - Issue #1894474 by mondrake: Implemented a Views pager plugin.
  21. - Issue #1890978 by mondrake: Implemented pager configuration presets.
  22. - Issue #1870586 by mondrake: Implemented theme 'pagerer_scrollpane'.
  23. introducing a jQuery scrolling pager.
  24. - Issue #1870586 by mondrake: Make automatic widget width resizing optional.
  25. - Issue #1858410 by mondrake: code cleanup.
  26. - introduced new theme variable 'fl_breakers'.
  27. - simplify the logic the request path is passed to js elements via
  28. _pagerer_itemize_js_element() => using request_path() and
  29. drupal_http_build_query() instead of url().
  30. - reduce code duplication among _pagerer_itemize_first_link,
  31. _pagerer_itemize_previous_link, _pagerer_itemize_next_link,
  32. and _pagerer_itemize_last_link => reduced to one function where the link
  33. scope is passed as a parameter.
  34. Pagerer 7.x-1.0, 2012-12-04
  35. ---------------------------
  36. - Issue #1843026 by mondrake: replaced theme_table(...) with
  37. theme('table', ...).
  38. - Issue #1843026 by mondrake: implement test case for core pager replacement.
  39. Pagerer 7.x-1.0-beta3, 2012-11-05
  40. ---------------------------------
  41. - Issue #1825492 by mondrake: fixed usage of t() calls.
  42. - Issue #1818272 by mondrake: fixed tag labels do not translate.
  43. - Issue #1817798 by mondrake: fixed presenting options for jQuery-enabled
  44. themes/elements when jQuery Update is not installed.
  45. - Issue #1818292 by joelrosen, mondrake: fixed creation of faulty URLs
  46. for js enabled elements if HTTPS is set.
  47. Pagerer 7.x-1.0-beta2, 2012-09-17
  48. ---------------------------------
  49. - module: simplified logic for itemisation of first/prev/next/ last nav
  50. links.
  51. - module: fixed - pager was showing up in some cases when no items were
  52. in the pager.
  53. - module: slider degradation when no jQuery - added nav links.
  54. - module: corrected generation of HTML title attributes - display absolute
  55. values always also for relative mode progressive/adaptive pagers.
  56. - module: corrected adaptive slider behaviour - when no l/r adaptive locks
  57. exist then release lock.
  58. - example.module: added pagerer version to the example page title, small
  59. layout cosmetics.
  60. - Issue #1745056 by mondrake: Introduced more options for the jQuery slider.
  61. - Issue #1757264 by mondrake: Fixed Views preview navigation.
  62. - css: fine tuning.
  63. - module: t-ed item range string building.
  64. Pagerer 7.x-1.0-beta1, 2012-08-21
  65. ---------------------------------
  66. - module: improved handling of the 'page_ak' querystring fragment for the
  67. adaptive theme.
  68. - module: removed bypass for theme_pagerer() that was forcing a separator
  69. item when configured to 'none', adjusted CSS to keep visual consistency.
  70. - js: added management of 'home', 'end' and 'esc' keys in widget, will go
  71. to first/last/current page respectively.
  72. - js: added integration with Views AJAX.
  73. - README.txt: corrected formatting.
  74. - module: more graceful degradation if jQuery elements are not available.
  75. - module: added additional separators between first/last label and first/last
  76. page to keep visualization consistent.
  77. - example.module: changed example not to display potentially sensitive
  78. information, added a third query to improve demo.
  79. - module: jQuery update module needed also for mini pager.
  80. Pagerer 7.x-1.0-alpha1, 2012-07-06
  81. ----------------------------------
  82. - First release.