Mercurial > wikked
graph
-
Fix `requirements` file, add `dev-requirements`.Sun, 20 Sep 2015 19:18:00 -0700, by Ludovic Chabant
-
Simplify `setup.py` by using `setuptools_scm`.Sun, 20 Sep 2015 19:11:28 -0700, by Ludovic Chabant
-
Quick fixes for the unit tests.Sun, 20 Sep 2015 14:40:08 -0700, by Ludovic Chabant
-
Remove useless logging.Sun, 20 Sep 2015 08:27:54 -0700, by Ludovic Chabant
-
Disable caching on the right middleware... duh.Sun, 20 Sep 2015 08:27:38 -0700, by Ludovic Chabant
-
Replace `localStorage` with cookies for the menu state.Sun, 20 Sep 2015 08:21:40 -0700, by Ludovic Chabant
-
Fix navigation on special pages, add RAW URL in the footer.Sun, 20 Sep 2015 08:20:54 -0700, by Ludovic Chabant
-
Make the special dashboard page more consistent with the other special pages.Sat, 19 Sep 2015 23:01:10 -0700, by Ludovic Chabant
-
Menu now correctly adds margin to the rest of the page.Sat, 19 Sep 2015 23:00:55 -0700, by Ludovic Chabant
-
Fix incorrect login/logout navigation section for the special pages.Sat, 19 Sep 2015 22:06:38 -0700, by Ludovic Chabant
-
Fix login/logout workflows.Sat, 19 Sep 2015 22:01:42 -0700, by Ludovic Chabant
-
Fix bcrypt callback wrapper:Sat, 19 Sep 2015 22:01:14 -0700, by Ludovic Chabant
-
Add ability to look at whole change diffs from the site history page.Sat, 19 Sep 2015 10:14:51 -0700, by Ludovic Chabant
-
Fix some unicode interop problem in the Mercurial SCM.Sat, 19 Sep 2015 10:12:18 -0700, by Ludovic Chabant
-
Fix pagination and revisions links on site history page.Thu, 17 Sep 2015 23:01:48 -0700, by Ludovic Chabant
-
Previewing an edited page is now using the proper URL.Wed, 16 Sep 2015 23:51:59 -0700, by Ludovic Chabant
-
Fix "Cancel" button on the edit page.Wed, 16 Sep 2015 23:44:11 -0700, by Ludovic Chabant
-
Fix "edit page" title.Wed, 16 Sep 2015 23:43:52 -0700, by Ludovic Chabant
-
Big refactor to get rid of this whole single page app crap.Wed, 16 Sep 2015 23:04:28 -0700, by Ludovic Chabant
-
witch: Show help when no command is specified.Sun, 30 Aug 2015 21:45:42 -0700, by Ludovic Chabant
-
Cleanup import and code.Fri, 28 Aug 2015 23:12:22 -0700, by Ludovic Chabant
-
Update benchmarks to Pyton 3.Fri, 28 Aug 2015 23:12:11 -0700, by Ludovic Chabant
-
Remove duplicated code.Sun, 19 Apr 2015 21:59:51 -0700, by Ludovic Chabant
-
Convert project to Python 3.4.Sun, 19 Apr 2015 20:58:14 -0700, by Ludovic Chabant
-
Better 'dev' server mode by serving some assets from their original folder.Sun, 19 Apr 2015 20:54:10 -0700, by Ludovic Chabant
-
Fix asset URL formatting.Sun, 19 Apr 2015 19:58:49 -0700, by Ludovic Chabant
-
frontend: Fix the history page for the main page when viewed with no URL.Wed, 11 Mar 2015 15:35:17 -0700, by Ludovic Chabant
-
grunt: Some stuff that shouldn't have been commented out.Wed, 11 Mar 2015 14:43:40 -0700, by Ludovic Chabant
-
grunt: Update versions in package manifest.Wed, 11 Mar 2015 14:43:20 -0700, by Ludovic Chabant
-
wsgi: Default to a small-ish rotating log file handler.Wed, 11 Mar 2015 14:42:51 -0700, by Ludovic Chabant
-
Add support for InfluxDB metrics.Sat, 25 Oct 2014 22:27:17 -0700, by Ludovic Chabant
-
Remove Bootstrap, add Font-Awesome.Sat, 25 Oct 2014 22:17:51 -0700, by Ludovic Chabant
-
Added tag 0.5.0 for changeset 52bdf765016aWed, 15 Oct 2014 08:16:37 -0700, by Ludovic Chabant
-
Add benchmark tests.Wed, 15 Oct 2014 08:11:14 -0700, by Ludovic Chabant
-
More page lists.Mon, 13 Oct 2014 22:41:21 -0700, by Ludovic Chabant
-
More proper shutdown, and more proper use of the parameter context.Sat, 11 Oct 2014 22:06:41 -0700, by Ludovic Chabant
-
SQL cache refactor to try and do things correctly with SQLAlchemy.Sat, 11 Oct 2014 22:05:48 -0700, by Ludovic Chabant
-
Fix UI of the revision page.Thu, 09 Oct 2014 13:17:21 -0700, by Ludovic Chabant
-
More fixes to history page.Thu, 09 Oct 2014 13:16:52 -0700, by Ludovic Chabant
-
Fix the history page.Thu, 09 Oct 2014 13:16:21 -0700, by Ludovic Chabant
-
Fix typo.Thu, 09 Oct 2014 13:08:37 -0700, by Ludovic Chabant
-
Only connect to the Mercurial command server when needed.Thu, 09 Oct 2014 13:05:28 -0700, by Ludovic Chabant
-
Add a pushpin icon to better communicate that you can toggle the menu.Wed, 08 Oct 2014 23:27:00 -0700, by Ludovic Chabant
-
Consistent Flask config variables. Set that config before creating the app.Wed, 08 Oct 2014 23:22:44 -0700, by Ludovic Chabant
-
The `url:` endpoint just returns URLs.Wed, 08 Oct 2014 23:22:02 -0700, by Ludovic Chabant
-
Fix incorrect links in the UI for the "pages linking here" page.Sun, 05 Oct 2014 07:48:01 -0700, by Ludovic Chabant
-
Cleaner code for the special pages' views.Sun, 05 Oct 2014 07:38:34 -0700, by Ludovic Chabant
-
Put all the special pages text in a JSON file.Sun, 05 Oct 2014 07:37:44 -0700, by Ludovic Chabant
-
Don't initialize a wiki instance in Flask until we need one.Sat, 04 Oct 2014 21:19:42 -0700, by Ludovic Chabant
-
Remove commented out code.Sat, 04 Oct 2014 21:05:49 -0700, by Ludovic Chabant
-
Some doc strings.Sat, 04 Oct 2014 21:05:39 -0700, by Ludovic Chabant
-
Frontend refactor and backend support for cached page lists.Sat, 04 Oct 2014 21:05:22 -0700, by Ludovic Chabant
-
Use the same decorator class for all things under the title.Sat, 04 Oct 2014 21:02:05 -0700, by Ludovic Chabant
-
Make special pages wide.Sat, 04 Oct 2014 21:01:25 -0700, by Ludovic Chabant
-
Frontend: Add some padding even when the menu is collapsed for the icon.Sat, 04 Oct 2014 21:01:07 -0700, by Ludovic Chabant
-
Wiki updater cleanup and improvements.Wed, 01 Oct 2014 08:19:03 -0700, by Ludovic Chabant
-
Fix finding wiki roots on Windows.Mon, 29 Sep 2014 13:52:08 -0700, by Ludovic Chabant
-
No more `meta` link stuff, everything is an endpoint link.Mon, 29 Sep 2014 07:26:17 -0700, by Ludovic Chabant
-
Correct link for the `Sandbox` page.Mon, 29 Sep 2014 07:25:43 -0700, by Ludovic Chabant
-
Use more proper URLs for non-default endpoints.Mon, 29 Sep 2014 00:10:45 -0700, by Ludovic Chabant
-
Fix bug duplicating views in the frontend.Mon, 29 Sep 2014 00:09:22 -0700, by Ludovic Chabant
-
Don't assume the `url` is a function.Sun, 28 Sep 2014 23:28:59 -0700, by Ludovic Chabant
-
Frontend code cleanup, optimization, and remembering the menu state.Sun, 28 Sep 2014 23:24:44 -0700, by Ludovic Chabant
-
Change history API endpoints so we can get the main page's history.Sun, 28 Sep 2014 23:23:51 -0700, by Ludovic Chabant
-
Fix the `raw` API endpoint, return the correct mime type.Sun, 28 Sep 2014 22:37:53 -0700, by Ludovic Chabant
-
Don't use background tasks by default.Sat, 27 Sep 2014 22:49:24 -0700, by Ludovic Chabant
-
More efficient invalidation of the cache when a page is edited.Sat, 27 Sep 2014 22:49:15 -0700, by Ludovic Chabant
-
Don't duplicate logging when running the server in command-line.Sat, 27 Sep 2014 22:47:48 -0700, by Ludovic Chabant
-
Fix some bug in the front-end when cancelling an edit.Sat, 27 Sep 2014 22:46:34 -0700, by Ludovic Chabant
-
User page is now at `user:/TitleName`.Sat, 27 Sep 2014 14:11:00 -0700, by Ludovic Chabant
-
Templates are now in a specific endpoint instead of just a "known" folder.Sat, 27 Sep 2014 14:10:11 -0700, by Ludovic Chabant
-
Orphans are only looked for in the default enpoint (normal pages).Sat, 27 Sep 2014 14:07:24 -0700, by Ludovic Chabant
-
Absolute URLs work with endpoint URLs too.Sat, 27 Sep 2014 14:06:45 -0700, by Ludovic Chabant
-
Add a DB column for each page's endpoint.Sat, 27 Sep 2014 14:06:21 -0700, by Ludovic Chabant
-
Make the authentication manager work with the new meta API.Sat, 27 Sep 2014 14:05:41 -0700, by Ludovic Chabant
-
Fix login UI.Sat, 27 Sep 2014 14:05:19 -0700, by Ludovic Chabant
-
Fix UI on the orphans special page.Fri, 26 Sep 2014 21:14:32 -0700, by Ludovic Chabant
-
Add simple pagination to the wiki history page and API endpoint.Fri, 26 Sep 2014 21:14:11 -0700, by Ludovic Chabant
-
Fix the wiki history page, better separation of concerns.Fri, 26 Sep 2014 16:33:10 -0700, by Ludovic Chabant
-
Fix special pages dashboard.Fri, 26 Sep 2014 16:32:20 -0700, by Ludovic Chabant
-
UI fixes for the menu, getting rid of the Markdown-only editor.Fri, 26 Sep 2014 07:58:39 -0700, by Ludovic Chabant
-
Fix page preview.Fri, 26 Sep 2014 07:53:23 -0700, by Ludovic Chabant
-
Handle redirects in the backend instead of the UI.Thu, 25 Sep 2014 16:37:32 -0700, by Ludovic Chabant
-
Don't redirect when going to search results or canceling page editing.Thu, 25 Sep 2014 11:35:54 -0700, by Ludovic Chabant
-
Make the `404` page use the new menu.Thu, 25 Sep 2014 11:35:25 -0700, by Ludovic Chabant
-
UI polishing.Thu, 25 Sep 2014 11:34:56 -0700, by Ludovic Chabant
-
Change to a vertical left-side menu.Thu, 25 Sep 2014 10:55:42 -0700, by Ludovic Chabant
-
Cleanup.Thu, 25 Sep 2014 10:54:55 -0700, by Ludovic Chabant
-
Start transitioning from Bootstrap to Pure (WIP).Thu, 25 Sep 2014 07:54:21 -0700, by Ludovic Chabant
-
Set an UTF8 charset.Thu, 25 Sep 2014 07:52:55 -0700, by Ludovic Chabant
-
Better warning message about `bcrypt`.Thu, 25 Sep 2014 07:52:39 -0700, by Ludovic Chabant
-
Prevent backend bugs from crashing the UI.Thu, 25 Sep 2014 07:52:21 -0700, by Ludovic Chabant
-
Remove requirement on `bcrypt`. It's optional and hard to install on Windows.Thu, 25 Sep 2014 07:51:45 -0700, by Ludovic Chabant
-
Ignore benchmarks folder.Thu, 25 Sep 2014 07:51:08 -0700, by Ludovic Chabant
-
Added tag 0.4.3 for changeset 29fcd2645825Tue, 08 Apr 2014 20:59:52 -0700, by Ludovic Chabant
-
More user-friendly error messages for `wk`. 0.4.3Tue, 08 Apr 2014 20:59:19 -0700, by Ludovic Chabant
-
Bump SQL schema version up, use joins by default in queries.Tue, 08 Apr 2014 20:58:55 -0700, by Ludovic Chabant
-
Fix a crash when setting up the Flask app.Tue, 08 Apr 2014 20:58:18 -0700, by Ludovic Chabant
-
Add ability to use a profiling middleware on the WSGI application.Mon, 07 Apr 2014 08:12:58 -0700, by Ludovic Chabant
-
Add more options to `wk runserver`.Mon, 07 Apr 2014 08:12:28 -0700, by Ludovic Chabant
-
Pre-compile regular expression.Mon, 07 Apr 2014 08:12:06 -0700, by Ludovic Chabant
-
SQL optimizations.Thu, 03 Apr 2014 21:05:25 -0700, by Ludovic Chabant
-
Only fetch page fields that we're going to use from the DB.Thu, 03 Apr 2014 20:05:13 -0700, by Ludovic Chabant
-
Re-added the WSGI utility module.Wed, 02 Apr 2014 19:23:19 -0700, by Ludovic Chabant
-
Fixes for running in `mod_wsgi`.Wed, 02 Apr 2014 08:13:12 -0700, by Ludovic Chabant
-
Fix the `wk update` command.Tue, 01 Apr 2014 00:14:42 -0700, by Ludovic Chabant
-
Re-added the command-server Mercurial source control.Mon, 31 Mar 2014 22:56:37 -0700, by Ludovic Chabant
-
Merged changes.Sun, 30 Mar 2014 23:36:48 -0700, by Ludovic Chabant
-
Use the simple Mercurial source-control temporarily.Sun, 30 Mar 2014 23:27:44 -0700, by Ludovic Chabant
-
Disable page state checking for now.Sun, 30 Mar 2014 23:21:56 -0700, by Ludovic Chabant
-
Added tag 0.4.2 for changeset 9055434ebbd0Sun, 30 Mar 2014 00:09:33 -0700, by Ludovic Chabant
-
Fuck you `setuptools` and your arcane data includes. 0.4.2Sun, 30 Mar 2014 00:09:00 -0700, by Ludovic Chabant
-
Added tag 0.4.1 for changeset 729fa268c981Sat, 29 Mar 2014 23:08:31 -0700, by Ludovic Chabant
-
Enable async update by default when using a WSGI application. 0.4.1Sat, 29 Mar 2014 22:50:09 -0700, by Ludovic Chabant
-
Only import `settings` if we need to.Sat, 29 Mar 2014 22:49:34 -0700, by Ludovic Chabant
-
Simpler out-of-the-box support for background updates.Sat, 29 Mar 2014 22:28:07 -0700, by Ludovic Chabant
-
Added tag 0.4.0 for changeset 3580410865feFri, 28 Mar 2014 23:33:00 -0700, by Ludovic Chabant
-
Fix dependency on broken version of `py-bcrypt`. 0.4.0Fri, 28 Mar 2014 23:30:45 -0700, by Ludovic Chabant
-
Improve support for async wiki updates.Fri, 28 Mar 2014 22:02:59 -0700, by Ludovic Chabant
-
Better way to manage updating the wiki.Tue, 25 Mar 2014 22:09:14 -0700, by Ludovic Chabant
-
Better output for `wk newuser`.Mon, 24 Mar 2014 23:05:19 -0700, by Ludovic Chabant
-
Better search preview.Fri, 21 Mar 2014 22:53:49 -0700, by Ludovic Chabant
-
Specify package data in `setup.py`.Fri, 21 Mar 2014 22:10:54 -0700, by Ludovic Chabant
-
Added tag 0.3.0 for changeset bcbe934eab29Sun, 16 Mar 2014 22:03:00 -0700, by Ludovic Chabant
-
Cleaned requirements.Sat, 15 Mar 2014 17:48:51 -0700, by Ludovic Chabant
-
Fixed a bug in the setup script.Fri, 14 Mar 2014 21:41:15 -0700, by Ludovic Chabant
-
Added `--version` argument to `wk`.Fri, 14 Mar 2014 21:35:30 -0700, by Ludovic Chabant
-
Process links before metas so that links inside metas are formatted.Fri, 14 Mar 2014 08:37:37 -0700, by Ludovic Chabant
-
Removing some arguments that aren't useful anymore.Fri, 14 Mar 2014 08:37:13 -0700, by Ludovic Chabant
-
Added test for the `PageFormatter`.Thu, 13 Mar 2014 21:46:14 -0700, by Ludovic Chabant
-
Added `pytest` configuration file.Thu, 13 Mar 2014 21:46:01 -0700, by Ludovic Chabant
-
No need for a wiki reference in the formatter.Thu, 13 Mar 2014 21:45:46 -0700, by Ludovic Chabant
-
Updated unit tests to be able to run.Wed, 12 Mar 2014 23:02:40 -0700, by Ludovic Chabant
-
Various changes/improvements:Mon, 10 Mar 2014 16:47:21 -0700, by Ludovic Chabant
-
Fixed a bug with getting page infos with a relative path.Sun, 09 Mar 2014 20:31:27 -0700, by Ludovic Chabant
-
Still tweaking the arguments to the damn `wk runserver` command.Sun, 09 Mar 2014 20:26:54 -0700, by Ludovic Chabant
-
Some optimizations for `wk update`:Mon, 03 Mar 2014 22:03:06 -0800, by Ludovic Chabant
-
Commit pages at the end of `wk init` in a newly created wiki.Mon, 03 Mar 2014 22:01:57 -0800, by Ludovic Chabant
-
Fixed logging.Mon, 03 Mar 2014 21:59:08 -0800, by Ludovic Chabant
-
Added `wk init` command to create a new wiki.Mon, 03 Mar 2014 08:15:16 -0800, by Ludovic Chabant
-
Changed capitalization of default main page.Mon, 03 Mar 2014 08:15:03 -0800, by Ludovic Chabant
-
Refactoring for better SQL abstraction and performance (hopefully):Tue, 25 Feb 2014 22:08:32 -0800, by Ludovic Chabant
-
Ability to debug SQLAlchemy.Mon, 24 Feb 2014 12:35:47 -0800, by Ludovic Chabant
-
Print logging to `stdout`.Mon, 24 Feb 2014 12:35:18 -0800, by Ludovic Chabant
-
Some basic error handling and performance timing for Witch.Mon, 17 Feb 2014 14:38:30 -0800, by Ludovic Chabant
-
The `cache` command can optionally force resolve all pages.Mon, 17 Feb 2014 14:37:53 -0800, by Ludovic Chabant
-
More accurate db API.Mon, 17 Feb 2014 14:37:00 -0800, by Ludovic Chabant
-
Merged changes.Mon, 17 Feb 2014 10:43:56 -0800, by Ludovic Chabant
-
ASCII art!Fri, 14 Feb 2014 09:40:58 -0800, by Ludovic Chabant
-
Make `--debug` only for debug logging. Use `--dev` for using dev assets.Mon, 17 Feb 2014 08:34:21 -0800, by Ludovic Chabant
-
Make logging start right away in `witch`.Mon, 17 Feb 2014 08:34:14 -0800, by Ludovic Chabant
-
Package Bootstrap fonts with the rest.Fri, 14 Feb 2014 00:00:04 -0800, by Ludovic Chabant
-
No need to package `pagedown` code separately.Thu, 13 Feb 2014 23:58:51 -0800, by Ludovic Chabant
-
Added ability to make simple links to child pages.Thu, 13 Feb 2014 23:55:41 -0800, by Ludovic Chabant
-
Fixed a bug with Bcrypt fallback.Wed, 12 Feb 2014 15:24:29 -0800, by Ludovic Chabant
-
First version of endpoint customization.Tue, 11 Feb 2014 08:12:38 -0800, by Ludovic Chabant
-
Fix link to profile page.Tue, 11 Feb 2014 08:12:21 -0800, by Ludovic Chabant
-
Cosmetic changes for sub-titles/decorators.Tue, 11 Feb 2014 08:11:57 -0800, by Ludovic Chabant
-
Small optimization.Tue, 11 Feb 2014 08:10:46 -0800, by Ludovic Chabant
-
Cosmetic template change for meta pages.Tue, 11 Feb 2014 08:10:31 -0800, by Ludovic Chabant
-
Fixed crash creating pages in new folders, or with spaces.Tue, 11 Feb 2014 08:10:06 -0800, by Ludovic Chabant
-
Better authentication handling:Sun, 09 Feb 2014 20:46:22 -0800, by Ludovic Chabant
-
Added automatic versioning.Thu, 06 Feb 2014 22:00:32 -0800, by Ludovic Chabant
-
Added tag 0.2.0 for changeset f6ab8af58055Thu, 06 Feb 2014 21:40:33 -0800, by Ludovic Chabant
-
Updated client-side wiki formatting to match server-side better.Thu, 06 Feb 2014 07:59:12 -0800, by Ludovic Chabant
-
Better UI/markup for the form to revert a page to a revision.Thu, 06 Feb 2014 07:58:25 -0800, by Ludovic Chabant
-
Smaller button to show diffs in history page.Thu, 06 Feb 2014 07:57:56 -0800, by Ludovic Chabant
-
Don't use hard-coded URLs for main page.Wed, 05 Feb 2014 00:24:09 -0800, by Ludovic Chabant
-
More validation for the new page form.Tue, 04 Feb 2014 23:55:29 -0800, by Ludovic Chabant
-
Fixed a bug with figuring out authorizations for anonymous users.Tue, 04 Feb 2014 23:07:14 -0800, by Ludovic Chabant
-
Fixed bugs with getting incoming/outgoing links.Tue, 04 Feb 2014 23:04:04 -0800, by Ludovic Chabant
-
Remove JQuery-UI.Tue, 04 Feb 2014 23:03:14 -0800, by Ludovic Chabant
-
Added validation to the new page form.Tue, 04 Feb 2014 23:02:50 -0800, by Ludovic Chabant
-
Code cleanup.Sat, 01 Feb 2014 14:04:13 -0800, by Ludovic Chabant
-
Display only the name of the committer, if possible.Sat, 01 Feb 2014 14:04:01 -0800, by Ludovic Chabant
-
Page editing:Sat, 01 Feb 2014 14:03:20 -0800, by Ludovic Chabant
-
Fixed a crash with synchronous wiki updates.Sat, 01 Feb 2014 14:01:27 -0800, by Ludovic Chabant
-
Bundle `pagedown` scripts with the rest.Sat, 01 Feb 2014 14:01:02 -0800, by Ludovic Chabant
-
Frontend fixes:Wed, 29 Jan 2014 08:19:32 -0800, by Ludovic Chabant
-
Less confusing debug vs. production difference.Wed, 29 Jan 2014 08:18:46 -0800, by Ludovic Chabant
-
Setup logging in WSGI app helper.Tue, 28 Jan 2014 21:45:10 -0800, by Ludovic Chabant
-
Fixed missing import.Tue, 28 Jan 2014 21:44:30 -0800, by Ludovic Chabant
-
Common code for fallback when Bcrypt is not available.Tue, 28 Jan 2014 20:34:11 -0800, by Ludovic Chabant
-
Working on a better Wikked theme.Tue, 28 Jan 2014 08:17:39 -0800, by Ludovic Chabant
-
More work on initialization/teardown:Tue, 28 Jan 2014 08:16:35 -0800, by Ludovic Chabant
-
Communicate the `debug` flag to Flask.Tue, 28 Jan 2014 08:14:35 -0800, by Ludovic Chabant
-
Deploy Bootstrap fonts.Tue, 28 Jan 2014 08:14:10 -0800, by Ludovic Chabant
-
Added entry-point info for console scripts.Wed, 22 Jan 2014 21:39:18 -0800, by Ludovic Chabant
-
Refactoring to not better use Flask, only when needed:Wed, 22 Jan 2014 21:39:02 -0800, by Ludovic Chabant
-
Some fixes to the Pypi packaging.Sun, 12 Jan 2014 01:22:20 -0800, by Ludovic Chabant
-
Added a short `README` file.Sun, 12 Jan 2014 01:18:33 -0800, by Ludovic Chabant
-
Fixed creation of `.hgignore` file.Sun, 12 Jan 2014 01:18:18 -0800, by Ludovic Chabant
-
Fixed various bugs:Sun, 12 Jan 2014 00:24:24 -0800, by Ludovic Chabant
-
Fixed formatting of absolute wiki links.Sun, 12 Jan 2014 00:22:59 -0800, by Ludovic Chabant
-
Fixed missing files from the Pypi package and the production build.Sun, 12 Jan 2014 00:22:28 -0800, by Ludovic Chabant
-
Setup Wikked Pypi package:Fri, 10 Jan 2014 23:12:10 -0800, by Ludovic Chabant
-
What the fuck, MercurialThu, 09 Jan 2014 21:00:23 -0800, by Ludovic Chabant
-
Truly concatenate all CSS files.Thu, 09 Jan 2014 20:59:58 -0800, by Ludovic Chabant
-
Renamed main Wikked script.Thu, 09 Jan 2014 20:59:41 -0800, by Ludovic Chabant
-
Added a LICENSE file.Thu, 09 Jan 2014 20:59:29 -0800, by Ludovic Chabant
-
Remove debug logging.Wed, 25 Dec 2013 19:59:22 -0800, by Ludovic Chabant
-
Disable browser auto-complete on the search field.Wed, 25 Dec 2013 19:59:05 -0800, by Ludovic Chabant
-
Change the default operator for ElasticSearch queries.Wed, 25 Dec 2013 19:58:49 -0800, by Ludovic Chabant
-
Suport for live n-gram-based search with ElasticSearch indexer.Mon, 23 Dec 2013 23:16:35 -0800, by Ludovic Chabant
-
Search preview changes:Mon, 23 Dec 2013 13:29:00 -0800, by Ludovic Chabant
-
Added support for ElasticSearch indexing:Mon, 16 Dec 2013 20:59:42 -0800, by Ludovic Chabant
-
Use absolute paths in the Mercurial source-control.Sat, 14 Dec 2013 21:29:22 -0800, by Ludovic Chabant
-
Updated to Bootstrap 3.0.Thu, 12 Dec 2013 21:54:04 -0800, by Ludovic Chabant
-
Vaguely better error reporting for when editing a page fails.Wed, 11 Dec 2013 21:51:51 -0800, by Ludovic Chabant
-
Split all Flask views into separate modules.Wed, 11 Dec 2013 21:51:26 -0800, by Ludovic Chabant
-
Default to synchronous wiki updates.Wed, 11 Dec 2013 17:51:04 -0800, by Ludovic Chabant
-
Moved all the static content to, well, a `/static` folder.Wed, 11 Dec 2013 17:45:52 -0800, by Ludovic Chabant
-
Added main page API endpoints.Tue, 10 Dec 2013 16:57:20 -0800, by Ludovic Chabant
-
Fixed a bug with `auto_update` setting.Tue, 10 Dec 2013 16:57:06 -0800, by Ludovic Chabant
-
Changes to make it easier to deploy:Tue, 10 Dec 2013 13:49:03 -0800, by Ludovic Chabant
-
Don't run processes if we're using the command server.Tue, 10 Dec 2013 13:47:37 -0800, by Ludovic Chabant
-
Useless import.Tue, 10 Dec 2013 13:42:11 -0800, by Ludovic Chabant
-
Updated requirements.Sun, 08 Dec 2013 13:12:46 -0800, by Ludovic Chabant
-
Added Celery-powered background updates to wiki pages.Sun, 08 Dec 2013 12:51:58 -0800, by Ludovic Chabant
-
Fixed a bug with pages that have the same name as directories.Sun, 08 Dec 2013 12:50:57 -0800, by Ludovic Chabant
-
Process wiki links in the edit page preview too.Sun, 08 Dec 2013 12:45:38 -0800, by Ludovic Chabant
-
Moved some database code up to the base class.Thu, 05 Dec 2013 08:23:12 -0800, by Ludovic Chabant
-
Changed URL schemes around meta pages:Thu, 05 Dec 2013 08:22:55 -0800, by Ludovic Chabant
-
Better error messages for includes.Tue, 03 Dec 2013 09:46:43 -0800, by Ludovic Chabant
-
Fixed file-system parsing for Windows.Tue, 03 Dec 2013 09:46:30 -0800, by Ludovic Chabant
-
Massive change that should have been several smaller ones, but whatever:Sun, 01 Dec 2013 21:50:29 -0800, by Ludovic Chabant
-
Proper support for meta-listing pages:Wed, 27 Nov 2013 23:32:45 -0800, by Ludovic Chabant
-
Added CLI option to list pages from the file-system.Wed, 27 Nov 2013 23:28:46 -0800, by Ludovic Chabant
-
Fixed the "orphaned pages" function.Sun, 24 Nov 2013 19:35:03 -0800, by Ludovic Chabant
-
Various page formatting fixes:Sun, 24 Nov 2013 19:34:32 -0800, by Ludovic Chabant
-
Improved wiki history page:Sun, 24 Nov 2013 14:14:32 -0800, by Ludovic Chabant
-
More optimized `watch` mode for `grunt`.Sun, 24 Nov 2013 14:04:05 -0800, by Ludovic Chabant
-
Fixed wiki history page and API endpoint.Sat, 23 Nov 2013 13:35:37 -0800, by Ludovic Chabant
-
Added ability to get page revisions from the command-line.Sat, 23 Nov 2013 13:31:35 -0800, by Ludovic Chabant
-
Fixed Mercurial commit action.Thu, 21 Nov 2013 21:35:56 -0800, by Ludovic Chabant
-
Don't re-cache all pages by default with some CLI commands.Thu, 21 Nov 2013 21:35:13 -0800, by Ludovic Chabant