Internal:
- Update configuration files. [plone devs] (55bda5c9, 69cb8571, 9e6e627d)
Internal:
- Update configuration files. [plone devs] (12f48b08, 50c0e759)
Internal:
- Update configuration files. [plone devs] (e42131fe)
Internal:
- Use (GitHub) organization level linting workflow. [gforcada] (#1)
- Update package config to use pre-commit. [maurits] (#2)
Bug fixes:
- Declare all dependencies, as reported by z3c.dependencychecker. [gforcada] (#1)
- Update tox configuration with dependencies test environments. [gforcada] (#1)
Bug fixes:
- Unify repository configuration via github.com/plone/meta. [gforcada] (#1)
Internal:
- Update configuration for default Plone meta. [maurits] (#34)
Bug fixes:
- Final release. [gforcada] (#600)
Breaking changes:
- Update for Plone 6 with Bootstrap markup [petschki, agitator] (#28)
New features:
- Include request form parameters from parent request to allow batching in plone.app.standardtiles and filtering with collective.collectionfilter. [agitator] (#26)
Bug fixes:
- Minor packaging updates. (#1)
Bug fixes:
- Do not show batch navigation for single page with orphan. [maurits] (#9)
Bug fixes:
- Fix navlist different in Python2 and Python 3 (Refs. #21) [ale-rt]
- Python 3 fixes. [thet]
New features:
- Pagination: made label and arrows easier to customise. [iham]
Bug fixes:
- Added missing Zope2 dependency. [davisagli]
Fixes:
- Use zope.interface decorator. [gforcada]
Warning
Upgrade Warning! If you customized the batchnavigation.pt file or use specific CSS styles for it, you might have to update them to reflect the new HTML structure.
New:
- Refactor batchnavigation HTML layout to use nav/ul/li elements instead of div/span. [davilima6]
- Switches deprecated
listingBar
CSS class topagination
. [davilima6] - Make ellipses stylable and provide more CSS hooks to pagination markup. [davilima6]
New:
- Make ellipses stylable and provide more CSS hooks to pagination markup. This also deprecates the CSS class
listingBar
in favor of more commonly usedpagination
, which will be the canonical one in Plone 5.0.2 and up. [davilima6]
Fixes:
- Fixed missing test in released package. [thet]
New:
- Introduce a "omit_params" option for the
make_link
method and filter outajax_load
by default. When loading the contents with batchnavigation via ajax, it doesn't render the links with ajax_load enabled, which would probably lead to usability troubles. [thet]
Fixes:
- PEP 8, UTF 8 headers, docs cleanup. [thet]
- Make sure pagenumber value is not bigger that numpages or it fails in previous_pages when using orphan [gbastien]
- Allow orphan size to be equal to batch size. This allows the edge case of batch size 0 with default orphan size 0. [do3cc]
- Fix lastpage computation with orphaning [gbastien]
- Fix issue with orphaning [do3cc]
- Fix issue where a start >= end will always return last item. https://dev.plone.org/ticket/13880[thepjot]
- Fix multiple_pages if the length of the sequence is exactly the page length. [gaudenz]
- Fix issue with sequences when the reported length was different than len() iteration would return the full unbatched sequence. [alecm]
- Use index instead of template attribute in BatchView to be able to customize only the template. [vincentfretin, thomasdesvenain]
- Fixed wrong msgid for 'First item'. [vincentfretin]
- Nothing changed yet.
- Factored out Plone batching implementation to separate egg (PLIP #12235) [tom_gross]