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
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert super() calls to py3 style
Deniz Turgut
2019-11-26
1
-13
/
+4
*
Further remove python2-isms
Deniz Turgut
2019-11-26
1
-42
/
+8
*
Initial pass of removing Python 2 support
Kevin Yap
2019-11-26
1
-38
/
+13
*
Merge pull request #2473 from bryanbrattlof/issue/2467
Justin Mayer
2019-06-17
1
-3
/
+13
|
\
|
*
List files missing tag needed to order content
Bryan Brattlof
2018-11-25
1
-3
/
+13
*
|
Merge pull request #2476 from oulenz/collections
Justin Mayer
2019-04-25
1
-1
/
+4
|
\
\
|
*
|
Try importing from collections.abc for compatibility with Python 3.8
Oliver Urs Lenz
2018-11-24
1
-1
/
+4
|
|
/
*
|
Fix bug in process_translations warning message generation that caused error ...
Oliver Urs Lenz
2019-02-24
1
-1
/
+4
*
|
Fix linting issues
John Franey
2019-02-06
1
-6
/
+9
|
/
*
automatically copy linked static files
Oliver Urs Lenz
2018-11-01
1
-1
/
+1
*
control scope of identification of translations with new settings
Oliver Urs Lenz
2018-11-01
1
-57
/
+74
*
control slug substitutions from settings with regex
Oliver Urs Lenz
2018-10-31
1
-29
/
+9
*
Merge pull request #2285 from andreacorbellini/2263-handle-invalid-refs
Justin Mayer
2018-07-04
1
-10
/
+56
|
\
|
*
more accurate code and tests
Andrea Corbellini
2018-02-08
1
-3
/
+2
|
*
flake8 fixes
Andrea Corbellini
2018-02-08
1
-4
/
+4
|
*
Fix utils.truncate_html_words() to work with invalid HTML references
Andrea Corbellini
2018-02-08
1
-10
/
+57
*
|
Fix typo
Jorge Maldonado Ventura
2018-06-27
1
-1
/
+1
*
|
Merge pull request #2292 from oulenz/article_order
Justin Mayer
2018-04-06
1
-17
/
+24
|
\
\
|
*
|
remove hardcoded sorting of articles within categories, tags, authors, feeds
Oliver Urs Lenz
2018-03-18
1
-17
/
+24
|
|
/
*
|
Fixes #2305: Follow symlinks while copying in static generator
Deniz Turgut
2018-03-16
1
-1
/
+1
|
/
*
Fix warnings originating from bad regexes
derwinlu
2017-03-27
1
-2
/
+2
*
Check safety of save_as earlier if possible
Jonas Wielicki
2017-02-27
1
-0
/
+12
*
Improve logging in translation detection
Rogdham
2016-11-21
1
-13
/
+18
*
Fix translation metadata support
Rogdham
2016-11-20
1
-18
/
+27
*
Python's shutil.copy2 fails on Android
Jerry Asher
2016-10-07
1
-2
/
+14
*
pelican_open: don't raise IndexError on empty files
Will Thompson
2016-08-11
1
-1
/
+1
*
More granular control of tags and categories slugs. Fixes #1873
Mr. Senko
2016-04-01
1
-3
/
+27
*
Change ... (periods) to … (ellipsis) in summary
Daniel Himmelstein
2016-02-22
1
-2
/
+2
*
Merge pull request #1850 from ingwinlu/deprecation_warnings
Justin Mayer
2015-11-03
1
-1
/
+5
|
\
|
*
Make HTMLParser Python 3.5 ready
derwinlu
2015-10-22
1
-1
/
+5
*
|
Fix quote escaping in read html attributes.
Simon StJG
2015-10-14
1
-0
/
+13
|
/
*
Merge pull request #1828 from andreacorbellini/chr-to-unichr
Justin Mayer
2015-09-23
1
-2
/
+2
|
\
|
*
Use unichr() instead of chr() with Python 2.
Andrea Corbellini
2015-09-22
1
-2
/
+2
*
|
When truncating, stop parsing the document immediately after finding the last...
Andrea Corbellini
2015-09-20
1
-5
/
+18
|
/
*
When truncating, consider hypens, apostrophes and HTML entities.
Andrea Corbellini
2015-08-28
1
-9
/
+60
*
fulfil pep8 standard
derwinlu
2015-08-17
1
-40
/
+45
*
Rewrite pelican.utils.truncate_html_words() to use an HTML parser instead of ...
Andrea Corbellini
2015-07-30
1
-49
/
+58
*
Watch for changes in mtime of symlinked folders and files too
guanidene
2015-06-30
1
-1
/
+1
*
Fix #1647: Fix ARTICLE_ORDER_BY and add the ability to reverse order
Deniz Turgut
2015-06-12
1
-10
/
+22
*
Merge pull request #1740 from ingwinlu/count_hidden_pages
Justin Mayer
2015-06-11
1
-0
/
+16
|
\
|
*
improve result output of a pelican run
derwinlu
2015-06-03
1
-0
/
+16
*
|
Merge pull request #1693 from zackw/static-honor-ignore-files
Justin Mayer
2015-06-10
1
-29
/
+51
|
\
\
|
*
|
Give utils.copy the ability to ignore files (issue 1692)
Zack Weinberg
2015-06-04
1
-29
/
+51
|
|
/
*
|
fix caching
derwinlu
2015-06-08
1
-124
/
+0
|
/
*
Fix Pelican rendering and unit tests on Windows.
George V. Reilly
2015-01-25
1
-3
/
+19
*
Merge pull request #1466 from cgar/spelling
Justin Mayer
2014-11-02
1
-1
/
+1
|
\
|
*
minor spelling fixes
Carlos E. Garcia
2014-09-15
1
-1
/
+1
*
|
Merge pull request #1348 from vjousse/davidmarble-page-order-by
Justin Mayer
2014-09-18
1
-1
/
+26
|
\
\
|
|
/
|
/
|
|
*
Addressed comments from @avaris in PR getpelican/pelican#1348
Mark Lee
2014-05-27
1
-1
/
+6
|
*
Address code review comments from PR getpelican/pelican#1348
Mark Lee
2014-05-20
1
-9
/
+5
[next]