[Moin-user] moin 1.8.5 released

2009-09-10 Thread Thomas Waldmann
See http://moinmo.in/MoinMoinDownload for the release archive and the change log. BTW, we still need much more people helping with cleaning up on master19.moinmo.in. So, especially if you speak some non-english language, you can help! See http://moinmo.in/MoinDev/Translation for details.

Re: [Moin-user] authenticating from multiple sources

2009-09-05 Thread Thomas Waldmann
Hi Rick, I'm trying to get a wiki configured that will allow multiple authentication methods. According to HelpOnAuthentication, this should be possible by combining multiple auths. It should be, but especially ldap auth is maybe not flexible enough and defaults to a rather authoritative

Re: [Moin-user] Problem with BadContent

2009-09-04 Thread Thomas Waldmann
Hi Steven, [Thu Sep 03 23:44:42 2009] [error] 2009-09-03 23:44:42,827 MoinMoin.security.antispam INFO 1252034082 *BadContent too old, have to check for an update... The update check happens if someone does a page save. It just wants to make sure that it has the latest antispam patterns before

Re: [Moin-user] help installing single Wiki on Apache linux server

2009-08-31 Thread Thomas Waldmann
2009-08-30 14:51:15,408 WARNING MoinMoin.log:139 using logging configuration read from built-in fallback in MoinMoin.log module! 2009-08-30 14:51:15,525 INFO MoinMoin.config.multiconfig:125 using wiki config: /home/website/config/wikiconfig.pyc That is stderr. Status: 200 OK Content-Type:

Re: [Moin-user] Spam attacks, what is wrong?

2009-08-30 Thread Thomas Waldmann
On Sat, 2009-08-29 at 16:26 -0600, Gnarlodious wrote: Since upgrading to the latest Moin I have been getting comment spam attacks (porn). MoinMoin.security.antispam is enabled in Wikifarm.py, Wikifarm.py? Do you mean farmconfig.py? but BadContent is not being updated. What's your current

Re: [Moin-user] MOINSESSION per host/hostname

2009-08-15 Thread Thomas Waldmann
Hi John, please note that there are quite some cookie configuration values, did you try them? See HelpOnConfiguration (or, if nothing else helps, see MoinMoin/config/multiconfig.py, search for cookie or for session). Cheers, Thomas

Re: [Moin-user] page rendering without decoration

2009-08-03 Thread Thomas Waldmann
Hi John, Is it possible to get a rendered page without the decoration (i.e., the menus; icons; search area; user, settings, login/logout links; tail, etc.), just the body area? ...?action=content Cheers, Thomas

Re: [Moin-user] Copy Page action

2009-07-31 Thread Thomas Waldmann
On Thu, 2009-07-30 at 15:17 -0400, John Marshall wrote: Hi, Is there an easy way to enable the Copy Page action in the actions menu apart from commenting it out/removing it from the actions_exluded part of the options_no_group_name in multiconfig.py? I've looked and cannot find one. Just

Re: [Moin-user] forking server under moin 1.9

2009-07-30 Thread Thomas Waldmann
Is there a way (without hacking) that I can get a forking (instead of a threaded) server under moin 1.9? Well, the usual way would be to use apache2 and mod_wsgi in daemon mode. Werkzeug (we use that for moin's standalone server: wikiserver.py) also seems to support forking, see:

Re: [Moin-user] forking server under moin 1.9

2009-07-30 Thread Thomas Waldmann
Why do you need that / why doesn't threading work for you? I need to be able to limit resource usage during the serving of a page and 1) threads cannot be killed/terminated by parent 2) one cannot apply limits (e.g., memory, cpu) to individual threads 3) a signal cannot be set for an

Re: [Moin-user] 1.9.0beta3 and Python 2.4

2009-07-30 Thread Thomas Waldmann
But mod = __import__(mod, None, None, ['WSGIServer']) works - and presumably would continue to work with 2.5. Thanks for finding that out. After googling a bit and finding other python code having the same problem, I did this (slightly different) fix:

Re: [Moin-user] 1.9.0beta3 and Python 2.4

2009-07-29 Thread Thomas Waldmann
1.9.0beta3 is not compatible with Python 2.4. I'm getting this from run_server in flup_frontend.py: mod = __import__(mod, fromlist=['WSGIServer']) TypeError: __import__() takes no keyword arguments Premature end of script headers: moin.cgi I gather from

Re: [Moin-user] CacheError - on moving windows vm from outside domain to inside

2009-07-23 Thread Thomas Waldmann
Now I get the below error/traceback trying to modify or create a new page. Anyone seen anything like this or have any suggestions? CacheError * global CacheError = class 'MoinMoin.caching.CacheError' * builtin str = type 'str' * err = EOFError() Looks like

Re: [Moin-user] xls and csv support

2009-07-23 Thread Thomas Waldmann
My users would really like to see csv and MS Excel spreadsheets inlined as MoinMoin tables. IIRC there is a parser for csv. I see that there is a handler for xls2csv processing: lib/python2.5/site-packages/MoinMoin/filter/application_vnd_ms_excel.py That won't help you for that purpose,

Re: [Moin-user] inhibiting new paragraph after parser block

2009-07-15 Thread Thomas Waldmann
Is there a way to inhibit the p class tag which is added after a parser/code block? IIRC, there is some inhibit_p or so flag in the parser/formatter. But to admin it: all that p generation stuff is rather black magic right now. And if one tries to improve it at some place, it usually breaks

Re: [Moin-user] Would a seperation of configuration/admin from content make Moin easier to config/administer?

2009-07-15 Thread Thomas Waldmann
I think if Moins config/administration was controlled through some forms/screens where options were set/controlled that this would make Moin much easier to administer (and use). Yes, maybe. The problem is that someone has to invest quite some work into that. learning Moin but gets in the way

Re: [Moin-user] GUI-Editor removes target=_blank from hyperlinks

2009-07-15 Thread Thomas Waldmann
FCKEditor removes additional link parameters. Create a link with target=_blank in TEXT mode: [[http://www.example.com/|My Example Title|target=_blank]] Switch to GUI mode and back to TEXT mode = The link target is missing: [[http://www.example.com/|My Example Title]] I'm using

Re: [Moin-user] moin + GAE

2009-06-25 Thread Thomas Waldmann
On Wed, 2009-06-24 at 10:07 -0400, greg whittier wrote: On Wed, Jun 24, 2009 at 5:44 AM, Giuseppe D'Elia peppe.de...@gmail.com wrote: Hi, i am newbie in moin. I have a question for you: do is possible use MoinMoin wiki with google app engine?thanks I'd like to be proven

Re: [Moin-user] Invalid links on http://moinmaster.wikiwikiweb.de/FrontPage

2009-06-10 Thread Thomas Waldmann
Please use the new URLs: http://master18.moinmo.in/ http://master19.moinmo.in/ It'll work then. -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables

Re: [Moin-user] Upgrade error: cannot import name wiki

2009-05-30 Thread Thomas Waldmann
On Fri, 2009-05-29 at 15:21 -0600, Gnarlodious wrote: After upgrading, a macro called EventCalendar.py does not work, I get error cannot import name wiki. The parsers are named differently since quite a while. parser.wiki is parser.text_moin_wiki now. If you search the current code for

Re: [Moin-user] 1.8.3 trouble

2009-05-29 Thread Thomas Waldmann
I'm just trying 1.8.3 on fedora 10 linux. I have installed mathtran plugin (if that matters). Shouldn't matter I think. Problem 1: If I use konqueror to edit, then save, I get: Please use the interactive user interface to use action edit! It tells that if you don't post the ticket

Re: [Moin-user] pages directory problem

2009-05-27 Thread Thomas Waldmann
On Wed, 2009-05-27 at 19:59 +1000, Phillip Pace wrote: Hey guys/gals, I have a problem which I can't seem to figure out. I've created a wiki farm which is working and accessing them through my site like so: www.website.com/wiki/user1/ www.website.com/wiki/user2/ You are doing

Re: [Moin-user] Problem with mod_wsgi

2009-05-14 Thread Thomas Waldmann
It was clearly a MoinMoin problem, but astounding no other MoinUsers are noting it! No, it was clearly a mod_wsgi problem. :) If you run moin with the standalone wikiserver.py it does not happen. It turned out it is indeed a bug in mod_wsgi:

Re: [Moin-user] Error message for Macro input errors.

2009-05-01 Thread Thomas Waldmann
I am writing a macro which needs some arguments. I wonder if it is possible to detect if the page is being previewed? I would display error message in preview mode, but silently ignore errors when the page is viewed by a regular user? Interesting idea, but after thinking about it, I don't

Re: [Moin-user] User hompages Page titles

2009-05-01 Thread Thomas Waldmann
1. MoinMoin assumes that every user will want to have a homepage at /UserName. I want user homepages to live at /People/UserName instead. [..] What you can do to keep your wiki namespace clean from user homepages, is to use user_homewiki = u'InterWikiNameOfOtherWiki', moin will

Re: [Moin-user] section discussion

2009-04-30 Thread Thomas Waldmann
http://moinmo.in/HelpOnConfiguration/SupplementationPage I didn't know this feature. That's exactly what I was searching for. I stupidly thought that this would be an extension, not a deactivated feature. The reason why it is not called Discussion Page is just that we do not want to fix

[Moin-user] Developing with/for MoinMoin

2009-04-29 Thread Thomas Waldmann
2. I am new in Python and I want to learn how to develop the MoinMoin. Some more infos about moin: http://moinmo.in/MoinDev http://moinmo.in/CodingStyle http://moinmo.in/MoinMoinChat To begin with moin coding, I suggest you look at moin macro coding first. It is quite easy and you do not

[Moin-user] moin 1.8.3 released!

2009-04-28 Thread Thomas Waldmann
See http://moinmo.in/MoinMoinDownload for the release archive and the change log. BTW, we still need much more people helping with cleaning up on master19.moinmo.in. So, especially if you speak some non-english language, you can help! See http://moinmo.in/MoinDev/Translation for details.

Re: [Moin-user] Help: Problem of Xapian search

2009-04-27 Thread Thomas Waldmann
Hi Byron, For example, I have a section of text is as follows: 紐約洋基今天在新球場鏖戰14局,靠著卡布瑞拉的再見全壘打,9比7轟走奧克蘭運動 家,拿下主場首次延長賽勝利。 If I want to search a string as 卡布瑞拉 When Xapian is disabled, I can get a right search result. Yes, the slow search mostly does a substring search. But, when I

Re: [Moin-user] IME

2009-04-20 Thread Thomas Waldmann
Any chance to get this fixed? I guess you should talk about that to FCKeditor author (and maybe also browser authors). -- Stay on top of everything new and different, both inside and around Java (TM) technology -

Re: [Moin-user] Updating from 1.5.2 to 1.8.2

2009-04-17 Thread Thomas Waldmann
One thing I didn't like in the conversion scripts was that the default conversion will take the latest version of a page, revise it, and create a new revision. While useful for debugging the migration, I found it caused two problems: * The abandoned pages list was suddenly invalid,

Re: [Moin-user] Invalid Password when seting the mail import

2009-04-17 Thread Thomas Waldmann
Sorry, but it looks like you found a problem in the 1.8 documentation. The secrect in the mailconfigconf.py and wikiconfig.py is same. mailimportconf.py works as described, but for wikiconfig.py you need: secrets = commonsecret # if you use same secret for everything alternatively, if you

Re: [Moin-user] Force edit comments?

2009-04-16 Thread Thomas Waldmann
I see Thomas' point, as to why not to have comments forced on users. However, I could imagine having an option that will pop up an alert to confirm that I really meant to leave it blank. There are times when I simply forget to state something. OK, that usecase makes sense. But there is

Re: [Moin-user] ACLs v. spaces in user names

2009-04-07 Thread Thomas Waldmann
Hi Greg, OK, here's the scenario: we have a user with a space in his username. (Yeah, I didn't know that was possible, either.) He needs to have exclusive control of a page, so the obvious solution is to use an ACL that gives him read, write, and revert permission (and limit public

Re: [Moin-user] Seeing error in apache logs, using WSGI

2009-04-06 Thread Thomas Waldmann
the some of the time, when users go to access the RSS feed. [error] 2009-04-06 10:30:33,355 WARNING MoinMoin.request:1387 Duplicate http header: 'Expires: Sun, 06 Apr 2008 17:30:33 GMT' (ignored) Known bug for logged in users requesting RSS feed with having a session cookie. Harmless, though.

Re: [Moin-user] Problem with view wiki page with IE7/8

2009-03-31 Thread Thomas Waldmann
well, the bpm format is very old an was designed for windows 3. So if you care that your visitors can see your images never use this kind of prosperity stuff. We will assume that you meant proprietary. :) Save your images as a png or jpg and everything is fine. True. JPG just for photo-like

Re: [Moin-user] email.utils in 1.9.0beta2

2009-03-28 Thread Thomas Waldmann
Problem will be solved soon. It is due to this (irc log): (12:38) ThomasWal the emails stuff changed from py2.4 to 2.5 to conform with pep8. (12:39) ThomasWal running python 2.5 or 2.6 is no problem, because it has some backwards compatibility support for code doing it

Re: [Moin-user] Fwd: MoinMoin virtual appliance

2009-03-26 Thread Thomas Waldmann
Hi Dirk, At work, I wanted to install it properly, but we mainly have Windows knowledge. I would prefer though to run it on Linux. I strongly recommend to use linux. The result will usually run faster, more stable and with less issues. It is also easier for some 3rd party to create VM images

Re: [Moin-user] Thanks! ...now another question

2009-03-24 Thread Thomas Waldmann
# Creating the WSGI application # use shared=True to have moin serve the builtin static docs # use shared=False to not have moin serve static docs # use shared='/my/path/to/htdocs' to serve static docs from that path application = make_application(shared=True) #application =

Re: [Moin-user] logo_string

2009-03-19 Thread Thomas Waldmann
logo_string = u'./images/uspvp-64x64.png' Any hints? Use html. You find examples in the sample configs in wiki/config/... -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0

Re: [Moin-user] page subscriptions don't work

2009-03-19 Thread Thomas Waldmann
I can't get page subscriptions to work. You know that moin won't notify you about your own changes? -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging,

Re: [Moin-user] Upgrading shared underlays?

2009-03-18 Thread Thomas Waldmann
Moinmoin seems to allow sharing underlays We found some minor problems with that (like e.g. links pointing to some other farm wiki). So, maybe better don't use that except if you can live with those problems. and user database That should be no problem. Esp. if you will have some unified

Re: [Moin-user] Sub-Page Separator in Navigator

2009-03-18 Thread Thomas Waldmann
I have to confess that I am no web-dev guru... this makes it quite difficult to figure things out ;) As far as I understand, a thing named pagelocation is what I am looking for. Could you be more precise what I have to modify in order to alter the page separation? Alternatively:

Re: [Moin-user] Issue with SSPI auth

2009-03-17 Thread Thomas Waldmann
I just solved the issue. It turns out not to be releated to the sspi auth itself. The reason was yet again a switch in the HTTPAuth config in wikiconfig.py from moin-1.7.x to moin-1.8.x In moin 1.7.x I had: from MoinMoin.auth.http import HTTPAuth auth = [HTTPAuth]

Re: [Moin-user] Migrating to MediaWiki

2009-03-17 Thread Thomas Waldmann
Hi Daniel, I have a MoinMoin 1.8 standalone wiki that I would like to migrate to our IT MediaWiki (PHP) system. Better do it the other way. :D Is this possible, and if so, is there a procedure documented? Usually people having that problem hack some stuff to do 90% of the conversion effort

Re: [Moin-user] 1.9.0b2 not working

2009-03-17 Thread Thomas Waldmann
Hi John, I had tried to set up a moin 1.7.1 wiki, because that's what got installed when I ran apt-get install python-moinmoin on my ubuntu 8.10 machine. But I was unable to get it working. Well, Debian (and thus Ubuntu) is always a bit behind due to their longer release and stabilizing

Re: [Moin-user] Double Click Woes

2009-03-17 Thread Thomas Waldmann
I don't know any way to just click somewhere and open the editor with the cursor at the right position. I have to admit that I don't have too much clue about advanced javascript, though. What we can and will do (at some time in the future) is to support section editing. So you can just edit a

Re: [Moin-user] Templates not working after update 1.6.3 = 1.8.2

2009-03-17 Thread Thomas Waldmann
after a successful update from 1.6.3 to 1.8.2 I found that templates are no longer working. When I create a new page by altering the URL, there is no proposed template. Any idea what went wrong or what I have to consider? Consider reading all the HINTs in docs/CHANGES. For that problem,

Re: [Moin-user] Sub-Page Separator in Navigator

2009-03-17 Thread Thomas Waldmann
I run Moin 1.8.2 in a W2K3/IIS6 box. In my navigator (modernized scheme) subpages are separated by / instead of / -- how can I change this? IIRC we did that because otherwise it won't wrap if it gets too long. Change can be done in the theme (CSS or modernized.py).

Re: [Moin-user] Issue with SSPI auth

2009-03-17 Thread Thomas Waldmann
I probably missed that because I skipped 1.8.0. and went from 1.7.x to 1.8.1. Skipping some releases is no problem. BUT: you need to go through the docs for all versions (in order), at least for the HINT stuff or you'll miss some important upgrading hints. I simply don't have the time do

Re: [Moin-user] gsoc and moinmoin

2009-03-13 Thread Thomas Waldmann
Is moinmoin participating in a gsoc? I filed our organisation application some days ago. Let's see if we get accepted. Will one of the projects be a continuation of storing moinmoin in a distributed revision control. Maybe. See my comments on the wiki page. There was some work done on hq

Re: [Moin-user] Issue with SSPI auth

2009-03-13 Thread Thomas Waldmann
we have a working MoinMoin wiki where users are authenticated with mod_auth_sspi against our AD domain. Moin version? This is working fine for several users. Now I added some more users to our user group access page. Some of them always get the message that they are not allowed to access

Re: [Moin-user] Last edited .... by .... = contributors

2009-03-10 Thread Thomas Waldmann
I have another question related to last edited: - is it possible to hide the by JohnDoe part? - is it possible to replace it by changelog which would point to the ?action=info page? Isn't that a bit pointless if the info action link in the edit bar does exactly the same thing?

Re: [Moin-user] Notifications use wrong sender address

2009-03-10 Thread Thomas Waldmann
On Tue, 2009-03-10 at 09:52 +, k...@aplteam.com wrote: Notifications always use this: from APL Wiki aplw...@aplteam.com toAPL Wiki aplw...@aplteam.com It worked well in the past, no idea when this changed. Probably a bug? No. Not everything that's different is a bug. :) We

Re: [Moin-user] automatism for names of generated pages

2009-03-09 Thread Thomas Waldmann
However, what I really want is some automatism: The page to generate should be named xyz-unique-key where unique-key is either a simple sequence number (with preceeding zeros...) or whatever is suitable for humans (reflecting order, easy to understand). I don't want the user to

Re: [Moin-user] Last edited .... by ....

2009-03-06 Thread Thomas Waldmann
On Fri, 2009-03-06 at 10:24 +, k...@aplteam.com wrote: I would like to prevent MoinMoin to change the last edited by guy when the Trivial checkbox is ticked. I would suggest not doing that. Problem is you do not have any control about whether a trivial change really was trivial (therefore

[Moin-user] moin 1.9 documentation

2009-03-06 Thread Thomas Waldmann
However, there is one big flaw: Documentation! We know. IMHO it was due to different reasons: * we tried to teach people web server configuration / administration (apache, iis, lighttpd, ...) - this is simply too much and out of our scope for official documentation of MoinMoin. * we tried to

Re: [Moin-user] Last edited .... by ....

2009-03-06 Thread Thomas Waldmann
I would like to prevent MoinMoin to change the last edited by guy when the Trivial checkbox is ticked. I would suggest not doing that. Because you can see every editor on info action's output anyway. For just getting rid off the last edited display, you could to a theme-based change.

Re: [Moin-user] installation troubles

2009-03-01 Thread Thomas Waldmann
data_dir data does not exist, or has incorrect ownership or permissions. Please use absolute pathes. Using relative ones is asking for trouble. It is recommended to use absolute paths and not relative paths. Check also the spelling of the directory name. As you could also read there. But

Re: [Moin-user] disabling self-registration

2009-02-26 Thread Thomas Waldmann
On Thu, 2009-02-26 at 11:11 -0600, Jose P. Carballo wrote: Hi, well I use TextCha for that. In http://moinmo.in/HelpOnTextChas there's the code that you have to add in the configuration file. But instead of making intuitive questions like in the help link, i just make one question, like this:

Re: [Moin-user] Mercurial setup for creating my own theme

2009-02-26 Thread Thomas Waldmann
I want to create my own theme that works with the current released version 1.8.2 and also with 1.9 when it will be released. My theme will be based on the modernized theme so I'd like to use Mercurial to keep track of changes of this theme. Maybe we could talk a bit about the goals of your

Re: [Moin-user] Mercurial setup for creating my own theme

2009-02-26 Thread Thomas Waldmann
I want to create a theme that lets me use MoinMoin as a small scale content management system. But I don't plan to publicly release my theme anytime soon. It's my first attempt at creating a theme and I'd like to concentrate on making the theme suitable for my own needs first. Well, if you

Re: [Moin-user] Different style for editing

2009-02-24 Thread Thomas Waldmann
Are you sure that the editor gets its own footer? Ehrm, no. :) The normal page header and the editor page header are generated by the header and editorheader functions, respectively, in the theme file -- there is a footer function, but I do not see a editorfooter function. Yes, then it

Re: [Moin-user] Read-Only Underlay Q

2009-02-23 Thread Thomas Waldmann
On Sun, 2009-02-22 at 16:16 -0800, Roger Marquis wrote: None of the wiki instances I maintain need to have a writable underlay directory, yet the system data_underlay_dir complains if it is not writable They are not writable for the wiki user (due to ACLs). But they need to be writable for

Re: [Moin-user] KeyError in Python with 1.8.2

2009-02-23 Thread Thomas Waldmann
Thanks for the responses, Marcel and Thomas. Thomas, I did do the cache flush procedure as part of the upgrade, plus i did the manual cache deletion you suggested. what was interesting is that the only file in there was en which appears to be an '8086 relocatable (Microsoft)' LOL. Don't

Re: [Moin-user] Different style for editing

2009-02-23 Thread Thomas Waldmann
I'm wondering if it is possible to have a slightly different style when editing content. I would like to have a general style that is narrow, so it doesn't take all the screen width. Long p aragraphs don't look well in wide layout (especially on wide display) and are difficult to

Re: [Moin-user] Read-Only Underlay Q

2009-02-23 Thread Thomas Waldmann
That's odd, and non-standard, and the reason I need (to write apparently) a patch. We have security auditors who don't like applications writing to directories outside of their scope. The underlay directory has to be considered as part of the wiki instance, so that is definitely NOT outside

Re: [Moin-user] KeyError in Python with 1.8.2

2009-02-21 Thread Thomas Waldmann
File /usr/local/wiki/lib/python2.5/site-packages/MoinMoin/i18n/__init__.py, line 238, in getDirection return languages[lang]['x-direction'] KeyError: 'en' Try stopping moin, clearing the data/cache/i18n/* and restart moin.

Re: [Moin-user] backup and restore

2009-02-21 Thread Thomas Waldmann
How do you backup and restore MoinMoin? Well, there are several ways. If you do a file-level backup of your whole system, you're fine, moin code, configuration and data will be included (as we just use the file system and no database, no special precautions like dumping databases or stopping

Re: [Moin-user] READ FIRST PLEASE - Re: playing with moin 1.9.0beta1

2009-02-19 Thread Thomas Waldmann
As you can see, the previously installed one is newer, for some reason. I don't recall ever editing that file, so I have no idea why it has a newer modified date. But, this may explain why it wasn't being over-written. Does this confirm the bug you suspected? Yes. Obviously distutils is

Re: [Moin-user] playing with moin 1.9.0beta1

2009-02-19 Thread Thomas Waldmann
A quick glance at the distutils sources and python setup.py install --help lets me think that we maybe should document that installation has to be done that way to avoid updating problems: python setup.py install --force ... That should keep distutils from trying to be clever and not updating

Re: [Moin-user] Adding a page to a category

2009-02-19 Thread Thomas Waldmann
The help on categories (HelpOnCategories) says that to create a category you simply write its name on a page. Strictly speaking this is sufficient to create a category but it is not sufficient for finding the page again by the FullSearch(category:CategorySamples) macro like it is suggested

Re: [Moin-user] Rss Feed Problem

2009-02-17 Thread Thomas Waldmann
I did not really understand, where i have to define this http basic auth. I am using same configuration for ldap in wikiconfing.py, that moinmoin gives in zip.archive under more_samples folder : And my login process working fine with ldap. For moin 1.7 and 1.8, http basic auth is only

Re: [Moin-user] playing with moin 1.9.0beta1

2009-02-17 Thread Thomas Waldmann
[Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90] File D:\\Python25\\lib\\site-packages\\MoinMoin\\theme\\__init__.py, line 10, in module [Tue Feb 17 17:07:57 2009] [error] [client 172.25.60.90] from MoinMoin.action import get_available_actions [Tue Feb 17 17:07:57 2009]

[Moin-user] READ FIRST PLEASE - Re: playing with moin 1.9.0beta1

2009-02-17 Thread Thomas Waldmann
Rick, before you delete the old files at the target location, could you please check: * source/MoinMoin/action/__init__.py file modification time * target/MoinMoin/action/__init__.py file modification time * target/MoinMoin/action/__init__.pyc file modification time I think this could prove a

Re: [Moin-user] Rss Feed Problem

2009-02-16 Thread Thomas Waldmann
can somebody tell me, How Rss works with LDAP. I just change my authentication from sspi to ldap method and Rss is not working. Only works for that pages, where i write #acl All:read,write. Then it works. Even i gave the username and password to Feed-Reader. So how does the feed reader give

Re: [Moin-user] Disable automatic CamelCase linking?

2009-02-16 Thread Thomas Waldmann
That is only acceptable if such parser were maintained as part of the official moin distribution, and kept up-to-date with the the rest of the features of a classical parser. Yes, that would be better. It would also be better if we had more developers. :) I had enough bad experience with

Re: [Moin-user] Disable automatic CamelCase linking?

2009-02-16 Thread Thomas Waldmann
I think the long term solution here is to do a one-time conversion of CamelCase links on all system and help pages to use [[brackets]]. Given that a conversion script was written to do a similar thing from 1.5 to 1.6, this shouldn't be too difficult. Guess why it took so long between 1.5 and

Re: [Moin-user] User hompages Page titles

2009-02-14 Thread Thomas Waldmann
What you can do is to configure something different, that does not mention the page name at all. What exactly do you mean? Are you suggesting that I change the code that generates page titles? If so, where do I find it? Hmm, i thought we have a config variable for it.

Re: [Moin-user] ACL problems on upgrade

2009-02-10 Thread Thomas Waldmann
Where do I start troubleshooting this? In docs/CHANGES (search for HINT or page_*_regex). -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can

[Moin-user] moin 1.8.2 released!

2009-02-08 Thread Thomas Waldmann
See http://moinmo.in/MoinMoinDownload for the release archive and the change log. Some system text translations and help pages still need improvement - if you know a non-english language, you can also help translating and/or fixing stuff on master18, see: http://moinmo.in/MoinDev/Translation -

Re: [Moin-user] Failing tests on 1.9

2009-02-02 Thread Thomas Waldmann
:6beaf3e083c6 user:Thomas Waldmann tw AT waldmann-edv DOT de Oops. :) Just to be sure that hg bisect isn't broken, I investigated a little further back and tested the two parents of that merge. Both parents (4d95fa3b074d and 6beaf3e083c6) run test_packages.py just fine. I'll see f I

Re: [Moin-user] Compatibility (was: to-do list?)

2009-02-02 Thread Thomas Waldmann
There should be a well defined plugin API. Yes. And that API should be stable, great-from-the-beginning and never needing a change. So much for the theory. Problem is that real world looks different: Often you need multiple iterations until things are right and as flexible as you need them.

Re: [Moin-user] Error log: INFO MoinMoin.config.multiconfig...

2009-01-31 Thread Thomas Waldmann
2009-01-30 13:29:48,770 INFO MoinMoin.config.multiconfig:125 using wiki config: /home/username/sitename/wiki/moin/wikiconfig.pyc Running 1.8 via CGI What these lines for, and how do i fix it? This info is emitted once when moin starts. It is to make sure the wiki admin knows which

Re: [Moin-user] Integrating external docs into moin

2009-01-30 Thread Thomas Waldmann
That's possible, but needs a rather dirty hack of Page/PageEditor classes until the storage backend api is fully functional and merged (moin 2.0). Ah! So there'll be full support for custom backends in the not-too- distant-future? Well, it will likely take quite some months until we

Re: [Moin-user] bold text

2009-01-29 Thread Thomas Waldmann
how can i write bold text between these curly {{{text}}} brackets? The sense of a simple {{{ .. }}} is to have a section with preformatted plain text. That means that moin will not format it at all. As David has pointed out, you can create a wiki parser section with {{{#!wiki this is a wiki

Re: [Moin-user] wikifarm: wrong links to help pages

2009-01-27 Thread Thomas Waldmann
I changed the farm configuration, so that each wiki uses an own cache directory (but I still use a common user_dir). And now I remember, why I chose to use a shared cache_dir. The session information is saved within the cache directory. With seperate cache directories, one has to login to

Re: [Moin-user] Outdated KnownIssues page

2009-01-25 Thread Thomas Waldmann
The only remaining page with a link to KnownIssues is HelpForDevelopers. I didn't know if I should change the page in the 1.8 master or in the 1.9 master. Both. Are changes in the 1.8 master automatically applied to the 1.9 master? No, how should that work? :)

Re: [Moin-user] Outdated KnownIssues page

2009-01-24 Thread Thomas Waldmann
Hi Dennis, The page KnownIssues seems very outdated. Can I delete it or at least merge it into MoinMoinBugs? The page and its content can be deleted. The references maybe should point to MoinMoinBugs. I'd also update all (13) pages that link to KnownIssues. Thanks for helping with cleaning

Re: [Moin-user] Not able to create empty pages

2009-01-24 Thread Thomas Waldmann
On Fri, 2009-01-23 at 09:20 -0800, step...@theboulets.net wrote: When I click on a new wiki word, I see the page with the message This page does not exist yet. You can create a new empty page, or use one of the page templates. On this page there is a link Action(edit,Create new empty page),

Re: [Moin-user] The beginnings of a HowTo collection

2009-01-24 Thread Thomas Waldmann
features sometimes don't make it to the features page, like for example the Admonitions. Fixed. 3. Comments/Discussion-- I too was baffled by the word-choice of Supplementation. I figured it was just a choice to not copy Wikipedia. Sorta like how every browser calls bookmarks;

Re: [Moin-user] The beginnings of a HowTo collection

2009-01-24 Thread Thomas Waldmann
http://moinmo.in/HowTo Should this be used for 'Cookbook/Recipes' and 'Tips'? Recipes yes (that's just another word for howto). Tips IMHO no, that is another class of documentation. A howto IMHO is some writeup that includes multiple steps to solve some (complex) problem. That means, just

Re: [Moin-user] Smiley

2009-01-20 Thread Thomas Waldmann
If you want to remove a smiley from the parsers, you need to modify MoinMoin/config/__init__.py (due to the way this works internally in moin, this is NOT configurable via wikiconfig/farmconfig and that change will change it for all wikis running that code). how can i block some

Re: [Moin-user] Heading Problem in GUI editor

2009-01-20 Thread Thomas Waldmann
I am using moinmoin_180. 1.8.1 is out since a while (1.8.2 maybe next weekend if you can wait). Heading(it is first level heading in GUI editor,but it shows 2nd level) = 2nd level heading(== First Level Heading ==) IIRC, this was fixed in 1.8.1. See docs/CHANGES.

Re: [Moin-user] moinmoin using 100% CPU

2009-01-19 Thread Thomas Waldmann
I'm a recent user of moinmoin (http://wiki.getdropbox.com) and am having a strange problem. there seems to be a request that results in the process jumping to 100% CPU for a solid 1-2 minutes. Well, just look into moin's / apache's log file to see what URL was requested. For a fresh wiki,

[Moin-user] The beginnings of a HowTo collection

2009-01-19 Thread Thomas Waldmann
See there (and help improving it): http://moinmo.in/HowTo -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword

Re: [Moin-user] using wget to get images for a page

2009-01-18 Thread Thomas Waldmann
$ wget http://pubs/devwiki/devwiki/ExampleReadmeTemplate?action=AttachFiledo=gettarget=fminus2007062036730.gif I get the following error. There is not ACL on the page. It's readable even if you're not logged in. Connecting to pubs|135.115.128.52|:80... connected. HTTP request sent,

Re: [Moin-user] Auth woes

2009-01-13 Thread Thomas Waldmann
from MoinMoin.auth.http import HTTPAuth class Config(DefaultConfig): auth = [HTTPAuth(autocreate=True)] ... but it didn't work. It just says, You are not allowed to visit this page and makes no attempt to authenticate. This is a misunderstanding. HTTPAuth is not made to DO

Re: [Moin-user] WSGI config without admin interaction

2009-01-12 Thread Thomas Waldmann
Seems like this post from graham didn't get through to the list: On Jan 12, 11:06 am, Thomas Waldmann tw-pub...@gmx.de wrote: sys.path.insert(0, '/home/flindner/moinmoin/test_instance') sys.path.insert(0, '/home/flindner/moinmoin/lib/python2.5/site- packages') You should insert

Re: [Moin-user] WSGI config without admin interaction

2009-01-11 Thread Thomas Waldmann
sys.path.insert(0, '/home/flindner/moinmoin/test_instance') sys.path.insert(0, '/home/flindner/moinmoin/lib/python2.5/site- packages') You should insert the wiki config directory LAST, so it is at the very beginning of sys.path. wikiconfig.py in test_instance needs to have

<    1   2   3   4   5   >