index
:
delta/python/pelican.git
3.0.1
3.2-series
Lucas-C-patch-1
add_multi_theme_support
autopub
cache-readers
caching_warning
content-written-signal
draft-tz
drop_py2_docs
faq_index_save_as
fix-1493
fix-delete-output-logic
funding
jinja-custom
listen-interrupt
master
metadata_keys
multiple-authors
pin-pygments
poetry-build
pygments-2.8
remove-legacy
remove-pkg_resources
rich
settings-join-paths
skip-md-metadata-parse
static_symlink_1042
striptags
theme-docs
theme-metadata
github.com: getpelican/pelican.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exit web server gracefully when user taps CTRL-C
listen-interrupt
Justin Mayer
2020-01-17
1
-0
/
+6
*
Tell users they can use CTRL-C to stop web server
Justin Mayer
2020-01-17
1
-1
/
+3
*
Docs: Ensure plugin developers create new branch
Justin Mayer
2019-12-28
1
-0
/
+4
*
Document mirroring content & output path hierarchies
Justin Mayer
2019-12-28
1
-1
/
+9
*
Move Python datetime note further down Settings docs
Justin Mayer
2019-12-28
1
-9
/
+9
*
Update Python documentation links to Python 3
Justin Mayer
2019-12-28
2
-3
/
+3
*
Remove duplicate datetime URL in Settings docs
Justin Mayer
2019-12-28
1
-3
/
+1
*
Merge pull request #2644 from avaris/namespace
Justin Mayer
2019-12-01
15
-44
/
+326
|
\
|
*
Update namespace docs to address review
Deniz Turgut
2019-12-01
1
-10
/
+11
|
*
Documentation update for namespace plugins
Deniz Turgut
2019-12-01
2
-11
/
+54
|
*
Remove py2-isms and avoid sys.path hacks
Deniz Turgut
2019-12-01
1
-12
/
+20
|
*
remove pelican.signals in favor of pelican.plugins.signals
Deniz Turgut
2019-12-01
7
-13
/
+9
|
*
Namespace plugin implementation
Deniz Turgut
2019-12-01
9
-73
/
+307
|
/
*
Merge pull request #2649 from iKevinY/py2-sunset
Justin Mayer
2019-11-26
45
-627
/
+203
|
\
|
*
Convert super() calls to py3 style
Deniz Turgut
2019-11-26
11
-56
/
+38
|
*
Update docutils and remove docutils workaround
Deniz Turgut
2019-11-26
4
-20
/
+8
|
*
Further remove python2-isms
Deniz Turgut
2019-11-26
11
-91
/
+35
|
*
Initial pass of removing Python 2 support
Kevin Yap
2019-11-26
43
-459
/
+126
|
*
Remove Python 2.7 support from settings
Paolo Melchiorre
2019-11-05
5
-8
/
+3
*
|
Remove pytest-emoji from dev dependencies
Justin Mayer
2019-11-16
1
-1
/
+0
*
|
Merge pull request #2642 from getpelican/Lucas-C-patch-1
Justin Mayer
2019-11-14
1
-1
/
+7
|
\
\
|
*
|
Update stale.yml
Lucas-C-patch-1
Lucas Cimon
2019-10-21
1
-1
/
+7
|
|
/
*
|
Remove Bumpr
Justin Mayer
2019-11-13
2
-33
/
+0
*
|
Minor CONTRIBUTING fixes
Justin Mayer
2019-11-12
1
-3
/
+3
*
|
Update `hub pull-request` docs in CONTRIBUTING
Justin Mayer
2019-11-12
1
-6
/
+7
*
|
Merge pull request #2651 from getpelican/drop_py2_docs
Justin Mayer
2019-11-12
9
-90
/
+266
|
\
\
|
|
/
|
/
|
|
*
Add Invoke tasks for building and serving docs
Justin Mayer
2019-11-12
4
-5
/
+28
|
*
Add Pytest as development dependency
Justin Mayer
2019-11-12
2
-1
/
+7
|
*
Add Invoke task for updating functional test output
Justin Mayer
2019-11-12
2
-8
/
+17
|
*
Add missing colon in Contribute docs
Justin Mayer
2019-11-12
1
-1
/
+1
|
*
Remove Coveralls from Tox configuration
Justin Mayer
2019-11-11
1
-2
/
+0
|
*
Switch Tox test runner from Nose to Pytest
Justin Mayer
2019-11-11
1
-3
/
+3
|
*
Switch `invoke tests` test runner to Pytest
drop_py2_docs
Justin Mayer
2019-11-10
1
-1
/
+1
|
*
Add Pytest `filterwarnings` config section
Justin Mayer
2019-11-10
1
-0
/
+5
|
*
Update CONTRIBUTING docs for Python 2.x removal
Justin Mayer
2019-11-09
2
-80
/
+105
|
*
Add Invoke as dependency in pyproject
Justin Mayer
2019-11-09
1
-0
/
+1
|
*
Add initial EditorConfig configuration
Justin Mayer
2019-11-09
1
-0
/
+15
|
*
Add initial Pre-commit configuration file
Justin Mayer
2019-11-09
1
-0
/
+13
|
*
Add initial Invoke tasks.py file
Justin Mayer
2019-11-09
1
-0
/
+81
|
/
*
Release Pelican 4.2.0
4.2.0
botpub
2019-10-17
4
-8
/
+10
*
Support inline SVG images (#2634)
Justin Mayer
2019-10-17
5
-1
/
+33
|
\
|
*
Update RELEASE.md
Justin Mayer
2019-10-17
1
-2
/
+5
|
*
Support inline SVGs (don't break on title in inline SVG).
Stuart Axon
2019-10-15
5
-1
/
+30
*
|
Update functional test output for category in feed
Justin Mayer
2019-10-17
37
-188
/
+188
*
|
Adds the category to the feed item. Fix #2556.
MaurĂcio Gardini
2019-10-17
1
-1
/
+7
*
|
Add docs on how to include other files - fix #1902 (#2638)
Justin Mayer
2019-10-17
3
-7
/
+42
|
\
\
|
*
|
Adding docs on how to include other files - fix #1902
Lucas Cimon
2019-10-17
1
-0
/
+36
|
*
|
Adding missing call to topdown=True in Generator.get_files
Lucas Cimon
2019-10-17
2
-7
/
+6
|
|
/
*
|
Improve content metadata field docs (#2620)
Justin Mayer
2019-10-17
1
-16
/
+23
|
\
\
|
|
/
|
/
|
|
*
Follow-up changes to metadata field docs
metadata_keys
Justin Mayer
2019-10-16
1
-25
/
+23
[next]