annotate CHANGELOG.rst @ 572:442cf576ae25

cm: CHANGELOG generator can handle future versions.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 31 Oct 2015 21:46:05 -0700
parents 1856e7aa6ce8
children a5910616ee59
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
2 #########
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 CHANGELOG
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
4 #########
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
5
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
6 This is the changelog for PieCrust_.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
7
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
8 .. _PieCrust: http://bolt80.com/piecrust/
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
9
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
10
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
11
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
12 ==================================
572
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
13 1. PieCrust 2.0.0 (2015-10-31)
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
14 ==================================
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
15
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
16
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
17 1.0 Commands
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
18 ----------------------
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
19
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
20 * serve: Fix corner cases where the pipeline doesn't run correctly.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
21 * showconfig: Don't crash when the whole config should be shown.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
22 * bake: Don't re-setup logging for workers unless we're sure we need it.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
23 * serve: Fix error reporting when the background pipeline fails.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
24 * chef: Add ``--debug-only`` option to only show debug logging for a given logger.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
25 * routes: Add better support for taxonomy slugification.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
26 * serve: Improve reloading and shutdown of the preview server.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
27 * serve: Don't crash when looking at the debug info in a stand-alone window.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
28 * serve: Improve debug information in the preview server.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
29 * serve: Refactor the server to make pieces usable by the debugging middleware.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
30 * serve: Fix timing information in the debug window.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
31 * serve: Extract some of the server's functionality into WSGI middlewares.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
32 * serve: Rewrite of the Server-Sent Event code for build notifications.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
33 * serve: Werkzeug docs say you need to pass a flag with ``wrap_file`` .
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
34 * bake: Add a flag to know which record entries got collapsed from last run.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
35 * bake: Set the flags, don't combine.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
36
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
37 1.1 Core
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
38 ----------------------
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
39
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
40 * bug: Correctly handle root URLs with special characters.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
41 * debug: Fix a crash when rendering debug info for some pages.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
42
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
43 1.2 Project
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
44 ----------------------
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
45
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
46 * tests: Fix broken unit test.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
47 * tests: Fix another broken test.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
48 * docs: Add reference entry about the ``site/slugify_mode`` setting.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
49 * tests: Fix broken test.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
50 * tests: Print more information when a bake test fails to find an output file.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
51
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
52 ==================================
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
53 2. PieCrust 2.0.0b3 (2015-08-01)
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
54 ==================================
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
55
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
56
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
57 1.0 Commands
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
58 ----------------------
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
59
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
60 * import: Correctly convert unicode characters in site configuration.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
61 * import: Fix the PieCrust 1 importer.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
62 * import: Add some debug logging.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
63
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
64 1.1 Core
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
65 ----------------------
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
66
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
67 * internal: Fix a severe bug with the file-system wrappers on OSX.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
68 * templating: Make more date functions accept 'now' as an input.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
69
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
70 1.2 Project
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
71 ----------------------
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
72
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
73 * cm: Update changelog.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
74 * cm: Changelog generator script.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
75 * cm: Add a Gutentags config file for ``ctags`` generation.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
76 * tests: Check accented characters work in configurations.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
77 * cm: Ignore Rope cache.
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
78
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
79 ==================================
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
80 3. PieCrust 2.0.0b2 (2015-07-29)
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
81 ==================================
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
82
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
83
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
84 1.0 Commands
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
85 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
86
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
87 * prepare: More help about scaffolding.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
88
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
89 1.1 Core
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
90 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
91
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
92 * bug: Fix crash running ``chef help scaffolding`` outside of a website.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
93
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
94 ==================================
572
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
95 4. PieCrust 2.0.0b1 (2015-07-29)
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
96 ==================================
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
97
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
98
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
99 1.0 Commands
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
100 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
101
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
102 * prepare: Fix the RSS template.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
103 * serve: Improve Jinja rendering error reporting.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
104 * serve: Don't show the same error message twice.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
105 * serve: Say what page a rendering error happened in.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
106 * serve: Improve error reporting when pages are not found.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
107 * bake: Add a processor to generate a Pygments style CSS file.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
108 * bake: Fix logging configuration for multi-processing on Windows.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
109 * themes: Improve CLI, add ``deactivate`` command.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
110 * themes: Don't fixup template directories, it's actually better as-is.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
111 * serve: Try to serve taxonomy pages after all normal pages have failed.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
112 * serve: Fix a crash when matching taxonomy URLs with incorrect URLs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
113 * bake: Fix random crash with the Sass processor.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
114 * themes: Add a ``link`` sub-command to install a theme via a symbolic link.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
115 * themes: Add config paths to the cache key.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
116 * themes: Proper template path fixup for the theme configuration.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
117 * bake: Set the worker ID in the configuration. It's useful.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
118 * themes: Fix crash when invoking command with no sub-command.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
119
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
120 1.1 Core
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
121 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
122
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
123 * templating: Add ``now`` global to Jinja, improve date error message.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
124 * bug: Of course I broke something. Some exceptions need to pass through Jinja.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
125 * bug: Fix file-system wrappers for non-Mac systems.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
126 * bug: Forgot to add a new file like a big n00b.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
127 * config: Make sure ``site/auto_formats`` has at least ``html`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
128 * internal: Return ``None`` instead of raising an exception when finding pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
129 * internal: Improve handling of taxonomy term slugification.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
130 * formatting: Add support for Markdown extension configs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
131 * templating: ``highlight_css`` can be passed the name of a Pygments style.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
132 * bug: Fix a crash with the ``ordered`` page source when sorting pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
133 * internal: Fix some edge-cases for splitting sub-URIs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
134 * internal: Fix timing info.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
135 * templating: Make Jinja support arbitrary extension, show warning for old stuff.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
136 * internal: Correctly split sub URIs. Add unit tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
137
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
138 1.2 Project
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
139 ----------------------
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
140
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
141 * tests: Help the Yaml loader figure out the encoding on Windows.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
142 * cm: Re-fix Mac file-system wrappers.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
143 * cm: Add ``unidecode`` to requirements.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
144 * tests: Fix processing test after adding ``PygmentsStyleProcessor`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
145 * docs: Use fenced code block syntax.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
146 * docs: Add some syntax highlighting to tutorial pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
147 * docs: Make code prettier :)
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
148 * docs: Always use Pygments styles. Use the new CSS generation processor.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
149 * docs: Configure fenced code blocks in Markdown with Pygments highlighting.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
150 * docs: Add some API documentation.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
151 * docs: Start a proper "code/API" section.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
152 * cm: Error in ``.hgignore`` . Weird.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
153 * docs: No need to specify the layout here.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
154 * docs: Make the "deploying" page consistent with "publishing".
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
155 * docs: More generic information about baking and publishing.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
156 * tests: Fix the Mustache tests on Windows.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
157 * tests: Fix ``find`` tests on Windows.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
158 * tests: Fix processing tests on Windows.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
159 * tests: Normalize test paths using the correct method.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
160 * cm: Fix benchmark website generation on Windows.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
161 * cm: Ignore ``.egg-info`` stuff.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
162
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
163 1.3 Miscellaneous
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
164 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
165
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
166 * bake/serve: Improve support for unicode, add slugification options.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
167 * cosmetic: Remove debug print here too.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
168 * cosmetic: Remove debug printing.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
169 * sass: Overwrite the old map file with the new one always.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
170 * less: Fix issues with the map file on Windows.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
171 * jinja: Support ``.j2`` file extensions.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
172
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
173 ==================================
572
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
174 5. PieCrust 2.0.0a13 (2015-07-14)
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
175 ==================================
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
176
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
177
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
178 1.0 Commands
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
179 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
180
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
181 * bake: Fix a bug with copying assets when ``pretty_urls`` are disabled.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
182
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
183 1.1 Core
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
184 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
185
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
186 * bug: Fix copying of page assets during the bake.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
187 * bug: Correctly setup the environment/app for bake workers.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
188
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
189 ==================================
572
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
190 6. PieCrust 2.0.0a12 (2015-07-14)
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
191 ==================================
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
192
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
193
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
194 1.0 Commands
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
195 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
196
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
197 * bake: Pass the config variants and values from the CLI to the baker.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
198 * bake: Add CLI argument to specify job batch size.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
199 * bake: Use batched jobs in the worker pool.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
200 * bake: Correctly use the ``num_worers`` setting.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
201 * bake: Abort "render first" jobs if we start using other pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
202 * bake: Don't pass the previous record entries to the workers.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
203 * bake: Optimize the bake by not using custom classes for passing info.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
204 * serve: Use Werkzeug's HTTP exceptions correctly.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
205 * serve: Fix bug with creating routing metadata from the URL.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
206 * bake: Commonize worker pool code between html and asset baking.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
207 * bake: Tweaks to the ``sitemap`` processor. Add tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
208 * bake: Pass the sub-cache directory to the bake workers.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
209 * bake: Improve performance timers reports.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
210 * serve: Fix crash on start.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
211 * bake: Improve bake record information.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
212 * bake: Make pipeline processing multi-process.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
213 * bake: Enable multiprocess baking.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
214
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
215 1.1 Core
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
216 ----------------------
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
217
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
218 * bug: Fix CLI crash caused by configuration variants.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
219 * internal: Handle data serialization more under the hood.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
220 * internal: Add support for fake pickling of date/time structures.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
221 * internal: Just use the plain old standard function.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
222 * rendering: Truly skip formatters that are not enabled.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
223 * templating: Let Jinja2 cache the parsed template for page contents.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
224 * internal: Add a ``fastpickle`` module to help with multiprocess serialization.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
225 * bug: Fix infinite loop in Jinja2 rendering.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
226 * performance: Only use Jinja2 for rendering text if necessary.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
227 * performance: Use the fast YAML loader if available.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
228 * performance: Add profiling to the asset pipeline workers.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
229 * internal: Remove unnecessary import.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
230 * performance: Refactor how data is managed to reduce copying.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
231 * bug: Fix routing bug introduced by 21e26ed867b6.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
232 * bug: Fix a crash when errors occur while processing an asset.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
233 * reporting: Print errors that occured during pipeline processing.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
234 * templating: Add modification time of the page to the template data.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
235 * reporting: Better error messages for incorrect property access on data.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
236 * internal: Floats are also allowed in configurations, duh.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
237 * internal: Create full route metadata in one place.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
238 * templating: Workaround for a bug with Pystache.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
239 * templating: Fix Pystache template engine.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
240 * performance: Compute default layout extensions only once.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
241 * performance: Quick and dirty profiling support for bake workers.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
242 * internal: Fix caches being orphaned from their directory.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
243 * render: Lazily import Textile package.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
244 * internal: Remove unnecessary code.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
245 * internal: Optimize page data building.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
246 * internal: Optimize page segments rendering.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
247 * internal: Add utility function for incrementing performance timers.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
248 * internal: Move ``MemCache`` to the ``cache`` module, remove threading locks.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
249 * internal: Register performance timers for plugin components.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
250 * internal: Allow re-registering performance timers.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
251 * debug: Fix serving of resources now that the module moved to a sub-folder.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
252 * debug: Better debug info output for iterators, providers, and linkers.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
253 * debug: Add support for more attributes for the debug info.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
254 * debug: Log error when an exception gets raised during debug info building.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
255 * linker: Add ability to return the parent and ancestors of a page.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
256
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
257 1.2 Project
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
258 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
259
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
260 * cm: Fix wrong directory for utilities.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
261 * cm: Add script to generate benchmark websites.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
262 * cm: Use Travis CI's new infrastructure.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
263 * tests: Fix Jinja2 test.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
264 * cm: Move build directory to util to avoid conflicts with pip.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
265 * tests: Fix crash in processing tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
266 * tests: Add pipeline processing tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
267 * docs: Add the ``--pre`` flag to ``pip install`` while PieCrust is in beta.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
268
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
269 1.3 Miscellaneous
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
270 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
271
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
272 * Fixed 'bootom' to 'bottom'
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
273 * markdown: Cache the formatter once.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
274
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
275 ==================================
572
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
276 7. PieCrust 2.0.0a11 (2015-05-18)
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
277 ==================================
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
278
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
279
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
280 1.0 Commands
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
281 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
282
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
283 * bake: Return all errors from a bake record entry when asked for it.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
284 * serve: Fix bug where ``?!debug`` doesn't get appending correctly.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
285 * serve: Remove development assert.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
286
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
287 1.1 Core
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
288 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
289
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
290 * linker: Fix linker returning the wrong value for ``is_dir`` in some situations.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
291 * linker: Fix error when trying to list non-existing children.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
292 * pagination: Fix regression bug with previous/next posts.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
293 * data: Fix regression bug with accessing page metadata that doesn't exist.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
294
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
295 1.2 Project
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
296 ----------------------
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
297
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
298 * tests: More accurate marker position for diff'ing strings.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
299 * tests: Fail bake tests with a proper error message when bake fails.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
300 * tests: Move all bakes/cli/servings tests files to have a YAML extension.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
301 * tests: Also mock ``open`` in Jinja to be able to use templates in bake tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
302 * tests: Add support for testing the Chef server.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
303
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
304 1.3 Miscellaneous
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
305 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
306
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
307 * jinja: Look for ``html`` extension first instead of last.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
308
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
309 ==================================
572
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
310 8. PieCrust 2.0.0a10 (2015-05-15)
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
311 ==================================
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
312
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
313
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
314 1.2 Project
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
315 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
316
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
317 * setup: Add ``requirements.txt`` to ``MANIFEST.in`` so it can be used by the setup.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
318
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
319 ==================================
572
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
320 9. PieCrust 2.0.0a9 (2015-05-11)
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
321 ==================================
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
322
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
323
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
324 1.0 Commands
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
325 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
326
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
327 * serve: Add a generic WSGI app factory.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
328 * serve: Compatibility with ``mod_wsgi`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
329 * serve: Add a WSGI utility module for easily getting a default app.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
330 * serve: Add ability to suppress the debug info window programmatically.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
331 * serve: Split the server code in a couple modules inside a ``serving`` package.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
332
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
333 1.1 Core
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
334 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
335
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
336 * internal: Make it possible to pass ``argv`` to the main Chef function.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
337 * data: Fix problems with using non-existing metadata on a linked page.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
338 * routing: Fix bugs with matching URLs with correct route but missing metadata.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
339
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
340 1.2 Project
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
341 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
342
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
343 * tests: Add a Chef test for the ``find`` command.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
344 * tests: Add support for "Chef tests", which are direct CLI tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
345 * docs: Add lame bit of documentation on publishing your website.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
346 * docs: Add documentation for deploying as a dynamic CMS.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
347 * tests: Fix serving unit-tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
348 * setup: Keep the requirements in sync between ``setuptools`` and ``pip`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
349
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
350 ==================================
572
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
351 10. PieCrust 2.0.0a8 (2015-05-03)
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
352 ==================================
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
353
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
354
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
355 1.0 Commands
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
356 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
357
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
358 * theme: Fix link to PieCrust documentation.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
359 * serve: Giant refactor to change how we handle data when serving pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
360 * sources: Default source lists pages in order.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
361 * serve: Refactoring and fixes to be able to serve taxonomy pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
362 * sources: Fix how the ``autoconfig`` source iterates over its structure.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
363 * bake: Fix crash when handling bake errors.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
364
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
365 1.1 Core
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
366 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
367
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
368 * caching: Use separate caches for config variants and other contexts.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
369 * linker: Don't put linker stuff in the config.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
370 * config: Add method to deep-copy a config and validate its contents.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
371 * internal: Return the first route for a source if no metadata match is needed.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
372
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
373 1.2 Project
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
374 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
375
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
376 * tests: Changes to output report and hack for comparing outputs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
377
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
378 1.3 Miscellaneous
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
379 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
380
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
381 * Update development ``requirements.txt`` , add code coverage tools.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
382 * Update ``requirements.txt`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
383
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
384 ==================================
572
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
385 11. PieCrust 2.0.0a7 (2015-04-20)
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
386 ==================================
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
387
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
388
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
389 1.0 Commands
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
390 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
391
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
392 * import: Use the proper baker setting in the Jekyll importer.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
393 * serve: Don't access the current render pass info after rendering is done.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
394 * chef: Fix pre-parsing.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
395 * chef: Add a ``--config-set`` option to set ad-hoc site configuration settings.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
396 * find: Don't change the pattern when there's none.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
397 * bake: Improve render context and bake record, fix incremental bake bugs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
398 * bake: Several bug taxonomy-related fixes for incorrect incremental bakes.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
399 * bake: Use a rotating bake record.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
400 * showrecord: Add ability to filter on the output path.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
401 * serve: Fix crash on URI parsing.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
402
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
403 1.1 Core
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
404 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
405
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
406 * data: Also expose XML date formatting as ``xmldate`` in Jinja.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
407 * pagination: Make pagination use routes to generate proper URLs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
408 * internal: Remove unused code.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
409 * config: Add ``default_page_layout`` and ``default_post_layout`` settings.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
410 * internal: Template functions could potentially be called outside of a render.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
411 * internal: Fix stupid routing bug.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
412 * internal: Use hashes for cache paths.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
413 * internal: Try handling URLs in a consistent way.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
414
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
415 1.2 Project
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
416 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
417
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
418 * docs: Add documentation for importing content from other engines.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
419 * build: Put dev-only lib requirements into a ``dev-requirements.txt`` file.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
420 * docs: Add "active page" style for the navigation menu.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
421 * tests: Improve bake tests output, add support for partial output checks.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
422 * tests: Add more utility functions to the mock file-system.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
423 * docs: Add new site configuration settings to the reference documentation.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
424 * tests: Support for YAML-based baking tests. Convert old code-based ones.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
425 * tests: Remove debug output.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
426 * tests: Add ``os.rename`` to the mocked functions.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
427 * tests: Fix test.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
428 * tests: Raise an exception instead of crashing rudely.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
429
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
430 1.3 Miscellaneous
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
431 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
432
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
433 * cleancss: Fix stupid bug.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
434
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
435 ==================================
572
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
436 12. PieCrust 2.0.0a6 (2015-03-30)
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
437 ==================================
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
438
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
439
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
440 1.0 Commands
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
441 ----------------------
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
442
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
443 * import: Wordpress importer puts drafts in a ``draft`` folder. Ignore other statuses.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
444 * plugins: Remove unused API endpoints.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
445 * plugins: Fix crash for sites that don't specify a ``site/plugins`` setting.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
446 * plugins: Change how plugins are loaded. Add a ``plugins`` command.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
447 * import: Show help if no sub-command was specified.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
448 * plugins: First pass for a working plugin loader functionality.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
449 * import: Make the Wordpress importer extendable, rename it to ``wordpressxml`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
450 * import: Add an XML-based Wordpress importer.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
451 * sources: Make sure page sources have some basic config info they need.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
452 * import: Put importer metadata on the class, and allow return values.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
453 * import: Upgrade more settings for the PieCrust 1 importer.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
454 * serve: Don't crash when a post URL doesn't match our expectations.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
455 * serve: Correctly show timing info even when not in debug mode.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
456 * theme: Fix the default theme's templates after changes in Jinja's wrapper.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
457 * themes: Add the ``chef themes`` command
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
458 * sources: Generate proper slugs in the ``autoconfig`` and ``ordered`` sources.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
459 * bake: Don't store internal config values in the bake record.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
460 * sources: Use ``posts_*`` and ``items_*`` settings more appropriately.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
461 * serve: Use Etags and 304 responses for assets.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
462 * sources: The ordered source returns names without prefixes in ``listPath`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
463 * sources: Fix a bug where the ``posts`` source wasn't correctly parsing URLs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
464 * sources: Refactor ``autoconfig`` source, add ``OrderedPageSource`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
465 * bake: Don't include the site root when building output paths.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
466 * serve: Fix a bug where empty route metadata is not the same as invalid route.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
467 * serve: Print nested exception messages in the dev server.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
468 * serve: Keep the ``?!debug`` when generating URLs if it is enabled.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
469 * serve: Fix exiting the server with ``CTRL+C`` when the SSE response is running.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
470 * serve: Don't expose the debug info right away when running with ``--debug`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
471 * bake: Fix processing record bugs and error logging for external processes.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
472 * bake: Change arguments to selectively bake to make them symmetrical.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
473 * serve: Add server sent events for showing pipeline errors in the debug window.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
474 * showrecord: Show the overall status (success/failed) of the bake.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
475 * bake: Better error handling for site baking.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
476 * bake: Better error handling for the processing pipeline.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
477 * serve: Don't have 2 processing loops running when using ``--use-reloader`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
478 * theme: Updated "quickstart" text shown for new websites.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
479 * serve: Run the asset pipeline asynchronously.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
480 * bake: Changes in how assets directories are configured.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
481 * serve: Correctly pass on the HTTP status code when an error occurs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
482 * bake: Remove ``--portable`` option until it's (maybe) implemented.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
483 * showrecord: Also show the pipeline record.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
484 * showrecord: Show relative paths.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
485 * serve: Make the server find assets generated by external tools.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
486 * prepare: Add user-defined scaffolding templates.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
487 * sources: Pass any current mode to ``_populateMetadata`` when finding pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
488
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
489 1.1 Core
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
490 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
491
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
492 * data: Better error message for old date formats, add ``emaildate`` filter.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
493 * pagination: Add support for ``site/default_pagination_source`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
494 * config: Assign correct data endpoint for blogs to be v1-compatible.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
495 * internal: Add utility function to get a page from a source.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
496 * internal: Be more forgiving about building ``Taxonomy`` objects. Add ``setting_name`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
497 * config: Make sure ``site/plugins`` is transformed into a list.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
498 * internal: Remove mentions of plugins directories and sources.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
499 * config: Make YAML consider ``omap`` structures as normal maps.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
500 * data: Fix incorrect next/previous page URLs in pagination data.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
501 * data: Temporary hack for asset URLs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
502 * data: Don't nest filters in the paginator -- nest clauses instead.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
503 * data: Correctly build pagination filters when we know items are pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
504 * internal: Re-use the cached resource directory.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
505 * routing: Better generate URLs according to the site configuration.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
506 * data: Add a top level wrapper for ``Linker`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
507 * internal: Code reorganization to put less stuff in ``sources.base`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
508 * internal: Fix bug with the default source when listing ``/`` path.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
509 * data: ``Linker`` refactor.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
510 * internal: Add support for "wildcard" loader in ``LazyPageConfigData`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
511 * internal: Removing some dependency of filters and iterators on pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
512 * internal: Make the simple page source use ``slug`` everywhere.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
513 * data: Fix typos and stupid errors.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
514 * data: Make the ``Linekr`` use the new ``getSettingAccessor`` API.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
515 * data: Add ability for ``IPaginationSource`` s to specify how to get settings.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
516 * data: Only expose the ``family`` linker.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
517 * internal: Bump the processing record version.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
518 * internal: Remove the (unused) ``new_only`` flag for pipeline processing.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
519 * data: Improve the Linker and RecursiveLinker features. Add tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
520 * internal: A bit of input validation for source APIs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
521 * internal: Add ability to get a default value if a config value doesn't exist.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
522 * render: Add support for a Mustache template engine.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
523 * render: Don't always use a ``.html`` extension for layouts.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
524 * render: When a template engine can't be found, show the correct name in the error.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
525
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
526 1.2 Project
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
527 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
528
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
529 * docs: Quick support info page.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
530 * tests: Add utility function to create multiple mock pages in one go.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
531 * tests: Add a blog data provider test.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
532 * tests: Bad me, the tests were broken. Now they're fixed.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
533 * docs: Add documentation on making a plugin.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
534 * docs: Add documentation on the asset pipeline.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
535 * docs: Fix link, add another link.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
536 * docs: A whole bunch of drafts for content model and reference pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
537 * docs: Fix missing link.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
538 * docs: Documentation for iterators and filtering.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
539 * docs: Add the ability to use Pygments highlighting.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
540 * docs: Pagination and assets' documentation.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
541 * tests: Fixes for running on Windows.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
542 * docs: Still more documentation.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
543 * docs: Properly escape examples with Jinja markup.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
544 * docs: Last part of the tutorial.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
545 * docs: More tutorial text.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
546 * docs: Tutorial part 2.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
547 * docs: Tweak CSS for boxed text.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
548 * docs: Change docs' templates after changes in Jinja's wrapper.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
549 * docs: Add information about the asset pipeline.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
550 * docs: Add a page explaining how PieCrust works at a high level.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
551 * docs: Still adding more pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
552 * tests: Fix linker tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
553 * docs: Website configuration reference.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
554 * docs: Add website configuration page.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
555 * docs: More on creating websites.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
556 * docs: Documentation on website structure.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
557 * docs: Add some general information on ``chef`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
558 * docs: Tutorial part 1.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
559 * docs: Fix URLs to the docs source.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
560 * docs: Add embryo of a documentation website.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
561 * tests: Fix tests for base sources.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
562 * tests: Remove debug output.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
563 * tests: Add tests for Jinja template engine.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
564 * build: Add ``pystache`` to ``requirements.txt`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
565 * tests: Patch ``os.path.exists`` and improve patching for ``open`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
566 * tests: Add help functions to get and render a simple page.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
567
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
568 1.3 Miscellaneous
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
569 ----------------------
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
570
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
571 * bake/serve: Fix how taxonomy index pages are setup and rendered.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
572 * dataprovider: Use the setting name for a taxonomy to match page config values.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
573 * cleancss: Add option to specify an output extension, like ``.min.css`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
574 * jinja: Add a global function to render Pygments' CSS styles.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
575 * jinja: Fix Twig compatibility for block trimming.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
576 * sitemap: Fix broken API call.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
577 * jinja: Provide a more "standard" Jinja configuration by default.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
578 * logging: If an error doesn't have a message, print its type.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
579 * Use the site root for docs assets.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
580 * Temporary root URL for publishing.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
581 * Add bower configuration file.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
582 * Merge docs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
583 * cosmetic: PEP8 compliance.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
584 * bake/serve: Make previewed and baked URLs consistent.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
585 * oops: Remove debug print.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
586 * Merge code changes.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
587 * less: Generate a proper, available URL for the LESS CSS map file.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
588 * sitemap: Fixed typo bug.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
589 * cosmetic: Fix PEP8 spacing.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
590 * processing: Use the correct full path for mounts.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
591 * processing: Don't fail if an asset we want to remove has already been removed.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
592 * processing: Add ``concat`` , ``uglifyjs`` and ``cleancss`` processors.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
593 * processing: More powerful syntax to specify pipeline processors.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
594 * markdown: Let the user specify extensions in one line.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
595 * processing: Add ability to specify processors per mount.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
596 * builtin: Remove ``plugins`` command, it's not ready yet.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
597 * processing: Add Compass and Sass processors.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
598 * cosmetic: Fix some PEP8 issues.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
599 * cosmetic: Fix some PEP8 issues.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
600 * processing: Add more information to the pipeline record.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
601
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
602 ==================================
572
442cf576ae25 cm: CHANGELOG generator can handle future versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 545
diff changeset
603 13. PieCrust 2.0.0a5 (2015-01-03)
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
604 ==================================
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
605
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
606
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
607 1.0 Commands
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
608 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
609
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
610 * routes: When matching URIs, return metadata directly instead of the match object.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
611 * serve: Always force render the page being previewed.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
612 * routes: Actually match metadata when finding routes, fix problems with paths.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
613 * sources: Add an ``IListableSource`` interface for sources that can be listed.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
614 * sources: Make the ``SimplePageSource`` more extensible, fix bugs in ``prose`` source.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
615 * serve: Add option to use the debugger without ``--debug`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
616 * routes: Show regex patterns for routes.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
617 * chef: Work around a bug in MacOSX where the default locale doesn't work.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
618 * bake: Don't crash stupidly when there was no previous version.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
619 * prepare: Show a more friendly user message when no arguments are given.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
620 * find: Fix the ``find`` command, add more options.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
621 * sources: Add ``chef sources`` command to list page sources.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
622 * paths: properly format lists of paths.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
623
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
624 1.1 Core
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
625 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
626
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
627 * linker: Actually implement the ``Linker`` class, and use it in the page data.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
628
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
629 1.2 Project
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
630 ----------------------
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
631
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
632 * setup: Make version generation compatible with PEP440.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
633 * build: Add Travis-CI config file.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
634 * tests: Add unit tests for routing classes.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
635 * tests: Fix serving test.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
636
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
637 1.3 Miscellaneous
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
638 ----------------------
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
639
545
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
640 * cosmetic: pep8 compliance.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
641 * Moved all installation instructions to a new ``INSTALL`` file.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
642 * Add support for KeyboardInterrupt in bake process.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
643 * Fix some indentation and line lengths.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
644 * First draft of the ``prose`` page source.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
645 * Simplify ``AutoConfigSource`` by inheriting from ``SimplePageSource`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
646 * Properly use, or not, the debugging when using the chef server.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
647 * Match routes completely, not partially.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
648 * Make a nice error message when a layout hasn't been found.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
649 * Better combine user sources/routes with the default ones.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
650 * Forgot this wasn't C++.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
651 * Split baking code in smaller files.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
652 * Add ``ctrlpignore`` file.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
653 * Add ``autoconfig`` page source.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
654 * Pass date information to routing when building URLs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
655 * Don't fail if trying to clean up a file that has already been deleted.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
656 * Fix unit tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
657 * Fix a bug with page references in cases of failure. Add unit tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
658 * Use ordered dictionaries to preserve priorities between auto-formats.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
659 * Better date/time handling for pages:
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
660 * Switch the PieCrust server to debug mode with ``?!debug`` in the URL.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
661 * Display page tags with default theme.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
662 * Fix outdate information and bug in default theme's main page.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
663 * Make configuration class more like ``dict`` , add support for merging ``dicts`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
664 * Fixed outdate information in error messages' footer.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
665 * Oops.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
666 * Don't use Werkzeug's reloader in non-debug mode unless we ask for it.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
667 * More installation information in the README file.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
668 * Optimize server for files that already exist.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
669 * Don't colour debug output.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
670 * Ignore messages' counter.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
671 * Handle the case where the debug server needs to serve an asset created after it was started.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
672 * Add ability for the processing pipeline to only process new assets.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
673 * Fix error reporting and counting of lines.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
674 * Fix how we pass the out directory to the baking modules.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
675 * Check we don't give null values to the processing pipeline.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
676 * Update system messages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
677 * Add Textile formatter.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
678 * Upgrade system messages to the new folder structure.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
679 * Fix generation of system messages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
680 * Fix stupid bug.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
681 * Better error management and removal support in baking/processing.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
682 * Slightly more robust dependency handling for the LESS processor.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
683 * Don't stupidly crash in the RequireJS processor.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
684 * Changes to the asset processing pipeline:
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
685 * Cosmetic fix.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
686 * Fix search for root folder. Must have been drunk when I wrote this originally.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
687 * When possible, try and batch-load pages so we only lock once.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
688 * Re-enable proper caching of rendered segments in server.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
689 * Use cache paths that are easier to debug than hashes.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
690 * Quick fix for making the server correctly update referenced pages.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
691 * Prepare the server to support background asset pipelines.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
692 * Fix post sources datetimes by adding missing metadata when in "find" mode.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
693 * Properly add the config time to a page's datetime.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
694 * Better support for times in YAML interop.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
695 * Don't look for tests inside the ``build`` directory.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
696 * Property clean all caches when force baking, except the ``app`` cache.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
697 * Fix a bug with the posts source incorrectly escaping regex characters.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
698 * Better ``prepare`` command, with templates and help topics.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
699 * Changes to ``help`` command and extendable commands:
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
700 * Exit with the proper code.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
701 * Add ``--log-debug`` option.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
702 * Improvements and fixes to incremental baking.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
703 * Fixed a bug with the ``shallow`` source. Add unit tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
704 * Unused import.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
705 * Use the ``OrderedDict`` correctly when fresh-loading the app config.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
706 * More options for the ``showrecord`` command.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
707 * Improvements to incremental baking and cache invalidating.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
708 * PyYAML supports sexagesimal notation, so handle that for page times.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
709 * Fixes to the ``cache`` Jinja tag.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
710 * Remove unneeded trace.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
711 * Merge changes.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
712 * Allow adding to the default content model instead of replacing it.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
713 * Ability to output debug logging to ``stdout`` when running unit-tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
714 * Add a ``BakeScheduler`` to handle build dependencies. Add unit-tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
715 * Don't complain about missing ``pages`` or ``posts`` directories by default.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
716 * Support for installing from Git.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
717 * Propertly create ``OrderedDict`` s when loading YAML.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
718 * Better date creation for blog post scaffolding.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
719 * Use ``SafeLoader`` instead of ``BaseLoader`` for Yaml parsing.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
720 * Fix ``setuptools`` install.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
721 * Ignore ``setuptools`` build directory.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
722 * Always use version generated by ``setup.py`` . Better version generation.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
723 * I don't care what the YAML spec says, ordered maps are the only sane way.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
724 * Add ``compressinja`` to install/env requirements.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
725 * Jinja templating now has ``spaceless`` , ``|keys`` and ``|values`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
726 * PieCrust 1 import: clean empty directories and convert some config values.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
727 * In-place upgrade for PieCrust 1 sites.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
728 * Simple importer for PieCrust 1 websites.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
729 * Print the help by default when running ``chef`` with no command.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
730 * Add ``import`` command, Jekyll importer.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
731 * Better handling of Jinja configuration.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
732 * More robust Markdown configuration handling.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
733 * Add ``help`` function, cleanup argument handling.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
734 * Make template directories properly absolute.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
735 * Processors can match on other things than just the extension.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
736 * Use properly formatted date components for the blog sources.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
737 * Setup the server better.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
738 * Don't use file-system caching for rendered segments yet.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
739 * Use the item name for the ``prepare`` command.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
740 * Properly override pages between realms.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
741 * Fix cache validation issue with rendered segments, limit disk access.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
742 * Give the proper URL to ``Paginator`` in the ``paginate`` filter.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
743 * Cache rendered segments to disk.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
744 * Apparently Jinja doesn't understand ``None`` the way I thought.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
745 * Don't recursively clean the cache.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
746 * Correctly set the ``debug`` flag on the app.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
747 * Proper debug logging.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
748 * Fix a crash when checking for timestamps on template files.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
749 * Error out if ``date`` filter is used with PHP date formats.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
750 * Fix stupid debug logging bug.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
751 * Better error reporting and cache validation.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
752 * Fix running ``chef`` outside of a website. Slightly better error reporting.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
753 * Don't look at theme sources in ``chef prepare`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
754 * New site layout support.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
755 * More unit tests, fix a bug with the skip patterns.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
756 * Add ``sitemap`` processor.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
757 * Get the un-paginated URL of a page early and pass that around.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
758 * Fix problems with asset URLs.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
759 * Make sure ``.html`` is part of auto-formats.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
760 * Fix stupid bug in default source, add some unit tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
761 * More unit tests for output bake paths.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
762 * The ``date`` filter now supports passing ``"now"`` as in Twig.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
763 * Various fixes for the default page source:
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
764 * Use the same defaults as in PieCrust 1.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
765 * Copy page assets to bake output, use correct slashes when serving assets.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
766 * Mock ``os.path.isfile`` , and fix a few other test utilities.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
767 * Don't try to get the name of a source that doesn't have one.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
768 * Correctly match skip patterns.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
769 * Fix for pages listing pages from other sources.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
770 * Add support for Markdown extensions.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
771 * Add the ``paginate`` filter to Jinja, activate ``auto_reload`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
772 * Slightly better exception throwing in the processing pipeline.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
773 * The LESS compiler must be launched in a shell on Windows.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
774 * Correctly set the current page on a pagination slicer.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
775 * Fix how the ``Paginator`` gets the numer of items per page.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
776 * Properly escape HTML characters in the debug info, add more options.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
777 * Make the ``Assetor`` iterate over paths.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
778 * Define page slugs properly, avoid recursions with debug data.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
779 * Fixes for Windows, make ``findPagePath`` return a ref path.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
780 * Fix some bugs with iterators, add some unit tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
781 * Add packaging and related files.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
782 * Update the ``requirements`` file.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
783 * More PieCrust 3 fixes, and a couple of miscellaneous bug fixes.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
784 * More Python 3 fixes, modularization, and new unit tests.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
785 * Upgrade to Python 3.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
786 * Added requirements file for ``pip`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
787 * Gigantic change to basically make PieCrust 2 vaguely functional.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
788 * Added unit tests (using ``py.test`` ) for ``Configuration`` .
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
789 * Re-arranged modules to reduce dependencies to builtin stuff.
1856e7aa6ce8 cm: Update changelog.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
790 * Initial commit.