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

Display book comments at xhtml #491

Open
wants to merge 47 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    4acfa80 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Just convert book comment to xhtml

    Not all html elements are detected by the preg_match. These comments then displayed with HTML elements visible.
    SenorSmartyPants committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    ad64750 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    2b015cd View commit details
    Browse the repository at this point in the history
  2. Add missing typeahead style

    Makes typeahead inputs look like bootstrap3
    Reference typeahead css
    SenorSmartyPants committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    0e2436e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52a47fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97fb245 View commit details
    Browse the repository at this point in the history
  5. Navbar style updates

    Make bar take full width
    only hide labels in sm size
    use navbar-static-top. no rounded corners
    remove optional bootstrap theme
    SenorSmartyPants committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    af2664c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aeac550 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce3987a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65b974a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    036467a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61b09f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef35dc8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b713742 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f9c595 View commit details
    Browse the repository at this point in the history
  14. Major change to book list layout

    change HTML thumbnail size to 225
    SenorSmartyPants committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    60f1bba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4364a01 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ac6aa1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f62a2c5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ea93a65 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    55dfbc1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    421ae4e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4a5b62b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    182758e View commit details
    Browse the repository at this point in the history
  23. Book Detail: cover frame and shadow

    Fix cover-image CSS - drop height attribute
    SenorSmartyPants committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    025601f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6e539f6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a47fe58 View commit details
    Browse the repository at this point in the history
  26. Scroll by location hash

    Needed for client side rendering
    SenorSmartyPants committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ed549d2 View commit details
    Browse the repository at this point in the history
  27. Scroll directly to cover in bookdetail

    Only really needed on XS mobile phone view.
    Add 3px padding so cover isn't at the very top of display.
    SenorSmartyPants committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    5713ed1 View commit details
    Browse the repository at this point in the history
  28. Support multiple themes by reading theme directory

    Don't just support bootstrap
    Page redirect
    SenorSmartyPants committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    0477ad5 View commit details
    Browse the repository at this point in the history
  29. Fix bootstrap2 links

    SenorSmartyPants committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    e63fd65 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. cops_ignored_formats list

    array of formats never to return from the database. ORIGINAL_EPUB as an example
    SenorSmartyPants committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a16c956 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Book Detail: add margin to tag buttons

    Now they won't touch when line wrapping.
    SenorSmartyPants committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    6ddc6a8 View commit details
    Browse the repository at this point in the history
  2. Get book Identifiers from the database

    return them in JSON
    SenorSmartyPants committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    4d0e52f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ca48c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    042db69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b77c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d18d605 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5663682 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48cc772 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1722a3 View commit details
    Browse the repository at this point in the history
  7. Book Detail: Display identifiers

    Depends on identifiers branch
    SenorSmartyPants committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    fdfa8ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    193e5d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bef8845 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e57088 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    a2ce7f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Update README.md

    SenorSmartyPants committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5b5cac8 View commit details
    Browse the repository at this point in the history