1
0
Fork 0
forked from github/pelican

Commit graph

  • 67af48eed4 travis configuration for webassets tests: install webassets, cssmin and sass. Simon 2012-11-20 00:22:18 +01:00
  • 00d1ea6157 Use the new generator_init signal for the assets plugin. Simon 2012-11-20 00:09:52 +01:00
  • 09c893f3a3 Add a new signal generator_init, invoked at the end of Generator.__init__. Simon 2012-11-20 00:07:44 +01:00
  • 7ff0d0e686 Move webassets tests in their own file. Simon 2012-11-17 01:00:44 +01:00
  • fb562ec7d3 add docs for article_generate_preread signal Erik Hetzner 2012-11-16 08:09:35 -08:00
  • 67c576add6 Merge pull request #539 from bbinet/recursive-diff Alexis Metaireau 2012-11-16 01:07:01 -08:00
  • 5523240553 What would be a commit without his "fix typo" brother, uh? Alexis Métaireau 2012-11-15 20:09:06 +01:00
  • 43b1555e5d Mention that FILES_TO_COPY is able to copy dirs. Alexis Métaireau 2012-11-15 20:06:40 +01:00
  • 6d745f32c0 add preread signal Erik Hetzner 2012-11-14 22:12:46 -08:00
  • ec42fa837f docfix: fix default values for _URL and _SAVE_AS settings Bruno Binet 2012-11-13 01:46:43 +01:00
  • 8336df2b9b update changelog: blank author are now allowed Bruno Binet 2012-11-13 01:41:36 +01:00
  • c787e02dcc Merge branch 'pr/555' Bruno Binet 2012-11-13 01:23:31 +01:00
  • f49336f087 Merge branch 'pr/551' (closes #551) Bruno Binet 2012-11-12 23:57:37 +01:00
  • 960c35596c update "custom" output for functional tests Bruno Binet 2012-11-12 23:56:29 +01:00
  • e56d2b14c8 docfix: updates docs/settings.rst and docs/faq.rst Bruno Binet 2012-11-12 23:44:12 +01:00
  • 1b81f8b830 Move SITEURL check for feed generation from generators.py to settings.py jawher 2012-11-07 20:52:59 +01:00
  • cf95b02bc0 Update the faq and changelog jawher 2012-11-07 02:11:10 +01:00
  • 13f444260c Avoid iterating over all settings keys to detect if a feed is enabled jawher 2012-10-31 12:57:06 +01:00
  • 8a72b11e3d code style: remove unnecessary trailing \ jawher 2012-10-31 12:49:17 +01:00
  • 578f9ea21e Update the test sample config to set FEED_ALL_RSS instead of FEED_RSS (fixes the custom generation tests) jawher 2012-10-30 21:09:10 +01:00
  • b6db45420c Default to using FEED_ALL_ATOM instead of FEED_ATOM (and likewise for RSS) in the notmyidea theme jawher 2012-10-30 21:06:43 +01:00
  • fd18f2efa9 Generate links for FEED_ALL_ATOM and FEED_ALL_RSS in the simple them's head. jawher 2012-10-30 21:05:57 +01:00
  • a79904c075 Update the generators tests to use FEED_ALL_ATOM as the default set atom feed instead of FEED_ATOM jawher 2012-10-30 11:06:33 +01:00
  • 93905e828d Split long if condition in 2 lines jawher 2012-10-25 16:56:28 +02:00
  • 537e9df3ed Reworked the "unset feed_domain" warning to handle all feed variables jawher 2012-10-25 16:50:27 +02:00
  • 5593670759 The default settings sets up FEED_ALL_ATOM (instead of FEED_ATOM) to all.atom.xml jawher 2012-10-25 16:49:24 +02:00
  • c7d87feec3 Reverted FEED_ATOM and FEED_RSS to their original behaviour and added FEED_ALL_ATOM and FEED_ALL_RSS jawher 2012-10-22 23:37:52 +02:00
  • 593acfc37a Remove comment jawher 2012-10-20 16:53:10 +02:00
  • 721a422e5e The all Atom and RSS feed generators should include all articles, regardless of the article's language or the site's. Fixes #550. jawher 2012-10-20 16:03:14 +02:00
  • 7088135f5e Add tests for webassets: test absolute url and Jinja configuration Simon 2012-11-06 01:00:28 +01:00
  • 4c15ec9f86 Move webassets doc to the plugins page Simon 2012-11-06 00:04:45 +01:00
  • 4cfb0cd24e Move Webassets in a plugin Simon 2012-11-05 23:40:38 +01:00
  • df66579fc2 directory comparison should be recursive in functional tests Bruno Binet 2012-10-09 00:56:15 +02:00
  • d6ec9b2028 update "custom" output for functional tests Bruno Binet 2012-11-06 23:58:17 +01:00
  • dfa69fd383 Merge branch 'pr/571' (closes #571) Bruno Binet 2012-11-06 23:54:08 +01:00
  • 22d2c78661 prepare 3.0.1 release 3.0.1 Alexis Métaireau 2012-11-06 00:47:38 +01:00
  • 3087f6b440 Revert "Sitemap plugin & get_generators signal" Alexis Métaireau 2012-11-06 00:41:40 +01:00
  • 1b20319074 add a warning for the users of the LESS_GENERATOR setting Simon 2012-10-24 23:34:38 +02:00
  • b66a37ccb1 Unit tests for webassets Simon 2012-10-24 22:51:45 +02:00
  • 5f51cffe08 update docs: remove mentions of lesscss compiling and replace with webassets Simon 2012-10-22 23:09:59 +02:00
  • d0f5875f66 remove the LessCSSGenerator and the related config option Simon 2012-10-22 23:04:25 +02:00
  • e84d2ba594 Merge pull request #572 from davidjb/wp-import-improvements Alexis Metaireau 2012-11-05 08:40:51 -08:00
  • 1b23a4a8e1 Merge remote-tracking branch 'davidjb/decode-html-wp-titles' into wp-import-improvements David Beitey 2012-11-04 14:09:25 +10:00
  • 528747684d Split post content on all types of line endings for adding paragraph tags David Beitey 2012-11-04 14:08:58 +10:00
  • 121bc0ad5e Optimize social icons David Beitey 2012-11-04 12:49:05 +10:00
  • 9fdd378687 Add Google+ social icon David Beitey 2012-11-04 12:25:02 +10:00
  • 41d3a1e8dd Merge branch 'github-social-icon' into improved-icons David Beitey 2012-11-04 12:09:28 +10:00
  • 705ab7b0f8 Improve linkedin icon David Beitey 2012-11-03 22:27:33 +10:00
  • 4afc32c425 GitHub icon also works for git.io addresses in social David Beitey 2012-11-03 22:21:02 +10:00
  • 868ef2079c Add GitHub social icon support in default theme David Beitey 2012-11-03 22:07:55 +10:00
  • e2c3701757 Decode HTML entities in titles on WP import David Beitey 2012-11-03 21:55:56 +10:00
  • bfc963a065 We pass lists, not dicst! Alexis Métaireau 2012-10-30 18:57:06 +01:00
  • ac85e9c819 Merge branch 'pr/223' Alexis Métaireau 2012-10-30 11:18:24 +01:00
  • 3734c48489 add test for TemplatePagesGenerator Bruno Binet 2012-10-30 02:33:22 +01:00
  • 54eee3f28a update TemplatePagesGenerator: Bruno Binet 2012-10-30 02:33:01 +01:00
  • e0e1b3eecf rename STATIC_PAGES to TEMPLATE_PAGES Bruno Binet 2012-10-30 00:27:18 +01:00
  • 083a8cc172 added some doc about STATIC_PAGES Tarek Ziade 2012-03-18 09:59:12 +01:00
  • a91f1cab5d activate the static page generator only if the option is used Tarek Ziade 2012-03-16 21:12:41 +01:00
  • 7127676f71 added a static pages generator Tarek Ziade 2012-03-05 15:52:14 +01:00
  • 84c708b74b Revert "Get HtmlReader to work again" Alexis Métaireau 2012-10-29 00:36:42 +01:00
  • 4349a5e815 Update settings documentation. Fix #562 Alexis Métaireau 2012-10-28 23:52:16 +01:00
  • 92d8208309 Merge branch 'master' of github.com:getpelican/pelican Alexis Métaireau 2012-10-28 23:50:49 +01:00
  • 4234bfc1c2 Merge pull request #564 from edthedev/master Alexis Metaireau 2012-10-28 15:48:20 -07:00
  • c0ed9e1cff add test for USE_FOLDER_AS_CATEGORY setting (#517) Bruno Binet 2012-10-28 20:54:39 +01:00
  • 47c972e21a Added USE_FOLDER_AS_CATEGORY setting. Martin Brochhaus 2012-09-23 10:04:51 +02:00
  • 318518ee1f Added a second link to the issue tracker - for those who jump directly to the section without seeing the earlier section. Edward Delaporte 2012-10-28 14:32:48 -05:00
  • f7a2f8ea47 Removed AUTHOR defaulting to OS User /John Doe, so both a blank or undefined (None) author is possible. Reverted templates back to checking author object, since a None object is possible. Name could be checked for blank if required ATOM spec states an author element should be provided, so passes a blank name if not specified Updated unit test Brendan Wholihan 2012-10-26 18:20:05 +01:00
  • a282499055 Merge pull request #559 from saimn/importer Alexis Metaireau 2012-10-25 15:50:24 -07:00
  • ae8cf9defd refactor the check of executable for unit tests Simon 2012-10-25 22:43:58 +02:00
  • 0ebba1c4ab merge with master Alexis Métaireau 2012-10-25 14:54:19 +02:00
  • dd299d272b merge win-encoding Alexis Métaireau 2012-10-25 14:47:57 +02:00
  • b349bdd80f Make it obvious in the docs that you need to indent the identifier as well Alexis Métaireau 2012-10-25 14:37:05 +02:00
  • 324c7c3674 Merge branch 'bstpierre-files-to-copy-missing-dir' Bruno Binet 2012-10-25 14:25:03 +02:00
  • b6cc6bd2d4 remove useless try/except clause Bruno Binet 2012-10-25 14:24:13 +02:00
  • 93c04cd79f merge with master Alexis Métaireau 2012-10-25 13:20:27 +02:00
  • d38b32abfd Docs for FILES_TO_COPY setting Thanos Lefteris 2012-10-01 19:06:40 +03:00
  • 0856b72c3c cosmetics Bruno Binet 2012-10-22 23:05:18 +02:00
  • a11726783e TRANSLATION_FEED is now split into TRANSLATION_FEED_ATOM and TRANSLATION_FEED_RSS to match the other feed configuration keys jawher 2012-10-22 16:34:55 +02:00
  • 4f1e3293ff Merge pull request #547 from bbinet/refactor-settings Bruno Binet 2012-10-21 15:37:02 -07:00
  • ba99bc5528 Merge commit 'bc0f7ae4f6' Bruno Binet 2012-10-21 23:59:11 +02:00
  • 25e9cccbdf Merge pull request #544 from Lothiraldan/plugins Alexis Metaireau 2012-10-20 14:27:56 -07:00
  • ddcb4ec72f Merge pull request #543 from Lothiraldan/master Alexis Metaireau 2012-10-20 14:27:19 -07:00
  • bc0f7ae4f6 Amended utils copy so that a warning is produced if a source file is not found in FILES_TO_COPY whilst copying. eg if there is a typo in the file name, or the file is moved. Brendan Wholihan 2012-10-20 16:35:24 +01:00
  • 94877e033b So that Authors display and output can be disabled for single user sites, allow the AUTHOR setting to be set to an empty string ''. An author is needed, but was defaults to OS user, or 'John Doe'. If a blank author is provided, it generated authors/.html file, and templates display just "by " Updated generators.py and templates to ignore Authors objects which have a blank name Brendan Wholihan 2012-10-18 19:55:00 +01:00
  • 4029f2ec82 refactoring so that command line options override settings Bruno Binet 2012-10-16 01:35:35 +02:00
  • 136e2e46d8 remove useless default_settings param in configure_settings Bruno Binet 2012-10-15 22:49:24 +02:00
  • 178d63b154 Add a multi_part plugin FELD Boris 2012-10-13 19:21:20 +02:00
  • 22f3c40385 Add a new signal article_generator_finalized, called at the end of ArticleGenerator.generate_context FELD Boris 2012-10-13 19:17:16 +02:00
  • 41b93f3dcc add gittip to the output Alexis Métaireau 2012-10-13 02:12:41 +02:00
  • 51c08601dc oops Alexis Métaireau 2012-10-13 01:10:52 +02:00
  • 299277b140 merge rachid changes Alexis Métaireau 2012-10-12 23:31:37 +02:00
  • 34218ee132 fix the tests Alexis Métaireau 2012-10-12 23:28:18 +02:00
  • 17dc36aad6 merge upstream Alexis Métaireau 2012-10-12 23:22:55 +02:00
  • cce962f3f0 Change the background color of the code-blocks on the default theme. Fix #511 Alexis Métaireau 2012-10-12 22:56:45 +02:00
  • 9add2151c3 Don't force the number of categories to be equal to 1. Fixes #521 Alexis Métaireau 2012-10-12 22:37:58 +02:00
  • 7892c33ec9 Fix the settings about DATE_FORMAT*S*. Fix 540 Alexis Métaireau 2012-10-12 22:20:47 +02:00
  • ee36f53cb2 Monospace default values of settings Thanos Lefteris 2012-10-01 17:54:20 +03:00
  • ffc8ec7a5b Add sleep to no files exception to avoid CPU load tBunnyMan 2012-09-28 08:53:59 -07:00
  • d718bc2eba Apply the string formatting to {TAG,CATEGORY}_FEED urls. Chris Streeter 2012-09-23 13:55:22 -07:00
  • da1efcd847 Correctly use the right variable for webassets Chris Streeter 2012-09-19 10:24:51 -07:00