log

age author description
Wed, 06 Feb 2013 23:48:34 -0800 Ludovic Chabant Changed RequireJS paths to make it usable with the optimizer.
Wed, 06 Feb 2013 17:39:03 -0800 Ludovic Chabant Fixed some bugs with the page state warning.
Wed, 06 Feb 2013 08:22:31 -0800 Ludovic Chabant Now using Boostrap with LESS.
Tue, 05 Feb 2013 14:49:34 -0800 Ludovic Chabant Moved static files to the root directory.
Tue, 05 Feb 2013 14:48:26 -0800 Ludovic Chabant Only use the default formatters for which we have a module to import.
Mon, 04 Feb 2013 21:20:59 -0800 Ludovic Chabant Use absolute paths in the `less` file.
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`.