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
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
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
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
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
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
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
e7370945c9
Merge pull request #851 from avaris/better-strftime
...
refactored utils.strftime
2013-04-17 09:31:19 -07:00
Deniz Turgut
48f7132ba8
refactored utils.strftime
2013-04-16 20:53:27 -04:00
Justin Mayer
de120aefb4
Merge pull request #846 from Rogdham/output_sources_translations
...
Output sources for translations as well.
2013-04-14 14:43:46 -07:00
Justin Mayer
1c4a83e1ad
Merge pull request #844 from Rogdham/pelican-import_invalid_characters
...
Do not generate invalid filenames. Fixes #814 .
2013-04-14 14:43:13 -07:00
Rogdham
ec8e257fde
Output sources for translations as well.
2013-04-14 22:19:57 +01:00
Deniz Turgut
a3e8a2d18d
__import__ fails for unicode 'fromlist' in Py2.x
2013-04-14 17:03:19 -04:00
Rogdham
b2aabdc02b
Do not generate invalid filenames. Fixes #814 .
...
Turn invalid characters into underscores, remove leading dots and enforce
a maximum length. Should be fine on main file systems used by Windows, Mac OS
and Linux.
Thanks to @Avaris for helping to clean my code.
2013-04-14 13:20:16 +01:00
Justin Mayer
87735b5215
Merge pull request #842 from avaris/remove-unittest2
...
remove unittest2 and fix various warnings in py3
2013-04-13 14:23:38 -07:00
Deniz Turgut
68921fe94d
remove warning for FEED_DOMAIN when SITEURL undefined
2013-04-13 17:07:48 -04:00
Deniz Turgut
bc4bd773a0
remove unittest2 and fix various warnings in py3
2013-04-13 16:36:05 -04:00
Rogdham
a4c16e1b53
Warn user in case of missing title. Fixes #440 .
...
When a WP XML file is imported, items with missing title are generated with a
title which is probably not the good one (instead of being dropped), and a
warning is displayed to the user.
2013-04-13 20:44:18 +01:00
Deniz Turgut
c4b3ad58e8
remove plugins, update docs and update dependecies
2013-04-12 23:39:39 -04:00
Justin Mayer
886c8d649c
Better defaults for quickstart settings files
...
Since feed generation is usually unnecessary during development (and can
produce potentially-confusing warnings when SITEURL is not set), running
"make html" will now skip feed generation by default. Feed generation
settings have been added to publishconf.py so feeds will be generated
when the site is published.
Also corrected some URLs in pelicanconf.py.
2013-04-12 08:48:42 -07:00
Justin Mayer
4687ae7f30
Merge pull request #837 from justinmayer/relativeoff
...
Change RELATIVE_URLS default to False - Fixes #829
2013-04-12 07:09:23 -07:00
unknown
8e254e8cd7
Fixed path_to_url when os.sep is not '/'.
2013-04-12 15:44:53 +08:00
Justin Mayer
0a8678a8ae
Change RELATIVE_URLS default to False - Fixes #829
2013-04-11 16:12:55 -07:00
Justin Mayer
679d4aa801
Main CSS file uses tabs, not spaces
2013-04-10 17:14:19 -07:00
Justin Mayer
45dc17f41f
Current default theme design is MIT licensed
2013-04-10 16:58:25 -07:00
Justin Mayer
0ac8118c46
Merge pull request #830 from Rogdham/translation_metadata
...
Add translation metadata support.
2013-04-09 16:28:38 -07:00
Justin Mayer
d0489758ad
Minor English grammar correction
2013-04-07 14:43:07 -07:00
Rogdham
eb640b09e6
Add translation metadata support.
...
Allows user to control which posts are the translations independently of the
DEFAULT_LANG setting.
2013-04-06 18:36:37 +01:00
Deniz Turgut
c2924402ad
Fix for issue #428 : Use PLUGIN_PATH properly
2013-04-05 02:39:12 -04:00
Deniz Turgut
0548b62441
fix for issue #761 : handle unicode correctly in summary for Markdown
2013-04-03 19:38:42 -04:00
Deniz Turgut
9936538d8b
unify css class for pygments
2013-04-02 18:39:52 -04:00
David Beitey
e042e11c23
Add new option for controlling whether to display categories on menu or not
...
Conflicts:
docs/changelog.rst
pelican/tests/output/basic/tag/bar.html
pelican/tests/output/basic/tag/baz.html
pelican/tests/output/basic/tag/foo.html
pelican/tests/output/custom/tag/bar.html
pelican/tests/output/custom/tag/baz.html
pelican/tests/output/custom/tag/foo.html
2013-04-01 22:08:13 +10:00
Justin Mayer
f35206660b
Merge pull request #811 from cdunklau/clean_up_tests
...
Nitpicking - tempdir naming, also backslashes are bad
2013-03-30 10:17:09 -07:00
Irfan Ahmad
58faf9462e
Implement Posterous import - fixes #608
2013-03-29 09:10:27 -07:00
James King
999980c07c
Added WordPress content decoding to importer
2013-03-28 07:16:01 -07:00