log

age author description
Mon, 07 Apr 2014 08:12:58 -0700 Ludovic Chabant Add ability to use a profiling middleware on the WSGI application.
Mon, 07 Apr 2014 08:12:28 -0700 Ludovic Chabant Add more options to `wk runserver`.
Mon, 07 Apr 2014 08:12:06 -0700 Ludovic Chabant Pre-compile regular expression.
Thu, 03 Apr 2014 21:05:25 -0700 Ludovic Chabant SQL optimizations.
Thu, 03 Apr 2014 20:05:13 -0700 Ludovic Chabant Only fetch page fields that we're going to use from the DB.
Wed, 02 Apr 2014 19:23:19 -0700 Ludovic Chabant Re-added the WSGI utility module.
Wed, 02 Apr 2014 08:13:12 -0700 Ludovic Chabant Fixes for running in `mod_wsgi`.
Tue, 01 Apr 2014 00:14:42 -0700 Ludovic Chabant Fix the `wk update` command.
Mon, 31 Mar 2014 22:56:37 -0700 Ludovic Chabant Re-added the command-server Mercurial source control.
Sun, 30 Mar 2014 23:36:48 -0700 Ludovic Chabant Merged changes.
Sun, 30 Mar 2014 23:27:44 -0700 Ludovic Chabant Use the simple Mercurial source-control temporarily.
Sun, 30 Mar 2014 23:21:56 -0700 Ludovic Chabant Disable page state checking for now.
Sun, 30 Mar 2014 00:09:33 -0700 Ludovic Chabant Added tag 0.4.2 for changeset 9055434ebbd0
Sun, 30 Mar 2014 00:09:00 -0700 Ludovic Chabant Fuck you `setuptools` and your arcane data includes. 0.4.2
Sat, 29 Mar 2014 23:08:31 -0700 Ludovic Chabant Added tag 0.4.1 for changeset 729fa268c981
Sat, 29 Mar 2014 22:50:09 -0700 Ludovic Chabant Enable async update by default when using a WSGI application. 0.4.1
Sat, 29 Mar 2014 22:49:34 -0700 Ludovic Chabant Only import `settings` if we need to.
Sat, 29 Mar 2014 22:28:07 -0700 Ludovic Chabant Simpler out-of-the-box support for background updates.
Fri, 28 Mar 2014 23:33:00 -0700 Ludovic Chabant Added tag 0.4.0 for changeset 3580410865fe
Fri, 28 Mar 2014 23:30:45 -0700 Ludovic Chabant Fix dependency on broken version of `py-bcrypt`. 0.4.0
Fri, 28 Mar 2014 22:02:59 -0700 Ludovic Chabant Improve support for async wiki updates.
Tue, 25 Mar 2014 22:09:14 -0700 Ludovic Chabant Better way to manage updating the wiki.
Mon, 24 Mar 2014 23:05:19 -0700 Ludovic Chabant Better output for `wk newuser`.
Fri, 21 Mar 2014 22:53:49 -0700 Ludovic Chabant Better search preview.
Fri, 21 Mar 2014 22:10:54 -0700 Ludovic Chabant Specify package data in `setup.py`.
Sun, 16 Mar 2014 22:03:00 -0700 Ludovic Chabant Added tag 0.3.0 for changeset bcbe934eab29
Sun, 16 Mar 2014 21:39:59 -0700 Ludovic Chabant Fixed `setuptools` package: 0.3.0
Sat, 15 Mar 2014 17:48:51 -0700 Ludovic Chabant Cleaned requirements.
Fri, 14 Mar 2014 21:41:15 -0700 Ludovic Chabant Fixed a bug in the setup script.
Fri, 14 Mar 2014 21:35:30 -0700 Ludovic Chabant Added `--version` argument to `wk`.
Fri, 14 Mar 2014 08:37:37 -0700 Ludovic Chabant Process links before metas so that links inside metas are formatted.
Fri, 14 Mar 2014 08:37:13 -0700 Ludovic Chabant Removing some arguments that aren't useful anymore.
Thu, 13 Mar 2014 21:46:14 -0700 Ludovic Chabant Added test for the `PageFormatter`.
Thu, 13 Mar 2014 21:46:01 -0700 Ludovic Chabant Added `pytest` configuration file.
Thu, 13 Mar 2014 21:45:46 -0700 Ludovic Chabant No need for a wiki reference in the formatter.
Wed, 12 Mar 2014 23:02:40 -0700 Ludovic Chabant Updated unit tests to be able to run.
Mon, 10 Mar 2014 16:47:21 -0700 Ludovic Chabant Various changes/improvements:
Sun, 09 Mar 2014 20:31:27 -0700 Ludovic Chabant Fixed a bug with getting page infos with a relative path.
Sun, 09 Mar 2014 20:26:54 -0700 Ludovic Chabant Still tweaking the arguments to the damn `wk runserver` command.
Mon, 03 Mar 2014 22:03:06 -0800 Ludovic Chabant Some optimizations for `wk update`:
Mon, 03 Mar 2014 22:01:57 -0800 Ludovic Chabant Commit pages at the end of `wk init` in a newly created wiki.
Mon, 03 Mar 2014 21:59:08 -0800 Ludovic Chabant Fixed logging.
Mon, 03 Mar 2014 08:15:16 -0800 Ludovic Chabant Added `wk init` command to create a new wiki.
Mon, 03 Mar 2014 08:15:03 -0800 Ludovic Chabant Changed capitalization of default main page.
Tue, 25 Feb 2014 22:08:32 -0800 Ludovic Chabant Refactoring for better SQL abstraction and performance (hopefully):
Mon, 24 Feb 2014 12:35:47 -0800 Ludovic Chabant Ability to debug SQLAlchemy.
Mon, 24 Feb 2014 12:35:18 -0800 Ludovic Chabant Print logging to `stdout`.
Mon, 17 Feb 2014 14:38:30 -0800 Ludovic Chabant Some basic error handling and performance timing for Witch.
Mon, 17 Feb 2014 14:37:53 -0800 Ludovic Chabant The `cache` command can optionally force resolve all pages.
Mon, 17 Feb 2014 14:37:00 -0800 Ludovic Chabant More accurate db API.
Mon, 17 Feb 2014 10:43:56 -0800 Ludovic Chabant Merged changes.
Fri, 14 Feb 2014 09:40:58 -0800 Ludovic Chabant ASCII art!
Mon, 17 Feb 2014 08:34:21 -0800 Ludovic Chabant Make `--debug` only for debug logging. Use `--dev` for using dev assets.
Mon, 17 Feb 2014 08:34:14 -0800 Ludovic Chabant Make logging start right away in `witch`.
Fri, 14 Feb 2014 00:00:04 -0800 Ludovic Chabant Package Bootstrap fonts with the rest.
Thu, 13 Feb 2014 23:58:51 -0800 Ludovic Chabant No need to package `pagedown` code separately.
Thu, 13 Feb 2014 23:55:41 -0800 Ludovic Chabant Added ability to make simple links to child pages.
Wed, 12 Feb 2014 15:24:29 -0800 Ludovic Chabant Fixed a bug with Bcrypt fallback.
Tue, 11 Feb 2014 08:12:38 -0800 Ludovic Chabant First version of endpoint customization.
Tue, 11 Feb 2014 08:12:21 -0800 Ludovic Chabant Fix link to profile page.
Tue, 11 Feb 2014 08:11:57 -0800 Ludovic Chabant Cosmetic changes for sub-titles/decorators.
Tue, 11 Feb 2014 08:10:46 -0800 Ludovic Chabant Small optimization.
Tue, 11 Feb 2014 08:10:31 -0800 Ludovic Chabant Cosmetic template change for meta pages.
Tue, 11 Feb 2014 08:10:06 -0800 Ludovic Chabant Fixed crash creating pages in new folders, or with spaces.
Sun, 09 Feb 2014 20:46:22 -0800 Ludovic Chabant Better authentication handling:
Thu, 06 Feb 2014 22:00:32 -0800 Ludovic Chabant Added automatic versioning.
Thu, 06 Feb 2014 21:40:33 -0800 Ludovic Chabant Added tag 0.2.0 for changeset f6ab8af58055
Thu, 06 Feb 2014 08:00:05 -0800 Ludovic Chabant UI improvements to page editing: 0.2.0
Thu, 06 Feb 2014 07:59:12 -0800 Ludovic Chabant Updated client-side wiki formatting to match server-side better.
Thu, 06 Feb 2014 07:58:25 -0800 Ludovic Chabant Better UI/markup for the form to revert a page to a revision.
Thu, 06 Feb 2014 07:57:56 -0800 Ludovic Chabant Smaller button to show diffs in history page.
Wed, 05 Feb 2014 00:24:09 -0800 Ludovic Chabant Don't use hard-coded URLs for main page.
Tue, 04 Feb 2014 23:55:29 -0800 Ludovic Chabant More validation for the new page form.
Tue, 04 Feb 2014 23:07:14 -0800 Ludovic Chabant Fixed a bug with figuring out authorizations for anonymous users.
Tue, 04 Feb 2014 23:04:04 -0800 Ludovic Chabant Fixed bugs with getting incoming/outgoing links.
Tue, 04 Feb 2014 23:03:14 -0800 Ludovic Chabant Remove JQuery-UI.
Tue, 04 Feb 2014 23:02:50 -0800 Ludovic Chabant Added validation to the new page form.
Sat, 01 Feb 2014 14:04:13 -0800 Ludovic Chabant Code cleanup.
Sat, 01 Feb 2014 14:04:01 -0800 Ludovic Chabant Display only the name of the committer, if possible.
Sat, 01 Feb 2014 14:03:20 -0800 Ludovic Chabant Page editing:
Sat, 01 Feb 2014 14:01:27 -0800 Ludovic Chabant Fixed a crash with synchronous wiki updates.
Sat, 01 Feb 2014 14:01:02 -0800 Ludovic Chabant Bundle `pagedown` scripts with the rest.
Wed, 29 Jan 2014 08:19:32 -0800 Ludovic Chabant Frontend fixes:
Wed, 29 Jan 2014 08:18:46 -0800 Ludovic Chabant Less confusing debug vs. production difference.
Tue, 28 Jan 2014 21:45:10 -0800 Ludovic Chabant Setup logging in WSGI app helper.
Tue, 28 Jan 2014 21:44:30 -0800 Ludovic Chabant Fixed missing import.
Tue, 28 Jan 2014 20:34:11 -0800 Ludovic Chabant Common code for fallback when Bcrypt is not available.
Tue, 28 Jan 2014 08:17:39 -0800 Ludovic Chabant Working on a better Wikked theme.
Tue, 28 Jan 2014 08:16:35 -0800 Ludovic Chabant More work on initialization/teardown:
Tue, 28 Jan 2014 08:14:35 -0800 Ludovic Chabant Communicate the `debug` flag to Flask.
Tue, 28 Jan 2014 08:14:10 -0800 Ludovic Chabant Deploy Bootstrap fonts.
Wed, 22 Jan 2014 21:39:18 -0800 Ludovic Chabant Added entry-point info for console scripts.
Wed, 22 Jan 2014 21:39:02 -0800 Ludovic Chabant Refactoring to not better use Flask, only when needed:
Sun, 12 Jan 2014 01:22:20 -0800 Ludovic Chabant Some fixes to the Pypi packaging.
Sun, 12 Jan 2014 01:18:33 -0800 Ludovic Chabant Added a short `README` file.
Sun, 12 Jan 2014 01:18:18 -0800 Ludovic Chabant Fixed creation of `.hgignore` file.
Sun, 12 Jan 2014 00:24:24 -0800 Ludovic Chabant Fixed various bugs:
Sun, 12 Jan 2014 00:22:59 -0800 Ludovic Chabant Fixed formatting of absolute wiki links.
Sun, 12 Jan 2014 00:22:28 -0800 Ludovic Chabant Fixed missing files from the Pypi package and the production build.
Fri, 10 Jan 2014 23:12:10 -0800 Ludovic Chabant Setup Wikked Pypi package:
Thu, 09 Jan 2014 21:00:23 -0800 Ludovic Chabant What the fuck, Mercurial
Thu, 09 Jan 2014 20:59:58 -0800 Ludovic Chabant Truly concatenate all CSS files.
Thu, 09 Jan 2014 20:59:41 -0800 Ludovic Chabant Renamed main Wikked script.
Thu, 09 Jan 2014 20:59:29 -0800 Ludovic Chabant Added a LICENSE file.
Wed, 25 Dec 2013 19:59:22 -0800 Ludovic Chabant Remove debug logging.
Wed, 25 Dec 2013 19:59:05 -0800 Ludovic Chabant Disable browser auto-complete on the search field.
Wed, 25 Dec 2013 19:58:49 -0800 Ludovic Chabant Change the default operator for ElasticSearch queries.
Mon, 23 Dec 2013 23:16:35 -0800 Ludovic Chabant Suport for live n-gram-based search with ElasticSearch indexer.
Mon, 23 Dec 2013 13:29:00 -0800 Ludovic Chabant Search preview changes:
Mon, 16 Dec 2013 20:59:42 -0800 Ludovic Chabant Added support for ElasticSearch indexing:
Sat, 14 Dec 2013 21:29:22 -0800 Ludovic Chabant Use absolute paths in the Mercurial source-control.
Thu, 12 Dec 2013 21:54:04 -0800 Ludovic Chabant Updated to Bootstrap 3.0.
Wed, 11 Dec 2013 21:51:51 -0800 Ludovic Chabant Vaguely better error reporting for when editing a page fails.
Wed, 11 Dec 2013 21:51:26 -0800 Ludovic Chabant Split all Flask views into separate modules.
Wed, 11 Dec 2013 17:51:04 -0800 Ludovic Chabant Default to synchronous wiki updates.
Wed, 11 Dec 2013 17:45:52 -0800 Ludovic Chabant Moved all the static content to, well, a `/static` folder.
Tue, 10 Dec 2013 16:57:20 -0800 Ludovic Chabant Added main page API endpoints.
Tue, 10 Dec 2013 16:57:06 -0800 Ludovic Chabant Fixed a bug with `auto_update` setting.
Tue, 10 Dec 2013 13:49:03 -0800 Ludovic Chabant Changes to make it easier to deploy:
Tue, 10 Dec 2013 13:47:37 -0800 Ludovic Chabant Don't run processes if we're using the command server.