[http://www.alexanderweb.de/feedb.htm Contact Information]
[http://moin.pocoo.org:8080/ Mercurial repository]
Subpages
FullSearch(title:AlexanderSchremmer/)
Interesting MoinMoin extensions
- ["Thomas Renard/AttSearchTool"]
Messages to me
Preferably in English in order to let all people benefit from it.
Desktop running under WinXP doesn't find new pages? A new page when created cannot be found by search or using pagelist macro. Running under Ubuntu, no problems. Also, under WinXP, ACL changes don't take immediate effect. Stop moin.exe and restart, then all works. Any suggestions on this would be most apprecieated? Thanks for all your good work. IanRiley DateTime(2005-07-28T23:20:00Z)
- No worries on a local drive, but the network drive (NWFS actually) being backed up nightly would be better. I guess this is a limitation of the OS, but there might be a solution.
MoinMoin relies on directory modification times at some places, esp. for caching data. It looks like Novell does not transmit/store/update them correctly. Maybe try to tweak some Novell components ... Maybe we have to add an option to ignore the mtimes.
- I will investigate the Novell side of things and let you know if I win, but being a user not an administrator my options are few, if any.
- No worries on a local drive, but the network drive (NWFS actually) being backed up nightly would be better. I guess this is a limitation of the OS, but there might be a solution.
I have put the exporter stuff that I mentioned on the FormatterMarket "as-is" to RobertSeeger/MoinExporter (apart from the PDF formatter itself, this will follow soon), this is for 1.3.5. Maybe you can have a look and tell me what you think of it. It is still very unpolished, undocumented and may contain more core patches than really necessary. -- RobertSeeger DateTime(2005-10-21T00:46:57Z)
It looks very promising. Esp. the pdf exporter. The word code and dependencies (besides Word) are free but nevertheless unusable on Unix systems which might lower the acceptance. It would help much to write a short text why particular changes to core files where needed. In any case, I will have a deeper look at the patch in the next weeks. Thanks for the contribution. -- AlexanderSchremmer DateTime(2005-10-22T18:42:11Z)
I have reduced the core patches to the relevant parts, removed the debug and changelog stuff and added some comments in the source and in the page. However I can't do extensive testing on the reduced version as I need a lot of other patches for other purposes. Hope this makes it easier. -- RobertSeeger DateTime(2005-10-24T14:12:22Z)
This looks much better, thanks. Now I am just curious about the ReportLab integration
-- AlexanderSchremmer DateTime(2005-10-24T14:19:46Z)
I have just uploaded the work in progress and an example FrontPage.pdf. Regarding Word formatter and Unix etc. there is a workaround: if you have a trusted priviledged Windows client then you could run at least the command line exporter there, using fileserver access to the page storage... -- RobertSeeger DateTime(2005-10-24T16:51:15Z)
Hello Alexander, thanks for the great work!. I am getting similar Pickling errors to the individual that created the CrashAfterCreatingAdminGroup. I am on apache 2.X and mod_python 3.2.x on Linux. release 1.5.3. My question is what and where is the fix that you made that fixes the pickling error. I see mention of 1.6. Where in the Moin base is the fix? -- EdPhillips DateTime(2006-08-24T18:58:04Z)
See the first hit in the list that shows up when you click the link I put into the status line at the end of the page MoinMoinBugs/WikiDictsRaisePicklingError
Thanks! What about the GUI Mode edit problems under mod_python? are those also fixed in 1.6? -- EdPhillips DateTime(2006-08-24T19:57:26Z)
- Which bug report do you mean?
Sorry about the lack of exactitude here, but under my suite of apache,mod_python, and release 1.5.3. GUI Mode fails on save changes. I saw mention of this problem for other mod_python/moin users. I figured it was quite common. I will get back to this issue with greater exactitude and detail later. I never filed a bug report. Was not this a general problem for mod_python setups? -- EdPhillips DateTime(2006-08-24T20:45:39Z)
- I do not know, I do neither use nor recommend mod_python. Please file a bug report if there is not one yet.
If you don't recommend mod_python, what do you recommend for high performance, high scalability for MoinMoin? Doesn't mod_python offer better performance than Twisted or CGI? and who are the Moin contributors who do use mod_python? Thanks. -- EdPhillips DateTime(2006-08-24T21:27:28Z)
best performance and scalability gives fastcgi which is fasted as well. -- AlexanderSchremmer DateTime(2006-08-24T22:29:14Z)
I use modpython 3.2.10, apache 2.0.55 and moin-1.5.4 on Windows 2003 Server without problems. What kind of problems do you see? -- DavidLinke DateTime(2006-08-24T21:59:24Z)
I'm relatively close to you in terms of mod_python and apache plus moin. However I am on Linux. Apache/2.2.2 (Unix) mod_python/3.2.9-unrele\ased-20060413 Python/2.4.3. moin 1.5.3 The error I get with the GUI mode is just a fail to save changes. It reloads the gui editor without saving changes. On every save attempt it just comes back to the gui editor with the changes unsaved. hmmm. odd. apache error log shows this: [Thu Aug 24 15:25:40 2006] [notice] child pid 4661 exit signal Segmentation fau\lt (11) -- EdPhillips DateTime(2006-08-24T22:26:49Z)
I checked my log-files and I could not find such errors in the Apache-error-log of my wikifarm. (But it may be that the GUI editor is not used by many users in my wikis) -- DavidLinke DateTime(2006-08-25T08:39:05Z)
- I do not know, I do neither use nor recommend mod_python. Please file a bug report if there is not one yet.