comparison CHANGELOG.rst @ 545:1856e7aa6ce8

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