Mercurial > wikked
graph
-
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