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
|
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
|
Sat, 07 Jun 2008 19:55:27 +0200 |
Florian Krupicka |
(Re)moved normalizePagename from Request into wikiutil library
|
Fri, 06 Jun 2008 14:26:55 +0200 |
Florian Krupicka |
Removed httpDate from request object
|
Tue, 03 Jun 2008 11:56:29 +0200 |
Florian Krupicka |
Trying to port some of RequestBase.__init__ to a WSGI app (very crude right now)
|
Tue, 03 Jun 2008 11:54:35 +0200 |
Florian Krupicka |
Added response object
|
Tue, 03 Jun 2008 11:51:16 +0200 |
Florian Krupicka |
Added MoinMoin specific HTTP-exceptions (SurgeProtection for example)
|
Thu, 29 May 2008 18:17:49 +0200 |
Florian Krupicka |
Whitespace fixes and extended logging of calls
|
Thu, 29 May 2008 17:17:49 +0200 |
Florian Krupicka |
Some enhancements for logging and removed unneeded methods.
|
Thu, 29 May 2008 17:16:33 +0200 |
Florian Krupicka |
Oops, some fixes. Was already wondering why i got no output.
|
Thu, 29 May 2008 14:59:41 +0200 |
Florian Krupicka |
Started with the HTTPContext (currently a reimplementation of request_wsgi with werkzeug)
|
Wed, 28 May 2008 18:44:22 +0200 |
Florian Krupicka |
Removed unneeded instance vars for available actions
|
Wed, 28 May 2008 18:42:52 +0200 |
Florian Krupicka |
Removed failure code (will be handled by a exception-handling middleware)
|
Wed, 28 May 2008 18:34:35 +0200 |
Florian Krupicka |
Removed code for available actions from RequestBase
|
Wed, 28 May 2008 15:19:20 +0200 |
Florian Krupicka |
Initial code to track down the use of request objects in MoinMoin
|
Tue, 27 May 2008 18:13:17 +0200 |
Florian Krupicka |
Fixed: cannot check for File.Error in same line like checking import of File
|
Tue, 23 Sep 2008 00:44:45 +0200 |
Karol 'grzywacz' Nowak |
Added support for authentication realms other server hostname
|
Sun, 21 Sep 2008 23:25:19 +0200 |
Thomas Waldmann |
tagged release 1.8.0beta2
|
Sun, 21 Sep 2008 23:08:58 +0200 |
Thomas Waldmann |
bump version number to 1.8.0beta2
1.8.0beta2
|
Sun, 21 Sep 2008 23:01:54 +0200 |
Thomas Waldmann |
updated underlay
|
Sun, 21 Sep 2008 22:48:27 +0200 |
Thomas Waldmann |
updated i18n
|
Sun, 21 Sep 2008 22:35:28 +0200 |
Thomas Waldmann |
updated CHANGES
|
Sun, 21 Sep 2008 21:46:05 +0200 |
Thomas Waldmann |
GUI editor converter: fix roundtripping of attachment links with &do=get param (q&d fix, needs to more work to be generic)
|
Sun, 21 Sep 2008 21:03:09 +0200 |
Thomas Waldmann |
GUI editor converter: fix roundtripping of free interwiki links
|
Sun, 21 Sep 2008 19:21:07 +0200 |
Thomas Waldmann |
GUI editor converter: fix processing of table caption
|
Sun, 21 Sep 2008 11:18:21 +0200 |
Thomas Waldmann |
merged moin/1.7
|
Sun, 21 Sep 2008 11:04:07 +0200 |
Thomas Waldmann |
fixing urls given by sitemap action, if the wiki does not run in the root url of the site (forward port of forgotten 1.5 fix)
|
Sat, 20 Sep 2008 21:57:37 +0200 |
Thomas Waldmann |
gui converter: create shorter output for colors
|
Sat, 20 Sep 2008 21:49:22 +0200 |
Thomas Waldmann |
merged main
|