-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modernize pagination markup to HTML5 and switches deprecated listingB… #15
Conversation
87475d3
to
7f1fccf
Compare
@davilima6 reviewed, tested and fixed! |
b80b46b
to
046562a
Compare
The brackets broke the visual design - the spans btw li elements are designed to look like the anchor elements, but the brackets were outside the spans... Of course, that could be solved, but I think, they are not needed. I'd add them with CSS |
…ar CSS class reference to pagination
…o allow styling like "a"
046562a
to
a86ec08
Compare
@hvelarde - as someone concerned about migration issues - do you have an opinion about this? |
Modernize pagination markup to HTML5 and switches deprecated listingB…
:-) just give me some time; I think we have a requirement related with navigation from one of our customers... I'll be back with some feedback. |
@thet seems that I'm already late but... there is a request for one of our customers of something that seems related with this: usage of |
@agitator please ask always for a squash, when needed, before merging |
I'm not always pro squashing - one, I'd have removed @davilima6 from commit history and second some commits should stand for itself to show the reason of a particular change (but not really in this case). your suggestion about |
@thet that's why I said "when needed". on the other side, you're right about the |
@hvelarde it's a different issue, but regarding your link next/previous thing: this can be made optional, like the |
@thet I don't think it has to be optional; it makes no harm and is common among search engines; I opened a new issue in plone/Products.CMFPlone#1325 |
I am making releases. Currently Plone 4 is using the master branch of plone.batching. Since the version number has been bumped to 1.1 and there is an upgrade warning at the top of the changelog file, it seems better to create a maintenance branch 1.0.x for Plone 4, without these changes. @davilima6 Do you agree? |
@mauritsvanrees I agree. In Plone 4.x only plone.batching < 1.1 should be in. If someone wants - like me - then it's always possbile to use 1.1 in Plone 4.x by explicitly depending on it. |
@mauritsvanrees: +1 |
Good. I have created branch 1.0.x. |
Thank you, @mauritsvanrees. Could you please release 1.0.8 today as well or should we better wait Plone 4.3.8 to get closer? |
There are no changes on the 1.0.x branch, except one minor edit in setup.py. So no release is needed. |
@mauritsvanrees Actually I believe this commit b0a5673 should have been the tip for 1.0.x branch, as explained in #14 (comment). Should I just cherry-pick it there or would you recommend anything else? |
@davilima6 right. It's mentioned in the 1.0.8 section of the CHANGES.rst file in the master branch: https://github.com/plone/plone.batching/blob/master/CHANGES.rst |
Ah, I wasn't aware of that separate pull request. I will cherry-pick the commit and release 1.0.8 for Plone 4.3. |
1.0.8 released. |
Thank you 👍 |
…ar CSS class reference to pagination