Commit graph

907 commits

Author SHA1 Message Date
Bruno Binet
b44ea53741 update command to generate functional tests output
we need to force LC_ALL="C" to avoid generating articles/pages in other
languages
2012-07-05 00:11:57 +02:00
Bruno Binet
ef77847762 force locale to ascii in functional tests 2012-05-19 23:44:37 +02:00
Bruno Binet
5ffdee42e2 Merge branch 'master' of https://github.com/ametaireau/pelican into fix-functional-tests 2012-05-19 00:04:58 +02:00
Alexis Metaireau
40dc019b30 Update CHANGELOG 2012-05-15 11:58:40 +03:00
Kyle Fuller
a16c19545f Don't duplicate html across themes 2012-05-14 18:46:27 +01:00
Kyle Fuller
2c1c05923d Fix a broken URL in the simple template 2012-05-14 18:33:49 +01:00
Bruno Binet
e82c6512b4 clean up temporary dirs in tearDown to force cleanup even if tests fail 2012-05-12 02:03:18 +02:00
Bruno Binet
a8983b420f be more verbose when functional tests fail 2012-05-12 01:30:09 +02:00
Bruno Binet
b7e6d3d98d update functional tests output 2012-05-12 01:07:17 +02:00
Bruno Binet
ebfdabf2d7 Merge branch 'master' into fix-functional-tests
Conflicts:
	tests/test_generators.py
2012-05-12 00:19:14 +02:00
Alexis Metaireau
1779b66f10 Merge pull request #336 from saimn/typogrify
Apply typogrify on the title.
2012-05-11 07:23:31 -07:00
Alexis Metaireau
a42446268d Merge pull request #338 from bbinet/fix-urls
prefix urls with '{{ SITEURL }}/' so that urls won't break when #330 is merged
2012-05-11 07:19:12 -07:00
Alexis Metaireau
419a2159e6 Merge remote-tracking branch 'muffinresearch/master'
Conflicts:
	docs/settings.rst
	tests/test_generators.py
2012-05-11 16:17:47 +02:00
Stuart Colville
df7b2c968e Add documentation for DIRECT_TEMPLATES and PAGINATED_DIRECT_TEMPLATES 2012-05-09 23:24:31 +01:00
Bruno Binet
f12a297466 prefix urls with '{{ SITEURL }}/' so that urls won't break when #330 is merged 2012-05-07 23:07:44 +02:00
Simon
e9996b5cc6 strip tags for feed titles 2012-05-07 13:05:33 +02:00
Simon
4a0d4461e1 Apply typogrify on the title.
As it is done when reading the file, we need to remove html tags for the
permalink and the slug (this is done here for the notmyidea and simple themes).

While modifying the themes I also replaced the `pagename` template tag with
`article.url` (`pagename` was an empty variable, no more used ?).
2012-05-07 12:26:17 +02:00
Alexis Metaireau
acf9b0597d Merge pull request #335 from m-r-r/quickstart-templates
Quickstart templates
2012-05-06 17:06:56 -07:00
m-r-r
d97fc8f666 Fixed some errors 2012-05-06 12:32:53 +02:00
m-r-r
7c53cc8955 Moved templates in pelican_quistart.py to a directory 2012-05-06 12:07:13 +02:00
Alexis Metaireau
8a842c0de7 merge with master 2012-05-06 02:43:13 +02:00
Alexis Metaireau
0fe1453c50 Merge pull request #306 from mbowcock/master
Add output markup option to importer doc and multiple file extensions to file reader
2012-05-05 17:26:27 -07:00
Alexis Metaireau
4370b51f02 Merge pull request #318 from MeirKriheli/master
Generator to compile less css files
2012-05-05 17:23:55 -07:00
Alexis Metaireau
3f9c87099d Merge pull request #329 from neoascetic/_save_as_behavior
Checking for basestring isinstance, not (str, unicode)
2012-05-05 17:20:02 -07:00
Alexis Metaireau
718f8989f8 Merge pull request #331 from neoascetic/default_category_url
Use {slug} instead of {name} for category URL and FILENAME formatting
2012-05-05 17:11:27 -07:00
Alexis Metaireau
8946332913 Merge pull request #301 from a7p/master
Added rsync_upload to the generated Makefile
2012-05-05 17:10:36 -07:00
Albrecht Mühlenschulte
1d6289245a removed duplication 2012-05-06 02:01:36 +02:00
Albrecht Mühlenschulte
a60fa59514 removed duplication 2012-05-06 01:59:19 +02:00
Albrecht Mühlenschulte
29fed3cc85 merged back master 2012-05-06 01:50:53 +02:00
Stuart Colville
06ba9acdb8 Pass write function to reduce duplication. Simplify logic. 2012-05-02 09:26:33 +01:00
Matt Bowcock
0d5a1f9cf3 Merge remote-tracking branch 'upstream/master' 2012-05-01 23:32:52 -04:00
Matt Bowcock
3c987d20b1 Added some metadata to new test files 2012-05-01 23:30:23 -04:00
Matt Bowcock
ec610537be Added test for markdown files using extension md and mkd.
Tests ensure the correct reader is processing file.
2012-05-01 23:19:38 -04:00
Matt Bowcock
faecba6035 Changed variable name extension to file_extensions. 2012-05-01 22:34:32 -04:00
Pavel Puchkin
feb1dcc773 Use {slug} instead of {name} for category URL and FILENAME formatting 2012-05-01 16:54:39 +11:00
Stuart Colville
5ab1933be7 added tests for custom save_as for direct templates 2012-04-29 13:45:14 +01:00
Stuart Colville
e4f011a697 Refactor generators to aid testing 2012-04-29 10:34:20 +01:00
Pavel Puchkin
19cfe00397 Checking for basestring isinstance, not (str, unicode) 2012-04-29 14:45:34 +11:00
Stuart Colville
c7de5e6bff add docs for customised save location for direct template pages and switch to notes directive for notes 2012-04-28 18:02:10 +01:00
Stuart Colville
cc46ac5d4c Allow user to customise the save location of direct template pages from settings. 2012-04-28 18:01:19 +01:00
Meir Kriheli
17626b5474 Don't use shell=True 2012-04-28 03:46:43 +03:00
Meir Kriheli
0924a9dd73 Not pdf, but less folder 2012-04-28 03:27:30 +03:00
Meir Kriheli
f558389006 Remove redundant LESS_COMPILER setting 2012-04-28 03:25:54 +03:00
Meir Kriheli
2b93d6d855 Remove empty generate_context 2012-04-28 03:04:58 +03:00
Meir Kriheli
1d3e38c5dd Test less generator 2012-04-28 03:03:53 +03:00
Meir Kriheli
d4e981f916 unittest helper: Skip if exectuable not found 2012-04-28 02:41:48 +03:00
Meir Kriheli
b73d984ec9 Merge branch 'master' of https://github.com/ametaireau/pelican 2012-04-28 00:52:45 +03:00
Alexis Metaireau
58d98e918f Merge pull request #326 from neoascetic/_save_as_behavior
*_SAVE_AS = False fix
2012-04-26 10:39:56 -07:00
Bruno Binet
79e7ccce29 Merge branch 'fix-sort-categories' into fix-functional-tests 2012-04-23 23:33:09 +02:00
Bruno Binet
1efda9eb74 test that categories are ordered as expected 2012-04-23 23:29:00 +02:00