1
0
Fork 0
forked from github/pelican

Commit graph

  • 59cca7adb5
    Remove unnecessary whitespace stripping Bryan Brattlof 2018-11-28 10:31:21 -06:00
  • 8aeed9b7bd Refactor pelican.server logging Deniz Turgut 2018-11-27 19:55:31 +03:00
  • a597a31dad Make the blogger tests consistant with the wp ones - cast to list in test if needed. Stuart Axon 2018-11-15 21:37:17 +00:00
  • 942e462241 Don't convert posts to lists for wp importer. Stuart Axon 2018-11-15 21:32:16 +00:00
  • ded234467d Update pelican_import.py Stuart Axon 2018-11-15 15:12:20 +00:00
  • 3596e04639
    Merge pull request #2452 from stuaxo/patch-6 Justin Mayer 2018-11-26 08:12:54 -08:00
  • 2bef2e83cf
    Merge pull request #2479 from avaris/2475 Justin Mayer 2018-11-26 07:52:04 -08:00
  • c4eda992d5
    Merge pull request #2477 from oulenz/tag_attribute Justin Mayer 2018-11-25 23:34:41 -07:00
  • 64d1a78373
    Merge pull request #2478 from avaris/2474 Justin Mayer 2018-11-25 23:29:45 -07:00
  • 2afef16008 Use language_code if it is supported Deniz Turgut 2018-11-25 22:11:05 +03:00
  • 497271ea7e
    List files missing tag needed to order content Bryan Brattlof 2018-11-23 16:20:31 -06:00
  • a3b256db1e Use pelican.server class in invoke template Deniz Turgut 2018-11-25 21:43:40 +03:00
  • 6923a7bca0 Remove non-existent tag attribute handling from Content.url_format Oliver Urs Lenz 2018-11-25 13:27:18 +01:00
  • 9ae32b8ff9 Try importing from collections.abc for compatibility with Python 3.8 Oliver Urs Lenz 2018-11-24 21:59:40 +01:00
  • 45c884cba5
    Merge pull request #2447 from stuaxo/patch-4 Justin Mayer 2018-11-20 15:56:23 -06:00
  • a0c0816191
    Merge pull request #2455 from oulenz/static_content Justin Mayer 2018-11-20 15:34:27 -06:00
  • 4d1869002e Update pelican_import.py Stuart Axon 2018-11-16 13:54:18 +00:00
  • 70b8ededa6 Disinherit Page from Static so default draft status does not affect save_as Oliver Urs Lenz 2018-11-16 18:09:22 +01:00
  • 033d6ac4d6 pelican_import wordpress import Stuart Axon 2018-11-15 13:44:30 +00:00
  • 940d4534a1 Prepare to release Pelican 4.0 4.0.0 Justin Mayer 2018-11-13 14:55:25 +01:00
  • 36293da1e0 Add more changelog entries Justin Mayer 2018-11-13 08:40:56 +01:00
  • a00bd6ec8b
    Merge pull request #2374 from jorgesumle/hreflang Justin Mayer 2018-11-12 08:15:08 +01:00
  • 71650b408c
    Merge pull request #2437 from ajorg/gentle-s-deprecation Justin Mayer 2018-11-12 00:17:52 +01:00
  • b1d44c1c87 Replace %s rather than fallback to defaults Andrew Jorgensen 2018-11-09 10:33:36 -08:00
  • 9768c6ead3
    Merge pull request #2440 from avaris/urlwrapper-slug Justin Mayer 2018-11-11 23:10:42 +01:00
  • bc84075ded Make URLWrapper.slug settable again Deniz Turgut 2018-11-11 21:21:24 +03:00
  • db586a4c59
    Merge pull request #2406 from mosra/metadata-intrasite-links-process-only-once Justin Mayer 2018-11-11 18:18:54 +01:00
  • 7f7448ef76
    Merge pull request #2439 from mosra/settings-paginated-templates-deprecation-fix Justin Mayer 2018-11-11 17:40:09 +01:00
  • 74a2481bf3 settings: set backward-compatible PAGINATED_TEMPLATES if not present. Deniz Turgut 2018-11-11 13:57:13 +01:00
  • 4c3b6ac383 settings: add another consistency test for SLUG_SUBSTITUTIONS. Vladimír Vondruš 2018-11-11 00:17:00 +01:00
  • d01614495f settings: test reading PAGINATED_DIRECT_TEMPLATES from pelicanconf.py. Vladimír Vondruš 2018-11-10 23:30:27 +01:00
  • dc7579582a Add more changes to changelog Oliver Urs Lenz 2018-11-11 13:29:26 +01:00
  • c2e19df4c1
    Merge pull request #2434 from oulenz/importer_doc Justin Mayer 2018-11-11 13:04:38 +01:00
  • af9859d7cc Merge branch '{slug}-indent' Justin Mayer 2018-11-11 12:55:40 +01:00
  • 4d0de58409 Fix PyCodeStyle violations Justin Mayer 2018-11-11 12:54:42 +01:00
  • 686206161b Fix example sites in metadata tags list test Justin Mayer 2018-11-11 12:00:59 +01:00
  • d974ba898c
    Merge branch 'master' into html_list_tags Justin Mayer 2018-11-11 11:30:28 +01:00
  • 2c2706b715
    Merge pull request #2438 from mosra/graceful-rst-parse-errors Justin Mayer 2018-11-11 11:05:54 +01:00
  • 4df3b5156f Bring back Content._summary. Vladimír Vondruš 2018-10-09 23:39:41 +02:00
  • 673e33840d Don't process metadata links before all files are present. Vladimír Vondruš 2018-09-12 12:56:24 +02:00
  • c793e5c394 Add a test for false-positive warnings about intersite links. Vladimír Vondruš 2018-11-10 20:53:04 +01:00
  • dd76c7158f Improve the looks of reST parser error output. Deniz Turgut 2018-11-10 13:57:27 +01:00
  • 015eefe7de Let's handle reST errors in a simple and nice way, finally. Deniz Turgut 2018-11-10 13:31:08 +01:00
  • 5ff553f6f3 Add tests verifying graceful handling on reST errors. Vladimír Vondruš 2018-11-10 19:42:59 +01:00
  • cbf4c3cae2 importer docs: warn about multiple categories in wordpress Oliver Urs Lenz 2018-11-06 09:10:00 +01:00
  • b6b3724ed2
    Merge pull request #2427 from MinchinWeb/tox-py37 Justin Mayer 2018-11-06 08:31:29 +01:00
  • a06fd61ffc fix indent MinchinWeb 2018-11-03 11:09:17 -06:00
  • e9b6174157
    Merge pull request #2429 from MinchinWeb/line-limit Justin Mayer 2018-11-03 16:22:57 +01:00
  • e35120faa8
    Merge branch 'master' into line-limit Justin Mayer 2018-11-03 16:18:25 +01:00
  • 3a0add4b6e Convert FEED settings from %s to {slug} redux (#2432) MinchinWeb 2018-11-03 09:12:20 -06:00
  • 682b0b6711
    Merge pull request #2430 from MinchinWeb/ghp-import-update Justin Mayer 2018-11-03 15:33:13 +01:00
  • f9c3ac73e0 Docs: ghp-import works on Windows now MinchinWeb 2018-11-02 20:55:33 -06:00
  • f595741b8e Docs: Reflow to 79 char line limit MinchinWeb 2018-11-02 20:53:15 -06:00
  • dbdbd43511 Add Python 3.7 support to Travis and Tox MinchinWeb 2018-11-02 15:33:57 -06:00
  • 0da7ac677a
    Merge pull request #2381 from oulenz/static_links Justin Mayer 2018-11-02 22:41:30 +01:00
  • 048ea4dc0c automatically copy linked static files Oliver Urs Lenz 2018-07-11 15:54:47 +02:00
  • 1873200a4f
    Merge pull request #2424 from greeder59/greeder59-patch_2404 Justin Mayer 2018-11-01 15:50:40 +01:00
  • 11de7b2e47
    Merge branch 'master' into html_list_tags Justin Mayer 2018-11-01 15:43:14 +01:00
  • 5c08af8f80
    Merge pull request #2309 from oulenz/translations Justin Mayer 2018-11-01 13:11:19 +01:00
  • 77c967f1db control scope of identification of translations with new settings Oliver Urs Lenz 2018-03-22 23:47:51 +01:00
  • c97c128d16
    Merge pull request #2375 from oulenz/page_save_as Justin Mayer 2018-11-01 09:53:19 +01:00
  • a78950bce7 tweak paginator to accomodate {slug}.html patterns Oliver Urs Lenz 2018-07-05 13:55:51 +02:00
  • 461f535d04
    Merge pull request #2326 from oulenz/slug_substitutions Justin Mayer 2018-10-31 20:08:01 +01:00
  • 5199fa51ea control slug substitutions from settings with regex Oliver Urs Lenz 2018-08-07 17:35:16 +02:00
  • 96a689eaef
    Merge pull request #2324 from oulenz/get_suffixes Justin Mayer 2018-10-31 15:23:22 +01:00
  • 6af825eae6
    Merge pull request #2426 from jagmoreira/ghp-commit-msg-task Justin Mayer 2018-10-31 10:32:40 +01:00
  • cdc999dd28
    Merge pull request #2414 from jfbaillette/patch-1 Justin Mayer 2018-10-31 10:25:13 +01:00
  • d965575f4a Add current date when publishing with ghp tool. Joao Moreira 2018-10-30 19:05:31 -05:00
  • a247354db8
    Updated base.html to fix issue #2404. Gordon Reeder 2018-10-28 20:08:41 -07:00
  • f2b429b7b7
    Merge pull request #2422 from justinmayer/print-settings Justin Mayer 2018-10-26 18:04:21 +02:00
  • ab9b21c03d Move --print-settings logic out of main() Justin Mayer 2018-10-26 12:00:40 +02:00
  • b27153fe9b Conform to changes in Flake8 v3.6 code style Justin Mayer 2018-10-25 09:36:26 +02:00
  • 08ae2ef361 Pin Python-Markdown until fixed v3.1 is released Justin Mayer 2018-10-25 09:28:42 +02:00
  • f130695bbf Support multiple --print-settings arguments Justin Mayer 2018-10-24 11:49:03 +02:00
  • ddb5f4ed71
    Merge pull request #2389 from farseerfc/master Justin Mayer 2018-10-24 09:19:09 +02:00
  • 6224f95ea3
    Merge pull request #2147 from outlace/patch-1 Justin Mayer 2018-10-24 08:42:36 +02:00
  • e81a284c39 Add CLI argument to print current settings Justin Mayer 2018-10-23 17:57:37 +02:00
  • 00a14a02a6
    Resolving mtime truncation issue #2412 Baillette 2018-10-03 19:13:39 +02:00
  • 9e526a825e
    Merge pull request #2384 from oulenz/pagination_per_template Justin Mayer 2018-09-15 08:57:31 +02:00
  • 8f68551454
    Merge pull request #2397 from oulenz/pelican_server Justin Mayer 2018-08-08 18:08:48 +02:00
  • 8c433616bf fix pelican.server __main__ code, add deprecation warning Oliver Urs Lenz 2018-08-08 17:43:46 +02:00
  • 5cc40ee3ba correct suffix order in ComplexHTTPRequestHandler Oliver Urs Lenz 2018-08-08 16:37:39 +02:00
  • e9b654bbaa
    Merge pull request #2395 from oulenz/import_from_blogger Justin Mayer 2018-08-08 09:45:52 +02:00
  • 6a717469d9
    Merge pull request #2396 from oulenz/wrap_none Justin Mayer 2018-08-08 09:43:37 +02:00
  • f3e95cf473 importer: don't wrap, because it breaks html attributes Oliver Urs Lenz 2018-08-07 16:22:50 +02:00
  • c388f14d3e add blogger importer Oliver Urs Lenz 2018-08-07 14:06:46 +02:00
  • f2c3136921
    Merge pull request #2366 from davidag/pandoc2-import-support Justin Mayer 2018-08-04 11:26:32 +02:00
  • 150d1f05d0 Add pandoc2 support to pelican-import. Fix #2255 David Alfonso 2018-06-26 18:47:42 +02:00
  • d2eb32c910 Remove *.in files from MANIFEST.in Justin Mayer 2018-08-03 14:57:22 +02:00
  • 998de87fba
    Merge pull request #2393 from ryanfox/server_error_message Justin Mayer 2018-08-03 09:42:52 +02:00
  • 36d61438c1 clarify error message when running deprecated command for dev server. Fixes #2390 Ryan Fox 2018-07-30 22:36:11 -05:00
  • 4f861245a6
    Merge pull request #2392 from Bernardoow/gh-import-update-file-in-gh-page-branch Justin Mayer 2018-07-30 09:44:22 +02:00
  • 31fd6c6da6 ghp-import ouput update the branch gh-pages Bernardo Gomes 2018-07-29 19:26:03 -03:00
  • 500c556974 fix travis tests for py27 by try import collections.abc Jiachen YANG 2018-07-25 16:27:36 +09:00
  • 6d4fcedacc fix DeprecationWarnning about collections.abc Jiachen YANG 2018-07-25 15:47:35 +09:00
  • 62128fb948 control pagination per template Oliver Urs Lenz 2018-07-12 13:41:05 +02:00
  • 76eebfe539
    Merge pull request #2380 from oulenz/attachment_links Justin Mayer 2018-07-09 12:54:59 +02:00
  • a5571ba1d5 importer: update links to attachments if --wp-attach Oliver Urs Lenz 2018-07-09 11:26:50 +02:00
  • a6600e2fca
    Merge pull request #2378 from davidag/fix-makefile-template Justin Mayer 2018-07-09 10:42:58 +02:00
  • c04a4701b8 Replace Fabric by Invoke. Kevin Deldycke 2018-06-18 00:38:23 +02:00