Tue, 05 Aug 2008 00:08:54 +0200 |
Florian Krupicka |
Imported a current flup with single-thread server patch applied
|
Sat, 02 Aug 2008 22:12:18 +0200 |
Florian Krupicka |
Fixed: variable reference and left out request handler
|
Sat, 02 Aug 2008 21:37:30 +0200 |
Florian Krupicka |
Moved serving-related code into MoinMoin.web.serving module
|
Sat, 02 Aug 2008 15:00:48 +0200 |
Florian Krupicka |
Added http_redirect for compatibility
|
Fri, 01 Aug 2008 21:29:06 +0200 |
Florian Krupicka |
Catch configuration errors in the application, not in a debug layer
|
Fri, 01 Aug 2008 00:06:14 +0200 |
Florian Krupicka |
Replaced use of request_cli with ScriptContext (all occurrences)
|
Thu, 31 Jul 2008 16:01:55 +0200 |
Florian Krupicka |
Replace request_cli with ScriptContext in MoinScript
|
Thu, 31 Jul 2008 15:59:57 +0200 |
Florian Krupicka |
Wrap request only if it's not already a Context-object
|
Thu, 31 Jul 2008 15:58:31 +0200 |
Florian Krupicka |
ScriptContext: first naive implementation
|
Thu, 31 Jul 2008 15:57:30 +0200 |
Florian Krupicka |
Missing charset on Href w/o any script_root
|
Tue, 29 Jul 2008 13:41:50 +0200 |
Florian Krupicka |
Fixed: search used only POST-formdata
|
Mon, 28 Jul 2008 12:04:00 +0200 |
zenhase |
Merged with 1.8
|
Sun, 27 Jul 2008 17:40:11 +0200 |
Florian Krupicka |
Fixed: log format and line-doubling in standalone server
|
Sun, 27 Jul 2008 15:16:19 +0200 |
Florian Krupicka |
Fixed exception-handling for MoinMoinFinish and relocated it to MoinMoin.web.request
|
Fri, 25 Jul 2008 22:48:12 +0200 |
Florian Krupicka |
Fixed LDAP auth: Use of MoinMoin.auth.handle_login instead of request.handle_auth / SLAPD without cleartext-support breaks tests
|
Fri, 25 Jul 2008 13:19:25 +0200 |
Florian Krupicka |
Fix missing attributes for standalone server config, remove reloader (crashes currently)
|
Thu, 24 Jul 2008 22:29:10 +0200 |
Florian Krupicka |
Fixed test for MoinAuth
|
Thu, 24 Jul 2008 21:15:14 +0200 |
Florian Krupicka |
Eliminated legacy _cache_disabled property
|
Thu, 24 Jul 2008 20:38:10 +0200 |
Florian Krupicka |
Middleware to fix up REMOTE_ADDR for trusted proxies
|
Thu, 24 Jul 2008 20:37:20 +0200 |
Florian Krupicka |
Remove unneeded module (integrated in WSGI-app now)
|
Thu, 24 Jul 2008 20:35:13 +0200 |
Florian Krupicka |
Copy over defaults from DefaultConfig if missing
|
Tue, 22 Jul 2008 21:02:07 +0200 |
Florian Krupicka |
Reverted use of Href in Page.url (breaks querystrings)
|
Tue, 22 Jul 2008 20:38:33 +0200 |
Florian Krupicka |
Fixed: XMLRPC calls
|
Tue, 22 Jul 2008 20:36:42 +0200 |
Florian Krupicka |
Fixed tests: run now returns a werkzeug-Response, not a Context anymore
|
Tue, 22 Jul 2008 20:35:16 +0200 |
Florian Krupicka |
Split up wsgiapp.init and wsgiapp.run into smaller chunks
|
Tue, 22 Jul 2008 16:58:41 +0200 |
Florian Krupicka |
Fixed test: PEP8
|
Sun, 20 Jul 2008 18:49:20 +0200 |
Florian Krupicka |
Replaced some references to request.form with MultiDict-compatible semantics
|
Sun, 20 Jul 2008 18:32:36 +0200 |
Florian Krupicka |
Test cases for UniqueIDGenerator (incomplete)
|
Sun, 20 Jul 2008 18:08:13 +0200 |
Florian Krupicka |
Make more use of werkzeugs Href object for URL-generation in MoinMoin
|
Sun, 20 Jul 2008 16:43:12 +0200 |
Florian Krupicka |
Fixed test: removed '&' from expected (test shouldn't test for context)
|
Sun, 20 Jul 2008 16:41:40 +0200 |
Florian Krupicka |
Removed slots from Context-class, proxied some more attributes to underlying Request
|
Sun, 20 Jul 2008 01:50:39 +0200 |
Florian Krupicka |
Don't send session cookie when session was already established
|
Sun, 20 Jul 2008 01:48:20 +0200 |
Florian Krupicka |
Try using werkzeugs Href object for URL generation (first in AttachFile)
|
Sat, 19 Jul 2008 01:53:28 +0200 |
Florian Krupicka |
Proxied mimetype/content_type response header to underlying request object
|
Sat, 19 Jul 2008 01:35:07 +0200 |
Florian Krupicka |
Fixed docbook rendering (and obviously several other problems that didn't show in tests)
|
Fri, 18 Jul 2008 23:08:48 +0200 |
Florian Krupicka |
First implementation of standalone server using werkzeug.serving.run_simple
|
Fri, 18 Jul 2008 01:28:31 +0200 |
Florian Krupicka |
Changed some setHttpHeader-calls to new header API
|
Wed, 16 Jul 2008 17:23:21 +0200 |
Florian Krupicka |
Fixed handling of if_modified headers (threw exception on attachment-get)
|
Wed, 16 Jul 2008 17:10:01 +0200 |
Florian Krupicka |
Removed old send_file code which was ported from request_wsgi
|
Wed, 16 Jul 2008 17:07:53 +0200 |
Florian Krupicka |
Fixed: small errors in send_file
|
Tue, 15 Jul 2008 20:05:15 +0200 |
Florian Krupicka |
Implemented missing .send_file method
|
Tue, 15 Jul 2008 19:57:14 +0200 |
Florian Krupicka |
Fixed: AttachFile upload handling & some form-issues
|
Tue, 15 Jul 2008 12:32:01 +0200 |
Florian Krupicka |
Fixed: use werkzeugs accept_languages header property
|
Tue, 15 Jul 2008 11:18:04 +0200 |
Florian Krupicka |
Fixed: userprefs forms and chooser page
|
Mon, 14 Jul 2008 19:06:25 +0200 |
Florian Krupicka |
First very basic in-circuit benchmark for WSGI
|
Mon, 14 Jul 2008 13:34:07 +0200 |
Florian Krupicka |
Slim down TestRequest - use evaluate_request to get an (appiter, status, headers)-tuple
|
Mon, 14 Jul 2008 13:16:57 +0200 |
Florian Krupicka |
Added werkzeug.test.Client for blackbox application testing (headers, status, output)
|
Mon, 14 Jul 2008 11:05:19 +0200 |
Florian Krupicka |
Remove deprecated call to request.getAvailableActions
|
Fri, 11 Jul 2008 23:19:18 +0200 |
Florian Krupicka |
Fixed: missing import for in_cache_control property
|
Fri, 11 Jul 2008 23:18:25 +0200 |
Florian Krupicka |
Removed initTheme from run(), is handled lazy in request property
|
Fri, 11 Jul 2008 23:17:09 +0200 |
Florian Krupicka |
Fixed: use requests uid_generator now
|
Wed, 09 Jul 2008 21:53:52 +0200 |
Florian Krupicka |
Fix tests: small fixes after merge
|
Wed, 09 Jul 2008 21:48:04 +0200 |
Florian Krupicka |
Removed MoinMoin.web.api, use inheritance and abstract classes
|
Wed, 09 Jul 2008 20:43:29 +0200 |
Florian Krupicka |
Merged: 1.8
|
Wed, 09 Jul 2008 17:51:29 +0200 |
Florian Krupicka |
Fix tests: script_root in links wrongly expected to be "." (for tests)
|
Wed, 09 Jul 2008 16:32:50 +0200 |
Florian Krupicka |
Fix tests: make XMLRPC use the new authentication functions
|
Wed, 09 Jul 2008 16:14:55 +0200 |
Florian Krupicka |
Remove original request tests (failing and not needed anymore)
|
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
|