Mercurial > moin > 1.9
changeset 0:77665d8e2254
tag of nonpublic@localhost--archive/moin--enterprise--1.5--base-0
(automatically generated log message)
imported from: moin--main--1.5--base-0
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Thu Sep 22 15:09:50 2005 +0000 @@ -0,0 +1,2 @@ +\{arch\} +.*\.arch-ids/.*
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ChangeLog Thu Sep 22 15:09:50 2005 +0000 @@ -0,0 +1,122443 @@ +# do not edit -- automatically generated by arch changelog +# arch-tag: automatic-ChangeLog--arch@arch.thinkmo.de--2003-archives/moin--main--1.3 +# + +2005-09-14 20:37:48 GMT Nir Soffer <nirs@freeshell.org> patch-933 + + Summary: + strip leading whitespace from group members + Revision: + moin--main--1.3--patch-933 + + Patches applied: + + * nirs@freeshell.org--2005/moin--fix--1.3--patch-61 + strip leading whitespace from group members + + + modified files: + ChangeLog MoinMoin/_tests/test_wikidicts.py + MoinMoin/wikidicts.py + + new patches: + nirs@freeshell.org--2005/moin--fix--1.3--patch-61 + + +2005-09-07 13:35:30 GMT Nir Soffer <nirs@freeshell.org> patch-932 + + Summary: + replace characters when decoding log data instead of faling with traceback + Revision: + moin--main--1.3--patch-932 + + + modified files: + ChangeLog MoinMoin/macro/RecentChanges.py + MoinMoin/wikiaction.py + + +2005-08-28 14:24:18 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-927 + + Summary: + fixed version.release string in PKG-INFO and setup.cfg (docs location) + Revision: + moin--main--1.3--patch-927 + + fixed version.release string in PKG-INFO and setup.cfg (docs location) + + + modified files: + ChangeLog MoinMoin/version.py setup.cfg + + +2005-08-27 21:53:11 GMT Alexander Schremmer <alex@alexanderweb.de.tla> patch-926 + + Summary: + Merged patch by Petr Pytelka. + Revision: + moin--main--1.3--patch-926 + + Merged patch by Petr Pytelka. + + + modified files: + ChangeLog MoinMoin/formatter/xml_docbook.py docs/CHANGES + + +2005-08-26 02:02:07 GMT Nir Soffer <nirs@freeshell.org> patch-925 + + Summary: + Fixed wrong display of non ascii attachments names in page revision history + Revision: + moin--main--1.3--patch-925 + + + modified files: + ChangeLog MoinMoin/macro/RecentChanges.py + MoinMoin/wikiaction.py docs/CHANGES + + +2005-08-26 01:40:22 GMT Nir Soffer <nirs@freeshell.org> patch-924 + + Summary: + removing unused import in standalone.py + Revision: + moin--main--1.3--patch-924 + + + modified files: + ChangeLog MoinMoin/server/standalone.py + + +2005-08-24 09:02:30 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-923 + + Summary: + fixed account data email processing + Revision: + moin--main--1.3--patch-923 + + fixed account data email processing + + + modified files: + ChangeLog MoinMoin/userform.py docs/CHANGES + + +2005-08-24 02:21:28 GMT Nir Soffer <nirs@freeshell.org> patch-922 + + Summary: + return correct error when calling wikrpc with unknown method name. + Revision: + moin--main--1.3--patch-922 + + + modified files: + ChangeLog MoinMoin/wikirpc.py + + +2005-08-23 21:48:29 GMT Nir Soffer <nirs@freeshell.org> patch-921 + + Summary: + fixed another unsafe use of request.redirect in wikiprc, update CHANGES + Revision: + moin--main--1.3--patch-921 + + + modified files: + ChangeLog MoinMoin/wikirpc.py docs/CHANGES + + +2005-08-23 20:37:32 GMT Nir Soffer <nirs@freeshell.org> patch-920 + + Summary: + fixed error handling in wikiprc getPageHTML: if page raised in send_page, request.redirect() was not called, and the client simply block with not reply + Revision: + moin--main--1.3--patch-920 + + Replaced unsafe code with call to request.redirectedOuput, which use try: finally: to make sure the redirect is temporary. + + + modified files: + ChangeLog MoinMoin/wikirpc.py + + +2005-08-23 20:26:01 GMT Nir Soffer <nirs@freeshell.org> patch-919 + + Summary: + fixed broken error handling in wikirpc: if an AttributeError was raised, it was hidden behind a false TypeError: NoneType object is not callable + Revision: + moin--main--1.3--patch-919 + + + modified files: + ChangeLog MoinMoin/wikirpc.py + + +2005-08-23 18:46:26 GMT Nir Soffer <nirs@freeshell.org> patch-918 + + Summary: + fixed wikiprc getPageInfo to return the real page name (relevant on case insensitive file system). + Revision: + moin--main--1.3--patch-918 + + + modified files: + ChangeLog MoinMoin/wikirpc.py + + +2005-08-23 16:58:36 GMT Nir Soffer <nirs@freeshell.org> patch-917 + + Summary: + fix standalone request read() in standalone request, not in wikirpc. warn when calling read() and content-length is not available + Revision: + moin--main--1.3--patch-917 + + + modified files: + ChangeLog MoinMoin/request.py MoinMoin/wikirpc.py + + +2005-08-22 20:31:20 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-916 + + Summary: + fixed false positive for interwiki rule, like happening in Finnish language, just checking for an entry in the interwiki map + Revision: + moin--main--1.3--patch-916 + + fixed false positive for interwiki rule, like happening in Finnish language, just checking for an entry in the interwiki map + + + modified files: + ChangeLog MoinMoin/parser/wiki.py docs/CHANGES + + +2005-08-22 20:04:40 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-915 + + Summary: + fixed word_rule, no more AAA<link>AbbAbb</link> any more + Revision: + moin--main--1.3--patch-915 + + fixed word_rule, no more AAA<link>AbbAbb</link> any more + + + modified files: + ChangeLog MoinMoin/parser/wiki.py docs/CHANGES + + +2005-08-21 23:10:34 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-914 + + Summary: + fixed wrong attributes in mig10 walk + Revision: + moin--main--1.3--patch-914 + + fixed wrong attributes in mig10 walk + + + modified files: + ChangeLog MoinMoin/scripts/migration/12_to_13_mig10.py + docs/CHANGES + + +2005-08-21 22:38:14 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-913 + + Summary: + add code to text_html to detect wikiconfig changes and invalidate text_html cache in that case + Revision: + moin--main--1.3--patch-913 + + add code to text_html to detect wikiconfig changes and invalidate text_html cache in that case + + + modified files: + ChangeLog MoinMoin/formatter/text_python.py + MoinMoin/multiconfig.py docs/CHANGES + + +2005-08-21 21:35:13 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-912 + + Summary: + added RC to the page list getting html_head_index header + Revision: + moin--main--1.3--patch-912 + + added RC to the page list getting html_head_index header + + + modified files: + ChangeLog MoinMoin/wikiutil.py docs/CHANGES + + +2005-08-21 12:34:47 GMT Nir Soffer <nirs@freeshell.org> patch-911 + + Summary: + refactor Page.send_page_content, fix possible infinite recursion. + Revision: + moin--main--1.3--patch-911 + + This is mostly a refactoring of send_page_content to few simple + methods, which make the logic clear and allow easy modification and + debugging. + + There is one important change - the function is not recursive any more. + The previous code did: + 1. Render page from cache or make new cache + 2. If 'CacheNeedsUpdate' is raised, repeat step 1 + + We have one bug report that show this recurse until "maximum recursion + depth exceeded", probably something broken in the file system + (Windows). + http://moinmoin.wikiwikiweb.de/MoinMoinBugs/MaximumRecursionDepthExceeded + + The new code will try once to load and execute the cache, if failed, it + will try once more to create and execute the cache, and finally it + will log an error and just format the page. + + + modified files: + ChangeLog MoinMoin/Page.py MoinMoin/request.py + + +2005-08-21 04:04:05 GMT Nir Soffer <nirs@freeshell.org> patch-910 + + Summary: + fixed comment about profiling in mointwisted.py + Revision: + moin--main--1.3--patch-910 + + + modified files: + ChangeLog wiki/server/mointwisted.py + + +2005-08-20 20:12:43 GMT Nir Soffer <nirs@freeshell.org> patch-909 + + Summary: + fixing profiling when running as damon + Revision: + moin--main--1.3--patch-909 + + + modified files: + ChangeLog MoinMoin/server/standalone.py wiki/server/moin.py + wiki/server/mointwisted.py + + +2005-08-19 20:21:20 GMT Nir Soffer <nirs@freeshell.org> patch-908 + + Summary: + improved daemon module, new moin server script to run and control moin.py as a daemon, improved mointwisted script + Revision: + moin--main--1.3--patch-908 + + + new files: + wiki/server/.arch-ids/moin.id wiki/server/moin + + modified files: + ChangeLog MoinMoin/server/daemon.py + MoinMoin/server/standalone.py MoinMoin/server/twistedmoin.py + docs/CHANGES wiki/server/moin.py wiki/server/mointwisted + wiki/server/mointwisted.py + + +2005-08-19 18:42:50 GMT Nir Soffer <nirs@freeshell.org> patch-907 + + Summary: + Fixed case insensitivity problems on darwin (Mac OS X) + Revision: + moin--main--1.3--patch-907 + + + modified files: + ChangeLog MoinMoin/Page.py MoinMoin/util/filesys.py + docs/CHANGES + + +2005-08-19 15:14:41 GMT Nir Soffer <nirs@freeshell.org> patch-906 + + Summary: + Fixed highlight of misspelled words in Check Spelling action + Revision: + moin--main--1.3--patch-906 + + + modified files: + ChangeLog MoinMoin/Page.py docs/CHANGES + + +2005-08-17 13:19:47 GMT Nir Soffer <nirs@freeshell.org> patch-905 + + Summary: + fixed a crash when trying to run stadalone server on non posix os + Revision: + moin--main--1.3--patch-905 + + + modified files: + ChangeLog MoinMoin/server/standalone.py docs/CHANGES + + +2005-08-16 21:42:18 GMT Nir Soffer <nirs@freeshell.org> patch-904 + + Summary: + talk about Twisted, not twisted + Revision: + moin--main--1.3--patch-904 + + + modified files: + ChangeLog MoinMoin/server/daemon.py + + +2005-08-16 21:16:25 GMT Nir Soffer <nirs@freeshell.org> patch-903 + + Summary: + added server.daemon module (twisted license) and "daemon" and "name" options to standalone server + Revision: + moin--main--1.3--patch-903 + + + new files: + MoinMoin/server/.arch-ids/daemon.py.id + MoinMoin/server/daemon.py + + modified files: + ChangeLog MoinMoin/server/standalone.py docs/CHANGES + wiki/server/moin.py + + +2005-08-16 20:37:39 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-902 + + Summary: + fixed CHANGES, added DeWikiPedia to intermap + Revision: + moin--main--1.3--patch-902 + + fixed CHANGES, added DeWikiPedia to intermap + + + modified files: + ChangeLog docs/CHANGES wiki/data/intermap.txt + + +2005-08-16 18:45:52 GMT Nir Soffer <nirs@freeshell.org> patch-901 + + Summary: + remove profiling code from standalone server, install only when needed using decorators + Revision: + moin--main--1.3--patch-901 + + + modified files: + ChangeLog MoinMoin/server/standalone.py wiki/server/moin.py + + +2005-08-16 16:32:45 GMT Nir Soffer <nirs@freeshell.org> patch-900 + + Summary: + add missing properties option to Twisted server (like all other servers) + Revision: + moin--main--1.3--patch-900 + + + modified files: + ChangeLog MoinMoin/server/twistedmoin.py + + +2005-08-16 13:41:04 GMT Nir Soffer <nirs@freeshell.org> patch-899 + + Summary: + strict check for qualified urls using urlparse, remove dead code from getQualifiedURL + Revision: + moin--main--1.3--patch-899 + + + modified files: + ChangeLog MoinMoin/request.py + + +2005-08-16 13:34:22 GMT Nir Soffer <nirs@freeshell.org> patch-898 + + Summary: + fixed wrong redirect in Twisted when running behind a Apache proxy (by removing wrong duplicate code) + Revision: + moin--main--1.3--patch-898 + + + modified files: + ChangeLog MoinMoin/request.py + + +2005-08-16 00:31:02 GMT Nir Soffer <nirs@freeshell.org> patch-897 + + Summary: + renamed fixWindowsURI to fixURI, use same os.name checks as used before patch-893 + Revision: + moin--main--1.3--patch-897 + + + modified files: + ChangeLog MoinMoin/request.py + + +2005-08-16 00:01:50 GMT Nir Soffer <nirs@freeshell.org> patch-896 + + Summary: + add support for running behind proxy out of the box + Revision: + moin--main--1.3--patch-896 + + + modified files: + ChangeLog MoinMoin/request.py docs/CHANGES + + +2005-08-15 14:02:11 GMT Nir Soffer <nirs@freeshell.org> patch-895 + + Summary: + Refactor args parsing, fix unicode error on non-ascii file names upload. + Revision: + moin--main--1.3--patch-895 + + Previous code used FieldStorage for every request. Now using + cgi.FieldStorage only for POST, and simpler cgi.parse_qs for other + requests. + + Previous code had 3! different methods to decode args (modpy one was + broken). Now there is one decodeArgs method used by all classes. + + + modified files: + ChangeLog MoinMoin/request.py docs/CHANGES + + +2005-08-14 22:47:41 GMT Nir Soffer <nirs@freeshell.org> patch-894 + + Summary: + add splitURI method, used by standalone and twisted requests + Revision: + moin--main--1.3--patch-894 + + + modified files: + ChangeLog MoinMoin/request.py + + +2005-08-14 22:17:51 GMT Nir Soffer <nirs@freeshell.org> patch-893 + + Summary: + refactor _setup_vars_from_std_env to multiple reuseable methods, remove duplicate and unused code, add defaults + Revision: + moin--main--1.3--patch-893 + + + modified files: + ChangeLog MoinMoin/request.py MoinMoin/util/__init__.py + + +2005-08-14 15:01:46 GMT Nir Soffer <nirs@freeshell.org> patch-892 + + Summary: + safer decoding of attachments names, will not crash if the edit-log is broken + Revision: + moin--main--1.3--patch-892 + + + modified files: + ChangeLog MoinMoin/macro/RecentChanges.py + + +2005-08-14 14:54:34 GMT Nir Soffer <nirs@freeshell.org> patch-891 + + Summary: + Fixed wrong display of non ascii attachments names in RecentChanges + Revision: + moin--main--1.3--patch-891 + + + modified files: + ChangeLog MoinMoin/macro/RecentChanges.py docs/CHANGES + + +2005-08-14 13:31:35 GMT Nir Soffer <nirs@freeshell.org> patch-890 + + Summary: + refactor code to get page name from query string into a method, add tests + Revision: + moin--main--1.3--patch-890 + + + modified files: + ChangeLog MoinMoin/_tests/test_request.py MoinMoin/request.py + + +2005-08-14 11:55:30 GMT Nir Soffer <nirs@freeshell.org> patch-889 + + Summary: + Fixed wrong decoding of query string, enable wiki/?page_name urls with non ascii page names + Revision: + moin--main--1.3--patch-889 + + + modified files: + ChangeLog MoinMoin/request.py docs/CHANGES + + +2005-08-14 11:13:17 GMT Nir Soffer <nirs@freeshell.org> patch-888 + + Summary: + Fixed crash in twisted server if twisted.internet.ssl is not available + Revision: + moin--main--1.3--patch-888 + + + modified files: + ChangeLog MoinMoin/server/twistedmoin.py docs/CHANGES + + +2005-08-14 10:55:15 GMT Nir Soffer <nirs@freeshell.org> patch-887 + + Summary: + remove duplicate setHttpHeader code from request + Revision: + moin--main--1.3--patch-887 + + + modified files: + ChangeLog MoinMoin/request.py + + +2005-08-14 10:39:32 GMT Nir Soffer <nirs@freeshell.org> patch-886 + + Summary: + add properties option to standalone server config + Revision: + moin--main--1.3--patch-886 + + + modified files: + ChangeLog MoinMoin/server/standalone.py docs/CHANGES + wiki/server/moin.py + + +2005-08-14 09:52:23 GMT Nir Soffer <nirs@freeshell.org> patch-885 + + Summary: + use %r in UnicodeError + Revision: + moin--main--1.3--patch-885 + + + modified files: + ChangeLog MoinMoin/wikiutil.py + + +2005-08-05 21:32:06 GMT Alexander Schremmer <alex@alexanderweb.de.tla> patch-884 + + Summary: + Fixed rawHTML typo in xslt.py + Revision: + moin--main--1.3--patch-884 + + Fixed rawHTML typo in xslt.py + + + modified files: + ChangeLog MoinMoin/parser/xslt.py docs/CHANGES + + +2005-08-04 19:45:08 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-883 + + Summary: + updated version to 1.3.5, updated CHANGES + Revision: + moin--main--1.3--patch-883 + + updated version to 1.3.5, updated CHANGES + + + modified files: + ChangeLog MoinMoin/version.py docs/CHANGES + + +2005-08-04 19:23:30 GMT Thomas Waldmann <tw@waldmann-edv.de> patch-882 + + Summary: + updated install-docs, underlay + Revision: