Mon, 09 Apr 2007 09:24:06 +0200 |
Thomas Waldmann |
search: add comment about possible refactoring
|
Mon, 09 Apr 2007 07:10:40 +0000 |
Reimar Bauer |
EmbedObject: make mimetypes configurable
|
Mon, 09 Apr 2007 02:26:25 +0200 |
Thomas Waldmann |
raise unzip_attachments_count to 101, some other minor changes
|
Mon, 09 Apr 2007 02:14:33 +0200 |
Thomas Waldmann |
updated (c) year in _template.py
|
Mon, 09 Apr 2007 02:08:01 +0200 |
Thomas Waldmann |
updated (c) year in README
|
Mon, 09 Apr 2007 01:51:18 +0200 |
Thomas Waldmann |
minor CHANGES changes
|
Mon, 09 Apr 2007 01:47:48 +0200 |
Thomas Waldmann |
minor CHANGES changes
|
Mon, 09 Apr 2007 01:13:50 +0200 |
Thomas Waldmann |
added some patterns to .hgignore
|
Mon, 09 Apr 2007 01:04:04 +0200 |
Thomas Waldmann |
added MoinTest to interwiki map
|
Mon, 09 Apr 2007 00:53:12 +0200 |
Thomas Waldmann |
merged main
|
Mon, 09 Apr 2007 00:52:44 +0200 |
Thomas Waldmann |
fixed CHANGES formatting
|
Sun, 08 Apr 2007 21:58:03 +0000 |
Reimar Bauer |
text_moin_wiki: inline attachments not text by EmbedObject
|
Sun, 08 Apr 2007 21:21:30 +0000 |
Reimar Bauer |
AttachFile, EmbedObject: code optimisation to use wikiutil.MimeType and refactoring of EmbedObject
|
Sun, 08 Apr 2007 19:31:12 +0000 |
Reimar Bauer |
text_moin_wiki:fixed inline bug should be used for major mimetype text only
|
Sun, 08 Apr 2007 20:55:29 +0200 |
Thomas Waldmann |
WordIndex/TitleIndex: fix invalid IDs
|
Sun, 08 Apr 2007 20:43:34 +0200 |
Thomas Waldmann |
WordIndex/TitleIndex: fix invalid <a> tag attribute
|
Sat, 07 Apr 2007 21:11:29 +0200 |
Thomas Waldmann |
user: add some docstrings
|
Sat, 07 Apr 2007 20:07:20 +0200 |
Thomas Waldmann |
logfile: improve docstrings
|
Sat, 07 Apr 2007 19:25:07 +0200 |
Thomas Waldmann |
Page*.py: improve docstrings
|
Sat, 07 Apr 2007 16:31:57 +0200 |
Thomas Waldmann |
xmlrpc: cleanup/add docstrings, minor refactorings
|
Sat, 07 Apr 2007 00:52:17 +0200 |
Thomas Waldmann |
use a list to have defined order for cfg.sistersites (e.g. in theme output)
|
Sat, 07 Apr 2007 00:21:47 +0200 |
Thomas Waldmann |
WordIndex/TitleIndex: fix wrong attr name
|
Sat, 07 Apr 2007 00:19:33 +0200 |
Thomas Waldmann |
don't need locking for trail any more as we use the session (and session uses caching subsystem)
|
Sat, 07 Apr 2007 00:13:11 +0200 |
Thomas Waldmann |
speedup addTrail by passing existing page object
|
Fri, 06 Apr 2007 23:33:36 +0200 |
Thomas Waldmann |
refactor antispam: make master url configurable, remove now useless merging code
|
Fri, 06 Apr 2007 21:37:08 +0200 |
Thomas Waldmann |
merged main
|
Fri, 06 Apr 2007 21:36:26 +0200 |
Thomas Waldmann |
interwiki auth: fixes and docs
|
Fri, 06 Apr 2007 19:01:36 +0000 |
Reimar Bauer |
AttachFile:send_viewfile extended for mimetypes presentable by EmbedObject
|
Fri, 06 Apr 2007 19:40:03 +0200 |
Thomas Waldmann |
interwiki auth fixed, added getUserData xmlrpc method
|
Fri, 06 Apr 2007 16:41:27 +0200 |
Thomas Waldmann |
auth/session: misc cleanup, added some docstrings
|
Fri, 06 Apr 2007 13:08:19 +0200 |
Thomas Waldmann |
move logging_fix import to MoinMoin.config, fix encoding/docstring
|
Fri, 06 Apr 2007 12:53:26 +0200 |
Thomas Waldmann |
standalone start script: made python version recommendation more general and uptodate
|
Fri, 06 Apr 2007 12:50:45 +0200 |
Thomas Waldmann |
some docstring fixes
|
Fri, 06 Apr 2007 12:45:13 +0200 |
Thomas Waldmann |
add some MoinMoin.server refactoring TODOs
|
Thu, 05 Apr 2007 12:37:50 +0200 |
Johannes Berg |
logging.log for python 2.3
|
Wed, 04 Apr 2007 01:04:54 +0200 |
Johannes Berg |
merged main
|
Wed, 04 Apr 2007 01:02:12 +0200 |
Johannes Berg |
make default session object an empty dict to ease use
|
Wed, 04 Apr 2007 01:01:52 +0200 |
Thomas Waldmann |
merged main
|
Wed, 04 Apr 2007 01:01:11 +0200 |
Thomas Waldmann |
merged main
|
Wed, 04 Apr 2007 00:56:56 +0200 |
Thomas Waldmann |
enable user storage code to save simple dicts to user profile, use that to save RC bookmarks into user profile
|
Wed, 04 Apr 2007 01:01:26 +0200 |
Johannes Berg |
fix bug in the previous commit
|
Wed, 04 Apr 2007 00:55:57 +0200 |
Johannes Berg |
automatic session expiry
|
Wed, 04 Apr 2007 00:31:48 +0200 |
Johannes Berg |
fix bug with removing sessions via the cookie secret LRU list code
|
Wed, 04 Apr 2007 00:24:05 +0200 |
Johannes Berg |
caching.get_cache_list
|
Tue, 03 Apr 2007 23:46:32 +0200 |
Thomas Waldmann |
use session object to store page trail (even for anon users, if anon sessions are enabled)
|
Tue, 03 Apr 2007 18:48:59 +0200 |
Johannes Berg |
update CHANGES for the previous commits
|
Tue, 03 Apr 2007 18:22:58 +0200 |
Johannes Berg |
change the set user functionality to use the session storage and keep track
|
Tue, 03 Apr 2007 18:21:34 +0200 |
Johannes Berg |
session handling. anonymous sessions are not enabled by default because they
|
Tue, 03 Apr 2007 18:20:18 +0200 |
Johannes Berg |
move cookie parsing to request and pass the cookie object (or None) to the
|
Tue, 03 Apr 2007 18:19:48 +0200 |
Johannes Berg |
remove per-wiki cookie_secret since it's no longer useful
|
Tue, 03 Apr 2007 18:19:24 +0200 |
Johannes Berg |
introduce per-user and per-session secrets that are used for the cookie
|
Tue, 03 Apr 2007 18:18:27 +0200 |
Johannes Berg |
Add cookie expiry to signed part of cookie and verify that cookies aren't
|
Mon, 02 Apr 2007 23:26:42 +0200 |
Thomas Waldmann |
MonthCalendar: ACL security fix (ported from 1.5)
|
Mon, 02 Apr 2007 22:05:25 +0200 |
Thomas Waldmann |
MonthCalendar: some cosmetic changes, refactorings
|
Sun, 01 Apr 2007 15:18:39 +0200 |
Thomas Waldmann |
update the page trail after successfully saving a page, needed for NewPage macro because it does not send the newly created page
|
Sun, 01 Apr 2007 14:46:19 +0200 |
Thomas Waldmann |
search: fixed wrong import
|
Sun, 01 Apr 2007 14:43:08 +0200 |
Thomas Waldmann |
user profiles: store lists with key[]=val1\tval2... (thanks to Johannes Berg)
|
Sun, 01 Apr 2007 00:17:15 +0200 |
Thomas Waldmann |
renamed wikiutil.clean_comment > clean_input, moved translation map to config
|
Sat, 31 Mar 2007 23:55:32 +0200 |
Thomas Waldmann |
clean_comment bugfix for wrong handling of most control chars, better docstring (refactoring follows)
|
Fri, 30 Mar 2007 21:50:50 +0200 |
Thomas Waldmann |
'make pylint', fixed lots of minor stuff found by pylint (and there is still lots left to do)
|