Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rero/flask-wiki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: rero/flask-wiki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 40 files changed
  • 3 contributors

Commits on Jul 12, 2022

  1. fix: add missing div in page.html

    Co-Authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Jul 12, 2022
    Copy the full SHA
    be76cdb View commit details

Commits on Sep 7, 2022

  1. release: v0.2.2

    * Force Markdown<3.4 to prevent errors.
    
    Co-Authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Sep 7, 2022
    Copy the full SHA
    c61a761 View commit details

Commits on Nov 3, 2022

  1. fix: copy link button

    - Closes #15.
    - Upadtes and minor corrections in translations.
    
    Co-Authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Nov 3, 2022
    Copy the full SHA
    5453524 View commit details

Commits on Nov 7, 2022

  1. release: v0.2.3

    - dependencies: updates flask to <3.0.0.
    - dependencies: updates python to >3.8.0.
    - dependencies: updates jinja2 to >=3.0.0.
    - removes jinja2 extensions that are now included in the compiler.
    - fix: easyMDE version in template.
    
    Co-Authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Nov 7, 2022
    Copy the full SHA
    4845909 View commit details

Commits on Nov 17, 2022

  1. layout: improve error page

    * Closes #30.
    
    Co-Authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Nov 17, 2022
    Copy the full SHA
    c8d5904 View commit details
  2. routes: do not lowercase URLs

    - Closes #47.
    
    Co-Authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Nov 17, 2022
    Copy the full SHA
    4caa83e View commit details

Commits on Mar 1, 2023

  1. release: v0.2.4

    * updates dependencies.
    
    Co-Authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Mar 1, 2023
    Copy the full SHA
    5baa134 View commit details

Commits on Jul 6, 2023

  1. project: update dependencies

    * Uses flask_babel instead flask_babelex.
    
    Co-Authored-by: Peter Weber <[email protected]>
    rerowep authored and PascalRepond committed Jul 6, 2023
    Copy the full SHA
    868ed83 View commit details

Commits on Jul 20, 2023

  1. chore: add pytest and fix styling errors

    Co-authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Jul 20, 2023
    Copy the full SHA
    9c8f80e View commit details

Commits on Jul 21, 2023

  1. translations: fix flask-babel compatibility

    * Re-extracts messages and updates catalog.
    * Fixes form labels not getting translated.
    
    Co-authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Jul 21, 2023
    Copy the full SHA
    89410af View commit details

Commits on Aug 24, 2023

  1. search: implement whoosh search engine

    * Updates README.
    * Also adds some cosmetic fixes.
    * Adds a CLI with commands to initialize the index and index all pages.
    
    Co-authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Aug 24, 2023
    Copy the full SHA
    a937b1f View commit details

Commits on Dec 6, 2023

  1. release: v0.3.0

    - Updates dependencies.
    - Updates translations.
    - Adds a changelog.
    
    Co-authored-by: Pascal Repond <[email protected]>
    PascalRepond authored and jma committed Dec 6, 2023
    Copy the full SHA
    6be89f0 View commit details

Commits on Dec 13, 2023

  1. fix: config languages

    - With new babel, the language list must be a dict.
    - We need compiled translations in the repo.
    
    Co-Authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Dec 13, 2023
    Copy the full SHA
    081d801 View commit details
  2. release: v0.3.1

    Co-Authored-by: Pascal Repond <[email protected]>
    PascalRepond committed Dec 13, 2023
    Copy the full SHA
    b28087a View commit details

Commits on May 6, 2024

  1. edit typo in README.md

    putassu authored and PascalRepond committed May 6, 2024
    Copy the full SHA
    f991e7e View commit details
Loading