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