SourceForge.net | 5 Jun 2004 10:30
Picon
Favicon

[ moin-Bugs-961393 ] Incorrect host IP in drawing's URL

Bugs item #961393, was opened at 2004-05-27 09:51
Message generated for change (Comment added) made by thomaswaldmann
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=961393&group_id=8482

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Maciej Starzyk (mstarzyk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect host IP in drawing's URL

Initial Comment:
I did the following: 

1. Connected from home to wiki at work via a SSH tunnel. 
The locally mapped URL for the wiki was: http:
//localhost:81/wiki/.
2. Created a new drawing. 
3. Using the same laptop I opened the wiki page at work. 
The wiki URL now was: http://10.1.1.13/wiki/
4. The image did not display since it had localhost:81 in 
its URL. 

See the attachement files: 
view.html - This page has the bug.
attach_file.html - shows all the attachments for the 
page. The IPs are OK on this page.
(Continue reading)

SourceForge.net | 5 Jun 2004 10:33
Picon
Favicon

[ moin-Bugs-960731 ] Broken rss feed of RecentChanges in moin1.2.1

Bugs item #960731, was opened at 2004-05-26 13:11
Message generated for change (Comment added) made by thomaswaldmann
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=960731&group_id=8482

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Yong Zhang (yz237)
Assigned to: Nobody/Anonymous (nobody)
Summary: Broken rss feed of RecentChanges in moin1.2.1

Initial Comment:
Hi,

We use moin1.2.1 and python 2.3.3, when I accessed the
rss feed of RecentChanges:
http://wwmm.ch.cam.ac.uk/moin/RecentChanges?action=rss_rc

I got "KeyError". For details see the attached file.

This problem also occurred for moin1.1 and python 2.3.2.

Thanks
yy

----------------------------------------------------------------------

(Continue reading)

SourceForge.net | 5 Jun 2004 10:36
Picon
Favicon

[ moin-Bugs-944660 ] LookupErrorunknown encoding: win-1251

Bugs item #944660, was opened at 2004-04-29 18:36
Message generated for change (Comment added) made by thomaswaldmann
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=944660&group_id=8482

Category: None
Group: None
>Status: Deleted
Resolution: None
Priority: 5
Submitted By: Valentyn Tabota (valik)
Assigned to: Nobody/Anonymous (nobody)
Summary: LookupErrorunknown encoding: win-1251

Initial Comment:
TitleIndex page generates error when win-1251 
encoding is used on page.

MoinMoin Release 1.2.1 [Revision 1.184]
Thu Apr 29 12:32:50 2004

LookupError: unknown encoding: win-1251 
      __doc__ = 'Base class for lookup errors.' 
      __getitem__ = <bound method 
LookupError.__getitem__ of <exceptions.LookupError 
instance at 0x00917170>> 
      __init__ = <bound method LookupError.__init__ of 
<exceptions.LookupError instance at 0x00917170>> 
      __module__ = 'exceptions' 
      __str__ = <bound method LookupError.__str__ of 
(Continue reading)

SourceForge.net | 5 Jun 2004 10:39
Picon
Favicon

[ moin-Bugs-927192 ] "Internal Server Error" using moinmoin 1.2.1 and apache

Bugs item #927192, was opened at 2004-04-01 03:57
Message generated for change (Comment added) made by thomaswaldmann
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=927192&group_id=8482

Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Jerry Dobner (jdobner)
Assigned to: Nobody/Anonymous (nobody)
Summary: "Internal Server Error" using moinmoin 1.2.1 and apache

Initial Comment:
Updates to certain pages always result in:

Internal Server Error

The server encountered an internal error or 
misconfiguration and was unable to complete your 
request.

Here's what the apache's error log reports:

[Wed Mar 31 20:53:44 2004] [error] [client 10.1.15.250] 
malformed header from script. Bad header=<PRE 
class=code>  <B><FONT 
COL: /usr/local/share/moin/dealwiki/moin.cgi

(Continue reading)

SourceForge.net | 5 Jun 2004 10:45
Picon
Favicon

[ moin-Patches-935985 ] Add a global notification email.

Patches item #935985, was opened at 2004-04-16 01:14
Message generated for change (Comment added) made by thomaswaldmann
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=308482&aid=935985&group_id=8482

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Gordon Oliver (gordocm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add a global notification email.

Initial Comment:
This is a very simple patch to add global notification for a wiki, this 
is especially helpful for small relatively private wikis where you 
want to see all changes (and not have to subscribe to every page).

It adds three fields to the config, and uses them in PageEditor.py 
for the notify only.

----------------------------------------------------------------------

>Comment By: Thomas Waldmann (thomaswaldmann)
Date: 2004-06-05 10:45

Message:
Logged In: YES 
user_id=100649
(Continue reading)

SourceForge.net | 5 Jun 2004 11:39
Picon
Favicon

[ moin-Feature Requests-498569 ] fold case in WordIndex, TitleIndex

Feature Requests item #498569, was opened at 2002-01-02 16:58
Message generated for change (Comment added) made by thomaswaldmann
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=358482&aid=498569&group_id=8482

Category: None
Group: None
>Status: Closed
Priority: 5
Submitted By: Daniel Drucker (placain)
Assigned to: Nobody/Anonymous (nobody)
Summary: fold case in WordIndex, TitleIndex

Initial Comment:
It would be good if case could be folded in TitleIndex 
and WordIndex.

----------------------------------------------------------------------

>Comment By: Thomas Waldmann (thomaswaldmann)
Date: 2004-06-05 11:39

Message:
Logged In: YES 
user_id=100649

TitleIndex will be folded in moin 1.2.2

Thanks for the patch (next time use diff -u ;).

(Continue reading)

SourceForge.net | 5 Jun 2004 19:01
Picon
Favicon

[ moin-Feature Requests-498569 ] fold case in WordIndex, TitleIndex

Feature Requests item #498569, was opened at 2002-01-02 10:58
Message generated for change (Comment added) made by placain
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=358482&aid=498569&group_id=8482

Category: None
Group: None
Status: Closed
Priority: 5
Submitted By: Daniel Drucker (placain)
Assigned to: Nobody/Anonymous (nobody)
Summary: fold case in WordIndex, TitleIndex

Initial Comment:
It would be good if case could be folded in TitleIndex 
and WordIndex.

----------------------------------------------------------------------

>Comment By: Daniel Drucker (placain)
Date: 2004-06-05 13:01

Message:
Logged In: YES 
user_id=41432

Thanks for the quick response! :)

----------------------------------------------------------------------

(Continue reading)

SourceForge.net | 5 Jun 2004 20:34
Picon
Favicon

[ moin-Feature Requests-498569 ] fold case in WordIndex, TitleIndex

Feature Requests item #498569, was opened at 2002-01-02 16:58
Message generated for change (Comment added) made by thomaswaldmann
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=358482&aid=498569&group_id=8482

Category: None
Group: None
Status: Closed
Priority: 5
Submitted By: Daniel Drucker (placain)
Assigned to: Nobody/Anonymous (nobody)
Summary: fold case in WordIndex, TitleIndex

Initial Comment:
It would be good if case could be folded in TitleIndex 
and WordIndex.

----------------------------------------------------------------------

>Comment By: Thomas Waldmann (thomaswaldmann)
Date: 2004-06-05 20:34

Message:
Logged In: YES 
user_id=100649

haha, no problem ;)

(there was quite much other stuff to do, you know...)

(Continue reading)

SourceForge.net | 7 Jun 2004 17:42
Picon
Favicon

[ moin-Bugs-968240 ] spec file in 1.2.2 has wrong version

Bugs item #968240, was opened at 2004-06-07 15:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=968240&group_id=8482

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Pedro Morais (morais)
Assigned to: Nobody/Anonymous (nobody)
Summary: spec file in 1.2.2 has wrong version

Initial Comment:
rpmbuild -tb doesn't work with the 1.2.2 original tarball because 
the version header was not updated, it still referes to 1.2.1; that 
causes rpm to search for a tarball with the wrong name. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=968240&group_id=8482

-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
(Continue reading)

SourceForge.net | 7 Jun 2004 17:54
Picon
Favicon

[ moin-Bugs-664589 ] forced binary stdout/stderr confuses some servers

Bugs item #664589, was opened at 2003-01-08 20:36
Message generated for change (Comment added) made by thomaswaldmann
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=664589&group_id=8482

Category: None
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Chuck Adams (skeptopotamus)
Assigned to: Nobody/Anonymous (nobody)
Summary: forced binary stdout/stderr confuses some servers

Initial Comment:
I'm serving moin with tinyweb, and was being driven 
insane by seeing no output produced by the script, even 
when I wrapped everyting in try/catch and even forced a 
text/plain header as the very first line of the cgi driver.  I 
looked into cgimain.py and saw these suspicious 
looking lines:

   if sys.platform == "win32" and not properties.get
('standalone', 0):
        import msvcrt
        msvcrt.setmode(sys.stdin.fileno(), os.O_BINARY)
        msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)

Commenting them out fixed the problem.  This sort of os-
level fiddling really needs to be a configuration item, and 
(Continue reading)


Gmane