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
path:
root
/
pelican
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize code base to Python 3+ syntax
remove-legacy
Justin Mayer
2020-04-27
33
-163
/
+103
*
Remove duplicate tests in test_contents
Deniz Turgut
2020-04-21
1
-14
/
+16
*
Merge pull request #2731 from avaris/unicode-slugify
Justin Mayer
2020-04-21
6
-34
/
+122
|
\
|
*
Expose preserve_case option from slugify
Deniz Turgut
2020-04-21
4
-12
/
+36
|
*
Expose use_unicode setting of slugify in settings and use it
Deniz Turgut
2020-04-19
4
-18
/
+35
|
*
Rewrite pelican.utils.slugify to use unicode and add tests
Deniz Turgut
2020-04-19
2
-16
/
+63
*
|
Fix Python 2/3 cache pickle format incompatibility
Justin Mayer
2020-04-20
1
-1
/
+1
*
|
Fix anchor link to TIMEZONE settings documentation
Justin Mayer
2020-04-20
1
-1
/
+1
*
|
Merge pull request #2593 from sharmaeklavya2/relative-static-paths
Justin Mayer
2020-04-18
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Only use relative paths in StaticGenerator
Eklavya Sharma
2019-07-09
1
-2
/
+1
*
|
Fix legacy plugin loading
Deniz Turgut
2020-04-17
3
-1
/
+21
*
|
Add Typogrify/SmartyPants dashes config parameter (#2615)
fancsali
2020-04-16
6
-0
/
+90
*
|
Merge pull request #2727 from avaris/cleanup-after-tests
Justin Mayer
2020-04-16
1
-0
/
+1
|
\
\
|
*
|
Reset global state set by tests in test_pelican
Deniz Turgut
2020-04-16
1
-0
/
+1
*
|
|
Remove Piwik from theme and settings docs
Justin Mayer
2020-04-16
1
-19
/
+0
*
|
|
Flake8 fix
Justin Mayer
2020-04-16
1
-0
/
+1
*
|
|
Fix building asciidoc headers in importer & add docs
Justin Mayer
2020-04-16
1
-3
/
+2
*
|
|
PELICAN: pelican_import.py: add support for pelican-import -m asciidoc
Tim Janik
2020-04-16
1
-2
/
+30
*
|
|
Merge pull request #2724 from getpelican/theme-metadata
Justin Mayer
2020-04-16
44
-0
/
+51
|
\
\
\
|
*
|
|
Update test output with "description" metadata tag
theme-metadata
Justin Mayer
2020-04-15
42
-0
/
+42
|
*
|
|
Put summary in notmyidea "description" HTML metadata
Justin Mayer
2020-04-15
2
-0
/
+9
*
|
|
|
Preserve category case in importer
Justin Mayer
2020-04-15
4
-7
/
+16
*
|
|
|
Fix output directory deletion logic
fix-delete-output-logic
Justin Mayer
2020-04-15
1
-4
/
+5
|
/
/
/
*
|
|
Add a draft without date for #2488
Deniz Turgut
2020-04-14
3
-0
/
+260
*
|
|
Account for existing namespace plugins in plugin tests
Deniz Turgut
2020-04-14
1
-17
/
+20
|
/
/
*
|
Reduce warnings and errors in sample content
Justin Mayer
2020-04-14
24
-35
/
+123
*
|
Add HTML meta generator tag to functional test output
Justin Mayer
2020-04-14
102
-0
/
+102
*
|
Add HTML meta generator tag to theme base templates
Justin Mayer
2020-04-14
2
-0
/
+2
*
|
Set timezone when assigning max datetime to drafts
draft-tz
Justin Mayer
2020-04-14
2
-2
/
+3
*
|
Quote Makefile paths so it handles spaces
Boian Berberov
2020-04-13
1
-16
/
+16
*
|
Add missing <ul> element to index.html template in notmyidea theme (#2545)
Boian Berberov
2020-04-12
1
-1
/
+7
*
|
Merge pull request #2687 from LouisJackman/add-devserver-global-make-target
Justin Mayer
2020-04-12
1
-0
/
+7
|
\
\
|
*
|
Add a devserver-global task for non-local dev testing
LouisJackman
2020-01-23
1
-0
/
+7
*
|
|
Merge pull request #2716 from avaris/limit-filter
Justin Mayer
2020-04-12
2
-3
/
+83
|
\
\
\
|
*
|
|
Fix LOG_FILTER to act on exact messages
Deniz Turgut
2020-04-12
2
-3
/
+83
*
|
|
|
Add PORT to serve-global Makefile task
Justin Mayer
2020-04-12
1
-0
/
+4
|
/
/
/
*
|
|
Merge pull request #2713 from getpelican/pin-pygments
Justin Mayer
2020-04-12
80
-82
/
+82
|
\
\
\
|
*
|
|
Update functional test output
Justin Mayer
2020-04-12
78
-80
/
+80
|
*
|
|
Ensure consistent title spacing in themes
Justin Mayer
2020-04-12
2
-2
/
+2
*
|
|
|
Add settings for custom Jinja globals and tests (#2715)
Justin Mayer
2020-04-12
3
-0
/
+87
|
/
/
/
*
|
|
Update links to HTTPS and current 301 redirects in docs/templates/themes (#2661)
Kurt McKee
2020-04-12
116
-227
/
+228
*
|
|
Skip MD metadata parsing in latest Python-Markdown
skip-md-metadata-parse
Justin Mayer
2020-04-12
1
-1
/
+1
*
|
|
Skip Markdown metadata parsing within metadata
Annika Backstrom
2020-04-12
4
-0
/
+24
*
|
|
Remove CSS references to the non-existent digg.png icon
Kurt McKee
2020-04-12
4
-4
/
+0
*
|
|
Merge pull request #2643 from mxjeff/simple-theme-missing-striptags
Justin Mayer
2020-04-12
2
-2
/
+2
|
\
\
\
|
*
|
|
Fixed simple theme, add missing striptags filter
kaliko
2019-10-25
2
-2
/
+2
*
|
|
|
Added an additional assert as requested
(GalaxyMaster)
2020-04-12
1
-0
/
+1
*
|
|
|
Added a test for the emd marker
(GalaxyMaster)
2020-04-11
1
-0
/
+13
*
|
|
|
Added support for the summary end marker configuration
(GalaxyMaster)
2020-04-11
2
-1
/
+3
*
|
|
|
Merge pull request #2706 from nikolausschueler/makefix
Justin Mayer
2020-03-25
1
-6
/
+9
|
\
\
\
\
[next]