Fri, 01 May 2009 21:36:12 +0200 |
Thomas Waldmann |
merged moin/1.8
|
Fri, 01 May 2009 17:04:40 +0200 |
Thomas Waldmann |
apply msie.css only for Internet Explorer older than version 8
|
Wed, 29 Apr 2009 22:10:47 +0200 |
Radomir Dopieralski |
creole parser: Add second license: BSD, fix spaces in multiline elements.
|
Tue, 28 Apr 2009 00:07:21 +0200 |
Thomas Waldmann |
tagged release 1.8.3
|
Mon, 27 Apr 2009 00:31:18 +0200 |
Thomas Waldmann |
updated underlay
1.8.3
|
Mon, 27 Apr 2009 00:21:49 +0200 |
Thomas Waldmann |
preparing 1.8.3 release: bumping version numbers, added dummy mig script
|
Mon, 27 Apr 2009 00:12:37 +0200 |
Thomas Waldmann |
make install-docs interwiki
|
Sun, 26 Apr 2009 23:58:50 +0200 |
Thomas Waldmann |
updated i18n
|
Sun, 26 Apr 2009 21:24:34 +0200 |
Thomas Waldmann |
updated CHANGES
|
Sat, 25 Apr 2009 00:14:33 +0200 |
Thomas Waldmann |
fix sendmail.encodeAddress (do not [QP] encode blanks, do not unnecessarily use [QP] encoding for pure ascii mail addrs), fix tests
|
Wed, 29 Apr 2009 23:19:13 +0200 |
Thomas Waldmann |
ImageLink page has been killed (ImageLink macro is gone since 1.6.1)
|
Sat, 25 Apr 2009 00:45:21 +0200 |
Thomas Waldmann |
merged main
|
Sat, 25 Apr 2009 00:43:58 +0200 |
Thomas Waldmann |
updated to Werkzeug 0.5 release
|
Sat, 25 Apr 2009 00:29:46 +0200 |
Thomas Waldmann |
use i18n.strings for wikiutil.isSystemPage()
|
Thu, 23 Apr 2009 00:32:35 +0200 |
Reimar Bauer |
web.session: PEP8 whitespace fix
|
Thu, 23 Apr 2009 00:28:53 +0200 |
Reimar Bauer |
web.session: bug fix for MoinMoinBugs/1.9_remember_me_broken.
|
Thu, 23 Apr 2009 00:01:15 +0200 |
Reimar Bauer |
web.session: bug fix for MoinMoinBugs/1.9_session_lifetime_for_user. We do refresh the session cookie now on each request.
|
Mon, 20 Apr 2009 20:32:49 +0200 |
Thomas Waldmann |
merged moin/1.8
|
Mon, 20 Apr 2009 20:11:47 +0200 |
Thomas Waldmann |
merged moin/1.7
|
Sat, 18 Apr 2009 21:08:35 +0200 |
Thomas Waldmann |
release edit lock if someone saves an unchanged page
|
Sat, 18 Apr 2009 19:09:16 +0200 |
Thomas Waldmann |
AttachFile move: add more escaping (maybe not XSS exploitable though)
|
Sat, 18 Apr 2009 18:58:25 +0200 |
Thomas Waldmann |
AttachFile XSS fixes: move escaping to error_msg / upload_form
|
Sat, 18 Apr 2009 00:44:40 +0200 |
Thomas Waldmann |
clarify CHANGES about secrets configuration changes
|
Mon, 20 Apr 2009 02:41:19 +0200 |
Thomas Waldmann |
i18n.strings: cleanup todo, remove HelpOnAcl page (was just a redirect)
|
Mon, 20 Apr 2009 02:03:29 +0200 |
Thomas Waldmann |
updated i18n
|
Sun, 19 Apr 2009 23:08:53 +0200 |
Thomas Waldmann |
i18n.strings: do not translate these
|
Sun, 19 Apr 2009 21:42:51 +0200 |
Thomas Waldmann |
new page packager based on the pagesets in i18n.strings
|
Sun, 19 Apr 2009 18:20:00 +0200 |
Thomas Waldmann |
i18n.strings: page sets: added more comments, moved pages to correct list
|
Sun, 19 Apr 2009 16:55:28 +0200 |
Thomas Waldmann |
CheckTranslation: remove TODO, fix HelpOnSpam, use list for pagesets
|
Sun, 19 Apr 2009 14:11:54 +0200 |
Thomas Waldmann |
i18n.strings: add pagesets attribute, add optional_pages list
|
Sun, 19 Apr 2009 01:02:52 +0200 |
Thomas Waldmann |
tagged release 1.9.0beta2
|
Sun, 19 Apr 2009 00:46:15 +0200 |
Thomas Waldmann |
updated werkzeug
|
Sun, 19 Apr 2009 00:38:06 +0200 |
Thomas Waldmann |
fix exception when trying to logout while not being logged in
|
Sun, 19 Apr 2009 00:19:12 +0200 |
Thomas Waldmann |
merged main
|
Sun, 19 Apr 2009 00:18:34 +0200 |
Thomas Waldmann |
fix macro argument parsing error handling for unicode exception messages
|
Sat, 18 Apr 2009 20:45:59 +0200 |
Reimar Bauer |
i18n.strings: list of all_essential_pages added
|
Tue, 14 Apr 2009 00:51:44 +0200 |
Thomas Waldmann |
i18n.strings: add TODO
|
Tue, 14 Apr 2009 00:12:55 +0200 |
Thomas Waldmann |
i18n.strings updated from SystemPagesInEnglishGroup
|
Mon, 13 Apr 2009 23:05:56 +0200 |
Thomas Waldmann |
rename i18n/dummy to i18n/strings, use it for new approach for SystemPages later
|
Mon, 13 Apr 2009 14:12:49 +0200 |
Thomas Waldmann |
merged moin/1.8
|
Mon, 13 Apr 2009 14:10:48 +0200 |
Thomas Waldmann |
merged moin/1.7
|
Mon, 13 Apr 2009 14:09:57 +0200 |
Thomas Waldmann |
ldap_login: use None as default value for ssl certs/keys (updated config/more_samples/ file)
|
Mon, 06 Apr 2009 12:31:18 +0200 |
Thomas Waldmann |
merged moin/1.8
|
Mon, 06 Apr 2009 12:28:51 +0200 |
Thomas Waldmann |
merged moin/1.7
|
Mon, 06 Apr 2009 12:27:11 +0200 |
Thomas Waldmann |
ldap_login: use None as default value for ssl certs/keys, so it does set the related options. Using empty pathes lets it fail with Connect Error. Thanks to chantra for the fix.
|
Wed, 01 Apr 2009 18:42:59 +0200 |
Reimar Bauer |
merged moin/1.8
|
Wed, 01 Apr 2009 10:37:58 +0200 |
Reimar Bauer |
wikiutil: MIMETYPES_MORE extended for .md5 as text/plain
|
Tue, 31 Mar 2009 16:26:36 +0200 |
Reimar Bauer |
macro.TableOfContents: bug fix for MoinMoinBugs/TableOfContentsIgnoresSectionNumbersPragma
|
Tue, 31 Mar 2009 00:31:16 +0200 |
Thomas Waldmann |
add mumble protocol (nice and good quality F/OSS VOIP conference chat software)
|
Sat, 28 Mar 2009 13:13:23 +0100 |
Thomas Waldmann |
add compatibility code for set to xapwrap.index (py 2.6 emits warnings if you use Sets module
|
Mon, 30 Mar 2009 00:07:59 +0200 |
Thomas Waldmann |
updated werkzeug
|
Sun, 29 Mar 2009 16:47:54 +0200 |
Thomas Waldmann |
fix and clean up macro exception handling, log exceptions
|
Sun, 29 Mar 2009 15:33:59 +0200 |
Thomas Waldmann |
fix url_unquote - we sometimes call it with unicode
|
Sun, 29 Mar 2009 14:00:13 +0200 |
Thomas Waldmann |
make 'make install-docs' happy with the default url_prefix
|
Sat, 28 Mar 2009 13:28:54 +0100 |
Thomas Waldmann |
fix crash in info action (general page infos)
|
Tue, 24 Mar 2009 22:47:40 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Tue, 24 Mar 2009 22:13:23 +0100 |
Thomas Waldmann |
merged moin/1.7
|
Tue, 24 Mar 2009 22:10:41 +0100 |
Thomas Waldmann |
fix wrong links in attachment notifications
|
Sat, 14 Mar 2009 19:32:25 +0100 |
Reimar Bauer |
action.Load: added textcha feature
|
Tue, 24 Mar 2009 21:05:46 +0100 |
Thomas Waldmann |
clarified upgrad docs
|
Tue, 24 Mar 2009 00:42:36 +0100 |
Thomas Waldmann |
fix quoting for pagehits stats (info action) - was not working for pagenames with blanks
|
Tue, 17 Mar 2009 00:00:35 +0100 |
Reimar Bauer |
script.account.homepage: This tool allows you to create user homepages via a command line interface.
|
Mon, 16 Mar 2009 22:41:59 +0100 |
Reimar Bauer |
merged moin/1.8
|
Mon, 16 Mar 2009 22:39:33 +0100 |
Reimar Bauer |
test_user: fixed the wrong encoding of the password
|
Mon, 16 Mar 2009 22:35:32 +0100 |
Reimar Bauer |
test_user: added two tests for the difference of retrieving an user object by uid or name
|
Sat, 14 Mar 2009 19:32:25 +0100 |
Reimar Bauer |
action.Load: added textcha feature
|
Sat, 14 Mar 2009 23:07:29 +0100 |
Thomas Waldmann |
merged main
1.9.0beta2
|
Sat, 14 Mar 2009 23:06:38 +0100 |
Thomas Waldmann |
support --debug=off/external/web or MOIN_DEBUGGER for flup frontend, default to off
|
Sat, 14 Mar 2009 19:32:25 +0100 |
Reimar Bauer |
action.Load: added textcha feature
|
Sat, 14 Mar 2009 17:39:39 +0100 |
Thomas Waldmann |
AttachFile: fix another exception when someone just clicks on upload, without giving a file
|
Sat, 14 Mar 2009 17:27:56 +0100 |
Thomas Waldmann |
remove unneeded code: the filename we get from werkzeug is already preprocessed to fix IE bugs
|
Sat, 14 Mar 2009 17:02:31 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Sat, 14 Mar 2009 16:43:46 +0100 |
Thomas Waldmann |
merged moin/1.7
|
Sat, 14 Mar 2009 16:11:39 +0100 |
Thomas Waldmann |
AttachFile: fix exception when someone just clicks on upload, without giving a file
|
Sat, 14 Mar 2009 14:35:46 +0100 |
Reimar Bauer |
test_packages: added some real package install tests for add attachments. destinguishes attaching a file to an existing page or non existing page.
|
Tue, 10 Mar 2009 22:38:39 +0100 |
Thomas Waldmann |
use url_prefix_fckeditor if you don't want to use the builtin FCKeditor of moin, but a separate one at some specific url
|
Sat, 14 Mar 2009 14:27:37 +0100 |
Thomas Waldmann |
cleanup before running sdist
|
Sat, 14 Mar 2009 14:00:12 +0100 |
Thomas Waldmann |
updated i18n
|
Sat, 14 Mar 2009 13:42:42 +0100 |
Thomas Waldmann |
bump version to 1.9.0beta2, make interwiki install-docs
|
Sat, 14 Mar 2009 13:24:41 +0100 |
Thomas Waldmann |
updated CHANGES
|
Sat, 14 Mar 2009 11:31:55 +0100 |
Thomas Waldmann |
drawings: fix KeyError for non-existing map file
|
Sat, 14 Mar 2009 10:51:47 +0100 |
Thomas Waldmann |
updated underlay (converted to 1.9)
|
Sun, 08 Mar 2009 18:20:25 +0100 |
Thomas Waldmann |
suid: simplify and fix, bigger selection box
|
Sun, 08 Mar 2009 13:33:04 +0100 |
Thomas Waldmann |
only save session data if we also have a cookie establishing a session
|
Sat, 07 Mar 2009 22:38:00 +0100 |
Thomas Waldmann |
merged moin/1.8
|
Sat, 07 Mar 2009 21:49:55 +0100 |
Thomas Waldmann |
added modernized_cms theme
|
Tue, 03 Mar 2009 13:33:58 +0100 |
Thomas Waldmann |
ldap auth: new name_callback param to create a custom wiki username (not the ldap login username). Thanks to Heinrich Wendel for the patch.
|
Tue, 24 Feb 2009 10:08:55 +0100 |
Thomas Waldmann |
unsubscribe action: add msg types so icons get displayed
|
Sat, 21 Feb 2009 19:23:44 +0100 |
Thomas Waldmann |
AttachFile do=view: quote filename and pagename params for EmbedObject macro call
|
Fri, 20 Feb 2009 02:09:29 +0100 |
Thomas Waldmann |
login action: fix formatting of error messages
|
Wed, 18 Feb 2009 06:53:55 +0100 |
Thomas Waldmann |
1.6.0a mig script/converter: fixed converter bug for parser sections, added unit tests for pre and parser sections
|
Sat, 07 Mar 2009 19:42:10 +0100 |
Thomas Waldmann |
fixed anon session detection, optimized trail code
|
Sat, 07 Mar 2009 19:10:05 +0100 |
Thomas Waldmann |
fix new session code. remove old session code. details below.
|
Thu, 05 Mar 2009 23:01:03 +0100 |
Thomas Waldmann |
updated werkzeug
|
Mon, 02 Mar 2009 02:09:10 +0100 |
Thomas Waldmann |
AttachFile: reordered imports
|
Sun, 01 Mar 2009 23:13:49 +0100 |
Thomas Waldmann |
updated werkzeug
|
Sun, 01 Mar 2009 21:57:08 +0100 |
Thomas Waldmann |
wikiconfig/farmconfig: improve values for data(_underlay)_dir, make logo work automatically, fix wiki regex samples in farmconfig
|
Sun, 01 Mar 2009 19:22:59 +0100 |
Thomas Waldmann |
updated werkzeug
|
Sun, 01 Mar 2009 19:09:10 +0100 |
Thomas Waldmann |
added Eclipse/PyDev files and distutils' MANIFEST to .hgignore
|
Sun, 01 Mar 2009 18:15:00 +0100 |
Thomas Waldmann |
MOIN_DEBUGGER=off/web/external
|
Sun, 01 Mar 2009 18:01:14 +0100 |
Thomas Waldmann |
update the copy in wiki/server/wikiserverconfig.py with the changes from cs 0e7c007f8ed9
|
Sun, 01 Mar 2009 16:51:28 +0100 |
Thomas Waldmann |
werkzeug updated
|
Sun, 01 Mar 2009 15:07:39 +0100 |
Thomas Waldmann |
handle wikiserverconfig(_local) in the same way as wikiconfig(_local) (thanks to Raphael Bossek for the patch)
|
Sun, 01 Mar 2009 04:11:08 +0100 |
Thomas Waldmann |
remove some references to py 2.3/2.4 - 2.4 is the minimum now anyway
|
Sun, 01 Mar 2009 03:49:09 +0100 |
Thomas Waldmann |
remove MoinMoin.support.wsgiref (not used by moin, not used by werkzeug any more)
|
Sun, 01 Mar 2009 03:27:09 +0100 |
Thomas Waldmann |
run_server param name need to match Config attribute name 'debug'
|
Sun, 01 Mar 2009 03:18:57 +0100 |
Thomas Waldmann |
upgraded werkzeug
|
Sun, 01 Mar 2009 03:02:57 +0100 |
Thomas Waldmann |
Static file serving built-in (see details below).
|
Sat, 28 Feb 2009 22:35:16 +0100 |
Thomas Waldmann |
hg mv wiki/htdocs MoinMoin/web/static/htdocs
|
Sat, 28 Feb 2009 19:34:44 +0100 |
Thomas Waldmann |
simplified shared/htdocs processing
|
Sat, 28 Feb 2009 19:25:46 +0100 |
Thomas Waldmann |
upgraded werkzeug again to fix serving bug
|
Sat, 28 Feb 2009 00:08:31 +0100 |
Thomas Waldmann |
updated werkzeug to 0.5.pre20090228
|
Fri, 27 Feb 2009 23:30:37 +0100 |
Thomas Waldmann |
changed code to support werkzeug 0.5 (thanks to mitsuhiko for the patch)
|
Mon, 23 Feb 2009 22:39:32 +0100 |
Thomas Waldmann |
always do 'from werkzeug import ...', except for contrib, exceptions, routing, script
|
Sun, 22 Feb 2009 23:22:18 +0100 |
Thomas Waldmann |
remove traceback_* settings, not used any more
|
Sun, 22 Feb 2009 22:46:18 +0100 |
Thomas Waldmann |
Environment variable MOIN_DEBUGGER=True will enable werkzeug's debugger for the standalone wikiserver
|
Sun, 22 Feb 2009 20:21:13 +0100 |
Thomas Waldmann |
remove some unused debugging related code/settings
|
Sun, 22 Feb 2009 08:05:28 +0100 |
Thomas Waldmann |
tagged release 1.9.0beta1
|
Sun, 22 Feb 2009 07:54:13 +0100 |
Thomas Waldmann |
refactored places that required mutability of request.(values|args|form)
|
Sat, 21 Feb 2009 23:19:29 +0100 |
Reimar Bauer |
packages.do_ensureversion: compare int release numbers
|