Justin Mayer
f139a04374
Merge pull request #843 from saimn/cleanup-tox
...
Cleanup tox and remove mentions of webassets.
2013-04-13 16:45:24 -07:00
Simon Conseil
40643ce554
Cleanup tox and remove mentions of webassets.
...
Nose and unittest2 have been removed from pelican's dependencies, and webassets
moved to pelican-plugins.
2013-04-14 00:36:29 +02: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
Justin Mayer
5554668d37
Merge pull request #841 from Rogdham/pelican-import_wp_no-title
...
Warn user in case of missing title. Fixes #440 .
2013-04-13 14:10:00 -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
Justin Mayer
091007ddf7
Add contributors to THANKS. Minor language edits.
2013-04-12 21:47:54 -07:00
Justin Mayer
8c907a4cc2
Merge pull request #840 from avaris/move-plugins
...
remove plugins, update docs and adjust dependencies
2013-04-12 21:33:40 -07: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
b0ca35279f
Merge pull request #839 from wking/mailmap
...
.mailmap: Add mappings to consolidate author names and emails
2013-04-12 08:10:44 -07:00
W. Trevor King
cb509c1b70
.mailmap: Add mappings to consolidate author names and emails
...
See "MAPPING AUTHORS" in git-shortlog(1) for syntax details.
I don't think I've accidentally merged two distinct people together,
but I added
Guillaume B <guitreize@gmail.com>
to avoid someone accidentally merging him into
Guillaume <guillaume@lame.homelinux.com>
I'm pretty sure these are two different Guillaumes.
2013-04-12 10:51:48 -04: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
Justin Mayer
ba41611d64
Merge pull request #838 from jimperio/master
...
Make relative URLs work on Windows.
2013-04-12 06:19:01 -07:00
unknown
8e254e8cd7
Fixed path_to_url when os.sep is not '/'.
2013-04-12 15:44:53 +08:00
Justin Mayer
0d7c3e1b0a
Remove allusion to Python versions less than 2.7
2013-04-11 19:27:20 -07:00
Justin Mayer
7364f77c0c
Document supported Python versions
2013-04-11 19:23:34 -07: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
Justin Mayer
e14a658672
Merge pull request #828 from avaris/plugin-path
...
Fix for issue #428 : Use PLUGIN_PATH properly
2013-04-05 09:12:37 -07:00
Deniz Turgut
c2924402ad
Fix for issue #428 : Use PLUGIN_PATH properly
2013-04-05 02:39:12 -04:00
Justin Mayer
ea6b240541
Merge pull request #825 from avaris/markdown-summary
...
fix for issue #761 : handle unicode correctly in summary for Markdown
2013-04-03 16:59:40 -07:00
Deniz Turgut
0548b62441
fix for issue #761 : handle unicode correctly in summary for Markdown
2013-04-03 19:38:42 -04:00
Justin Mayer
ea6f0d8bef
Merge pull request #824 from avaris/markdown-css
...
unify css class for pygments
2013-04-02 16:14:48 -07:00
Deniz Turgut
9936538d8b
unify css class for pygments
2013-04-02 18:39:52 -04:00
Justin Mayer
6726e5f139
Merge pull request #578 from davidjb/display-categories-option
...
Add option to control displaying categories on menu
2013-04-01 07:32:45 -07: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
Justin Mayer
433ab37eb8
Merge pull request #807 from saimn/fix_webassets_tests
...
Fix webassets tests when running on a system with a different locale.
2013-03-28 06:39:44 -07:00
Justin Mayer
4cdd515f5b
Merge pull request #819 from avaris/test-warning
...
Fixes issue #392
2013-03-28 06:27:05 -07:00
Deniz Turgut
ba200c30af
Fix for issue #392
2013-03-27 18:17:11 -04:00
Justin Mayer
024ecb301e
Merge pull request #813 from avaris/fix_related_posts
...
fixed related_posts plugin
2013-03-27 09:28:56 -07:00
Deniz Turgut
8710982d2a
fixed related_posts plugin
2013-03-26 23:17:59 -04:00
Colin Dunklau
edbac49f2b
Nitpicking - tempdir naming, also backslashes are bad
...
Tempdirs should have useful prefixes to aid in collecting information
about failed tests.
Implicit concatenation is better than backslash line continuation.
2013-03-26 11:51:33 -05:00
Justin Mayer
54ffdf8ae5
Merge pull request #809 from cdunklau/clean_up_images
...
Nuked spurious ./tests directory
2013-03-26 09:39:45 -07:00
Justin Mayer
9d25710300
Merge pull request #810 from avaris/translations_in_tags
...
Fix for issue #219 : tags should list only main articles, not translations
2013-03-26 09:35:30 -07:00
Simon Conseil
fad824ef5a
Fix webassets tests when running on a system with a different locale.
2013-03-26 09:38:38 +01:00
Deniz Turgut
e6f3126ba6
Fix for issue #219 : tags should list only main articles, not translations
2013-03-26 01:28:42 -04:00
Colin Dunklau
58f77012dd
Nuked spurious ./tests directory
...
Only images, someone added a bit too much to the index
2013-03-26 00:13:30 -05:00
Will Dowling
de69739774
Fixing help text
2013-03-26 02:42:11 +00:00
Will Dowling
0d43017704
Adding information to argparse help
2013-03-26 10:37:37 +08:00
Justin Mayer
3dcfe1846c
Remove multi_part plugin
...
As part of our continuing effort to move plugins their own repository,
this plugin was moved to the pelican-plugins repository.
2013-03-25 10:03:41 -07:00
Will Dowling
608e398386
Removing utils.file_exists and replacing with os.path.isfile
2013-03-25 10:45:43 +00:00