Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2963 from geoffff/masterHEADmaster | Justin Mayer | 2023-04-20 | 1 | -1/+1 |
|\ | |||||
| * | Update paginator.py | geoffff | 2023-04-20 | 1 | -1/+1 |
|/ | | | Use str.startswith('/') to check whether 'ret' starts with a slash. The original code fails when 'ret' is an empty string, such as when INDEX_URL is set to "". | ||||
* | Merge pull request #3112 from getpelican/update-functional-test-output | Justin Mayer | 2023-04-20 | 33 | -171/+171 |
|\ | |||||
| * | Update Pygments and Markdown dependency versions | Justin Mayer | 2023-03-27 | 2 | -4/+4 |
| | | |||||
| * | Update functional test output | Justin Mayer | 2023-03-27 | 31 | -167/+167 |
| | | |||||
* | | Update to Invoke 2.0 for Python 3.11 compatibility | Justin Mayer | 2023-04-16 | 1 | -1/+1 |
| | | |||||
* | | Update pre-commit hooks | Justin Mayer | 2023-04-16 | 1 | -1/+3 |
| | | |||||
* | | Pin Flake8 to 3.9.* in requirements/style.pip | Justin Mayer | 2023-03-27 | 1 | -1/+1 |
|/ | |||||
* | Add better description of what Pelican does to README (#3102) | Boluwatife Victor | 2023-02-23 | 1 | -1/+7 |
| | | | Co-authored-by: Justin Mayer <entroP@gmail.com> | ||||
* | Merge pull request #3094 from kurtmckee/fix-readme-link-on-pypi-issue-3093 | Justin Mayer | 2023-01-30 | 1 | -0/+7 |
|\ | | | | | Fixes https://github.com/getpelican/pelican/issues/3093 | ||||
| * | Use absolute URL's in the package `long_description` for PyPI | Kurt McKee | 2023-01-30 | 1 | -0/+7 |
|/ | | | | Fixes #3093 | ||||
* | Merge pull request #3085 from jorgesumle/deprecate-36 | Justin Mayer | 2023-01-30 | 1 | -1/+1 |
|\ | |||||
| * | Change reference to Python version 3.6 from documentation (now 3.7) | Jorge Maldonado Ventura | 2023-01-03 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3091 from EFord36/patch-1 | Justin Mayer | 2023-01-20 | 1 | -2/+2 |
|\ \ | |||||
| * | | Update Github actions badge | Elliot Ford | 2023-01-20 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | See the linked GitHub issue from the previous version of the badge: badges/shields#8671 In summary, these badges were changed in a breaking fashion such that the badges were just linking to the github issue rather than showing the data. Updating the url resolves this. Also updated the link added to the badge image, so that it shows exactly the history of actions that the badge shows the most recent one of. | ||||
* | | Upgrade Furo theme to 2022.12.07. Refs #3077 | Justin Mayer | 2023-01-06 | 2 | -4/+6 |
| | | | | | | | | Should fix "Previous" and "Next" arrow styling issue. | ||||
* | | Tweak README slightly | Justin Mayer | 2023-01-06 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #3055 from avaris/python-3.11 | Justin Mayer | 2022-10-26 | 3 | -49/+18 |
|\ | |||||
| * | update unit test to avoid using deprecated locale.getdefaultlocale() | Deniz Turgut | 2022-10-26 | 1 | -8/+8 |
| | | |||||
| * | add python 3.11 to CI and use setup-python pip cache | Deniz Turgut | 2022-10-26 | 2 | -41/+10 |
|/ | |||||
* | Merge pull request #3043 from copperchin/use-tmp-in-testutils | Justin Mayer | 2022-10-25 | 1 | -3/+11 |
|\ | |||||
| * | Use tmp dir for test output | Ryan de Kleer | 2022-09-16 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | `shutil.rmtree` would fail in `TestUtils.test_clean_output_dir` on some filesystems if an application with a filewatcher had the pelican project open while the test ran. Using `tempfile.mkdtmp` for test directories circumvents this. | ||||
* | | Merge pull request #3054 from renyuneyun/refactor/python-regex | Justin Mayer | 2022-10-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | Use `(?P=)` to replace `\2` for intrasite link | renyuneyun (Rui Zhao) | 2022-10-24 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #3051 from avaris/gh-actions-update | Justin Mayer | 2022-10-24 | 3 | -22/+24 |
|\ \ | |/ |/| | |||||
| * | unpin flake8 and do not install pelican while checking | Deniz Turgut | 2022-10-23 | 2 | -1/+2 |
| | | | | | | | | | | | | installing pelican brings in markdown. flake8 and markdown have incompatible requirements for importlib-metadata. installing pelican is not required to run flake8. | ||||
| * | use python 3.9 for lint, docs and deploy actions | Deniz Turgut | 2022-10-20 | 2 | -5/+5 |
| | | | | | | | | | | 3.7 is old and will soon be EOLed this also fixes flake8 + importlib-metadata issues | ||||
| * | update github actions | Deniz Turgut | 2022-10-20 | 1 | -16/+17 |
|/ | | | | | | see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ | ||||
* | Document switch from IRC to GitHub Discussions | Justin Mayer | 2022-09-15 | 2 | -28/+13 |
| | |||||
* | Docs: Hidden posts also excluded from author index (#3025) | Саша Черных | 2022-09-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #3030 from lioman/master | Justin Mayer | 2022-08-31 | 5 | -7/+3 |
|\ | |||||
| * | Remove python 3.6 from supported language versions | Lioman | 2022-08-23 | 5 | -7/+3 |
|/ | |||||
* | Docs: Contact plugin/theme maintainers for those issues | Justin Mayer | 2022-08-21 | 1 | -5/+10 |
| | |||||
* | Merge pull request #3020 from timgates42/bugfix_typos | Justin Mayer | 2022-08-04 | 2 | -2/+2 |
|\ | |||||
| * | docs: Fix a few typos | Tim Gates | 2022-07-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | There are small typos in: - docs/tips.rst - pelican/tests/__init__.py Fixes: - Should read `module` rather than `modulole`. - Should read `console` rather than `cosole`. Signed-off-by: Tim Gates <tim.gates@iress.com> | ||||
* | | Merge pull request #2976 from pieqq/simple-theme-fixes | Justin Mayer | 2022-08-04 | 5 | -16/+17 |
|\ \ | |||||
| * | | Remove unnecessary ids and classes in simple theme | Pierre Equoy | 2022-02-20 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | All of the modified HTML tags can be accessed in CSS without the need for a dedicated id or an additional class. | ||||
| * | | Merge branch 'getpelican:master' into master | Pierre | 2022-02-20 | 14 | -68/+154 |
| |\ \ | |||||
| * | | | Add a viewport meta tag in simple theme for better mobile support | Pierre Equoy | 2022-01-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | See MDN article about this: https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag | ||||
| * | | | Use <main> and <article> tags in simple theme | Pierre Equoy | 2022-01-17 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a <main> tag to surround all the content blocks, so that it's easier to target the main part of a page (be it an article, the list of posts or the different categories) using CSS. Because of this, the <section> part of the article.html template is made redundant, so it is removed. Finally, the generic <div> is replaced by an <article> tag to surround the article's content. | ||||
| * | | | Uniformize headers in simple theme | Pierre Equoy | 2022-01-17 | 4 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | In the simple theme, some templates are using `h1`, others are using `h2` for the main title of the page (other than the one in the header). This commit changes that so all of the pages are using `h1`. | ||||
* | | | | Merge pull request #3014 from Lx/static-content-docs | Justin Mayer | 2022-08-04 | 1 | -0/+7 |
|\ \ \ \ | |||||
| * | | | | Add note about unintended static page processing | Alex Peters | 2022-06-16 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | Fixes #2990. | ||||
* | | | | | Merge pull request #3013 from Lx/mtime-docs | Justin Mayer | 2022-08-04 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Describe all `CHECK_MODIFIED_METHOD` options | Alex Peters | 2022-06-16 | 1 | -0/+5 |
| |/ / / / | | | | | | | | | | | | | | | | Fixes #2991. | ||||
* | | | | | Fix and update pre-commit hooks (#3011) | Anton Mosich | 2022-08-04 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | Co-authored-by: Justin Mayer <entroP@gmail.com> | ||||
* | | | | | Merge pull request #3023 from getpelican/furo-sphinx-theme | Justin Mayer | 2022-08-01 | 8 | -30/+224 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Use Furo as Sphinx documentation theme | ||||
| * | | | | Adjust code style for Flake8 5.0+ | Justin Mayer | 2022-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | We are pinned to Flake8 <4.0, but at least we'll be compliant if we ever upgrade to Flake8 5.0+. | ||||
| * | | | | Pin Flake8 due to upper bound on importlib-metadata | Justin Mayer | 2022-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | See: https://github.com/PyCQA/flake8/pull/1438 | ||||
| * | | | | Update Pytest and plugin versions | Justin Mayer | 2022-08-01 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Also remove pytest-pythonpath as Pytest 7+ includes comparable functionality. Don't believe we were using it anyway. |