Fri, 03 Oct 2008 22:33:35 +0200 |
Thomas Waldmann |
remove direct usage of deprecated sha module - use hashlib, if possible
|
Fri, 03 Oct 2008 21:18:49 +0200 |
Thomas Waldmann |
merged moin/1.7
|
Fri, 03 Oct 2008 21:14:46 +0200 |
Thomas Waldmann |
use logging framework for messages emitted by warnings module (e.g. DeprecationWarning), silence some specific warnings
|
Tue, 30 Sep 2008 09:38:41 +0200 |
Thomas Waldmann |
merge moin/1.7
|
Tue, 30 Sep 2008 09:37:23 +0200 |
Thomas Waldmann |
remove superfluous linefeed in timing log output
|
Tue, 30 Sep 2008 09:32:53 +0200 |
Thomas Waldmann |
TextChas: fix treatment of unknown keys
|
Mon, 29 Sep 2008 21:32:16 +0200 |
Thomas Waldmann |
search results: link to 'view' rendering of found attachments
|
Sun, 28 Sep 2008 17:28:08 +0200 |
Thomas Waldmann |
fix dbw_hide_buttons javascript
|
Mon, 29 Sep 2008 00:02:49 +0200 |
Thomas Waldmann |
remove superfluous linefeed in timing log output
|
Sun, 28 Sep 2008 22:32:06 +0200 |
Thomas Waldmann |
tagged release 1.8.0beta3
|
Sun, 28 Sep 2008 21:42:13 +0200 |
Thomas Waldmann |
bumped version to 1.8.0beta3, minor PEP8 fix
1.8.0beta3
|
Sun, 28 Sep 2008 21:37:57 +0200 |
Thomas Waldmann |
updated underlay
|
Sun, 28 Sep 2008 21:25:32 +0200 |
Thomas Waldmann |
updated CHANGES
|
Sun, 28 Sep 2008 21:12:56 +0200 |
Thomas Waldmann |
updated i18n
|
Sun, 28 Sep 2008 16:24:21 +0200 |
Thomas Waldmann |
merged moin/1.7
|
Sun, 28 Sep 2008 15:59:46 +0200 |
Thomas Waldmann |
standalone server: fix serverClass argument processing, announce used serverClass in log
|
Sun, 28 Sep 2008 00:13:58 +0200 |
Thomas Waldmann |
common.js: cosmetic fixes, added var declaration
|
Sun, 28 Sep 2008 00:01:41 +0200 |
Thomas Waldmann |
fix editbar hidden comment link cosmetics for sidebar themes (hide the complete list element)
|
Sat, 27 Sep 2008 23:07:09 +0200 |
Thomas Waldmann |
some cosmetic changes to the javascript code (whitespace only)
|
Sat, 27 Sep 2008 23:04:40 +0200 |
Thomas Waldmann |
speed up javascript comments processing on IE by getElementsByClassName()
|
Sat, 27 Sep 2008 16:54:07 +0200 |
Thomas Waldmann |
some cosmetic changes to the javascript code (whitespace only)
|
Sat, 27 Sep 2008 15:34:28 +0200 |
Thomas Waldmann |
merged moin/1.7
|
Thu, 25 Sep 2008 17:47:46 +0200 |
Thomas Waldmann |
diff action: make output valid html4.01
|
Wed, 24 Sep 2008 17:28:59 +0200 |
Reimar Bauer |
i18n.__init__: bug fix for wiki language not installed (MoinMoinBugs/WikiLanguageNotDefined)
|
Tue, 23 Sep 2008 00:54:46 +0200 |
Karol 'grzywacz' Nowak |
Merged main.
|
Tue, 23 Sep 2008 00:53:52 +0200 |
Karol 'grzywacz' Nowak |
Added support for authentication realms other then server hostname (by Tim Spriggs)
|
Thu, 25 Sep 2008 19:00:46 +0200 |
Thomas Waldmann |
updated i18n
|
Thu, 25 Sep 2008 18:31:24 +0200 |
Thomas Waldmann |
add i18n to the password checker result messages, add request param
|
Sat, 04 Oct 2008 19:01:19 +0200 |
Florian Krupicka |
Missing version bump in the img-link of MMDE wiki config
|
Sat, 04 Oct 2008 18:59:22 +0200 |
Florian Krupicka |
Fixed: deprecated (and missing) getBaseURL() method
|
Sat, 27 Sep 2008 00:24:43 +0200 |
Thomas Waldmann |
fix crash in antispam code
|
Fri, 26 Sep 2008 23:37:55 +0200 |
Thomas Waldmann |
bump version to 1.9.0alpha
|
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
|