Skip to content
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

Theme API - Pagination helper #196

Closed
3 tasks done
ErisDS opened this issue Jun 23, 2013 · 0 comments
Closed
3 tasks done

Theme API - Pagination helper #196

ErisDS opened this issue Jun 23, 2013 · 0 comments
Assignees
Milestone

Comments

@ErisDS
Copy link
Member

ErisDS commented Jun 23, 2013

When we fetch a list of posts, we are now able to do this with full pagination support. However the pagination information isn't used at the moment.

We need to introduce a new core helper to take pagination information and output a basic version of pagination navigation. For now the markup and functionality of this should match john.onolan.org:

  • On the first page an "older posts" button points to the next page
  • On subsequent pages, there is both "older posts" and "newer posts" buttons and "page x of y" info
  • On the final page there is only a "newer posts" button

This story will also require #197 and TryGhost/Casper#13 in order to be fully working

This was referenced Jun 23, 2013
@ghost ghost assigned cobbspur Jun 24, 2013
cobbspur added a commit to cobbspur/Ghost that referenced this issue Jun 25, 2013
- adds routes for homepage pagination
- adds helper function to compile template file for pagination
- adds next and prev to post for next and previous page
- adds handlebars template for pagination
@ErisDS ErisDS closed this as completed Jun 25, 2013
morficus pushed a commit to morficus/Ghost that referenced this issue Sep 4, 2014
- adds routes for homepage pagination
- adds helper function to compile template file for pagination
- adds next and prev to post for next and previous page
- adds handlebars template for pagination
daniellockyer pushed a commit that referenced this issue Jul 20, 2022
no-issue

* Added LeakyBucket rate limiting for all Stripe requests
* Added createCustomer method
* Added createComplimentarySubscription method
* Replaced getStripeCustomer with getCustomer
* Exported createStripeCustomer & createComplimentarySubscription
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants