Mercurial > moin > 1.9
changeset 1977:abcbc20e8f8f
raise unzip_attachments_count to 101, some other minor changes
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Mon, 09 Apr 2007 02:26:25 +0200 |
parents | e14d2407b0ab |
children | f6262ee86e0b 79189058f117 |
files | MoinMoin/config/multiconfig.py MoinMoin/xmlrpc/__init__.py |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Mon Apr 09 02:14:33 2007 +0200 +++ b/MoinMoin/config/multiconfig.py Mon Apr 09 02:26:25 2007 +0200 @@ -300,7 +300,7 @@ log_reverse_dns_lookups = True # if we do reverse dns lookups for logging hostnames # instead of just IPs - xapian_search = False # disabled until xapian is finished + xapian_search = False xapian_index_dir = None xapian_stemming = True xapian_index_history = True @@ -474,7 +474,7 @@ user_checkbox_defaults = {'mailto_author': 0, 'edit_on_doubleclick': 0, 'remember_last_visit': 0, - 'show_comments': 0, + 'show_comments': 0, 'show_nonexist_qm': nonexist_qm, 'show_page_trail': 1, 'show_toolbar': 1, @@ -529,7 +529,7 @@ unzip_single_file_size = 2.0 * 1000**2 unzip_attachments_space = 200.0 * 1000**2 - unzip_attachments_count = 51 # 1 zip file + 50 files contained in it + unzip_attachments_count = 101 # 1 zip file + 100 files contained in it xmlrpc_putpage_enabled = False # if False, putpage will write to a test page only xmlrpc_putpage_trusted_only = True # if True, you will need to be http auth authenticated
--- a/MoinMoin/xmlrpc/__init__.py Mon Apr 09 02:14:33 2007 +0200 +++ b/MoinMoin/xmlrpc/__init__.py Mon Apr 09 02:26:25 2007 +0200 @@ -5,7 +5,7 @@ If you want to use wikirpc function "putPage", read the comments in xmlrpc_putPage or it won't work! - Parts of this code are based on Jürgen Hermann's wikirpc.py, + Parts of this code are based on Juergen Hermann's wikirpc.py, Les Orchard's "xmlrpc.cgi" and further work by Gustavo Niemeyer. See http://www.ecyrd.com/JSPWiki/Wiki.jsp?page=WikiRPCInterface