Thu, 26 May 2016 20:45:16 -0700 |
Ludovic Chabant |
debug: Pass the exceptions untouched when debugging.
|
Thu, 26 May 2016 20:44:44 -0700 |
Ludovic Chabant |
debug: Show more stuff pertaining to data providers in the debug window.
|
Thu, 26 May 2016 20:44:18 -0700 |
Ludovic Chabant |
data: Support both objects and dictionaries in `MergedMapping`.
|
Thu, 26 May 2016 20:43:51 -0700 |
Ludovic Chabant |
internal: Remove exception logging that shouldn't happen. Better message.
|
Thu, 26 May 2016 19:52:47 -0700 |
Ludovic Chabant |
bake: Replace hard-coded taxonomy support with "generator" system.
|
Thu, 26 May 2016 19:46:28 -0700 |
Ludovic Chabant |
internal: Remove unused piece of code.
|
Thu, 19 May 2016 22:11:27 -0700 |
Ludovic Chabant |
themes: Add support for loading from a library of themes.
|
Thu, 19 May 2016 22:05:10 -0700 |
Ludovic Chabant |
templating: Use HTTPS URLs for a couple things.
|
Fri, 25 Mar 2016 23:35:56 -0700 |
Ludovic Chabant |
bake: Don't clean the `baker` cache on a force bake.
|
Sat, 14 May 2016 18:18:54 -0700 |
Ludovic Chabant |
admin: Add support for `.well-known` folder.
|
Sat, 07 May 2016 19:33:03 -0700 |
Ludovic Chabant |
docs: Use HTTPS version of Google Fonts.
|
Wed, 20 Apr 2016 23:07:27 -0700 |
Ludovic Chabant |
admin: Fix crash when previewing a website.
|
Sat, 16 Apr 2016 23:12:06 -0700 |
Ludovic Chabant |
internal: Don't run regexes for the 99% case of pages with no segments.
|
Sat, 16 Apr 2016 22:50:07 -0700 |
Ludovic Chabant |
bake: Some more optimizations.
|
Sat, 16 Apr 2016 22:48:57 -0700 |
Ludovic Chabant |
showrecord: Don't print the record when you just want the stats.
|
Sat, 16 Apr 2016 22:13:22 -0700 |
Ludovic Chabant |
internal: Fix compatibility with older Python 3.x.
|
Sat, 16 Apr 2016 22:12:51 -0700 |
Ludovic Chabant |
internal: Remove unused import.
|
Wed, 23 Mar 2016 16:39:22 -0700 |
Ludovic Chabant |
render: Change how we store render passes info.
|
Wed, 23 Mar 2016 12:19:35 -0700 |
Ludovic Chabant |
bake: Re-enable faster serialization between processes.
|
Wed, 23 Mar 2016 10:54:03 -0700 |
Ludovic Chabant |
bake: Add stat about aborted jobs
|
Wed, 23 Mar 2016 10:53:30 -0700 |
Ludovic Chabant |
formatting: Don't import `hoedown` until we need it.
|
Wed, 23 Mar 2016 08:35:51 -0700 |
Ludovic Chabant |
formatting: Add a `hoedown` formatter.
|
Wed, 23 Mar 2016 01:53:57 -0700 |
Ludovic Chabant |
bake: Use threads to read/write from/to the main arbitrator process.
|
Mon, 21 Mar 2016 22:29:18 -0700 |
Ludovic Chabant |
bake: Show more stats.
|
Mon, 21 Mar 2016 22:28:57 -0700 |
Ludovic Chabant |
bake: Use standard pickle and queue for now to fix some small issues.
|
Mon, 21 Mar 2016 19:16:54 -0700 |
Ludovic Chabant |
bake: Fix a crash when a rendering error occurs.
|
Mon, 14 Mar 2016 21:40:26 -0700 |
Ludovic Chabant |
chef: Fix `--debug-only` argument.
|
Mon, 14 Mar 2016 21:40:00 -0700 |
Ludovic Chabant |
cm: Ignore bdist output directory.
|
Mon, 14 Mar 2016 08:26:14 -0700 |
Ludovic Chabant |
bake: Change `show-timers` to `show-stats`, add stats.
|
Sun, 13 Mar 2016 16:55:12 -0700 |
Ludovic Chabant |
internal: Fix incorrect check for cache times.
|
Thu, 10 Mar 2016 07:08:15 -0800 |
Ludovic Chabant |
cm: Fix a packaging bug, update package metadata.
|
Wed, 09 Mar 2016 22:07:43 -0800 |
Ludovic Chabant |
tests: Add another app config test.
|
Wed, 09 Mar 2016 00:23:51 -0800 |
Ludovic Chabant |
internal: More work/fixes on how default/theme/user configs are merged.
|
Tue, 08 Mar 2016 01:07:56 -0800 |
Ludovic Chabant |
internal: Bump cache version.
|
Tue, 08 Mar 2016 01:07:34 -0800 |
Ludovic Chabant |
internal: Refactor config loading some more.
|
Tue, 08 Mar 2016 01:05:39 -0800 |
Ludovic Chabant |
serve: Fix some crashes introduced by recent refactor.
|
Mon, 07 Mar 2016 00:03:13 -0800 |
Ludovic Chabant |
cm: It's fun to send typos to Travis-CI.
|
Mon, 07 Mar 2016 00:00:36 -0800 |
Ludovic Chabant |
cm: Don't raise an exception when no version file exists.
|
Sun, 06 Mar 2016 23:51:44 -0800 |
Ludovic Chabant |
cm: Make Travis-CI test packaging.
|
Sun, 06 Mar 2016 23:51:20 -0800 |
Ludovic Chabant |
cm: Don't always generation the version when running `setuptools`.
|
Sun, 06 Mar 2016 23:49:41 -0800 |
Ludovic Chabant |
internal: Improve how theme configuration is validated and merged.
|
Sun, 06 Mar 2016 23:48:01 -0800 |
Ludovic Chabant |
tests: Add ability to run tests with a theme site.
|
Sun, 06 Mar 2016 23:41:35 -0800 |
Ludovic Chabant |
tests: Improve failure reporting.
|
Fri, 04 Mar 2016 22:37:07 -0800 |
Ludovic Chabant |
cm: Add AppVeyor support.
|
Fri, 04 Mar 2016 22:10:18 -0800 |
Ludovic Chabant |
cm: Also test Python 3.5 with Travis.
|
Thu, 03 Mar 2016 22:38:55 -0800 |
Ludovic Chabant |
cm: Improve documentation generation script.
|
Thu, 03 Mar 2016 21:36:04 -0800 |
Ludovic Chabant |
admin: Fix crash when running FoodTruck as a standalone web app.
|
Thu, 03 Mar 2016 20:24:42 -0800 |
Ludovic Chabant |
cm: Ignore `py.test` cache.
|
Thu, 03 Mar 2016 20:23:14 -0800 |
Ludovic Chabant |
docs: Use new config variants format.
|
Thu, 03 Mar 2016 08:22:41 -0800 |
Ludovic Chabant |
internal: Get rid of the whole "sub cache" business.
|
Thu, 03 Mar 2016 08:19:28 -0800 |
Ludovic Chabant |
tests: Fix logic for making time-based tests not fail randomly.
|
Wed, 02 Mar 2016 20:46:00 -0800 |
Ludovic Chabant |
docs: Add information on more global `chef` options.
|
Tue, 01 Mar 2016 22:27:28 -0800 |
Ludovic Chabant |
themes: Add support for a `--theme` argument to `chef`.
|
Tue, 01 Mar 2016 22:27:04 -0800 |
Ludovic Chabant |
jinja: Add `md5` filter.
|
Tue, 01 Mar 2016 22:26:09 -0800 |
Ludovic Chabant |
internal: Fix a bug with registering taxonomy terms that are not strings.
|
Sat, 27 Feb 2016 22:00:52 -0800 |
Ludovic Chabant |
admin: Add support for Git source-control.
|
Sat, 27 Feb 2016 22:00:35 -0800 |
Ludovic Chabant |
internal: Move some basic FoodTruck SCM code to the base.
|
Thu, 25 Feb 2016 23:26:36 -0800 |
Ludovic Chabant |
admin: Fix OS-specific new line problems when editing pages.
|
Thu, 25 Feb 2016 22:30:16 -0800 |
Ludovic Chabant |
admin: Show a more classic blog post listing in FoodTruck.
|
Mon, 22 Feb 2016 22:44:39 -0800 |
Ludovic Chabant |
admin: run an asset processing loop in the background.
|
Mon, 22 Feb 2016 22:50:30 -0800 |
Ludovic Chabant |
Merge pull request #26 from GitHub.
|
Wed, 30 Dec 2015 20:21:41 +1300 |
Bruno P. Kinoshita |
Fix 404 broken link
|
Thu, 18 Feb 2016 20:54:37 -0800 |
Ludovic Chabant |
admin: Run the asset pipeline before showing the admin panel.
|
Tue, 16 Feb 2016 22:32:58 -0800 |
Ludovic Chabant |
Added tag 2.0.0b5 for changeset cc2d212c3ba1
|
Tue, 16 Feb 2016 22:32:58 -0800 |
Ludovic Chabant |
cm: Regenerate the CHANGELOG.
2.0.0b5
|
Tue, 16 Feb 2016 22:32:36 -0800 |
Ludovic Chabant |
cm: Tweaks to the release script.
|
Tue, 16 Feb 2016 22:31:42 -0800 |
Ludovic Chabant |
cm: Fix CHANGELOG newlines on Windows.
|
Tue, 16 Feb 2016 22:16:31 -0800 |
Ludovic Chabant |
cm: Update npm modules and bower packages before making a release.
|
Mon, 15 Feb 2016 22:09:55 -0800 |
Ludovic Chabant |
cm: Fixes and tweaks to the documentation generation task.
|
Sun, 14 Feb 2016 23:58:35 -0800 |
Ludovic Chabant |
cm: Update node module versions.
|
Sun, 14 Feb 2016 23:58:23 -0800 |
Ludovic Chabant |
cm: Update the node modules before building the documentation.
|
Sun, 14 Feb 2016 23:28:51 -0800 |
Ludovic Chabant |
cm: Get a new version of pytest-cov to avoid a random multiprocessing bug.
|
Sun, 14 Feb 2016 23:28:34 -0800 |
Ludovic Chabant |
cm: Ignore more things for pytest.
|
Sun, 14 Feb 2016 22:11:24 -0800 |
Ludovic Chabant |
cm: Move all scripts into a `garcon` package with `invoke` support.
|
Sun, 14 Feb 2016 22:10:05 -0800 |
Ludovic Chabant |
admin: Remove settings view.
|
Sun, 14 Feb 2016 22:06:32 -0800 |
Ludovic Chabant |
admin: Don't require `bcrypt` for running FoodTruck with `chef`.
|
Sun, 14 Feb 2016 19:44:54 -0800 |
Ludovic Chabant |
cm: Exclude the correct directories from vim-gutentags.
|
Sun, 14 Feb 2016 19:44:25 -0800 |
Ludovic Chabant |
internal: Remove SyntaxWarning from MacOS wrappers.
|
Tue, 09 Feb 2016 21:52:17 -0800 |
Ludovic Chabant |
cm: Fix categorization of CHANGELOG entries for new commands.
|
Tue, 09 Feb 2016 21:50:05 -0800 |
Ludovic Chabant |
cm: Regenerate the CHANGELOG.
|
Tue, 09 Feb 2016 21:39:15 -0800 |
Ludovic Chabant |
Added tag 2.0.0b4 for changeset 14eec6faf10b
|
Tue, 09 Feb 2016 21:37:12 -0800 |
Ludovic Chabant |
docs: Make FoodTruck screenshots the proper size.
2.0.0b4
|
Tue, 09 Feb 2016 21:32:58 -0800 |
Ludovic Chabant |
cm: Add script to generate documentation.
|
Tue, 09 Feb 2016 20:22:27 -0800 |
Ludovic Chabant |
chef: Fix the `--config-set` option.
|
Mon, 08 Feb 2016 23:34:45 -0800 |
Ludovic Chabant |
docs: Add documentation about FoodTruck.
|
Mon, 08 Feb 2016 23:29:40 -0800 |
Ludovic Chabant |
docs: Add raw files for FoodTruck screenshots.
|
Mon, 08 Feb 2016 23:29:21 -0800 |
Ludovic Chabant |
admin: Make the publish UI handle new kinds of target configurations.
|
Mon, 08 Feb 2016 23:28:39 -0800 |
Ludovic Chabant |
admin: Fix crashes when creating a new page.
|
Mon, 08 Feb 2016 23:27:41 -0800 |
Ludovic Chabant |
admin: Fix responsive layout.
|
Mon, 08 Feb 2016 23:26:05 -0800 |
Ludovic Chabant |
admin: Use `HGPLAIN` for the Mercurial VCS provider.
|
Mon, 08 Feb 2016 21:52:46 -0800 |
Ludovic Chabant |
docs: Add documentation about the `publish` command.
|
Mon, 08 Feb 2016 21:29:35 -0800 |
Ludovic Chabant |
publish: Add option to change the source for the `rsync` publisher.
|
Mon, 08 Feb 2016 21:05:26 -0800 |
Ludovic Chabant |
publish: Change the `shell` config setting name for the command to run.
|
Mon, 08 Feb 2016 20:44:38 -0800 |
Ludovic Chabant |
publish: Add the `rsync` publisher.
|
Mon, 08 Feb 2016 20:44:26 -0800 |
Ludovic Chabant |
publish: Polish/refactor the publishing workflows.
|
Sat, 06 Feb 2016 21:49:50 -0800 |
Ludovic Chabant |
admin: Make the sidebar togglable for smaller screens.
|
Sat, 06 Feb 2016 21:47:24 -0800 |
Ludovic Chabant |
admin: Change the default admin server port to 8090, add `--port` option.
|
Sat, 06 Feb 2016 21:34:23 -0800 |
Ludovic Chabant |
cm: Add some pretty little icons in the README.
|
Sat, 06 Feb 2016 00:10:35 -0800 |
Ludovic Chabant |
tests: Add unicode tests for case-sensitive file-systems.
|
Thu, 04 Feb 2016 23:22:50 -0800 |
Ludovic Chabant |
cm: Merge the 2 foodtruck folders, cleanup.
|
Thu, 04 Feb 2016 21:50:18 -0800 |
Ludovic Chabant |
admin: Improve publish logs showing as alerts in the admin panel.
|
Thu, 04 Feb 2016 21:49:15 -0800 |
Ludovic Chabant |
publish: Make the `shell` log update faster by flushing the pipe.
|
Thu, 04 Feb 2016 08:05:03 -0800 |
Ludovic Chabant |
publish: Add publish command.
|
Thu, 04 Feb 2016 08:03:52 -0800 |
Ludovic Chabant |
chef: Add `--pid-file` option.
|
Thu, 04 Feb 2016 08:03:33 -0800 |
Ludovic Chabant |
admin: Use the app directory, not the cwd, in case of `--root`.
|
Thu, 28 Jan 2016 22:17:58 -0800 |
Ludovic Chabant |
admin: Configuration changes.
|
Thu, 28 Jan 2016 22:16:47 -0800 |
Ludovic Chabant |
admin: Fix "Publish started" message showing up multiple times.
|
Wed, 27 Jan 2016 23:39:00 -0800 |
Ludovic Chabant |
admin: Show the install page if no secret key is available.
|
Wed, 27 Jan 2016 22:47:24 -0800 |
Ludovic Chabant |
admin: Prompt the user for a commit message when committing a page.
|
Wed, 27 Jan 2016 22:47:00 -0800 |
Ludovic Chabant |
admin: Fix creating pages.
|
Wed, 27 Jan 2016 22:46:06 -0800 |
Ludovic Chabant |
cm: Fix Gulp config.
|
Wed, 27 Jan 2016 20:12:37 -0800 |
Ludovic Chabant |
docs: Fix broken link.
|