Thu, 25 Sep 2008 09:06:01 +0200 |
Thomas Waldmann |
fixing another py2.3/2.4 compatibility issue
|
Wed, 24 Sep 2008 01:14:19 +0200 |
Thomas Waldmann |
try/except/finally is 2.5+ only, use try/try/except/finally
|
Tue, 23 Sep 2008 23:02:50 +0200 |
Thomas Waldmann |
merged moin/1.8-wsgi-fkrupicka
|
Tue, 23 Sep 2008 11:38:23 +0200 |
Thomas Waldmann |
updated setup.py/MANIFEST.in, removed packages not there any more, added new packages
|
Tue, 23 Sep 2008 00:53:18 +0200 |
Thomas Waldmann |
merged moin/1.8 repo (tests need more fixing)
|
Fri, 22 Aug 2008 22:58:18 +0200 |
Thomas Waldmann |
merge moin/1.8 repo
|
Fri, 22 Aug 2008 22:16:13 +0200 |
Thomas Waldmann |
fix test slowness due to failing reverse DNS lookups
|
Mon, 18 Aug 2008 21:30:48 +0200 |
Thomas Waldmann |
tagged SOC2008-END
|
Mon, 18 Aug 2008 19:27:34 +0200 |
Florian Krupicka |
Code review: added wsgiref standalone for 2.3 compatibility (needed for standalone server)
|
Mon, 18 Aug 2008 11:33:20 +0200 |
Florian Krupicka |
Code review: update doc strings, elaborate on use of the module
|
Mon, 18 Aug 2008 11:24:58 +0200 |
Florian Krupicka |
Move imports of werkzeug solely into the MoinMoin.web package (to make bundled werkzeug really work)
|
Mon, 18 Aug 2008 00:39:46 +0200 |
Florian Krupicka |
Code review: update doc strings, elaborate on use and TODO
|
Mon, 18 Aug 2008 00:12:09 +0200 |
Florian Krupicka |
Code review: added doc string, refer to origin
|
Mon, 18 Aug 2008 00:06:47 +0200 |
Florian Krupicka |
Code review: updated doc strings, more verbosity
|
Sun, 17 Aug 2008 23:56:59 +0200 |
Florian Krupicka |
Code review: added some more documentation
|
Sun, 17 Aug 2008 23:40:09 +0200 |
Florian Krupicka |
Add a first overhaul of http://moinmo.in/HelpOnInstalling/ApacheOnLinux as install documentation
|
Sat, 16 Aug 2008 02:33:34 +0200 |
Florian Krupicka |
Code review: regroup context classes and mixins in a different manner
|
Sat, 16 Aug 2008 02:20:05 +0200 |
Florian Krupicka |
Code review: make raised TODO exceptions into py.test.skips
|
Fri, 15 Aug 2008 14:56:42 +0200 |
Florian Krupicka |
Code review: added doc strings, log exceptions
|
Fri, 15 Aug 2008 10:43:57 +0200 |
Florian Krupicka |
Code review: added doc strings, added missing abort check
|
Fri, 15 Aug 2008 10:23:58 +0200 |
Florian Krupicka |
Fix: typos introduced while porting check_spider
|
Fri, 15 Aug 2008 10:21:22 +0200 |
Florian Krupicka |
Fix: variable assignment in evaluate_request
|
Thu, 14 Aug 2008 23:00:17 +0200 |
Florian Krupicka |
Code review: relocate check_setuid into MoinMoin.auth with appropiate name
|
Thu, 14 Aug 2008 22:35:27 +0200 |
Florian Krupicka |
Code review: factor in the simple spider check
|
Thu, 14 Aug 2008 17:25:20 +0200 |
Florian Krupicka |
Code review: added doc strings, remove unused exception
|
Thu, 14 Aug 2008 17:10:05 +0200 |
Florian Krupicka |
Code review: added doc strings, clarified code
|
Thu, 14 Aug 2008 16:13:56 +0200 |
Florian Krupicka |
Put the inserted path in front (shield against too old versions available in some *nix distributions)
|
Thu, 14 Aug 2008 00:59:53 +0200 |
Florian Krupicka |
Removed installer remains of flup
|
Thu, 14 Aug 2008 00:59:13 +0200 |
Florian Krupicka |
Move flup also to support (now that it's added to path we can just ship it)
|
Wed, 13 Aug 2008 21:06:45 +0200 |
Florian Krupicka |
Fixup sys.path to accomodate for complete libraries under MoinMoin.support
|
Wed, 13 Aug 2008 21:05:42 +0200 |
Florian Krupicka |
Import werkzeug 0.3.1 package into MoinMoin.support (still need to insert CREDITS)
|
Mon, 11 Aug 2008 01:36:41 +0200 |
Florian Krupicka |
Remove logging calls on proxy methods (performance hog)
|
Sun, 10 Aug 2008 20:15:32 +0200 |
Florian Krupicka |
Move 'benchmark'-script into contrib
|
Sun, 10 Aug 2008 20:10:51 +0200 |
Florian Krupicka |
Inserted docstrings from old MoinMoin.request
|
Sun, 10 Aug 2008 20:02:17 +0200 |
Florian Krupicka |
Cosmetic fix
|
Sun, 10 Aug 2008 20:01:33 +0200 |
Florian Krupicka |
make_application: add docstring
|
Sun, 10 Aug 2008 19:46:18 +0200 |
Florian Krupicka |
Added trusted proxies option to make_application
|
Sun, 10 Aug 2008 19:14:31 +0200 |
Florian Krupicka |
Pass user/group to run_server
|
Sun, 10 Aug 2008 19:12:50 +0200 |
Florian Krupicka |
Remove obsoloted request-package
|
Sun, 10 Aug 2008 19:12:37 +0200 |
Florian Krupicka |
Fix import of Clock
|
Sun, 10 Aug 2008 19:09:46 +0200 |
Florian Krupicka |
Remove obsoloted server package
|
Sun, 10 Aug 2008 19:09:32 +0200 |
Florian Krupicka |
Integrate uid-switching code into run_server
|
Sun, 10 Aug 2008 18:52:18 +0200 |
Florian Krupicka |
Added several checks for availablity/features of flup
|
Sat, 09 Aug 2008 20:54:09 +0200 |
Florian Krupicka |
Moved daemon-code out of server-package
|
Fri, 08 Aug 2008 20:49:12 +0200 |
Florian Krupicka |
Aggregated flup-based servers into single file and added server-type config (threaded/forked/single)
|
Fri, 08 Aug 2008 18:51:22 +0200 |
Florian Krupicka |
Fixed: naming of the ajp module
|
Fri, 08 Aug 2008 18:38:22 +0200 |
Florian Krupicka |
Added information on flup origin and modification
|
Fri, 08 Aug 2008 18:17:16 +0200 |
Florian Krupicka |
Exempt flup-server from sourcecode tests (3rd party code)
|
Fri, 08 Aug 2008 18:16:30 +0200 |
Florian Krupicka |
Remove old flup-wsgi script (can be done with moin.cgi now)
|
Fri, 08 Aug 2008 18:15:14 +0200 |
Florian Krupicka |
Remove duplicate wikiserver.py
|
Thu, 07 Aug 2008 23:12:22 +0200 |
Florian Krupicka |
Removed outdated twisted code
|
Thu, 07 Aug 2008 20:46:33 +0200 |
Florian Krupicka |
Cosmetical changes (PEP8, file perms)
|
Thu, 07 Aug 2008 20:45:20 +0200 |
Florian Krupicka |
Added AJP adapter
|
Thu, 07 Aug 2008 20:39:57 +0200 |
Florian Krupicka |
Fixed: wrong cookie path made session restricted to login-action-path
|
Thu, 07 Aug 2008 00:17:54 +0200 |
Florian Krupicka |
Fixed: import of MoinMoinFinish
|
Thu, 07 Aug 2008 00:16:53 +0200 |
Florian Krupicka |
Remove special cases for removed request/server code
|
Thu, 07 Aug 2008 00:09:03 +0200 |
Florian Krupicka |
Remove unused request/server code
|
Thu, 07 Aug 2008 00:02:02 +0200 |
Florian Krupicka |
Fixed: MoinMoin.server.server_standalone is gone, don't import ConfigClass from here anymore
|
Wed, 06 Aug 2008 23:56:04 +0200 |
Florian Krupicka |
Get rid of the mod_python adapter
|
Wed, 06 Aug 2008 23:53:17 +0200 |
Florian Krupicka |
Point moin.wsgi to the new real application
|