pelican/pelican
derwinlu 2cb2bf05df replace get_summary with _get_summary
When memoizing summary a dummy get_summary function was introduced to
properly work. This has multiple problems:
* The siteurl argument is actually not used in the function, it is only
  used so it properly memoizes.
* It differs from how content is accessed and memoized.

This commit brings summary inline with how content is accessed and
processed. It also removes the old get_summary function with the unused
siteurl argument.

Additionally _get_summary is marked as deprecated and calls .summary
instead while also issueing a warning.
2015-10-19 16:38:07 +02:00
..
tests replace get_summary with _get_summary 2015-10-19 16:38:07 +02:00
themes Made name of blogroll/social widgets configurable. 2015-10-11 14:14:14 -04:00
tools Merge pull request #1753 from ingwinlu/flake8 2015-08-24 19:27:25 -07:00
__init__.py Add versioning information to debug output 2015-09-11 22:06:58 +02:00
cache.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
contents.py replace get_summary with _get_summary 2015-10-19 16:38:07 +02:00
generators.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
log.py Add ability to toggle log filter 2015-10-19 16:28:47 +02:00
paginator.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
readers.py Remove duplicate tags and authors in metadata 2015-08-26 12:07:38 +02:00
rstdirectives.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
server.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
settings.py Add index and author replacement indicators 2015-09-19 13:49:19 +03:00
signals.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
urlwrappers.py fulfil pep8 standard 2015-08-17 13:34:32 +02:00
utils.py Merge pull request #1828 from andreacorbellini/chr-to-unichr 2015-09-23 09:00:09 -07:00
writers.py Merge pull request #1797 from TC01/feeds_override 2015-08-31 20:17:59 -07:00