1
0
Fork 0
forked from github/pelican

Commit graph

  • 6f5d8eae96 Relative URL issues with the related post examples Eric 2013-01-29 22:08:47 -06:00
  • 11bdb437d2 added unique filtering and config limit param Eric 2013-01-24 19:57:22 -06:00
  • ccef2a6f13 Settings file is pelicanconf.py now. Eric 2013-01-23 18:35:25 -06:00
  • 44351aaf31 delete output directory properly dave mankoff 2013-02-09 18:01:40 -05:00
  • 4a63695ae2 Fixed pagination link error when <DIRECT_TEMPLATE_NAME>_SAVE_AS setting used. nfletton 2013-02-09 17:23:59 -07:00
  • 205792e9d4 string types have no decode method in py3 Andrew Spiers 2013-02-15 00:43:47 +11:00
  • 60ae7aa667 Fix: hashlib.md5 funcition only accepts bytes as input yegle 2013-02-17 10:44:14 -05:00
  • a13e31a76b adding a stopsever target for make Richard Duivenvoorde 2013-02-21 12:43:42 +01:00
  • 824edb8823 rsync additions Richard Duivenvoorde 2013-02-21 12:38:51 +01:00
  • a7a71da6df Fix a test in the asciidoc reader, and add asciidoc to travis so that the related tests will not be skipped. Simon 2013-02-21 15:57:25 +01:00
  • 1bbfdf96a0 Display feed(s) in footer if no SOCIAL links Steve Schwarz 2013-02-23 16:43:48 -06:00
  • e721727476 Allow explicit setting of markdown extensions Eric 2013-02-23 22:59:22 -06:00
  • 4e4080c523 Check output directory exists before doing a clean John Kristensen 2013-02-24 18:04:04 +11:00
  • 986733e8fb Corrected parsing of categories/tags Steve Schwarz 2013-02-26 07:32:05 -06:00
  • 8a6d96b289 pelican_import fix for bs4 Steve Schwarz 2013-02-24 17:59:24 -06:00
  • 45c42dfe9a Clarify internal linking. Mark Caudill 2013-02-25 13:53:29 -05:00
  • 07f4163300 make develop_server.sh notify/cleanup when pelican or server don't start Sasha Hart 2013-03-02 20:05:13 -06:00
  • 3e364bb8a4 Don't overwrite output_path. Fix #750 Alexis Métaireau 2013-03-03 21:00:52 -08:00
  • 519dcdbcb3 Manual pass on sources for better standards. Alexis Métaireau 2013-03-03 20:12:31 -08:00
  • 20662c2a43 flake8-ed the tests Alexis Métaireau 2013-03-03 19:44:57 -08:00
  • 80edafbe50 Merge pull request #745 from bbinet/fix-tests-717 Justin Mayer 2013-03-02 10:24:50 -08:00
  • 03f87057c2 update summary plugin so that tests are fixed (hopefully) Bruno Binet 2013-03-01 01:34:18 +01:00
  • d68d2debf9 remove hardcoded values for SUMMARY_BEGIN_MARKER and SUMMARY_END_MARKER Bruno Binet 2013-03-01 00:06:52 +01:00
  • ed907b4094 PageClass arg is useless in content_object_init Bruno Binet 2013-03-01 00:06:05 +01:00
  • c977e0aa25 Fix Travis image link target in README Justin Mayer 2013-02-23 16:13:46 -08:00
  • 400a11d4c9 Merge pull request #716 from mankyd/summary-cutoff Bruno Binet 2013-02-20 22:02:42 -08:00
  • 3f4406dd6b support inline summary specification dave mankoff 2013-02-09 19:43:32 -05:00
  • 557f1cc956 Merge pull request #719 from streeter/pages_generator_finalized Bruno Binet 2013-02-11 00:37:31 -08:00
  • fdb5759610 Merge pull request #721 from mankyd/log-error Bruno Binet 2013-02-11 00:27:34 -08:00
  • 21ad904abc format exceptions as strings dave mankoff 2013-02-10 20:21:28 -05:00
  • 5737534302 fix string formatting errors dave mankoff 2013-02-10 20:17:06 -05:00
  • de44644700 Add a pages_generator_finalized signal. Chris Streeter 2013-02-10 12:42:54 -08:00
  • d0b291e509 Merge pull request #713 from vially/patch-1 Justin Mayer 2013-02-10 10:31:38 -08:00
  • 8017fa948d Merge pull request #717 from rdegges/master Justin Mayer 2013-02-10 10:27:00 -08:00
  • 5a818e9331 Merge pull request #718 from mankyd/null-attribute Justin Mayer 2013-02-10 10:08:41 -08:00
  • 08439bdcf1 fix null attributes in html parser dave mankoff 2013-02-10 11:02:52 -05:00
  • 7ec9ea92aa Fixing issue #712. Randall Degges 2013-02-09 21:29:51 -08:00
  • f3bc2ece86 Merge pull request #382 from mankyd/htmlparser Justin Mayer 2013-02-09 16:48:50 -08:00
  • 64ce845bae Fix typo Valentin-Costel Hăloiu 2013-02-10 00:38:18 +02:00
  • 5f5b300ba5 fix documentation dave mankoff 2013-02-09 09:51:02 -05:00
  • 8ba6a4d19d fix documentation dave mankoff 2013-02-09 09:27:45 -05:00
  • 06899aa826 Merge pull request #710 from ikalnitsky/code-directive Bruno Binet 2013-02-08 23:08:01 -08:00
  • 0285bbcec4 Fix bug with docutils' code directive. Igor Kalnitsky 2013-02-08 01:47:20 +02:00
  • d5bfec3a8b update documentation and remove commented out code dave mankoff 2013-01-28 22:25:15 -05:00
  • 2a3d7d0319 fix python3 support dave mankoff 2013-01-28 22:21:45 -05:00
  • 7b59b34a73 get tests passing dave mankoff 2013-01-28 22:11:06 -05:00
  • 9e51e767d4 git pull origin htmlparser dave mankoff 2013-01-28 21:51:17 -05:00
  • e6a4fe3fc4 fix grammar dave mankoff 2012-07-09 22:45:34 -04:00
  • bf6f16e383 add documentation for html reader dave mankoff 2012-07-09 22:43:51 -04:00
  • 5f639b9a3b git rebase master dave mankoff 2013-01-28 21:46:54 -05:00
  • 357f3a3da2 properly write out charref's dave mankoff 2012-06-21 09:05:27 -04:00
  • bc2bc7a330 git merge upstream/master dave mankoff 2013-01-28 21:41:42 -05:00
  • 90672e5491 Merge pull request #697 from khertan/master Bruno Binet 2013-01-24 05:47:28 -08:00
  • 5f3a3e4582 Update pelican/contents.py Benoît HERVIER 2013-01-24 14:10:26 +01:00
  • c8da208a91 Merge pull request #691 from webdesignhero/master Alexis Metaireau 2013-01-23 04:05:42 -08:00
  • b642d2247d Merge branch 'pr/648' Bruno Binet 2013-01-23 01:04:26 +01:00
  • 0288bf1f68 added IGNORE_FILES setting for autoreload Rıdvan Örsvuran 2012-12-19 16:26:00 +02:00
  • a7b18515a1 Merge branch 'pr/634' Bruno Binet 2013-01-21 23:49:52 +01:00
  • a441596b07 Cleaned up markdown test cases: Michael Reneer 2012-12-11 10:23:43 -05:00
  • 56a276d92e Added unit test to test the markdown file extension. Michael Reneer 2012-12-10 23:32:35 -05:00
  • ffdf8babbf Merge pull request #651 from traeblain/webasset-config Bruno Binet 2013-01-21 14:32:12 -08:00
  • efbce9a375 Merge branch 'pr/643' Bruno Binet 2013-01-21 23:20:13 +01:00
  • 688dee2dca Improve importer documentation. Simon 2012-12-18 14:03:05 +01:00
  • d9855ae346 Merge pull request #662 from wking/rich-urlwrapper-comparisons Bruno Binet 2013-01-21 13:30:02 -08:00
  • abc73d9d98 Merge pull request #653 from alefteris/docs-depedencies-update Bruno Binet 2013-01-21 13:12:42 -08:00
  • 0a6294a2a3 More clear example for related posts Eric 2013-01-20 17:27:28 -06:00
  • 67a67846aa temporary deactivate travis tests for Python 3.3 Bruno Binet 2013-01-19 17:10:12 +01:00
  • b01ddbb29c fix python 3.3 travis build Bruno Binet 2013-01-19 16:44:12 +01:00
  • 86f8743b1b Merge branch 'pr/687' Bruno Binet 2013-01-19 16:38:27 +01:00
  • 763244dad5 tox.ini: Test on Python 3.3 as well as 2.7 and 3.2 W. Trevor King 2013-01-18 19:46:58 -05:00
  • 5466ffd614 .travis.yml: Test on Python 3.3 as well as 2.7 and 3.2 W. Trevor King 2013-01-18 19:45:39 -05:00
  • 6686f1c9bd setup.py: Update trove classifiers to Python 2.7, 3.2, and 3.3 W. Trevor King 2013-01-18 17:49:09 -05:00
  • 6233f5a409 Merge pull request #667 from wking/page-path Bruno Binet 2013-01-18 07:30:03 -08:00
  • 370640e008 Merge pull request #664 from wking/mkdir-p-nondir-error Bruno Binet 2013-01-18 06:39:58 -08:00
  • 13b36a5c34 test_utils: Add log count checks to test_deprecated_attribute W. Trevor King 2013-01-18 07:33:42 -05:00
  • 4fcdaa91e9 tests/support: Factor LogCountHandler testing out into LoggedTestCase W. Trevor King 2013-01-18 07:27:35 -05:00
  • 13cd0a4cb3 contents: Add deprecation warnings for Page.filename and StaticContent.filepath W. Trevor King 2013-01-04 13:03:19 -05:00
  • ec50e18a3e utils: Add deprecated_attribute decorator W. Trevor King 2013-01-04 13:02:30 -05:00
  • c3c3037a1d utils: Teach mkdir_p to fail if the existing target isn't a directory W. Trevor King 2013-01-04 07:29:23 -05:00
  • 54a9132aea tests: Update tests after filename/filepath -> source_path W. Trevor King 2013-01-04 11:22:49 -05:00
  • 9b574361c9 doc: convert Markdown example to source_path and modernize W. Trevor King 2013-01-04 11:17:23 -05:00
  • 004adfa5cc content: Convert Path.filename to .source_path W. Trevor King 2013-01-04 10:50:09 -05:00
  • 61f05672e6 content: Convert StaticContent.filepath to .filename W. Trevor King 2013-01-04 13:08:08 -05:00
  • 08a5ea6fdf Merge pull request #663 from wking/url-format-metadata Bruno Binet 2013-01-18 03:20:10 -08:00
  • d2a221c899 contents: Encode Unicode locales for Python 2 in Page.__init__ W. Trevor King 2013-01-17 09:49:03 -05:00
  • 733ab8ae6c test_contents: Add tests for metadata export from Page.url_format W. Trevor King 2013-01-15 23:05:48 -05:00
  • bebb94c15b test_contents.py: Add URLWrapper comparison tests W. Trevor King 2013-01-15 22:50:58 -05:00
  • 656b5150ff docs/themes.rst: Document URLWrapper sorting for use in Jinja templates W. Trevor King 2013-01-15 16:32:11 -05:00
  • 2c434ebac1 contents: Add rich comparisons to URLWrapper for easy sorting W. Trevor King 2013-01-03 13:54:56 -05:00
  • a7fb6b5eae Merge pull request #661 from wking/settings-abspath Alexis Metaireau 2013-01-15 10:56:57 -08:00
  • 476f2980ce Damn, I forgot to update travis. Alexis Métaireau 2013-01-15 14:23:00 +01:00
  • 2f7479374b Merge branch 'master' of github.com:getpelican/pelican Alexis Métaireau 2013-01-15 12:33:50 +01:00
  • e11d8aedff Merge branch 'master' into py3k Alexis Métaireau 2013-01-11 21:24:47 +01:00
  • d7caaded3f Use the en-us locale for functional tests Alexis Métaireau 2013-01-11 21:24:04 +01:00
  • 149ca493e0 Annotate py3k code when needed. Alexis Métaireau 2013-01-11 18:55:04 +01:00
  • 4ac094966e remove py2.6 support Alexis Métaireau 2013-01-11 18:47:22 +01:00
  • 1197e09626 Revert previously erased changes Alexis Métaireau 2013-01-11 18:44:35 +01:00
  • e5be4b7e40 Merge pull request #658 from elemoine/github Bruno Binet 2013-01-11 07:12:34 -08:00
  • d1b238638c Update the "how to contribute" docs with py3k info. Dirk Makowski 2013-01-11 03:21:06 +01:00
  • 71995d5e1b Port pelican to python 3. Dirk Makowski 2013-01-11 02:57:43 +01:00