comparison docs/pages/support/changelog.md @ 798:6997ab31fc2d 2.0.0rc2

cm: Regenerate the CHANGELOG.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 07 Sep 2016 23:15:52 -0700
parents 377f4b626e74
children a3f74fa0c826
comparison
equal deleted inserted replaced
797:be8b233cc69a 798:6997ab31fc2d
4 --- 4 ---
5 5
6 # Changelog 6 # Changelog
7 7
8 8
9 ## 1. PieCrust 2.0.0rc1 (2016-06-09) 9 ## 1. PieCrust 2.0.0rc2 (2016-09-07)
10 10
11 11
12 ### 1.0 Commands 12 ### 1.0 Commands
13 13
14 * init: Use a better config template when creating websites. 14 * admin: Correctly flush loggers before exiting.
15 * themes: Simplify ``themes`` command. 15 * admin: Don't crash when the site isn't in a source control repository.
16 * themes: Expand ``~`` paths, fix error message. 16 * admin: Fix API changes, don't crash the dashboard on non-binary WIP files.
17 * bake: Fix some crashes with new blog archive/taxonomy for incremental bakes. 17 * admin: Fix crash when running the `admin` command.
18 * admin: Add support for ``.well-known`` folder. 18 * admin: Fix various crashes caused by incorrect Blueprint setup.
19 * admin: Fixes for the Git support.
20 * admin: Make the whole FoodTruck site into a blueprint.
21 * bake: Add the list of deleted files to the bake/processing records.
22 * bake: Fix how slugified taxonomy terms are handled.
23 * bake: Print slightly better debug information.
24 * chef: Don't crash when running `chef` outside of a website.
25 * chef: Make all the commands descriptions fit in one line.
26 * plugins: Abort the command if there's no site.
27 * plugins: Don't crash when running the `chef plugins` command outside a site.
28 * prepare: Add ablity to run an editor program after creating the page file.
29 * prepare: Use the same convention as other commands with sub-commands.
30 * publish: Add SFTP publisher.
31 * publish: Add support for `--preview` for the SFTP publisher.
32 * publish: Fix crash.
33 * publish: Fix stupid typo.
34 * publish: Make publisher more powerful and better exposed on the command line.
35 * showrecord: Fix some crashes and incorrect information.
36 * themes: No parameters shoudl make the help text show up.
37
38 ### 1.1 Core
39
40 * config: Fix how we parse the root URL to allow for absolute and user URLs.
41 * data: Fix debug information for the blog data provider.
42 * internal: Add missing timer scope.
43 * internal: Add missing timer scope.
44 * internal: Don't strip the trailing slash when we get the root URL exactly.
45 * internal: Move admin panel code into the piecrust package.
46 * routing: Add some backwards compatibility support for parameter types.
47 * routing: Don't mistakenly raise errors about incorrect variadic parameters.
48 * routing: Simplify how route functions are declared and handled.
49 * routing: Simplify how routes are defined.
50
51 ### 1.2 Bugfixes
52
53 * bug: Fix possible crash with overlapping pages.
54
55 ### 1.3 Project
56
57 * cm: Declare PieCrust as a Python 3 only package.
58 * docs: Add documentation about the SFTP publisher.
59 * docs: Fix outdated routing in the configuration file.
60 * docs: Tutorial chapter about adding pages.
61 * docs: Update documentation on routing.
62 * tests: Add more `showconfig` tests.
63 * tests: Add tests for publishers.
64 * tests: Fix crash when reporting 404 errors during server tests.
65 * tests: Fix some CLI tests.
66 * tests: Make it possible to run FoodTruck tests.
67 * tests: Try and finally fix the time-based tests.
68
69 ## 2. PieCrust 2.0.0rc1 (2016-06-09)
70
71
72 ### 2.0 Commands
73
74 * admin: Add support for Git source-control.
75 * admin: Add support for `.well-known` folder.
76 * admin: Fix OS-specific new line problems when editing pages.
19 * admin: Fix crash when previewing a website. 77 * admin: Fix crash when previewing a website.
20 * serve: Fix some problems with trailing slashes.
21 * routes: Show the route template function.
22 * purge: Delete the whole cache directory, not just the current sub-cache.
23 * bake: Add blog archives generator.
24 * bake: Add the timestamp of the page to each record entry.
25 * bake: Fix some bugs with taxonomy combinations.
26 * bake: Replace hard-coded taxonomy support with "generator" system.
27 * themes: Add support for loading from a library of themes.
28 * bake: Don't clean the ``baker`` cache on a force bake.
29 * bake: Some more optimizations.
30 * showrecord: Don't print the record when you just want the stats.
31 * bake: Re-enable faster serialization between processes.
32 * bake: Add stat about aborted jobs
33 * bake: Use threads to read/write from/to the main arbitrator process.
34 * bake: Show more stats.
35 * bake: Use standard pickle and queue for now to fix some small issues.
36 * bake: Fix a crash when a rendering error occurs.
37 * chef: Fix ``--debug-only`` argument.
38 * bake: Change ``show-timers`` to ``show-stats`` , add stats.
39 * serve: Fix some crashes introduced by recent refactor.
40 * admin: Fix crash when running FoodTruck as a standalone web app. 78 * admin: Fix crash when running FoodTruck as a standalone web app.
41 * themes: Add support for a ``--theme`` argument to ``chef`` . 79 * admin: Run the asset pipeline before showing the admin panel.
42 * admin: Add support for Git source-control.
43 * admin: Fix OS-specific new line problems when editing pages.
44 * admin: Show a more classic blog post listing in FoodTruck. 80 * admin: Show a more classic blog post listing in FoodTruck.
45 * admin: run an asset processing loop in the background. 81 * admin: run an asset processing loop in the background.
46 * admin: Run the asset pipeline before showing the admin panel. 82 * bake: Add blog archives generator.
47 83 * bake: Add stat about aborted jobs
48 ### 1.1 Core 84 * bake: Add the timestamp of the page to each record entry.
85 * bake: Change `show-timers` to `show-stats`, add stats.
86 * bake: Don't clean the `baker` cache on a force bake.
87 * bake: Fix a crash when a rendering error occurs.
88 * bake: Fix some bugs with taxonomy combinations.
89 * bake: Fix some crashes with new blog archive/taxonomy for incremental bakes.
90 * bake: Re-enable faster serialization between processes.
91 * bake: Replace hard-coded taxonomy support with "generator" system.
92 * bake: Show more stats.
93 * bake: Some more optimizations.
94 * bake: Use standard pickle and queue for now to fix some small issues.
95 * bake: Use threads to read/write from/to the main arbitrator process.
96 * chef: Fix `--debug-only` argument.
97 * init: Use a better config template when creating websites.
98 * purge: Delete the whole cache directory, not just the current sub-cache.
99 * routes: Show the route template function.
100 * serve: Fix some crashes introduced by recent refactor.
101 * serve: Fix some problems with trailing slashes.
102 * showrecord: Don't print the record when you just want the stats.
103 * themes: Add support for a `--theme` argument to `chef`.
104 * themes: Add support for loading from a library of themes.
105 * themes: Expand `~` paths, fix error message.
106 * themes: Simplify `themes` command.
107
108 ### 2.1 Core
49 109
50 * data: Make the blog provider give usable data to the year archive routes. 110 * data: Make the blog provider give usable data to the year archive routes.
51 * templating: Make the 'categories' taxonomy use a 'pccaturl' function again. 111 * data: Support both objects and dictionaries in `MergedMapping`.
112 * debug: Pass the exceptions untouched when debugging.
113 * debug: Show more stuff pertaining to data providers in the debug window.
114 * formatting: Add a `hoedown` formatter.
115 * formatting: Don't import `hoedown` until we need it.
116 * internal: Bump cache version.
117 * internal: Don't run regexes for the 99% case of pages with no segments.
118 * internal: Fix a bug with registering taxonomy terms that are not strings.
119 * internal: Fix compatibility with older Python 3.x.
120 * internal: Fix incorrect check for cache times.
121 * internal: Fix some bugs with the `fastpickle` module.
122 * internal: Get rid of the whole "sub cache" business.
123 * internal: Improve how theme configuration is validated and merged.
124 * internal: More work/fixes on how default/theme/user configs are merged.
125 * internal: Move some basic FoodTruck SCM code to the base.
126 * internal: Prevent crash because of missing logger.
127 * internal: Refactor config loading some more.
128 * internal: Remove exception logging that shouldn't happen. Better message.
52 * internal: Remove threading stuff we don't need anymore. 129 * internal: Remove threading stuff we don't need anymore.
130 * internal: Remove unused code.
131 * internal: Remove unused import.
132 * internal: Remove unused piece of code.
133 * internal: Update the cache version to force re-gen the configuration settings.
134 * render: Change how we store render passes info.
135 * rendering: Use `fastpickle` serialization before JSON.
136 * routing: Cleanup URL routing and improve page matching.
53 * routing: Correctly call the underlying route template function from a merged one. 137 * routing: Correctly call the underlying route template function from a merged one.
54 * routing: Fix problems with route functions. 138 * routing: Fix problems with route functions.
55 * templating: Make blog archives generator expose more templating data. 139 * templating: Make blog archives generator expose more templating data.
140 * templating: Make the 'categories' taxonomy use a 'pccaturl' function again.
141 * templating: Use HTTPS URLs for a couple things.
142
143 ### 2.2 Bugfixes
144
56 * bug: Also look for format changes when determining if a page needs parsing. 145 * bug: Also look for format changes when determining if a page needs parsing.
57 * internal: Update the cache version to force re-gen the configuration settings. 146
58 * routing: Cleanup URL routing and improve page matching. 147 ### 2.3 Project
59 * internal: Remove unused code. 148
60 * rendering: Use ``fastpickle`` serialization before JSON. 149 * cm: Add AppVeyor support.
61 * internal: Prevent crash because of missing logger. 150 * cm: Add generation of Mardown changelog suitable for the online documentation.
62 * internal: Fix some bugs with the ``fastpickle`` module. 151 * cm: Add generation of online changelog to the release task.
63 * debug: Pass the exceptions untouched when debugging. 152 * cm: Also test Python 3.5 with Travis.
64 * debug: Show more stuff pertaining to data providers in the debug window. 153 * cm: Don't always generation the version when running `setuptools`.
65 * data: Support both objects and dictionaries in ``MergedMapping`` . 154 * cm: Don't raise an exception when no version file exists.
66 * internal: Remove exception logging that shouldn't happen. Better message. 155 * cm: Fix `setup.py` script.
67 * internal: Remove unused piece of code. 156 * cm: Fix a packaging bug, update package metadata.
68 * templating: Use HTTPS URLs for a couple things. 157 * cm: Ignore `py.test` cache.
69 * internal: Don't run regexes for the 99% case of pages with no segments. 158 * cm: Ignore bdist output directory.
70 * internal: Fix compatibility with older Python 3.x. 159 * cm: Improve documentation generation script.
71 * internal: Remove unused import. 160 * cm: It's fun to send typos to Travis-CI.
72 * render: Change how we store render passes info. 161 * cm: Make Travis-CI test packaging.
73 * formatting: Don't import ``hoedown`` until we need it. 162 * cm: Regenerate the CHANGELOG.
74 * formatting: Add a ``hoedown`` formatter. 163 * docs: Add changelog page.
75 * internal: Fix incorrect check for cache times. 164 * docs: Add information on more global `chef` options.
76 * internal: More work/fixes on how default/theme/user configs are merged. 165 * docs: Use HTTPS version of Google Fonts.
77 * internal: Bump cache version. 166 * docs: Use new config variants format.
78 * internal: Refactor config loading some more. 167 * docs: Very basic theme documentation.
79 * internal: Improve how theme configuration is validated and merged.
80 * internal: Get rid of the whole "sub cache" business.
81 * internal: Fix a bug with registering taxonomy terms that are not strings.
82 * internal: Move some basic FoodTruck SCM code to the base.
83
84 ### 1.2 Project
85
86 * docs: Write about generators and data providers, update all related topics. 168 * docs: Write about generators and data providers, update all related topics.
87 * cm: Add generation of online changelog to the release task. 169 * tests: Add ability to run tests with a theme site.
88 * docs: Add changelog page. 170 * tests: Add another app config test.
89 * cm: Add generation of Mardown changelog suitable for the online documentation. 171 * tests: Add more tests for merged mappings.
90 * tests: the ``PageBaker`` now needs to be shutdown.
91 * cm: Fix ``setup.py`` script.
92 * docs: Use HTTPS version of Google Fonts.
93 * tests: Add some tests for blog archives and multi-blog features. 172 * tests: Add some tests for blog archives and multi-blog features.
94 * tests: Add more tests for merged mappings. 173 * tests: Fix logic for making time-based tests not fail randomly.
95 * cm: Ignore bdist output directory.
96 * cm: Fix a packaging bug, update package metadata.
97 * tests: Add another app config test.
98 * cm: It's fun to send typos to Travis-CI.
99 * cm: Don't raise an exception when no version file exists.
100 * cm: Make Travis-CI test packaging.
101 * cm: Don't always generation the version when running ``setuptools`` .
102 * tests: Add ability to run tests with a theme site.
103 * tests: Improve failure reporting. 174 * tests: Improve failure reporting.
104 * cm: Add AppVeyor support. 175 * tests: the `PageBaker` now needs to be shutdown.
105 * cm: Also test Python 3.5 with Travis. 176
106 * cm: Improve documentation generation script. 177 ### 2.4 Miscellaneous
107 * cm: Ignore ``py.test`` cache. 178
108 * docs: Use new config variants format.
109 * tests: Fix logic for making time-based tests not fail randomly.
110 * docs: Add information on more global ``chef`` options.
111
112 ### 1.3 Miscellaneous
113
114 * Merge changes.
115 * Merge changes.
116 * jinja: Add ``md5`` filter.
117 * Fix 404 broken link 179 * Fix 404 broken link
118 180 * jinja: Add `md5` filter.
119 ## 2. PieCrust 2.0.0b5 (2016-02-16) 181
120 182 ## 3. PieCrust 2.0.0b5 (2016-02-16)
121 183
122 ### 2.0 Commands 184
123 185 ### 3.0 Commands
186
187 * admin: Don't require `bcrypt` for running FoodTruck with `chef`.
124 * admin: Remove settings view. 188 * admin: Remove settings view.
125 * admin: Don't require ``bcrypt`` for running FoodTruck with ``chef`` . 189
126 190 ### 3.1 Core
127 ### 2.1 Core
128 191
129 * internal: Remove SyntaxWarning from MacOS wrappers. 192 * internal: Remove SyntaxWarning from MacOS wrappers.
130 193
131 ### 2.2 Project 194 ### 3.3 Project
132 195
196 * cm: Exclude the correct directories from vim-gutentags.
197 * cm: Fix CHANGELOG newlines on Windows.
198 * cm: Fix categorization of CHANGELOG entries for new commands.
199 * cm: Fixes and tweaks to the documentation generation task.
200 * cm: Get a new version of pytest-cov to avoid a random multiprocessing bug.
201 * cm: Ignore more things for pytest.
202 * cm: Move all scripts into a `garcon` package with `invoke` support.
203 * cm: Regenerate the CHANGELOG.
133 * cm: Regenerate the CHANGELOG. 204 * cm: Regenerate the CHANGELOG.
134 * cm: Tweaks to the release script. 205 * cm: Tweaks to the release script.
135 * cm: Fix CHANGELOG newlines on Windows. 206 * cm: Update node module versions.
136 * cm: Update npm modules and bower packages before making a release. 207 * cm: Update npm modules and bower packages before making a release.
137 * cm: Fixes and tweaks to the documentation generation task.
138 * cm: Update node module versions.
139 * cm: Update the node modules before building the documentation. 208 * cm: Update the node modules before building the documentation.
140 * cm: Get a new version of pytest-cov to avoid a random multiprocessing bug. 209
141 * cm: Ignore more things for pytest. 210 ## 4. PieCrust 2.0.0b4 (2016-02-09)
142 * cm: Move all scripts into a ``garcon`` package with ``invoke`` support. 211
143 * cm: Exclude the correct directories from vim-gutentags. 212
144 * cm: Fix categorization of CHANGELOG entries for new commands. 213 ### 4.0 Commands
145 * cm: Regenerate the CHANGELOG. 214
146 215 * admin: Ability to configure SCM stuff per site.
147 ## 3. PieCrust 2.0.0b4 (2016-02-09) 216 * admin: Add "FoodTruck" admin panel from the side experiment project.
148 217 * admin: Add summary of page in source listing.
149
150 ### 3.0 Commands
151
152 * chef: Fix the ``--config-set`` option.
153 * admin: Make the publish UI handle new kinds of target configurations.
154 * admin: Fix crashes when creating a new page.
155 * admin: Fix responsive layout.
156 * admin: Use ``HGPLAIN`` for the Mercurial VCS provider.
157 * publish: Add option to change the source for the ``rsync`` publisher.
158 * publish: Change the ``shell`` config setting name for the command to run.
159 * publish: Add the ``rsync`` publisher.
160 * publish: Polish/refactor the publishing workflows.
161 * admin: Make the sidebar togglable for smaller screens.
162 * admin: Change the default admin server port to 8090, add ``--port`` option.
163 * admin: Improve publish logs showing as alerts in the admin panel.
164 * publish: Make the ``shell`` log update faster by flushing the pipe.
165 * publish: Add publish command.
166 * chef: Add ``--pid-file`` option.
167 * admin: Use the app directory, not the cwd, in case of ``--root`` .
168 * admin: Configuration changes.
169 * admin: Fix "Publish started" message showing up multiple times.
170 * admin: Show the install page if no secret key is available.
171 * admin: Prompt the user for a commit message when committing a page.
172 * admin: Fix creating pages.
173 * admin: Better UI for publishing websites. 218 * admin: Better UI for publishing websites.
174 * admin: Better error reporting, general clean-up. 219 * admin: Better error reporting, general clean-up.
220 * admin: Better production config for FoodTruck, provide proper first site.
221 * admin: Change the default admin server port to 8090, add `--port` option.
222 * admin: Configuration changes.
223 * admin: Dashboard UI cleaning, re-use utility function for page summaries.
224 * admin: Fix "Publish started" message showing up multiple times.
175 * admin: Fix constructor for Mercurial SCM. 225 * admin: Fix constructor for Mercurial SCM.
176 * admin: Set the ``DEBUG`` flag before the app runs so we can read it during setup. 226 * admin: Fix crashes when creating a new page.
177 * admin: Ability to configure SCM stuff per site. 227 * admin: Fix creating pages.
178 * admin: Better production config for FoodTruck, provide proper first site. 228 * admin: Fix responsive layout.
229 * admin: Improve publish logs showing as alerts in the admin panel.
179 * admin: Make sure we have a valid default site to start with. 230 * admin: Make sure we have a valid default site to start with.
180 * admin: Dashboard UI cleaning, re-use utility function for page summaries. 231 * admin: Make the publish UI handle new kinds of target configurations.
181 * admin: Add summary of page in source listing. 232 * admin: Make the sidebar togglable for smaller screens.
182 * admin: New ``admin`` command to manage FoodTruck-related things. 233 * admin: New `admin` command to manage FoodTruck-related things.
183 * admin: Add "FoodTruck" admin panel from the side experiment project. 234 * admin: Prompt the user for a commit message when committing a page.
235 * admin: Set the `DEBUG` flag before the app runs so we can read it during setup.
236 * admin: Show the install page if no secret key is available.
237 * admin: Use `HGPLAIN` for the Mercurial VCS provider.
238 * admin: Use the app directory, not the cwd, in case of `--root`.
239 * bake: Add a flag to know which record entries got collapsed from last run.
184 * bake: Add new performance timers. 240 * bake: Add new performance timers.
241 * bake: Add option to bake assets for FoodTruck. This is likely temporary.
185 * bake: Add support for a "known" page setting that excludes it from the bake. 242 * bake: Add support for a "known" page setting that excludes it from the bake.
186 * bake: Add option to bake assets for FoodTruck. This is likely temporary. 243 * bake: Don't re-setup logging for workers unless we're sure we need it.
244 * bake: Set the flags, don't combine.
245 * chef: Add `--debug-only` option to only show debug logging for a given logger.
246 * chef: Add `--pid-file` option.
247 * chef: Fix the `--config-set` option.
248 * publish: Add option to change the source for the `rsync` publisher.
249 * publish: Add publish command.
250 * publish: Add the `rsync` publisher.
251 * publish: Change the `shell` config setting name for the command to run.
252 * publish: Make the `shell` log update faster by flushing the pipe.
253 * publish: Polish/refactor the publishing workflows.
254 * routes: Add better support for taxonomy slugification.
255 * serve: Don't crash when looking at the debug info in a stand-alone window.
256 * serve: Extract some of the server's functionality into WSGI middlewares.
257 * serve: Fix corner cases where the pipeline doesn't run correctly.
258 * serve: Fix error reporting when the background pipeline fails.
259 * serve: Fix timing information in the debug window.
260 * serve: Improve debug information in the preview server.
261 * serve: Improve reloading and shutdown of the preview server.
262 * serve: Make it possible to preview pages with a custom root URL.
263 * serve: Refactor the server to make pieces usable by the debugging middleware.
264 * serve: Rewrite of the Server-Sent Event code for build notifications.
265 * serve: Werkzeug docs say you need to pass a flag with `wrap_file`.
266 * showconfig: Don't crash when the whole config should be shown.
267 * sources: Add code to support "interactive" metadata acquisition.
187 * sources: Add method to get a page factory from a path. 268 * sources: Add method to get a page factory from a path.
188 * sources: Add code to support "interactive" metadata acquisition. 269
189 * serve: Make it possible to preview pages with a custom root URL. 270 ### 4.1 Core
190 * serve: Fix corner cases where the pipeline doesn't run correctly. 271
191 * showconfig: Don't crash when the whole config should be shown. 272 * cli: Add `--no-color` option.
192 * bake: Don't re-setup logging for workers unless we're sure we need it. 273 * cli: More proper argument parsing for the main/root arguments.
193 * serve: Fix error reporting when the background pipeline fails. 274 * data: Fix a crash bug when no parent page is set on an iterator.
194 * chef: Add ``--debug-only`` option to only show debug logging for a given logger. 275 * debug: Don't show parentheses on redirected properties.
195 * routes: Add better support for taxonomy slugification. 276 * debug: Fix a crash when rendering debug info for some pages.
196 * serve: Improve reloading and shutdown of the preview server.
197 * serve: Don't crash when looking at the debug info in a stand-alone window.
198 * serve: Improve debug information in the preview server.
199 * serve: Refactor the server to make pieces usable by the debugging middleware.
200 * serve: Fix timing information in the debug window.
201 * serve: Extract some of the server's functionality into WSGI middlewares.
202 * serve: Rewrite of the Server-Sent Event code for build notifications.
203 * serve: Werkzeug docs say you need to pass a flag with ``wrap_file`` .
204 * bake: Add a flag to know which record entries got collapsed from last run.
205 * bake: Set the flags, don't combine.
206
207 ### 3.1 Core
208
209 * debug: Fix debug window CSS. 277 * debug: Fix debug window CSS.
210 * debug: Don't show parentheses on redirected properties.
211 * debug: Fix how the linker shows children/siblings/etc. in the debug window. 278 * debug: Fix how the linker shows children/siblings/etc. in the debug window.
279 * internal: Refactor the app configuration class.
280 * internal: Rename `raw_content` to `segments` since it's what it is.
212 * internal: Some fixes to the new app configuration. 281 * internal: Some fixes to the new app configuration.
213 * internal: Refactor the app configuration class. 282
214 * cli: More proper argument parsing for the main/root arguments. 283 ### 4.2 Bugfixes
215 * cli: Add ``--no-color`` option. 284
216 * internal: Rename ``raw_content`` to ``segments`` since it's what it is. 285 * bug: Correctly handle root URLs with special characters.
217 * bug: Fix a crash when some errors occur during page rendering. 286 * bug: Fix a crash when some errors occur during page rendering.
218 * data: Fix a crash bug when no parent page is set on an iterator. 287
219 * bug: Correctly handle root URLs with special characters. 288 ### 4.3 Project
220 * debug: Fix a crash when rendering debug info for some pages. 289
221 290 * cm: Add requirements for FoodTruck.
222 ### 3.2 Project 291 * cm: Add script to generate documentation.
223 292 * cm: Add some pretty little icons in the README.
293 * cm: CHANGELOG generator can handle future versions.
294 * cm: Fix Gulp config.
295 * cm: Ignore more stuff for CtrlP or Gutentags.
296 * cm: Merge the 2 foodtruck folders, cleanup.
297 * cm: Put Bower/Gulp/etc. stuff all at the root.
298 * docs: Add documentation about FoodTruck.
299 * docs: Add documentation about the `publish` command.
300 * docs: Add raw files for FoodTruck screenshots.
301 * docs: Add reference entry about the `site/slugify_mode` setting.
302 * docs: Fix broken link.
224 * docs: Make FoodTruck screenshots the proper size. 303 * docs: Make FoodTruck screenshots the proper size.
225 * cm: Add script to generate documentation. 304 * docs: Remove LessCSS dependencies in the tutorial, fix typos.
226 * docs: Add documentation about FoodTruck.
227 * docs: Add raw files for FoodTruck screenshots.
228 * docs: Add documentation about the ``publish`` command.
229 * cm: Add some pretty little icons in the README.
230 * tests: Add unicode tests for case-sensitive file-systems. 305 * tests: Add unicode tests for case-sensitive file-systems.
231 * cm: Merge the 2 foodtruck folders, cleanup.
232 * cm: Fix Gulp config.
233 * docs: Fix broken link.
234 * cm: Put Bower/Gulp/etc. stuff all at the root.
235 * cm: Add requirements for FoodTruck.
236 * cm: Ignore more stuff for CtrlP or Gutentags.
237 * tests: Fix (hopefully) time-sensitive tests. 306 * tests: Fix (hopefully) time-sensitive tests.
238 * cm: CHANGELOG generator can handle future versions. 307 * tests: Fix another broken test.
239 * docs: Remove LessCSS dependencies in the tutorial, fix typos. 308 * tests: Fix broken test.
240 * tests: Fix broken unit test. 309 * tests: Fix broken unit test.
241 * tests: Fix another broken test.
242 * docs: Add reference entry about the ``site/slugify_mode`` setting.
243 * tests: Fix broken test.
244 * tests: Print more information when a bake test fails to find an output file. 310 * tests: Print more information when a bake test fails to find an output file.
245 311
246 ## 4. PieCrust 2.0.0b3 (2015-08-01) 312 ## 5. PieCrust 2.0.0b3 (2015-08-01)
247 313
248 314
249 ### 4.0 Commands 315 ### 5.0 Commands
250 316
317 * import: Add some debug logging.
251 * import: Correctly convert unicode characters in site configuration. 318 * import: Correctly convert unicode characters in site configuration.
252 * import: Fix the PieCrust 1 importer. 319 * import: Fix the PieCrust 1 importer.
253 * import: Add some debug logging. 320
254 321 ### 5.1 Core
255 ### 4.1 Core
256 322
257 * internal: Fix a severe bug with the file-system wrappers on OSX. 323 * internal: Fix a severe bug with the file-system wrappers on OSX.
258 * templating: Make more date functions accept 'now' as an input. 324 * templating: Make more date functions accept 'now' as an input.
259 325
260 ### 4.2 Project 326 ### 5.3 Project
261 327
328 * cm: Add a Gutentags config file for `ctags` generation.
329 * cm: Changelog generator script.
330 * cm: Ignore Rope cache.
262 * cm: Update changelog. 331 * cm: Update changelog.
263 * cm: Changelog generator script.
264 * cm: Add a Gutentags config file for ``ctags`` generation.
265 * tests: Check accented characters work in configurations. 332 * tests: Check accented characters work in configurations.
266 * cm: Ignore Rope cache. 333
267 334 ## 6. PieCrust 2.0.0b2 (2015-07-29)
268 ## 5. PieCrust 2.0.0b2 (2015-07-29) 335
269 336
270 337 ### 6.0 Commands
271 ### 5.0 Commands
272 338
273 * prepare: More help about scaffolding. 339 * prepare: More help about scaffolding.
274 340
275 ### 5.1 Core 341 ### 6.2 Bugfixes
276 342
277 * bug: Fix crash running ``chef help scaffolding`` outside of a website. 343 * bug: Fix crash running `chef help scaffolding` outside of a website.
278 344
279 ## 6. PieCrust 2.0.0b1 (2015-07-29) 345 ## 7. PieCrust 2.0.0b1 (2015-07-29)
280 346
281 347
282 ### 6.0 Commands 348 ### 7.0 Commands
283 349
284 * prepare: Fix the RSS template.
285 * serve: Improve Jinja rendering error reporting.
286 * serve: Don't show the same error message twice.
287 * serve: Say what page a rendering error happened in.
288 * serve: Improve error reporting when pages are not found.
289 * bake: Add a processor to generate a Pygments style CSS file. 350 * bake: Add a processor to generate a Pygments style CSS file.
290 * bake: Fix logging configuration for multi-processing on Windows. 351 * bake: Fix logging configuration for multi-processing on Windows.
291 * themes: Improve CLI, add ``deactivate`` command. 352 * bake: Fix random crash with the Sass processor.
353 * bake: Set the worker ID in the configuration. It's useful.
354 * prepare: Fix the RSS template.
355 * serve: Don't show the same error message twice.
356 * serve: Fix a crash when matching taxonomy URLs with incorrect URLs.
357 * serve: Improve Jinja rendering error reporting.
358 * serve: Improve error reporting when pages are not found.
359 * serve: Say what page a rendering error happened in.
360 * serve: Try to serve taxonomy pages after all normal pages have failed.
361 * themes: Add a `link` sub-command to install a theme via a symbolic link.
362 * themes: Add config paths to the cache key.
292 * themes: Don't fixup template directories, it's actually better as-is. 363 * themes: Don't fixup template directories, it's actually better as-is.
293 * serve: Try to serve taxonomy pages after all normal pages have failed. 364 * themes: Fix crash when invoking command with no sub-command.
294 * serve: Fix a crash when matching taxonomy URLs with incorrect URLs. 365 * themes: Improve CLI, add `deactivate` command.
295 * bake: Fix random crash with the Sass processor.
296 * themes: Add a ``link`` sub-command to install a theme via a symbolic link.
297 * themes: Add config paths to the cache key.
298 * themes: Proper template path fixup for the theme configuration. 366 * themes: Proper template path fixup for the theme configuration.
299 * bake: Set the worker ID in the configuration. It's useful. 367
300 * themes: Fix crash when invoking command with no sub-command. 368 ### 7.1 Core
301 369
302 ### 6.1 Core 370 * config: Make sure `site/auto_formats` has at least `html`.
303 371 * formatting: Add support for Markdown extension configs.
304 * templating: Add ``now`` global to Jinja, improve date error message. 372 * internal: Correctly split sub URIs. Add unit tests.
305 * bug: Of course I broke something. Some exceptions need to pass through Jinja. 373 * internal: Fix some edge-cases for splitting sub-URIs.
374 * internal: Fix timing info.
375 * internal: Improve handling of taxonomy term slugification.
376 * internal: Return `None` instead of raising an exception when finding pages.
377 * templating: Add `now` global to Jinja, improve date error message.
378 * templating: Make Jinja support arbitrary extension, show warning for old stuff.
379 * templating: `highlight_css` can be passed the name of a Pygments style.
380
381 ### 7.2 Bugfixes
382
383 * bug: Fix a crash with the `ordered` page source when sorting pages.
306 * bug: Fix file-system wrappers for non-Mac systems. 384 * bug: Fix file-system wrappers for non-Mac systems.
307 * bug: Forgot to add a new file like a big n00b. 385 * bug: Forgot to add a new file like a big n00b.
308 * config: Make sure ``site/auto_formats`` has at least ``html`` . 386 * bug: Of course I broke something. Some exceptions need to pass through Jinja.
309 * internal: Return ``None`` instead of raising an exception when finding pages. 387
310 * internal: Improve handling of taxonomy term slugification. 388 ### 7.3 Project
311 * formatting: Add support for Markdown extension configs. 389
312 * templating: ``highlight_css`` can be passed the name of a Pygments style. 390 * cm: Add `unidecode` to requirements.
313 * bug: Fix a crash with the ``ordered`` page source when sorting pages. 391 * cm: Error in `.hgignore`. Weird.
314 * internal: Fix some edge-cases for splitting sub-URIs. 392 * cm: Fix benchmark website generation on Windows.
315 * internal: Fix timing info. 393 * cm: Ignore `.egg-info` stuff.
316 * templating: Make Jinja support arbitrary extension, show warning for old stuff.
317 * internal: Correctly split sub URIs. Add unit tests.
318
319 ### 6.2 Project
320
321 * tests: Help the Yaml loader figure out the encoding on Windows.
322 * cm: Re-fix Mac file-system wrappers. 394 * cm: Re-fix Mac file-system wrappers.
323 * cm: Add ``unidecode`` to requirements. 395 * docs: Add some API documentation.
324 * tests: Fix processing test after adding ``PygmentsStyleProcessor`` .
325 * docs: Use fenced code block syntax.
326 * docs: Add some syntax highlighting to tutorial pages. 396 * docs: Add some syntax highlighting to tutorial pages.
327 * docs: Make code prettier :)
328 * docs: Always use Pygments styles. Use the new CSS generation processor. 397 * docs: Always use Pygments styles. Use the new CSS generation processor.
329 * docs: Configure fenced code blocks in Markdown with Pygments highlighting. 398 * docs: Configure fenced code blocks in Markdown with Pygments highlighting.
330 * docs: Add some API documentation. 399 * docs: Make code prettier :)
331 * docs: Start a proper "code/API" section.
332 * cm: Error in ``.hgignore`` . Weird.
333 * docs: No need to specify the layout here.
334 * docs: Make the "deploying" page consistent with "publishing". 400 * docs: Make the "deploying" page consistent with "publishing".
335 * docs: More generic information about baking and publishing. 401 * docs: More generic information about baking and publishing.
402 * docs: No need to specify the layout here.
403 * docs: Start a proper "code/API" section.
404 * docs: Use fenced code block syntax.
405 * tests: Fix `find` tests on Windows.
406 * tests: Fix processing test after adding `PygmentsStyleProcessor`.
407 * tests: Fix processing tests on Windows.
336 * tests: Fix the Mustache tests on Windows. 408 * tests: Fix the Mustache tests on Windows.
337 * tests: Fix ``find`` tests on Windows. 409 * tests: Help the Yaml loader figure out the encoding on Windows.
338 * tests: Fix processing tests on Windows.
339 * tests: Normalize test paths using the correct method. 410 * tests: Normalize test paths using the correct method.
340 * cm: Fix benchmark website generation on Windows. 411
341 * cm: Ignore ``.egg-info`` stuff. 412 ### 7.4 Miscellaneous
342
343 ### 6.3 Miscellaneous
344 413
345 * bake/serve: Improve support for unicode, add slugification options. 414 * bake/serve: Improve support for unicode, add slugification options.
346 * cosmetic: Remove debug print here too. 415 * cosmetic: Remove debug print here too.
347 * cosmetic: Remove debug printing. 416 * cosmetic: Remove debug printing.
417 * jinja: Support `.j2` file extensions.
418 * less: Fix issues with the map file on Windows.
348 * sass: Overwrite the old map file with the new one always. 419 * sass: Overwrite the old map file with the new one always.
349 * less: Fix issues with the map file on Windows. 420
350 * jinja: Support ``.j2`` file extensions. 421 ## 8. PieCrust 2.0.0a13 (2015-07-14)
351 422
352 ## 7. PieCrust 2.0.0a13 (2015-07-14) 423
353 424 ### 8.0 Commands
354 425
355 ### 7.0 Commands 426 * bake: Fix a bug with copying assets when `pretty_urls` are disabled.
356 427
357 * bake: Fix a bug with copying assets when ``pretty_urls`` are disabled. 428 ### 8.2 Bugfixes
358 429
359 ### 7.1 Core 430 * bug: Correctly setup the environment/app for bake workers.
360
361 * bug: Fix copying of page assets during the bake. 431 * bug: Fix copying of page assets during the bake.
362 * bug: Correctly setup the environment/app for bake workers. 432
363 433 ## 9. PieCrust 2.0.0a12 (2015-07-14)
364 ## 8. PieCrust 2.0.0a12 (2015-07-14) 434
365 435
366 436 ### 9.0 Commands
367 ### 8.0 Commands 437
368 438 * bake: Abort "render first" jobs if we start using other pages.
439 * bake: Add CLI argument to specify job batch size.
440 * bake: Commonize worker pool code between html and asset baking.
441 * bake: Correctly use the `num_worers` setting.
442 * bake: Don't pass the previous record entries to the workers.
443 * bake: Enable multiprocess baking.
444 * bake: Improve bake record information.
445 * bake: Improve performance timers reports.
446 * bake: Make pipeline processing multi-process.
447 * bake: Optimize the bake by not using custom classes for passing info.
369 * bake: Pass the config variants and values from the CLI to the baker. 448 * bake: Pass the config variants and values from the CLI to the baker.
370 * bake: Add CLI argument to specify job batch size. 449 * bake: Pass the sub-cache directory to the bake workers.
450 * bake: Tweaks to the `sitemap` processor. Add tests.
371 * bake: Use batched jobs in the worker pool. 451 * bake: Use batched jobs in the worker pool.
372 * bake: Correctly use the ``num_worers`` setting. 452 * serve: Fix bug with creating routing metadata from the URL.
373 * bake: Abort "render first" jobs if we start using other pages. 453 * serve: Fix crash on start.
374 * bake: Don't pass the previous record entries to the workers.
375 * bake: Optimize the bake by not using custom classes for passing info.
376 * serve: Use Werkzeug's HTTP exceptions correctly. 454 * serve: Use Werkzeug's HTTP exceptions correctly.
377 * serve: Fix bug with creating routing metadata from the URL. 455
378 * bake: Commonize worker pool code between html and asset baking. 456 ### 9.1 Core
379 * bake: Tweaks to the ``sitemap`` processor. Add tests. 457
380 * bake: Pass the sub-cache directory to the bake workers. 458 * debug: Add support for more attributes for the debug info.
381 * bake: Improve performance timers reports. 459 * debug: Better debug info output for iterators, providers, and linkers.
382 * serve: Fix crash on start. 460 * debug: Fix serving of resources now that the module moved to a sub-folder.
383 * bake: Improve bake record information. 461 * debug: Log error when an exception gets raised during debug info building.
384 * bake: Make pipeline processing multi-process. 462 * internal: Add a `fastpickle` module to help with multiprocess serialization.
385 * bake: Enable multiprocess baking. 463 * internal: Add support for fake pickling of date/time structures.
386 464 * internal: Add utility function for incrementing performance timers.
387 ### 8.1 Core 465 * internal: Allow re-registering performance timers.
388 466 * internal: Create full route metadata in one place.
389 * bug: Fix CLI crash caused by configuration variants. 467 * internal: Fix caches being orphaned from their directory.
468 * internal: Floats are also allowed in configurations, duh.
390 * internal: Handle data serialization more under the hood. 469 * internal: Handle data serialization more under the hood.
391 * internal: Add support for fake pickling of date/time structures.
392 * internal: Just use the plain old standard function. 470 * internal: Just use the plain old standard function.
471 * internal: Move `MemCache` to the `cache` module, remove threading locks.
472 * internal: Optimize page data building.
473 * internal: Optimize page segments rendering.
474 * internal: Register performance timers for plugin components.
475 * internal: Remove unnecessary code.
476 * internal: Remove unnecessary import.
477 * linker: Add ability to return the parent and ancestors of a page.
478 * performance: Add profiling to the asset pipeline workers.
479 * performance: Compute default layout extensions only once.
480 * performance: Only use Jinja2 for rendering text if necessary.
481 * performance: Quick and dirty profiling support for bake workers.
482 * performance: Refactor how data is managed to reduce copying.
483 * performance: Use the fast YAML loader if available.
484 * render: Lazily import Textile package.
393 * rendering: Truly skip formatters that are not enabled. 485 * rendering: Truly skip formatters that are not enabled.
394 * templating: Let Jinja2 cache the parsed template for page contents. 486 * reporting: Better error messages for incorrect property access on data.
395 * internal: Add a ``fastpickle`` module to help with multiprocess serialization.
396 * bug: Fix infinite loop in Jinja2 rendering.
397 * performance: Only use Jinja2 for rendering text if necessary.
398 * performance: Use the fast YAML loader if available.
399 * performance: Add profiling to the asset pipeline workers.
400 * internal: Remove unnecessary import.
401 * performance: Refactor how data is managed to reduce copying.
402 * bug: Fix routing bug introduced by 21e26ed867b6.
403 * bug: Fix a crash when errors occur while processing an asset.
404 * reporting: Print errors that occured during pipeline processing. 487 * reporting: Print errors that occured during pipeline processing.
405 * templating: Add modification time of the page to the template data. 488 * templating: Add modification time of the page to the template data.
406 * reporting: Better error messages for incorrect property access on data. 489 * templating: Fix Pystache template engine.
407 * internal: Floats are also allowed in configurations, duh. 490 * templating: Let Jinja2 cache the parsed template for page contents.
408 * internal: Create full route metadata in one place.
409 * templating: Workaround for a bug with Pystache. 491 * templating: Workaround for a bug with Pystache.
410 * templating: Fix Pystache template engine. 492
411 * performance: Compute default layout extensions only once. 493 ### 9.2 Bugfixes
412 * performance: Quick and dirty profiling support for bake workers. 494
413 * internal: Fix caches being orphaned from their directory. 495 * bug: Fix CLI crash caused by configuration variants.
414 * render: Lazily import Textile package. 496 * bug: Fix a crash when errors occur while processing an asset.
415 * internal: Remove unnecessary code. 497 * bug: Fix infinite loop in Jinja2 rendering.
416 * internal: Optimize page data building. 498 * bug: Fix routing bug introduced by 21e26ed867b6.
417 * internal: Optimize page segments rendering. 499
418 * internal: Add utility function for incrementing performance timers. 500 ### 9.3 Project
419 * internal: Move ``MemCache`` to the ``cache`` module, remove threading locks. 501
420 * internal: Register performance timers for plugin components. 502 * cm: Add script to generate benchmark websites.
421 * internal: Allow re-registering performance timers.
422 * debug: Fix serving of resources now that the module moved to a sub-folder.
423 * debug: Better debug info output for iterators, providers, and linkers.
424 * debug: Add support for more attributes for the debug info.
425 * debug: Log error when an exception gets raised during debug info building.
426 * linker: Add ability to return the parent and ancestors of a page.
427
428 ### 8.2 Project
429
430 * cm: Fix wrong directory for utilities. 503 * cm: Fix wrong directory for utilities.
431 * cm: Add script to generate benchmark websites. 504 * cm: Move build directory to util to avoid conflicts with pip.
432 * cm: Use Travis CI's new infrastructure. 505 * cm: Use Travis CI's new infrastructure.
506 * docs: Add the `--pre` flag to `pip install` while PieCrust is in beta.
507 * tests: Add pipeline processing tests.
433 * tests: Fix Jinja2 test. 508 * tests: Fix Jinja2 test.
434 * cm: Move build directory to util to avoid conflicts with pip.
435 * tests: Fix crash in processing tests. 509 * tests: Fix crash in processing tests.
436 * tests: Add pipeline processing tests. 510
437 * docs: Add the ``--pre`` flag to ``pip install`` while PieCrust is in beta. 511 ### 9.4 Miscellaneous
438
439 ### 8.3 Miscellaneous
440 512
441 * Fixed 'bootom' to 'bottom' 513 * Fixed 'bootom' to 'bottom'
442 * markdown: Cache the formatter once. 514 * markdown: Cache the formatter once.
443 515
444 ## 9. PieCrust 2.0.0a11 (2015-05-18) 516 ## 10. PieCrust 2.0.0a11 (2015-05-18)
445 517
446 518
447 ### 9.0 Commands 519 ### 10.0 Commands
448 520
449 * bake: Return all errors from a bake record entry when asked for it. 521 * bake: Return all errors from a bake record entry when asked for it.
450 * serve: Fix bug where ``?!debug`` doesn't get appending correctly. 522 * serve: Fix bug where `?!debug` doesn't get appending correctly.
451 * serve: Remove development assert. 523 * serve: Remove development assert.
452 524
453 ### 9.1 Core 525 ### 10.1 Core
454 526
455 * linker: Fix linker returning the wrong value for ``is_dir`` in some situations. 527 * data: Fix regression bug with accessing page metadata that doesn't exist.
456 * linker: Fix error when trying to list non-existing children. 528 * linker: Fix error when trying to list non-existing children.
529 * linker: Fix linker returning the wrong value for `is_dir` in some situations.
457 * pagination: Fix regression bug with previous/next posts. 530 * pagination: Fix regression bug with previous/next posts.
458 * data: Fix regression bug with accessing page metadata that doesn't exist. 531
459 532 ### 10.3 Project
460 ### 9.2 Project 533
461 534 * tests: Add support for testing the Chef server.
535 * tests: Also mock `open` in Jinja to be able to use templates in bake tests.
536 * tests: Fail bake tests with a proper error message when bake fails.
462 * tests: More accurate marker position for diff'ing strings. 537 * tests: More accurate marker position for diff'ing strings.
463 * tests: Fail bake tests with a proper error message when bake fails.
464 * tests: Move all bakes/cli/servings tests files to have a YAML extension. 538 * tests: Move all bakes/cli/servings tests files to have a YAML extension.
465 * tests: Also mock ``open`` in Jinja to be able to use templates in bake tests. 539
466 * tests: Add support for testing the Chef server. 540 ### 10.4 Miscellaneous
467 541
468 ### 9.3 Miscellaneous 542 * jinja: Look for `html` extension first instead of last.
469 543
470 * jinja: Look for ``html`` extension first instead of last. 544 ## 11. PieCrust 2.0.0a10 (2015-05-15)
471 545
472 ## 10. PieCrust 2.0.0a10 (2015-05-15) 546
473 547 ### 11.3 Project
474 548
475 ### 10.2 Project 549 * setup: Add `requirements.txt` to `MANIFEST.in` so it can be used by the setup.
476 550
477 * setup: Add ``requirements.txt`` to ``MANIFEST.in`` so it can be used by the setup. 551 ## 12. PieCrust 2.0.0a9 (2015-05-11)
478 552
479 ## 11. PieCrust 2.0.0a9 (2015-05-11) 553
480 554 ### 12.0 Commands
481 555
482 ### 11.0 Commands 556 * serve: Add a WSGI utility module for easily getting a default app.
483
484 * serve: Add a generic WSGI app factory. 557 * serve: Add a generic WSGI app factory.
485 * serve: Compatibility with ``mod_wsgi`` .
486 * serve: Add a WSGI utility module for easily getting a default app.
487 * serve: Add ability to suppress the debug info window programmatically. 558 * serve: Add ability to suppress the debug info window programmatically.
488 * serve: Split the server code in a couple modules inside a ``serving`` package. 559 * serve: Compatibility with `mod_wsgi`.
489 560 * serve: Split the server code in a couple modules inside a `serving` package.
490 ### 11.1 Core 561
491 562 ### 12.1 Core
492 * internal: Make it possible to pass ``argv`` to the main Chef function. 563
493 * data: Fix problems with using non-existing metadata on a linked page. 564 * data: Fix problems with using non-existing metadata on a linked page.
565 * internal: Make it possible to pass `argv` to the main Chef function.
494 * routing: Fix bugs with matching URLs with correct route but missing metadata. 566 * routing: Fix bugs with matching URLs with correct route but missing metadata.
495 567
496 ### 11.2 Project 568 ### 12.3 Project
497 569
498 * tests: Add a Chef test for the ``find`` command. 570 * docs: Add documentation for deploying as a dynamic CMS.
571 * docs: Add lame bit of documentation on publishing your website.
572 * setup: Keep the requirements in sync between `setuptools` and `pip`.
573 * tests: Add a Chef test for the `find` command.
499 * tests: Add support for "Chef tests", which are direct CLI tests. 574 * tests: Add support for "Chef tests", which are direct CLI tests.
500 * docs: Add lame bit of documentation on publishing your website.
501 * docs: Add documentation for deploying as a dynamic CMS.
502 * tests: Fix serving unit-tests. 575 * tests: Fix serving unit-tests.
503 * setup: Keep the requirements in sync between ``setuptools`` and ``pip`` . 576
504 577 ## 13. PieCrust 2.0.0a8 (2015-05-03)
505 ## 12. PieCrust 2.0.0a8 (2015-05-03) 578
506 579
507 580 ### 13.0 Commands
508 ### 12.0 Commands 581
509 582 * bake: Fix crash when handling bake errors.
583 * serve: Giant refactor to change how we handle data when serving pages.
584 * serve: Refactoring and fixes to be able to serve taxonomy pages.
585 * sources: Default source lists pages in order.
586 * sources: Fix how the `autoconfig` source iterates over its structure.
510 * theme: Fix link to PieCrust documentation. 587 * theme: Fix link to PieCrust documentation.
511 * serve: Giant refactor to change how we handle data when serving pages. 588
512 * sources: Default source lists pages in order. 589 ### 13.1 Core
513 * serve: Refactoring and fixes to be able to serve taxonomy pages.
514 * sources: Fix how the ``autoconfig`` source iterates over its structure.
515 * bake: Fix crash when handling bake errors.
516
517 ### 12.1 Core
518 590
519 * caching: Use separate caches for config variants and other contexts. 591 * caching: Use separate caches for config variants and other contexts.
520 * linker: Don't put linker stuff in the config.
521 * config: Add method to deep-copy a config and validate its contents. 592 * config: Add method to deep-copy a config and validate its contents.
522 * internal: Return the first route for a source if no metadata match is needed. 593 * internal: Return the first route for a source if no metadata match is needed.
523 594 * linker: Don't put linker stuff in the config.
524 ### 12.2 Project 595
596 ### 13.3 Project
525 597
526 * tests: Changes to output report and hack for comparing outputs. 598 * tests: Changes to output report and hack for comparing outputs.
527 599
528 ### 12.3 Miscellaneous 600 ### 13.4 Miscellaneous
529 601
530 * Update development ``requirements.txt`` , add code coverage tools. 602 * Update `requirements.txt`.
531 * Update ``requirements.txt`` . 603 * Update development `requirements.txt`, add code coverage tools.
532 604
533 ## 13. PieCrust 2.0.0a7 (2015-04-20) 605 ## 14. PieCrust 2.0.0a7 (2015-04-20)
534 606
535 607
536 ### 13.0 Commands 608 ### 14.0 Commands
537 609
538 * import: Use the proper baker setting in the Jekyll importer.
539 * serve: Don't access the current render pass info after rendering is done.
540 * chef: Fix pre-parsing.
541 * chef: Add a ``--config-set`` option to set ad-hoc site configuration settings.
542 * find: Don't change the pattern when there's none.
543 * bake: Improve render context and bake record, fix incremental bake bugs. 610 * bake: Improve render context and bake record, fix incremental bake bugs.
544 * bake: Several bug taxonomy-related fixes for incorrect incremental bakes. 611 * bake: Several bug taxonomy-related fixes for incorrect incremental bakes.
545 * bake: Use a rotating bake record. 612 * bake: Use a rotating bake record.
613 * chef: Add a `--config-set` option to set ad-hoc site configuration settings.
614 * chef: Fix pre-parsing.
615 * find: Don't change the pattern when there's none.
616 * import: Use the proper baker setting in the Jekyll importer.
617 * serve: Don't access the current render pass info after rendering is done.
618 * serve: Fix crash on URI parsing.
546 * showrecord: Add ability to filter on the output path. 619 * showrecord: Add ability to filter on the output path.
547 * serve: Fix crash on URI parsing. 620
548 621 ### 14.1 Core
549 ### 13.1 Core 622
550 623 * config: Add `default_page_layout` and `default_post_layout` settings.
551 * data: Also expose XML date formatting as ``xmldate`` in Jinja. 624 * data: Also expose XML date formatting as `xmldate` in Jinja.
625 * internal: Fix stupid routing bug.
626 * internal: Remove unused code.
627 * internal: Template functions could potentially be called outside of a render.
628 * internal: Try handling URLs in a consistent way.
629 * internal: Use hashes for cache paths.
552 * pagination: Make pagination use routes to generate proper URLs. 630 * pagination: Make pagination use routes to generate proper URLs.
553 * internal: Remove unused code. 631
554 * config: Add ``default_page_layout`` and ``default_post_layout`` settings. 632 ### 14.3 Project
555 * internal: Template functions could potentially be called outside of a render. 633
556 * internal: Fix stupid routing bug. 634 * build: Put dev-only lib requirements into a `dev-requirements.txt` file.
557 * internal: Use hashes for cache paths. 635 * docs: Add "active page" style for the navigation menu.
558 * internal: Try handling URLs in a consistent way.
559
560 ### 13.2 Project
561
562 * docs: Add documentation for importing content from other engines. 636 * docs: Add documentation for importing content from other engines.
563 * build: Put dev-only lib requirements into a ``dev-requirements.txt`` file. 637 * docs: Add new site configuration settings to the reference documentation.
564 * docs: Add "active page" style for the navigation menu. 638 * tests: Add `os.rename` to the mocked functions.
639 * tests: Add more utility functions to the mock file-system.
640 * tests: Fix test.
565 * tests: Improve bake tests output, add support for partial output checks. 641 * tests: Improve bake tests output, add support for partial output checks.
566 * tests: Add more utility functions to the mock file-system. 642 * tests: Raise an exception instead of crashing rudely.
567 * docs: Add new site configuration settings to the reference documentation. 643 * tests: Remove debug output.
568 * tests: Support for YAML-based baking tests. Convert old code-based ones. 644 * tests: Support for YAML-based baking tests. Convert old code-based ones.
569 * tests: Remove debug output. 645
570 * tests: Add ``os.rename`` to the mocked functions. 646 ### 14.4 Miscellaneous
571 * tests: Fix test.
572 * tests: Raise an exception instead of crashing rudely.
573
574 ### 13.3 Miscellaneous
575 647
576 * cleancss: Fix stupid bug. 648 * cleancss: Fix stupid bug.
577 649
578 ## 14. PieCrust 2.0.0a6 (2015-03-30) 650 ## 15. PieCrust 2.0.0a6 (2015-03-30)
579 651
580 652
581 ### 14.0 Commands 653 ### 15.0 Commands
582 654
583 * import: Wordpress importer puts drafts in a ``draft`` folder. Ignore other statuses.
584 * plugins: Remove unused API endpoints.
585 * plugins: Fix crash for sites that don't specify a ``site/plugins`` setting.
586 * plugins: Change how plugins are loaded. Add a ``plugins`` command.
587 * import: Show help if no sub-command was specified.
588 * plugins: First pass for a working plugin loader functionality.
589 * import: Make the Wordpress importer extendable, rename it to ``wordpressxml`` .
590 * import: Add an XML-based Wordpress importer.
591 * sources: Make sure page sources have some basic config info they need.
592 * import: Put importer metadata on the class, and allow return values.
593 * import: Upgrade more settings for the PieCrust 1 importer.
594 * serve: Don't crash when a post URL doesn't match our expectations.
595 * serve: Correctly show timing info even when not in debug mode.
596 * theme: Fix the default theme's templates after changes in Jinja's wrapper.
597 * themes: Add the ``chef themes`` command
598 * sources: Generate proper slugs in the ``autoconfig`` and ``ordered`` sources.
599 * bake: Don't store internal config values in the bake record.
600 * sources: Use ``posts_*`` and ``items_*`` settings more appropriately.
601 * serve: Use Etags and 304 responses for assets.
602 * sources: The ordered source returns names without prefixes in ``listPath`` .
603 * sources: Fix a bug where the ``posts`` source wasn't correctly parsing URLs.
604 * sources: Refactor ``autoconfig`` source, add ``OrderedPageSource`` .
605 * bake: Don't include the site root when building output paths.
606 * serve: Fix a bug where empty route metadata is not the same as invalid route.
607 * serve: Print nested exception messages in the dev server.
608 * serve: Keep the ``?!debug`` when generating URLs if it is enabled.
609 * serve: Fix exiting the server with ``CTRL+C`` when the SSE response is running.
610 * serve: Don't expose the debug info right away when running with ``--debug`` .
611 * bake: Fix processing record bugs and error logging for external processes.
612 * bake: Change arguments to selectively bake to make them symmetrical.
613 * serve: Add server sent events for showing pipeline errors in the debug window.
614 * showrecord: Show the overall status (success/failed) of the bake.
615 * bake: Better error handling for site baking. 655 * bake: Better error handling for site baking.
616 * bake: Better error handling for the processing pipeline. 656 * bake: Better error handling for the processing pipeline.
617 * serve: Don't have 2 processing loops running when using ``--use-reloader`` . 657 * bake: Change arguments to selectively bake to make them symmetrical.
618 * theme: Updated "quickstart" text shown for new websites. 658 * bake: Changes in how assets directories are configured.
659 * bake: Don't include the site root when building output paths.
660 * bake: Don't store internal config values in the bake record.
661 * bake: Fix processing record bugs and error logging for external processes.
662 * bake: Remove `--portable` option until it's (maybe) implemented.
663 * import: Add an XML-based Wordpress importer.
664 * import: Make the Wordpress importer extendable, rename it to `wordpressxml`.
665 * import: Put importer metadata on the class, and allow return values.
666 * import: Show help if no sub-command was specified.
667 * import: Upgrade more settings for the PieCrust 1 importer.
668 * import: Wordpress importer puts drafts in a `draft` folder. Ignore other statuses.
669 * plugins: Change how plugins are loaded. Add a `plugins` command.
670 * plugins: First pass for a working plugin loader functionality.
671 * plugins: Fix crash for sites that don't specify a `site/plugins` setting.
672 * plugins: Remove unused API endpoints.
673 * prepare: Add user-defined scaffolding templates.
674 * serve: Add server sent events for showing pipeline errors in the debug window.
675 * serve: Correctly pass on the HTTP status code when an error occurs.
676 * serve: Correctly show timing info even when not in debug mode.
677 * serve: Don't crash when a post URL doesn't match our expectations.
678 * serve: Don't expose the debug info right away when running with `--debug`.
679 * serve: Don't have 2 processing loops running when using `--use-reloader`.
680 * serve: Fix a bug where empty route metadata is not the same as invalid route.
681 * serve: Fix exiting the server with `CTRL+C` when the SSE response is running.
682 * serve: Keep the `?!debug` when generating URLs if it is enabled.
683 * serve: Make the server find assets generated by external tools.
684 * serve: Print nested exception messages in the dev server.
619 * serve: Run the asset pipeline asynchronously. 685 * serve: Run the asset pipeline asynchronously.
620 * bake: Changes in how assets directories are configured. 686 * serve: Use Etags and 304 responses for assets.
621 * serve: Correctly pass on the HTTP status code when an error occurs.
622 * bake: Remove ``--portable`` option until it's (maybe) implemented.
623 * showrecord: Also show the pipeline record. 687 * showrecord: Also show the pipeline record.
624 * showrecord: Show relative paths. 688 * showrecord: Show relative paths.
625 * serve: Make the server find assets generated by external tools. 689 * showrecord: Show the overall status (success/failed) of the bake.
626 * prepare: Add user-defined scaffolding templates. 690 * sources: Fix a bug where the `posts` source wasn't correctly parsing URLs.
627 * sources: Pass any current mode to ``_populateMetadata`` when finding pages. 691 * sources: Generate proper slugs in the `autoconfig` and `ordered` sources.
628 692 * sources: Make sure page sources have some basic config info they need.
629 ### 14.1 Core 693 * sources: Pass any current mode to `_populateMetadata` when finding pages.
630 694 * sources: Refactor `autoconfig` source, add `OrderedPageSource`.
631 * data: Better error message for old date formats, add ``emaildate`` filter. 695 * sources: The ordered source returns names without prefixes in `listPath`.
632 * pagination: Add support for ``site/default_pagination_source`` . 696 * sources: Use `posts_*` and `items_*` settings more appropriately.
697 * theme: Fix the default theme's templates after changes in Jinja's wrapper.
698 * theme: Updated "quickstart" text shown for new websites.
699 * themes: Add the `chef themes` command
700
701 ### 15.1 Core
702
633 * config: Assign correct data endpoint for blogs to be v1-compatible. 703 * config: Assign correct data endpoint for blogs to be v1-compatible.
634 * internal: Add utility function to get a page from a source. 704 * config: Make YAML consider `omap` structures as normal maps.
635 * internal: Be more forgiving about building ``Taxonomy`` objects. Add ``setting_name`` . 705 * config: Make sure `site/plugins` is transformed into a list.
636 * config: Make sure ``site/plugins`` is transformed into a list. 706 * data: Add a top level wrapper for `Linker`.
637 * internal: Remove mentions of plugins directories and sources. 707 * data: Add ability for `IPaginationSource`s to specify how to get settings.
638 * config: Make YAML consider ``omap`` structures as normal maps. 708 * data: Better error message for old date formats, add `emaildate` filter.
709 * data: Correctly build pagination filters when we know items are pages.
710 * data: Don't nest filters in the paginator -- nest clauses instead.
639 * data: Fix incorrect next/previous page URLs in pagination data. 711 * data: Fix incorrect next/previous page URLs in pagination data.
712 * data: Fix typos and stupid errors.
713 * data: Improve the Linker and RecursiveLinker features. Add tests.
714 * data: Make the `Linekr` use the new `getSettingAccessor` API.
715 * data: Only expose the `family` linker.
640 * data: Temporary hack for asset URLs. 716 * data: Temporary hack for asset URLs.
641 * data: Don't nest filters in the paginator -- nest clauses instead. 717 * data: `Linker` refactor.
642 * data: Correctly build pagination filters when we know items are pages.
643 * internal: Re-use the cached resource directory.
644 * routing: Better generate URLs according to the site configuration.
645 * data: Add a top level wrapper for ``Linker`` .
646 * internal: Code reorganization to put less stuff in ``sources.base`` .
647 * internal: Fix bug with the default source when listing ``/`` path.
648 * data: ``Linker`` refactor.
649 * internal: Add support for "wildcard" loader in ``LazyPageConfigData`` .
650 * internal: Removing some dependency of filters and iterators on pages.
651 * internal: Make the simple page source use ``slug`` everywhere.
652 * data: Fix typos and stupid errors.
653 * data: Make the ``Linekr`` use the new ``getSettingAccessor`` API.
654 * data: Add ability for ``IPaginationSource`` s to specify how to get settings.
655 * data: Only expose the ``family`` linker.
656 * internal: Bump the processing record version.
657 * internal: Remove the (unused) ``new_only`` flag for pipeline processing.
658 * data: Improve the Linker and RecursiveLinker features. Add tests.
659 * internal: A bit of input validation for source APIs. 718 * internal: A bit of input validation for source APIs.
660 * internal: Add ability to get a default value if a config value doesn't exist. 719 * internal: Add ability to get a default value if a config value doesn't exist.
720 * internal: Add support for "wildcard" loader in `LazyPageConfigData`.
721 * internal: Add utility function to get a page from a source.
722 * internal: Be more forgiving about building `Taxonomy` objects. Add `setting_name`.
723 * internal: Bump the processing record version.
724 * internal: Code reorganization to put less stuff in `sources.base`.
725 * internal: Fix bug with the default source when listing `/` path.
726 * internal: Make the simple page source use `slug` everywhere.
727 * internal: Re-use the cached resource directory.
728 * internal: Remove mentions of plugins directories and sources.
729 * internal: Remove the (unused) `new_only` flag for pipeline processing.
730 * internal: Removing some dependency of filters and iterators on pages.
731 * pagination: Add support for `site/default_pagination_source`.
661 * render: Add support for a Mustache template engine. 732 * render: Add support for a Mustache template engine.
662 * render: Don't always use a ``.html`` extension for layouts. 733 * render: Don't always use a `.html` extension for layouts.
663 * render: When a template engine can't be found, show the correct name in the error. 734 * render: When a template engine can't be found, show the correct name in the error.
664 735 * routing: Better generate URLs according to the site configuration.
665 ### 14.2 Project 736
666 737 ### 15.3 Project
667 * docs: Quick support info page. 738
668 * tests: Add utility function to create multiple mock pages in one go. 739 * build: Add `pystache` to `requirements.txt`.
669 * tests: Add a blog data provider test. 740 * docs: A whole bunch of drafts for content model and reference pages.
670 * tests: Bad me, the tests were broken. Now they're fixed. 741 * docs: Add a page explaining how PieCrust works at a high level.
671 * docs: Add documentation on making a plugin. 742 * docs: Add documentation on making a plugin.
672 * docs: Add documentation on the asset pipeline. 743 * docs: Add documentation on the asset pipeline.
744 * docs: Add embryo of a documentation website.
745 * docs: Add information about the asset pipeline.
746 * docs: Add some general information on `chef`.
747 * docs: Add the ability to use Pygments highlighting.
748 * docs: Add website configuration page.
749 * docs: Change docs' templates after changes in Jinja's wrapper.
750 * docs: Documentation for iterators and filtering.
751 * docs: Documentation on website structure.
752 * docs: Fix URLs to the docs source.
673 * docs: Fix link, add another link. 753 * docs: Fix link, add another link.
674 * docs: A whole bunch of drafts for content model and reference pages.
675 * docs: Fix missing link. 754 * docs: Fix missing link.
676 * docs: Documentation for iterators and filtering. 755 * docs: Last part of the tutorial.
677 * docs: Add the ability to use Pygments highlighting. 756 * docs: More on creating websites.
757 * docs: More tutorial text.
678 * docs: Pagination and assets' documentation. 758 * docs: Pagination and assets' documentation.
679 * tests: Fixes for running on Windows. 759 * docs: Properly escape examples with Jinja markup.
760 * docs: Quick support info page.
761 * docs: Still adding more pages.
680 * docs: Still more documentation. 762 * docs: Still more documentation.
681 * docs: Properly escape examples with Jinja markup. 763 * docs: Tutorial part 1.
682 * docs: Last part of the tutorial.
683 * docs: More tutorial text.
684 * docs: Tutorial part 2. 764 * docs: Tutorial part 2.
685 * docs: Tweak CSS for boxed text. 765 * docs: Tweak CSS for boxed text.
686 * docs: Change docs' templates after changes in Jinja's wrapper. 766 * docs: Website configuration reference.
687 * docs: Add information about the asset pipeline. 767 * tests: Add a blog data provider test.
688 * docs: Add a page explaining how PieCrust works at a high level. 768 * tests: Add help functions to get and render a simple page.
689 * docs: Still adding more pages. 769 * tests: Add tests for Jinja template engine.
770 * tests: Add utility function to create multiple mock pages in one go.
771 * tests: Bad me, the tests were broken. Now they're fixed.
690 * tests: Fix linker tests. 772 * tests: Fix linker tests.
691 * docs: Website configuration reference.
692 * docs: Add website configuration page.
693 * docs: More on creating websites.
694 * docs: Documentation on website structure.
695 * docs: Add some general information on ``chef`` .
696 * docs: Tutorial part 1.
697 * docs: Fix URLs to the docs source.
698 * docs: Add embryo of a documentation website.
699 * tests: Fix tests for base sources. 773 * tests: Fix tests for base sources.
774 * tests: Fixes for running on Windows.
775 * tests: Patch `os.path.exists` and improve patching for `open`.
700 * tests: Remove debug output. 776 * tests: Remove debug output.
701 * tests: Add tests for Jinja template engine. 777
702 * build: Add ``pystache`` to ``requirements.txt`` . 778 ### 15.4 Miscellaneous
703 * tests: Patch ``os.path.exists`` and improve patching for ``open`` . 779
704 * tests: Add help functions to get and render a simple page. 780 * Add bower configuration file.
705 781 * Merge code changes.
706 ### 14.3 Miscellaneous 782 * Merge docs.
707 783 * Temporary root URL for publishing.
784 * Use the site root for docs assets.
708 * bake/serve: Fix how taxonomy index pages are setup and rendered. 785 * bake/serve: Fix how taxonomy index pages are setup and rendered.
786 * bake/serve: Make previewed and baked URLs consistent.
787 * builtin: Remove `plugins` command, it's not ready yet.
788 * cleancss: Add option to specify an output extension, like `.min.css`.
789 * cosmetic: Fix PEP8 spacing.
790 * cosmetic: Fix some PEP8 issues.
791 * cosmetic: Fix some PEP8 issues.
792 * cosmetic: PEP8 compliance.
709 * dataprovider: Use the setting name for a taxonomy to match page config values. 793 * dataprovider: Use the setting name for a taxonomy to match page config values.
710 * cleancss: Add option to specify an output extension, like ``.min.css`` .
711 * jinja: Add a global function to render Pygments' CSS styles. 794 * jinja: Add a global function to render Pygments' CSS styles.
712 * jinja: Fix Twig compatibility for block trimming. 795 * jinja: Fix Twig compatibility for block trimming.
796 * jinja: Provide a more "standard" Jinja configuration by default.
797 * less: Generate a proper, available URL for the LESS CSS map file.
798 * logging: If an error doesn't have a message, print its type.
799 * markdown: Let the user specify extensions in one line.
800 * oops: Remove debug print.
801 * processing: Add Compass and Sass processors.
802 * processing: Add `concat`, `uglifyjs` and `cleancss` processors.
803 * processing: Add ability to specify processors per mount.
804 * processing: Add more information to the pipeline record.
805 * processing: Don't fail if an asset we want to remove has already been removed.
806 * processing: More powerful syntax to specify pipeline processors.
807 * processing: Use the correct full path for mounts.
713 * sitemap: Fix broken API call. 808 * sitemap: Fix broken API call.
714 * jinja: Provide a more "standard" Jinja configuration by default.
715 * logging: If an error doesn't have a message, print its type.
716 * Use the site root for docs assets.
717 * Temporary root URL for publishing.
718 * Add bower configuration file.
719 * Merge docs.
720 * cosmetic: PEP8 compliance.
721 * bake/serve: Make previewed and baked URLs consistent.
722 * oops: Remove debug print.
723 * Merge code changes.
724 * less: Generate a proper, available URL for the LESS CSS map file.
725 * sitemap: Fixed typo bug. 809 * sitemap: Fixed typo bug.
726 * cosmetic: Fix PEP8 spacing. 810
727 * processing: Use the correct full path for mounts. 811 ## 16. PieCrust 2.0.0a5 (2015-01-03)
728 * processing: Don't fail if an asset we want to remove has already been removed. 812
729 * processing: Add ``concat`` , ``uglifyjs`` and ``cleancss`` processors. 813
730 * processing: More powerful syntax to specify pipeline processors. 814 ### 16.0 Commands
731 * markdown: Let the user specify extensions in one line. 815
732 * processing: Add ability to specify processors per mount. 816 * bake: Don't crash stupidly when there was no previous version.
733 * builtin: Remove ``plugins`` command, it's not ready yet. 817 * chef: Work around a bug in MacOSX where the default locale doesn't work.
734 * processing: Add Compass and Sass processors. 818 * find: Fix the `find` command, add more options.
735 * cosmetic: Fix some PEP8 issues. 819 * paths: properly format lists of paths.
736 * cosmetic: Fix some PEP8 issues. 820 * prepare: Show a more friendly user message when no arguments are given.
737 * processing: Add more information to the pipeline record. 821 * routes: Actually match metadata when finding routes, fix problems with paths.
738 822 * routes: Show regex patterns for routes.
739 ## 15. PieCrust 2.0.0a5 (2015-01-03)
740
741
742 ### 15.0 Commands
743
744 * routes: When matching URIs, return metadata directly instead of the match object. 823 * routes: When matching URIs, return metadata directly instead of the match object.
824 * serve: Add option to use the debugger without `--debug`.
745 * serve: Always force render the page being previewed. 825 * serve: Always force render the page being previewed.
746 * routes: Actually match metadata when finding routes, fix problems with paths. 826 * sources: Add `chef sources` command to list page sources.
747 * sources: Add an ``IListableSource`` interface for sources that can be listed. 827 * sources: Add an `IListableSource` interface for sources that can be listed.
748 * sources: Make the ``SimplePageSource`` more extensible, fix bugs in ``prose`` source. 828 * sources: Make the `SimplePageSource` more extensible, fix bugs in `prose` source.
749 * serve: Add option to use the debugger without ``--debug`` . 829
750 * routes: Show regex patterns for routes. 830 ### 16.1 Core
751 * chef: Work around a bug in MacOSX where the default locale doesn't work. 831
752 * bake: Don't crash stupidly when there was no previous version. 832 * linker: Actually implement the `Linker` class, and use it in the page data.
753 * prepare: Show a more friendly user message when no arguments are given. 833
754 * find: Fix the ``find`` command, add more options. 834 ### 16.3 Project
755 * sources: Add ``chef sources`` command to list page sources. 835
756 * paths: properly format lists of paths. 836 * build: Add Travis-CI config file.
757
758 ### 15.1 Core
759
760 * linker: Actually implement the ``Linker`` class, and use it in the page data.
761
762 ### 15.2 Project
763
764 * setup: Make version generation compatible with PEP440. 837 * setup: Make version generation compatible with PEP440.
765 * build: Add Travis-CI config file.
766 * tests: Add unit tests for routing classes. 838 * tests: Add unit tests for routing classes.
767 * tests: Fix serving test. 839 * tests: Fix serving test.
768 840
769 ### 15.3 Miscellaneous 841 ### 16.4 Miscellaneous
770 842
771 * cosmetic: pep8 compliance. 843 * Ability to output debug logging to `stdout` when running unit-tests.
772 * Moved all installation instructions to a new ``INSTALL`` file. 844 * Add Textile formatter.
845 * Add `--log-debug` option.
846 * Add `autoconfig` page source.
847 * Add `compressinja` to install/env requirements.
848 * Add `ctrlpignore` file.
849 * Add `help` function, cleanup argument handling.
850 * Add `import` command, Jekyll importer.
851 * Add `sitemap` processor.
852 * Add a `BakeScheduler` to handle build dependencies. Add unit-tests.
853 * Add ability for the processing pipeline to only process new assets.
854 * Add packaging and related files.
773 * Add support for KeyboardInterrupt in bake process. 855 * Add support for KeyboardInterrupt in bake process.
856 * Add support for Markdown extensions.
857 * Add the `paginate` filter to Jinja, activate `auto_reload`.
858 * Added requirements file for `pip`.
859 * Added unit tests (using `py.test`) for `Configuration`.
860 * Allow adding to the default content model instead of replacing it.
861 * Always use version generated by `setup.py`. Better version generation.
862 * Apparently Jinja doesn't understand `None` the way I thought.
863 * Better `prepare` command, with templates and help topics.
864 * Better combine user sources/routes with the default ones.
865 * Better date creation for blog post scaffolding.
866 * Better date/time handling for pages:
867 * Better error management and removal support in baking/processing.
868 * Better error reporting and cache validation.
869 * Better handling of Jinja configuration.
870 * Better support for times in YAML interop.
871 * Cache rendered segments to disk.
872 * Changes to `help` command and extendable commands:
873 * Changes to the asset processing pipeline:
874 * Check we don't give null values to the processing pipeline.
875 * Copy page assets to bake output, use correct slashes when serving assets.
876 * Correctly match skip patterns.
877 * Correctly set the `debug` flag on the app.
878 * Correctly set the current page on a pagination slicer.
879 * Cosmetic fix.
880 * Define page slugs properly, avoid recursions with debug data.
881 * Display page tags with default theme.
882 * Don't colour debug output.
883 * Don't complain about missing `pages` or `posts` directories by default.
884 * Don't fail if trying to clean up a file that has already been deleted.
885 * Don't look at theme sources in `chef prepare`.
886 * Don't look for tests inside the `build` directory.
887 * Don't recursively clean the cache.
888 * Don't stupidly crash in the RequireJS processor.
889 * Don't try to get the name of a source that doesn't have one.
890 * Don't use Werkzeug's reloader in non-debug mode unless we ask for it.
891 * Don't use file-system caching for rendered segments yet.
892 * Error out if `date` filter is used with PHP date formats.
893 * Exit with the proper code.
894 * First draft of the `prose` page source.
895 * Fix `setuptools` install.
896 * Fix a bug with page references in cases of failure. Add unit tests.
897 * Fix a bug with the posts source incorrectly escaping regex characters.
898 * Fix a crash when checking for timestamps on template files.
899 * Fix cache validation issue with rendered segments, limit disk access.
900 * Fix error reporting and counting of lines.
901 * Fix for pages listing pages from other sources.
902 * Fix generation of system messages.
903 * Fix how the `Paginator` gets the numer of items per page.
904 * Fix how we pass the out directory to the baking modules.
905 * Fix outdate information and bug in default theme's main page.
906 * Fix post sources datetimes by adding missing metadata when in "find" mode.
907 * Fix problems with asset URLs.
908 * Fix running `chef` outside of a website. Slightly better error reporting.
909 * Fix search for root folder. Must have been drunk when I wrote this originally.
910 * Fix some bugs with iterators, add some unit tests.
774 * Fix some indentation and line lengths. 911 * Fix some indentation and line lengths.
775 * First draft of the ``prose`` page source. 912 * Fix stupid bug in default source, add some unit tests.
776 * Simplify ``AutoConfigSource`` by inheriting from ``SimplePageSource`` . 913 * Fix stupid bug.
777 * Properly use, or not, the debugging when using the chef server. 914 * Fix stupid debug logging bug.
915 * Fix unit tests.
916 * Fixed a bug with the `shallow` source. Add unit tests.
917 * Fixed outdate information in error messages' footer.
918 * Fixes for Windows, make `findPagePath` return a ref path.
919 * Fixes to the `cache` Jinja tag.
920 * Forgot this wasn't C++.
921 * Get the un-paginated URL of a page early and pass that around.
922 * Gigantic change to basically make PieCrust 2 vaguely functional.
923 * Give the proper URL to `Paginator` in the `paginate` filter.
924 * Handle the case where the debug server needs to serve an asset created after it was started.
925 * I don't care what the YAML spec says, ordered maps are the only sane way.
926 * Ignore `setuptools` build directory.
927 * Ignore messages' counter.
928 * Improvements and fixes to incremental baking.
929 * Improvements to incremental baking and cache invalidating.
930 * In-place upgrade for PieCrust 1 sites.
931 * Initial commit.
932 * Jinja templating now has `spaceless`, `|keys` and `|values`.
933 * Make a nice error message when a layout hasn't been found.
934 * Make configuration class more like `dict`, add support for merging `dicts`.
935 * Make sure `.html` is part of auto-formats.
936 * Make template directories properly absolute.
937 * Make the `Assetor` iterate over paths.
778 * Match routes completely, not partially. 938 * Match routes completely, not partially.
779 * Make a nice error message when a layout hasn't been found. 939 * Mock `os.path.isfile`, and fix a few other test utilities.
780 * Better combine user sources/routes with the default ones.
781 * Forgot this wasn't C++.
782 * Split baking code in smaller files.
783 * Add ``ctrlpignore`` file.
784 * Add ``autoconfig`` page source.
785 * Pass date information to routing when building URLs.
786 * Don't fail if trying to clean up a file that has already been deleted.
787 * Fix unit tests.
788 * Fix a bug with page references in cases of failure. Add unit tests.
789 * Use ordered dictionaries to preserve priorities between auto-formats.
790 * Better date/time handling for pages:
791 * Switch the PieCrust server to debug mode with ``?!debug`` in the URL.
792 * Display page tags with default theme.
793 * Fix outdate information and bug in default theme's main page.
794 * Make configuration class more like ``dict`` , add support for merging ``dicts`` .
795 * Fixed outdate information in error messages' footer.
796 * Oops.
797 * Don't use Werkzeug's reloader in non-debug mode unless we ask for it.
798 * More installation information in the README file.
799 * Optimize server for files that already exist.
800 * Don't colour debug output.
801 * Ignore messages' counter.
802 * Handle the case where the debug server needs to serve an asset created after it was started.
803 * Add ability for the processing pipeline to only process new assets.
804 * Fix error reporting and counting of lines.
805 * Fix how we pass the out directory to the baking modules.
806 * Check we don't give null values to the processing pipeline.
807 * Update system messages.
808 * Add Textile formatter.
809 * Upgrade system messages to the new folder structure.
810 * Fix generation of system messages.
811 * Fix stupid bug.
812 * Better error management and removal support in baking/processing.
813 * Slightly more robust dependency handling for the LESS processor.
814 * Don't stupidly crash in the RequireJS processor.
815 * Changes to the asset processing pipeline:
816 * Cosmetic fix.
817 * Fix search for root folder. Must have been drunk when I wrote this originally.
818 * When possible, try and batch-load pages so we only lock once.
819 * Re-enable proper caching of rendered segments in server.
820 * Use cache paths that are easier to debug than hashes.
821 * Quick fix for making the server correctly update referenced pages.
822 * Prepare the server to support background asset pipelines.
823 * Fix post sources datetimes by adding missing metadata when in "find" mode.
824 * Properly add the config time to a page's datetime.
825 * Better support for times in YAML interop.
826 * Don't look for tests inside the ``build`` directory.
827 * Property clean all caches when force baking, except the ``app`` cache.
828 * Fix a bug with the posts source incorrectly escaping regex characters.
829 * Better ``prepare`` command, with templates and help topics.
830 * Changes to ``help`` command and extendable commands:
831 * Exit with the proper code.
832 * Add ``--log-debug`` option.
833 * Improvements and fixes to incremental baking.
834 * Fixed a bug with the ``shallow`` source. Add unit tests.
835 * Unused import.
836 * Use the ``OrderedDict`` correctly when fresh-loading the app config.
837 * More options for the ``showrecord`` command.
838 * Improvements to incremental baking and cache invalidating.
839 * PyYAML supports sexagesimal notation, so handle that for page times.
840 * Fixes to the ``cache`` Jinja tag.
841 * Remove unneeded trace.
842 * Merge changes.
843 * Allow adding to the default content model instead of replacing it.
844 * Ability to output debug logging to ``stdout`` when running unit-tests.
845 * Add a ``BakeScheduler`` to handle build dependencies. Add unit-tests.
846 * Don't complain about missing ``pages`` or ``posts`` directories by default.
847 * Support for installing from Git.
848 * Propertly create ``OrderedDict`` s when loading YAML.
849 * Better date creation for blog post scaffolding.
850 * Use ``SafeLoader`` instead of ``BaseLoader`` for Yaml parsing.
851 * Fix ``setuptools`` install.
852 * Ignore ``setuptools`` build directory.
853 * Always use version generated by ``setup.py`` . Better version generation.
854 * I don't care what the YAML spec says, ordered maps are the only sane way.
855 * Add ``compressinja`` to install/env requirements.
856 * Jinja templating now has ``spaceless`` , ``|keys`` and ``|values`` .
857 * PieCrust 1 import: clean empty directories and convert some config values.
858 * In-place upgrade for PieCrust 1 sites.
859 * Simple importer for PieCrust 1 websites.
860 * Print the help by default when running ``chef`` with no command.
861 * Add ``import`` command, Jekyll importer.
862 * Better handling of Jinja configuration.
863 * More robust Markdown configuration handling.
864 * Add ``help`` function, cleanup argument handling.
865 * Make template directories properly absolute.
866 * Processors can match on other things than just the extension.
867 * Use properly formatted date components for the blog sources.
868 * Setup the server better.
869 * Don't use file-system caching for rendered segments yet.
870 * Use the item name for the ``prepare`` command.
871 * Properly override pages between realms.
872 * Fix cache validation issue with rendered segments, limit disk access.
873 * Give the proper URL to ``Paginator`` in the ``paginate`` filter.
874 * Cache rendered segments to disk.
875 * Apparently Jinja doesn't understand ``None`` the way I thought.
876 * Don't recursively clean the cache.
877 * Correctly set the ``debug`` flag on the app.
878 * Proper debug logging.
879 * Fix a crash when checking for timestamps on template files.
880 * Error out if ``date`` filter is used with PHP date formats.
881 * Fix stupid debug logging bug.
882 * Better error reporting and cache validation.
883 * Fix running ``chef`` outside of a website. Slightly better error reporting.
884 * Don't look at theme sources in ``chef prepare`` .
885 * New site layout support.
886 * More unit tests, fix a bug with the skip patterns.
887 * Add ``sitemap`` processor.
888 * Get the un-paginated URL of a page early and pass that around.
889 * Fix problems with asset URLs.
890 * Make sure ``.html`` is part of auto-formats.
891 * Fix stupid bug in default source, add some unit tests.
892 * More unit tests for output bake paths.
893 * The ``date`` filter now supports passing ``"now"`` as in Twig.
894 * Various fixes for the default page source:
895 * Use the same defaults as in PieCrust 1.
896 * Copy page assets to bake output, use correct slashes when serving assets.
897 * Mock ``os.path.isfile`` , and fix a few other test utilities.
898 * Don't try to get the name of a source that doesn't have one.
899 * Correctly match skip patterns.
900 * Fix for pages listing pages from other sources.
901 * Add support for Markdown extensions.
902 * Add the ``paginate`` filter to Jinja, activate ``auto_reload`` .
903 * Slightly better exception throwing in the processing pipeline.
904 * The LESS compiler must be launched in a shell on Windows.
905 * Correctly set the current page on a pagination slicer.
906 * Fix how the ``Paginator`` gets the numer of items per page.
907 * Properly escape HTML characters in the debug info, add more options.
908 * Make the ``Assetor`` iterate over paths.
909 * Define page slugs properly, avoid recursions with debug data.
910 * Fixes for Windows, make ``findPagePath`` return a ref path.
911 * Fix some bugs with iterators, add some unit tests.
912 * Add packaging and related files.
913 * Update the ``requirements`` file.
914 * More PieCrust 3 fixes, and a couple of miscellaneous bug fixes. 940 * More PieCrust 3 fixes, and a couple of miscellaneous bug fixes.
915 * More Python 3 fixes, modularization, and new unit tests. 941 * More Python 3 fixes, modularization, and new unit tests.
942 * More installation information in the README file.
943 * More options for the `showrecord` command.
944 * More robust Markdown configuration handling.
945 * More unit tests for output bake paths.
946 * More unit tests, fix a bug with the skip patterns.
947 * Moved all installation instructions to a new `INSTALL` file.
948 * New site layout support.
949 * Oops.
950 * Optimize server for files that already exist.
951 * Pass date information to routing when building URLs.
952 * PieCrust 1 import: clean empty directories and convert some config values.
953 * Prepare the server to support background asset pipelines.
954 * Print the help by default when running `chef` with no command.
955 * Processors can match on other things than just the extension.
956 * Proper debug logging.
957 * Properly add the config time to a page's datetime.
958 * Properly escape HTML characters in the debug info, add more options.
959 * Properly override pages between realms.
960 * Properly use, or not, the debugging when using the chef server.
961 * Propertly create `OrderedDict`s when loading YAML.
962 * Property clean all caches when force baking, except the `app` cache.
963 * PyYAML supports sexagesimal notation, so handle that for page times.
964 * Quick fix for making the server correctly update referenced pages.
965 * Re-arranged modules to reduce dependencies to builtin stuff.
966 * Re-enable proper caching of rendered segments in server.
967 * Remove unneeded trace.
968 * Setup the server better.
969 * Simple importer for PieCrust 1 websites.
970 * Simplify `AutoConfigSource` by inheriting from `SimplePageSource`.
971 * Slightly better exception throwing in the processing pipeline.
972 * Slightly more robust dependency handling for the LESS processor.
973 * Split baking code in smaller files.
974 * Support for installing from Git.
975 * Switch the PieCrust server to debug mode with `?!debug` in the URL.
976 * The LESS compiler must be launched in a shell on Windows.
977 * The `date` filter now supports passing `"now"` as in Twig.
978 * Unused import.
979 * Update system messages.
980 * Update the `requirements` file.
981 * Upgrade system messages to the new folder structure.
916 * Upgrade to Python 3. 982 * Upgrade to Python 3.
917 * Added requirements file for ``pip`` . 983 * Use `SafeLoader` instead of `BaseLoader` for Yaml parsing.
918 * Gigantic change to basically make PieCrust 2 vaguely functional. 984 * Use cache paths that are easier to debug than hashes.
919 * Added unit tests (using ``py.test`` ) for ``Configuration`` . 985 * Use ordered dictionaries to preserve priorities between auto-formats.
920 * Re-arranged modules to reduce dependencies to builtin stuff. 986 * Use properly formatted date components for the blog sources.
921 * Initial commit. 987 * Use the `OrderedDict` correctly when fresh-loading the app config.
988 * Use the item name for the `prepare` command.
989 * Use the same defaults as in PieCrust 1.
990 * Various fixes for the default page source:
991 * When possible, try and batch-load pages so we only lock once.
992 * cosmetic: pep8 compliance.