Dominique Plante
19de7539f4
adhere to PEP8 coding standards
2013-05-14 23:41:18 -07:00
Justin Mayer
71150430a9
Merge pull request #885 from avaris/markdown-summary-footnote
...
Markdown summary should not include content footnote
2013-05-13 15:36:39 -07:00
Alexis Metaireau
86d4aac918
Merge pull request #864 from saimn/docutils_options
...
Add `DOCUTILS_SETTINGS` to allow to customize the docutils Publisher.
2013-05-13 00:21:12 -07:00
Alexis Metaireau
55382dd184
Merge pull request #858 from jmurty/feature/import_wp_pages
...
Import wordpress pages to pages/ subdir with --dir-page option
2013-05-13 00:18:01 -07:00
Alexis Metaireau
dcc17bbfa4
Merge pull request #848 from Rogdham/no_overwrite
...
Check URL overwrite. Fixes #446 .
2013-05-13 00:17:26 -07:00
Alexis Métaireau
ead50cca62
some cleanup
2013-05-13 13:53:52 +10:00
Alexis Metaireau
bcfd574664
Merge pull request #804 from dowlingw/master
...
#803 - Include default configuration file if present
2013-05-12 20:50:31 -07:00
Deniz Turgut
75f214103e
Markdown summary should not include content footnote
...
Markdown instance carries state for subsequent uses. Content
and summary parsing is done with the same instance. Since
footnotes are processed with an extension and stored as state,
content footnote is duplicated for summary.
This PR adds a ``.reset()`` call before summary parsing to clear
the state. It also adds a test case with footnotes.
2013-05-10 03:50:33 -04:00
Justin Mayer
e9ca508e8e
Add more detail to Pygments FAQ entry. Fixes #821
2013-05-06 07:28:25 -07:00
Justin Mayer
43f4d0df7a
Add reST example to arbitrary metadata FAQ entry
2013-05-06 06:51:54 -07:00
Justin Mayer
2482baf837
Merge pull request #874 from avaris/non-ascii-error
...
Handle critical exception logging correctly in localized systems
2013-05-04 08:35:01 -07:00
Deniz Turgut
084818b399
Handle critical exception logging correctly in localized systems
...
Python generates certain exception messages (like IOError) in system
language, if locale is set. This ensures that the message is properly
converted to unicode in Python 2.
2013-05-04 04:55:42 -04:00
Justin Mayer
50505dfd71
Merge pull request #845 from Rogdham/case-insensitive_caterogy_tag
...
Make tags and cats case insensitive. Fixes #704 .
2013-05-03 10:27:46 -07:00
Rogdham
91337940d3
Make tags and cats case insensitive. Fixes #704 .
...
More precisely, group tags or categories without considering the case.
This fixes the bug where two categories with just the case as difference were
considered as distinct, but generate the same file: one overwriting the other.
Thanks to @Avaris for helping with the tests.
2013-05-03 17:37:45 +01:00
Justin Mayer
34f05d4ba6
Add warning to docs re: DELETE_OUTPUT_DIRECTORY
2013-05-02 17:18:19 -07:00
Justin Mayer
7706530aa8
Merge pull request #867 from avaris/summary-max-length
...
Fixes #708 SUMMARY_MAX_LENGTH=0 should return empty string
2013-05-01 16:54:49 -07:00
Deniz Turgut
9af62414db
Fixes #708 SUMMARY_MAX_LENGTH=0 should return empty string
2013-04-26 19:37:31 -04:00
Justin Mayer
0397274fed
Prepare for next version
2013-04-24 13:21:28 -07:00
Justin Mayer
ba84658503
Add 3.2 release date to changelog
3.2
2013-04-24 09:39:36 -07:00
Justin Mayer
4fa2c30d3f
Add new changelog items and link to Tutorials wiki
2013-04-23 11:17:45 -07:00
Justin Mayer
63ddcf22d9
Add new contributors to THANKS
2013-04-23 08:09:50 -07:00
Justin Mayer
6db2ad2130
Remove "Done" after running "make html"
...
Pelican now provides better user feedback (see #857 ), so echoing "Done"
after a "make html" run has become redundant.
2013-04-23 07:32:42 -07:00
Justin Mayer
f15f5708bf
Update test output for improved notmyidea <head>
2013-04-23 06:57:36 -07:00
Simon Conseil
4d2355bc57
Clean up and improve <head> of notmyidea theme
...
- remove useless IE stuff (links to files that do not exist)
- use DEFAULT_LANG for the lang attribute
- move charset at the top
2013-04-23 06:51:22 -07:00
Simon Conseil
5ffadd2283
Add DOCUTILS_SETTINGS to allow to customize the docutils Publisher.
2013-04-23 12:28:30 +02:00
Justin Mayer
30c2490f88
Merge pull request #862 from avaris/emacs-autoreload
...
ignore emacs lock files and exception handling for watchers
2013-04-22 20:04:24 -07:00
Justin Mayer
be511c9ac2
Merge pull request #860 from avaris/strftime-jinja-filter
...
Fix for #701 : adds a 'strftime' jinja fiter that uses LOCALE
2013-04-22 20:01:27 -07:00
Deniz Turgut
be8837963a
ignore emacs lock files and exception handling for watchers
2013-04-22 20:50:11 -04:00
Deniz Turgut
09a332aff3
reset locale after DateFormatter test
2013-04-22 20:07:53 -04:00
Deniz Turgut
f3340c1152
added FR and TR locale generation to travis
2013-04-22 20:00:27 -04:00
Deniz Turgut
62a9b05595
added tests for DateFormatter
2013-04-22 19:54:52 -04:00
Justin Mayer
740bb46e6d
MOAR Unicode for generated settings files
2013-04-21 15:18:31 -07:00
Justin Mayer
d59a59dc83
Unicode all the things, incl. our settings files
2013-04-21 15:00:40 -07:00
Deniz Turgut
2790446906
adds a 'strftime' jinja fiter that uses LOCALE
2013-04-21 18:00:12 -04:00
Justin Mayer
70a72545ce
Add content_object_init to list of signals
2013-04-20 09:08:46 -07:00
Justin Mayer
bdd702384f
Improve wording of "cannot find" errors
2013-04-20 08:08:31 -07:00
Justin Mayer
b5e77a0643
Merge pull request #855 from lilix/accept-mdown-file-extension
...
Accept `mdown` file extension for Markdown files.
2013-04-20 08:02:28 -07:00
Justin Mayer
e55878fc2e
Merge pull request #857 from avaris/feedback
...
add feedback to user and refactor 'autoreload' code
2013-04-20 07:57:56 -07:00
Deniz Turgut
e86f4eedcf
bugfix and tests for no settings path (no -s option)
2013-04-19 23:35:09 -04:00
Justin Mayer
13eeb9043a
Merge pull request #856 from avaris/non-ascii-path
...
force argparse output to be unicode in Py2
2013-04-19 17:39:04 -07:00
James Murty
8c7ea8df98
Import wordpress pages to pages/ subdir with --dir-page option
...
When importing from Wordpress, the --dir-page directive (disabled by
default) automatically adds files to the pages/ when they are recognised
as pages, as opposed to posts.
2013-04-19 23:06:59 +01:00
Justin Mayer
870ec0efe8
Fix outdated link to documentation
2013-04-19 11:12:20 -07:00
Deniz Turgut
5ccbbcc7d1
add feedback to user and refactor 'autoreload' code
2013-04-19 13:35:20 -04:00
Deniz Turgut
a07052ff86
force argparse output to be unicode in Py2
2013-04-18 15:03:43 -04:00
Emily Strickland
08f27e0134
Accept mdown file extension for Markdown files.
...
This extension is sometimes used for Markdown files and is the default
for a few editors, such as Sublime Text.
2013-04-17 21:14:52 -07:00
Justin Mayer
e03e17bc12
Merge pull request #853 from Rogdham/better-strftime
...
refactored utils.strftime
2013-04-17 15:12:13 -07:00
Rogdham
d83af30195
Add French version for testing utils.strftime
...
Do not use abbreviated locale versions of month/whatever, because it seems that
this is not standard (e.g. MacOS abbreviating differently than GNU/Linux).
2013-04-17 22:17:35 +01:00
Justin Mayer
723db1cd7a
Merge pull request #854 from Rogdham/strftime-bugfix
...
Fix bug with MacOS in utils.strftime
2013-04-17 13:41:39 -07:00
Rogdham
3aea29fb2b
Fix bug with MacOS in utils.strftime
...
Force using C89 directives (i.e. mentioned in the Python documentation).
2013-04-17 21:24:45 +01:00
Justin Mayer
598cbeb3be
Merge pull request #852 from vene/docfix
...
DOC: fix the Markdown example for static index page URL override
2013-04-17 09:35:55 -07:00