log wikked/web.py @ 499:e75b39a762fd

age author description
Sun, 07 Jun 2020 00:15:07 -0700 Ludovic Chabant web: Fixes for new version of werkzeug.
Tue, 16 Oct 2018 22:07:37 -0700 Ludovic Chabant web: Add support for custom CSS stylesheet.
Sun, 30 Sep 2018 21:38:44 -0700 Ludovic Chabant core: Use new import syntax for Flask plugins.
Sun, 07 Jan 2018 11:11:04 -0800 Ludovic Chabant auth: Rewrite permission system and improve support for it.
Wed, 03 Jan 2018 00:58:09 -0800 Ludovic Chabant web: Fix UI bugs and do a few improvements.
Mon, 17 Apr 2017 21:36:49 -0700 Ludovic Chabant update: Do a reset if the DB requires an upgrade.
Fri, 14 Apr 2017 21:27:46 -0700 Ludovic Chabant web: Add basic ability to upload files.
Mon, 20 Mar 2017 22:18:32 -0700 Ludovic Chabant web: Support browsers without Javascript.
Wed, 14 Oct 2015 22:58:00 -0700 Ludovic Chabant runserver: Fix wiki updater not being set properly.
Wed, 14 Oct 2015 22:06:17 -0700 Ludovic Chabant runserver: Fix auto-reloading, use 'dirtying' update by default.
Wed, 14 Oct 2015 20:50:42 -0700 Ludovic Chabant code: Fix PEP8 and other cosmetic errors.
Sun, 20 Sep 2015 08:27:38 -0700 Ludovic Chabant Disable caching on the right middleware... duh.
Wed, 16 Sep 2015 23:04:28 -0700 Ludovic Chabant Big refactor to get rid of this whole single page app crap.
Sun, 19 Apr 2015 21:59:51 -0700 Ludovic Chabant Remove duplicated code.
Sun, 19 Apr 2015 20:54:10 -0700 Ludovic Chabant Better 'dev' server mode by serving some assets from their original folder.
Sat, 25 Oct 2014 22:27:17 -0700 Ludovic Chabant Add support for InfluxDB metrics.
Sat, 11 Oct 2014 22:05:48 -0700 Ludovic Chabant SQL cache refactor to try and do things correctly with SQLAlchemy.
Wed, 08 Oct 2014 23:22:44 -0700 Ludovic Chabant Consistent Flask config variables. Set that config before creating the app.
Sat, 04 Oct 2014 21:19:42 -0700 Ludovic Chabant Don't initialize a wiki instance in Flask until we need one.
Sat, 04 Oct 2014 21:05:22 -0700 Ludovic Chabant Frontend refactor and backend support for cached page lists.
Wed, 01 Oct 2014 08:19:03 -0700 Ludovic Chabant Wiki updater cleanup and improvements.
Mon, 07 Apr 2014 08:12:58 -0700 Ludovic Chabant Add ability to use a profiling middleware on the WSGI application.
Wed, 02 Apr 2014 08:13:12 -0700 Ludovic Chabant Fixes for running in `mod_wsgi`.
Sat, 29 Mar 2014 22:28:07 -0700 Ludovic Chabant Simpler out-of-the-box support for background updates.
Fri, 28 Mar 2014 22:02:59 -0700 Ludovic Chabant Improve support for async wiki updates.
Mon, 10 Mar 2014 16:47:21 -0700 Ludovic Chabant Various changes/improvements:
Mon, 17 Feb 2014 08:34:21 -0800 Ludovic Chabant Make `--debug` only for debug logging. Use `--dev` for using dev assets.
Tue, 28 Jan 2014 20:34:11 -0800 Ludovic Chabant Common code for fallback when Bcrypt is not available.
Tue, 28 Jan 2014 08:16:35 -0800 Ludovic Chabant More work on initialization/teardown:
Wed, 22 Jan 2014 21:39:02 -0800 Ludovic Chabant Refactoring to not better use Flask, only when needed:
Fri, 10 Jan 2014 23:12:10 -0800 Ludovic Chabant Setup Wikked Pypi package:
Wed, 11 Dec 2013 21:51:51 -0800 Ludovic Chabant Vaguely better error reporting for when editing a page fails.
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 13:49:03 -0800 Ludovic Chabant Changes to make it easier to deploy:
Sun, 01 Dec 2013 21:50:29 -0800 Ludovic Chabant Massive change that should have been several smaller ones, but whatever:
Tue, 19 Nov 2013 23:06:27 -0800 Ludovic Chabant Auto-detect the wiki root, and support custom Flask config files.
Mon, 18 Nov 2013 12:35:41 -0800 Ludovic Chabant Fallback to SHA512 if Bcrypt is not available.
Tue, 12 Nov 2013 13:54:29 -0800 Ludovic Chabant Better `Gruntfile` dev support.
Tue, 05 Nov 2013 08:13:18 -0800 Ludovic Chabant Big refactor for better database caching:
Tue, 05 Feb 2013 14:49:34 -0800 Ludovic Chabant Moved static files to the root directory.
Mon, 04 Feb 2013 21:19:10 -0800 Ludovic Chabant Various changes:
Mon, 28 Jan 2013 23:13:04 -0800 Ludovic Chabant Added unit tests.
Fri, 25 Jan 2013 22:35:56 -0800 Ludovic Chabant Big refactoring:
Sat, 12 Jan 2013 22:12:06 -0800 Ludovic Chabant Moved application init to a standalone `web` module.