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