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

Use an own paginator #646

Merged
merged 10 commits into from Jun 12, 2017
Merged

Use an own paginator #646

merged 10 commits into from Jun 12, 2017

Commits on Jun 10, 2017

  1. Use an own paginator

    The current pagination creates links for every page, which does not work
    anymore for many pages. Use instead an own paginator, which creates the
    following pagination control: < 1 ... 5 6 7 8 9 10 11 12 13 14 ... 10 >
    floemker committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    4978999 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Configuration menu
    Copy the full SHA
    7432303 View commit details
    Browse the repository at this point in the history
  2. Updated slug help text on the create form.

    Changing slugs is now supported, but links pointing to the article are not updated.
    floemker authored and benjaoming committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    67f499e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c278ab7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    076e89c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b065409 View commit details
    Browse the repository at this point in the history
  6. Fixed python 3 only syntax.

    floemker committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    03593d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7689524 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d05282a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4 from benjaoming/floemker-paginator

    Rename wiki.core.wiki_paginate to wiki.core.paginator, refac page number context accessing
    floemker committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    cb6b519 View commit details
    Browse the repository at this point in the history