RR2DO2
df0731f2e8
Debug print removal
...
The print either is a debug print that needs removing, or needs an additional description. The first is more likely.
2014-07-25 19:24:40 +01:00
Justin Mayer
f1a9d50a06
Merge pull request #1323 from DandyDev/access-reader-names
...
Reader name now accessible for articles and pages
2014-07-18 09:12:00 -07:00
Daan Debie
00434d4bb6
Reader name now accessible for articles and pages
2014-07-15 00:29:52 +02:00
Kyle Fuller
a3c8fca1db
Merge pull request #1372 from Railslide/make_github_commit_message
...
change make github commit message
2014-07-08 12:46:00 +01:00
Justin Mayer
8553ad6a59
Merge pull request #1392 from arty-name/patch-1
...
Remove extra backtick in settings documentation
2014-07-06 15:03:44 -07:00
Artemy Tregubenko
d35348830a
removed extra backtick in settings documentation
...
``SLUG_SUBSTITUTIONS` = ()`` becomes ``SLUG_SUBSTITUTIONS = ()``
2014-07-06 23:20:19 +02:00
Justin Mayer
8d14872700
Merge pull request #1387 from eliben/fix-devserver-port
...
Fix "server didn't start" error message in develop_server.sh
2014-07-02 12:22:15 -07:00
Justin Mayer
e7eb3b8ec3
Increment development version to 3.5.dev
2014-07-01 16:03:02 -07:00
Justin Mayer
9b5261512d
Revert setup.py changes. Ensure universal wheels.
...
3.4.0
Attempts at fancy version number handling in setup.py caused more
problems than they were worth, including Travis CI build failures.
The setup.cfg key for universal binary wheel generation apparently
changed at some point, so that was updated as well.
2014-07-01 14:33:04 -07:00
Justin Mayer
d41331bd69
Work around setup.py encoding issue in last commit
2014-07-01 13:48:16 -07:00
Justin Mayer
a47c0e26c0
Bump version 3.4.0
2014-07-01 13:34:47 -07:00
Justin Mayer
7e516cb7b0
setup.py version should inherit from __init.py__
2014-07-01 13:33:24 -07:00
Justin Mayer
09c07e2950
Fix SLUGIFY_SOURCE docs
2014-07-01 13:08:55 -07:00
Justin Mayer
bea40aab8c
Additions to changelog
2014-07-01 12:24:37 -07:00
Justin Mayer
c7052a6404
Build binary wheels when publishing to PyPI
2014-07-01 12:16:45 -07:00
Justin Mayer
9af2169027
Update changelog in preparation for release
2014-07-01 11:55:18 -07:00
Justin Mayer
975140d352
Promote URL settings docs to top-level heading
2014-06-30 18:58:14 -07:00
Justin Mayer
669bdc92e1
Change IRC webchat provider to Kiwi IRC
2014-06-30 18:48:46 -07:00
Justin Mayer
b2ccc62582
Add troubleshooting info to CONTRIBUTING docs
2014-06-30 18:45:54 -07:00
Ondrej Grover
2e1b16826b
Enhance feedback and contributing guidelines
...
Many folks ask for help (via IRC or filing GitHub issues) without
sufficient detail and/or without first determining if the answers to
their questions might be better sourced elsewhere. These
documentation changes encourage users to follow certain guidelines
when reaching out for help.
2014-06-30 18:34:18 -07:00
Eli Bendersky
43523dac4d
Fix "server didn't start" error message in develop_server.sh
...
It has port 8000 hardcoded into it, which is confusing when the server runs on
another port.
2014-06-30 06:40:19 -07:00
Giulia Vergottini
5eaf2aa2bf
update make github commit message
2014-06-29 17:24:47 +02:00
Giulia Vergottini
95e170a15f
prettify github make commit message
2014-06-29 17:01:54 +02:00
Ondrej Grover
7fabd712a1
Generator.get_files backwards compatibility for 1 path
...
This should prevent outdated plugins with generators from failing.
Also fixes #1382 .
2014-06-27 20:18:17 +02:00
Ondrej Grover
40c9406ca4
Fix test_direct_templates_save_as_false test case
...
A non-existent asserts_called_count attr was used which would always
succeed, silently hiding the error.
2014-06-27 14:54:18 +02:00
Justin Mayer
8fe05bb599
Merge pull request #1380 from avaris/py34_warnings
...
Fix for Python 3.4 deprecation warnings while running tests
2014-06-27 05:49:03 -07:00
Justin Mayer
a44a60ddd4
Merge pull request #1381 from avaris/fix_1198
...
Fix 1198 and 729: Fixes links with custom locale and related OS X test errors
2014-06-26 15:43:19 -07:00
Deniz Turgut
fc505091c2
Patch docutils.io.FileInput to not use "U" mode in py3
...
"U" mode is redundant in py3 since "newline" argument replaces it and by default
universal newlines is enabled. As of py3.4, "U" mode triggers a deprecation warning.
2014-06-26 01:10:52 -04:00
Deniz Turgut
ce8574aff4
Fix HTMLParser related deprecation warnings in Py3.4
2014-06-26 01:10:52 -04:00
Deniz Turgut
009543b7e4
Fix test errors on OSX
...
On OSX, if LC_TIME and LC_CTYPE differs the output of strftime is not properly decoded
in Python 3. This makes sure that the 'utils.DateFormatter' and the related Jinja filter
'strftime' set the same value for LC_TIME and LC_CTYPE while formatting.
Also, '%a' is removed from DEFAULT_DATE_FORMAT in 'custom_locale' tests. OSX and *nix have
different conversions for '%a' ('Jeu' vs 'jeu.') and there is not a feasible way to handle
the difference for tests.
2014-06-26 01:01:42 -04:00
Ondrej Grover
3f6b130d6e
Fix #1198 , enable custom locale in template rendering, fixes links
...
reverts getpelican/pelican@ddcccfeaa9
If one used a locale that made use of unicode characters (like fr_FR.UTF-8)
the files on disk would be in correct locale while links would be to C.
Uses a SafeDatetime class that works with unicode format strigns
by using custom strftime to prevent ascii decoding errors with Python2.
Also added unicode decoding for the calendar module to fix period
archives.
2014-06-26 00:00:19 -04:00
Justin Mayer
2432a22400
Merge pull request #1322 from smartass101/get_files_multiple_paths
...
move {ARTICLE,PAGE}_DIR -> {ARTICLE,PAGE}_PATHS and correlate with {ARTICLE,PAGE}_EXCLUDES
2014-06-25 07:29:22 -07:00
Justin Mayer
dbf6d7cf8f
Merge pull request #1376 from avaris/remove_asciidoc
...
Remove AsciiDocReader from core. Fixes #1355
2014-06-24 16:02:08 -07:00
Kyle Fuller
24106081b5
[coveralls] Exclude tests from coverage
2014-06-24 22:29:36 +01:00
Kyle Fuller
e3d3675493
Merge pull request #1370 from omasanori/six-version
...
Require six version 1.4.0 or later.
2014-06-23 16:52:07 +01:00
Deniz Turgut
bf9316bb7e
Remove AsciiDocReader from core. Fixes #1355
2014-06-14 02:17:43 -04:00
OGINO Masanori
ca3aa1e75f
Use six.moves.urllib.
...
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-06-10 17:30:17 +09:00
OGINO Masanori
def654434c
Require six version 1.4.0 or later.
...
six.moves.urllib.parse is available since version 1.4.0.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2014-06-10 08:35:33 +09:00
Ondrej Grover
ef96705677
catch arbitrary exceptions during cache unpickling
...
It is hard to forsee what could be raised.
2014-06-08 11:32:10 +02:00
Justin Mayer
8673711d84
Merge pull request #1362 from avaris/neighbor_pages_docs
...
Doc update for *_{previous|next}_page variables
2014-06-07 15:40:09 -07:00
Deniz Turgut
43701cae7c
Docs update for *_{previous|next}_page variables
2014-05-27 12:30:42 -04:00
Ondrej Grover
b8db970455
Fix RstReader authors metadata processing
...
The reader would return a list of authors already, but
METADATA_PROCESSORS['authors'] expects a string.
Added a test case for this (only the HTMLReader had it).
2014-05-25 09:12:35 +02:00
Ondrej Grover
6aa0e4346d
Add {PAGE,ARTICLE}_PATHS to {ARTICLE,PAGE}_EXCLUDES automatically
...
This makes it easier for someone to change PAGE_PATHS without the
need to change ARTICLE_EXCLUDES accordingly.
2014-05-14 14:30:21 +02:00
Ondrej Grover
21882fd4a0
Fix #1344 move PLUGIN_PATH -> PLUGIN_PATHS
...
Pelican uses *_PATHS names for settings that represent a list of paths.
2014-05-14 14:19:52 +02:00
Ondrej Grover
d635a347d1
move {ARTICLE,PAGE}_DIR -> {ARTICLE,PAGE}_PATHS
...
Instead of one path a list can be given. This is due to popular request.
Should help people not wanting to use Pelican for blogging.
Maintain backward compatibility though.
Thanks to @ingwinlu for pointing out the change in StaticGenerator.
2014-05-14 14:04:50 +02:00
Justin Mayer
33e9ce1ddf
Merge pull request #1345 from justinmayer/docs34
...
Split "Getting Started" docs into separate sections
2014-05-13 09:01:57 -07:00
Justin Mayer
9d2a129832
If PATH is undefined, Pelican uses PWD as content
2014-05-13 07:18:33 -07:00
Justin Mayer
86e11c619d
Split Getting Started docs into separate sections
...
The "Getting Started" docs became overly long and unwieldy over time.
This splits it into separate sections, including:
* Quickstart
* Installation
* Writing content
* Publish your site
2014-05-12 07:48:37 -07:00
Justin Mayer
7313d327fb
Prepare for splitting up Getting Started docs
2014-05-11 18:14:58 -07:00
Ondrej Grover
7cbf750329
Fix typo in command-line option description.
2014-05-10 17:38:58 +02:00