Wed, 09 Jul 2008 16:12:20 +0200 |
Florian Krupicka |
Added lazy theme property and missing output-method
|
Wed, 09 Jul 2008 16:11:11 +0200 |
Florian Krupicka |
Fix tests: failing auth-tests & Simplified: request setup code
|
Wed, 09 Jul 2008 15:58:14 +0200 |
Florian Krupicka |
Remove special cases of HTTP auth-handling, consolidate unto werkzeugs Authorization-object
|
Wed, 09 Jul 2008 15:55:10 +0200 |
Florian Krupicka |
Missing in_-prefix for cache-controls and more customization for TestRequest
|
Wed, 09 Jul 2008 02:01:08 +0200 |
Florian Krupicka |
TestRequest for use in unittests
|
Thu, 03 Jul 2008 23:36:48 +0200 |
Florian Krupicka |
Changed form access to MultiDict forms
|
Wed, 02 Jul 2008 18:50:37 +0200 |
Florian Krupicka |
Fixed: attribute lookup handling, in general as in uid_generator
|
Wed, 02 Jul 2008 16:50:59 +0200 |
Florian Krupicka |
Fix tests: wikiutil.normalize_pagename (missing 2nd param, missing import)
|
Mon, 30 Jun 2008 12:00:33 +0200 |
Florian Krupicka |
Fix tests: source code (indentation, whitespace) mostly
|
Mon, 30 Jun 2008 11:16:17 +0200 |
Florian Krupicka |
Fixed: use combined GET/POST dictionary (needed for logout)
|
Sat, 28 Jun 2008 17:20:18 +0200 |
Florian Krupicka |
Replace conftest-Request with new WSGI-based request
|
Sat, 28 Jun 2008 15:36:50 +0200 |
Florian Krupicka |
Added 'destroy_session' to session service api
|
Sat, 28 Jun 2008 15:34:51 +0200 |
Florian Krupicka |
Setup user from stored session
|
Fri, 27 Jun 2008 18:38:29 +0200 |
Florian Krupicka |
Start to make auth work again with the new session layer
|
Wed, 25 Jun 2008 01:04:42 +0200 |
Florian Krupicka |
Use session service in the WSGI app
|
Wed, 25 Jun 2008 01:03:44 +0200 |
Florian Krupicka |
Property for session and dummy user object
|
Wed, 25 Jun 2008 01:02:45 +0200 |
Florian Krupicka |
Fixed: missing imports and falsely ported session middleware code
|
Wed, 25 Jun 2008 00:39:18 +0200 |
Florian Krupicka |
General cleanups: doc strings, granularity of mixins
|
Wed, 25 Jun 2008 00:04:36 +0200 |
Florian Krupicka |
New (sample) session service
|
Tue, 24 Jun 2008 23:54:44 +0200 |
Florian Krupicka |
API descriptions for new interfaces and services
|
Sat, 21 Jun 2008 20:25:35 +0200 |
Florian Krupicka |
Use Werkzeug-property names instead of old MoinMoin attribute names
|
Sat, 21 Jun 2008 20:02:17 +0200 |
Florian Krupicka |
General cleanups
|
Sat, 21 Jun 2008 20:01:54 +0200 |
Florian Krupicka |
Group some functionality
|
Sat, 21 Jun 2008 16:57:20 +0200 |
Florian Krupicka |
Accomodate for consolidation of Request/Response
|
Thu, 19 Jun 2008 18:23:02 +0200 |
Florian Krupicka |
Moved request.clock into property
|
Thu, 19 Jun 2008 17:41:39 +0200 |
Florian Krupicka |
Reflect changes to Context-model and Request/Response in wsgiapp
|
Thu, 19 Jun 2008 17:38:48 +0200 |
Florian Krupicka |
Further refinement to the Context-object model
|
Thu, 19 Jun 2008 17:37:53 +0200 |
Florian Krupicka |
Consolidate Request and Response into single object
|
Wed, 18 Jun 2008 16:14:42 +0200 |
Florian Krupicka |
Removed calls to request.getPathinfo
|
Wed, 18 Jun 2008 16:00:34 +0200 |
Florian Krupicka |
Replaced calls to setHttpHeader
|
Wed, 18 Jun 2008 00:28:07 +0200 |
Florian Krupicka |
Replaced/removed calls to request.emit_http_headers
|
Tue, 17 Jun 2008 18:36:56 +0200 |
Florian Krupicka |
Removed calls to request.flush (no flushing in WSGI)
|
Tue, 17 Jun 2008 18:32:03 +0200 |
Florian Krupicka |
Just append classes on class-change (for later inspection)
|
Tue, 17 Jun 2008 18:29:35 +0200 |
Florian Krupicka |
Remove deprecated calls to request.getAvailableActions
|
Tue, 17 Jun 2008 01:41:55 +0200 |
Florian Krupicka |
Fixed: missing argument for UniqueIDGenerator.begin
|
Tue, 17 Jun 2008 01:36:31 +0200 |
Florian Krupicka |
Fixed: wrong variable names in UID generator usage
|
Tue, 17 Jun 2008 01:24:28 +0200 |
Florian Krupicka |
Factored out some of the loadTheme code
|
Mon, 16 Jun 2008 17:21:25 +0200 |
Florian Krupicka |
Moved unique-id-generation from request into own object
|
Mon, 16 Jun 2008 12:11:24 +0200 |
Florian Krupicka |
Replaced request.getScriptname() with a werkzeug property
|
Sun, 15 Jun 2008 22:38:29 +0200 |
Florian Krupicka |
Fixed: errors in attribute lookup, status-code setting & property names
|
Sun, 15 Jun 2008 22:30:19 +0200 |
Florian Krupicka |
Port RequestBase.run() into a function for use in wsgi-app
|
Sun, 15 Jun 2008 22:29:17 +0200 |
Florian Krupicka |
Moved from wrapped context-objects to class-changing context-objects
|
Wed, 11 Jun 2008 18:36:54 +0200 |
Florian Krupicka |
Moved even more attributes into (lazy) properties
|
Wed, 11 Jun 2008 14:39:38 +0200 |
Florian Krupicka |
Naive port of auth handling functions
|
Wed, 11 Jun 2008 12:22:32 +0200 |
Florian Krupicka |
Function documentation in MoinMoin.web.utils
|
Wed, 11 Jun 2008 12:13:30 +0200 |
Florian Krupicka |
Factored out setuid-code
|
Wed, 11 Jun 2008 12:02:18 +0200 |
Florian Krupicka |
Factored out surge protection and forbidden checks
|
Wed, 11 Jun 2008 11:35:35 +0200 |
Florian Krupicka |
Fixed typo
|
Wed, 11 Jun 2008 11:29:03 +0200 |
Florian Krupicka |
Fixed: errors in calling of handle_auth(_form)
|
Tue, 10 Jun 2008 21:28:39 +0200 |
Florian Krupicka |
Factoring out more parts of request.run
|
Tue, 10 Jun 2008 20:56:46 +0200 |
Florian Krupicka |
Moved some attributes on Request into RenderContext
|
Tue, 10 Jun 2008 12:50:31 +0200 |
Florian Krupicka |
Make getText into a context property
|
Mon, 09 Jun 2008 17:45:29 +0200 |
Florian Krupicka |
New isSpiderAgent property on RequestContext(and fixed some copy'n'paste messup)
|
Mon, 09 Jun 2008 17:39:28 +0200 |
Florian Krupicka |
Replace makeForbidden with HTTPException variant for WSGI
|
Mon, 09 Jun 2008 17:01:03 +0200 |
Florian Krupicka |
Restructured contexts classes for wrapping contexts in each other
|
Sun, 08 Jun 2008 18:27:07 +0200 |
Florian Krupicka |
Added HTTPException catching middleware
|
Sun, 08 Jun 2008 12:16:15 +0200 |
Florian Krupicka |
Just use the browser property of useragent object
|
Sun, 08 Jun 2008 00:37:59 +0200 |
Florian Krupicka |
Removed request.editlog
|
Sun, 08 Jun 2008 00:32:31 +0200 |
Florian Krupicka |
Make XML-RPC action call into own WSGI app (draft)
|
Sun, 08 Jun 2008 00:23:56 +0200 |
Florian Krupicka |
Extended attribute/property access logging
|