log

age author description
Mon, 04 Feb 2013 21:20:31 -0800 Ludovic Chabant Removed debug output, optimized rendering a bit.
Mon, 04 Feb 2013 21:19:48 -0800 Ludovic Chabant Fixed requests to get the current page's state.
Mon, 04 Feb 2013 21:19:10 -0800 Ludovic Chabant Various changes:
Sat, 02 Feb 2013 20:16:54 -0800 Ludovic Chabant Formatter changes:
Thu, 31 Jan 2013 22:41:07 -0800 Ludovic Chabant Include changes:
Thu, 31 Jan 2013 22:40:12 -0800 Ludovic Chabant Don't open/close connections all the time in command-line.
Thu, 31 Jan 2013 12:28:10 -0800 Ludovic Chabant More unit tests.
Thu, 31 Jan 2013 12:27:35 -0800 Ludovic Chabant Added parameter to never use the DB.
Mon, 28 Jan 2013 23:13:04 -0800 Ludovic Chabant Added unit tests.
Sat, 26 Jan 2013 22:17:51 -0800 Ludovic Chabant Now using RequireJS' "text" extension to load all HTML templates.
Fri, 25 Jan 2013 22:35:56 -0800 Ludovic Chabant Big refactoring:
Fri, 25 Jan 2013 22:20:58 -0800 Ludovic Chabant Removed unused modules.
Sat, 12 Jan 2013 22:12:06 -0800 Ludovic Chabant Moved application init to a standalone `web` module.
Sat, 12 Jan 2013 12:06:56 -0800 Ludovic Chabant Moved page formatting code to its own module.
Sat, 12 Jan 2013 11:54:06 -0800 Ludovic Chabant Added naive implementation of page queries.
Wed, 09 Jan 2013 22:01:31 -0800 Ludovic Chabant Added textile support.
Mon, 07 Jan 2013 17:20:50 -0800 Ludovic Chabant Correctly handle caching for included pages.
Mon, 07 Jan 2013 15:31:17 -0800 Ludovic Chabant Moved client code from HTML template to `views.js`.
Sun, 06 Jan 2013 23:17:16 -0800 Ludovic Chabant Naive implementation of page includes.
Sun, 06 Jan 2013 23:01:46 -0800 Ludovic Chabant Moved initialization logic out of the constructors.
Sun, 06 Jan 2013 22:11:38 -0800 Ludovic Chabant Better API responses for editing a new page:
Sun, 06 Jan 2013 20:59:25 -0800 Ludovic Chabant Check for edit even when getting the information prior to the actual edit.
Sun, 06 Jan 2013 20:22:36 -0800 Ludovic Chabant Handle wiki and page permissions for read/write access.
Sun, 06 Jan 2013 20:20:41 -0800 Ludovic Chabant Use error pages when models return an error.
Sun, 06 Jan 2013 20:19:29 -0800 Ludovic Chabant Added some error pages.
Sun, 06 Jan 2013 20:19:13 -0800 Ludovic Chabant Batch changes on client models (causes fewer re-renders), and error handling.
Sun, 06 Jan 2013 20:17:08 -0800 Ludovic Chabant The indexer is now opening files in UTF-8.
Sun, 06 Jan 2013 20:16:19 -0800 Ludovic Chabant Added a shell command to list all the pages in the wiki.
Sat, 05 Jan 2013 14:07:32 -0800 Ludovic Chabant Added support for redirects between wiki pages.
Sat, 05 Jan 2013 11:58:51 -0800 Ludovic Chabant Fixed stupid bug with promoted meta properties.
Sat, 05 Jan 2013 11:54:03 -0800 Ludovic Chabant More generic meta properties for wiki pages:
Sat, 05 Jan 2013 11:52:34 -0800 Ludovic Chabant Added `ifnot` Handlebar helper.
Fri, 04 Jan 2013 19:36:08 -0800 Ludovic Chabant Updated requirements.
Fri, 04 Jan 2013 16:02:46 -0800 Ludovic Chabant The wiki `fs` only scans known file extensions.
Fri, 04 Jan 2013 16:01:55 -0800 Ludovic Chabant Initialize RequireJS with better cache busting.
Fri, 04 Jan 2013 16:01:22 -0800 Ludovic Chabant Better warning for locally changed/new page files:
Fri, 04 Jan 2013 15:59:58 -0800 Ludovic Chabant Added Bootstrap's Javascript to RequireJS bundle.
Fri, 04 Jan 2013 15:58:54 -0800 Ludovic Chabant Use the settings' wiki root, if any.
Thu, 03 Jan 2013 08:00:24 -0800 Ludovic Chabant Added "wiki history" special page:
Thu, 03 Jan 2013 07:56:27 -0800 Ludovic Chabant Added ability to get a single page's info from the file-system.
Tue, 01 Jan 2013 00:49:54 -0800 Ludovic Chabant Added "Special Pages" section:
Mon, 31 Dec 2012 22:02:39 -0800 Ludovic Chabant Added instant search results preview.
Sun, 30 Dec 2012 23:15:32 -0800 Ludovic Chabant Made all Javascript code use RequireJS.
Sun, 30 Dec 2012 20:08:11 -0800 Ludovic Chabant No need for `jquery-ui` for now.
Sun, 30 Dec 2012 19:57:52 -0800 Ludovic Chabant Added support for authentatication
Sat, 29 Dec 2012 18:24:38 -0800 Ludovic Chabant Updated `requirements.txt`.
Sat, 29 Dec 2012 18:21:44 -0800 Ludovic Chabant New features and bug fixes:
Sat, 22 Dec 2012 22:33:11 -0800 Ludovic Chabant UI improvements for page editing.
Wed, 19 Dec 2012 20:49:14 -0800 Ludovic Chabant Better size for edit box text.
Wed, 19 Dec 2012 20:30:49 -0800 Ludovic Chabant Fixed Mercurial files incorrectly included as pages.
Wed, 19 Dec 2012 20:29:54 -0800 Ludovic Chabant Better looking title decorators.
Wed, 19 Dec 2012 20:29:36 -0800 Ludovic Chabant Fixed layout for edit page.
Wed, 19 Dec 2012 20:29:14 -0800 Ludovic Chabant More consistent UI for the incoming links page.
Wed, 19 Dec 2012 07:53:31 -0800 Ludovic Chabant Correct title for edit page.
Wed, 19 Dec 2012 00:23:12 -0800 Ludovic Chabant Added support for history and diffing.
Tue, 11 Dec 2012 22:13:29 -0800 Ludovic Chabant Added wiki syntax for changing the title of a page.
Tue, 11 Dec 2012 22:13:10 -0800 Ludovic Chabant Fixed title for history page.
Mon, 10 Dec 2012 22:40:52 -0800 Ludovic Chabant Initial commit.