From chmberg at gmail.com Mon Jun 4 04:10:05 2012 From: chmberg at gmail.com (Christian Meisenbichler) Date: Mon, 4 Jun 2012 10:10:05 +0200 Subject: [Moin-user] EventCalendar moin 1.9.3 In-Reply-To: References: Message-ID: Interesting. Would you mind sending me the EventCalendar macro, so that I can verify that I am using the right code? On Thu, May 31, 2012 at 5:47 PM, Takeo Katsuki wrote: > Hi, > > EventCalendar macro is working fine with my MoinMoin 1.9.4, Python 2.6 > on an Ubuntu Server. > Calendars can be updated by the Delete Cache Action too. > So I am not sure why it is not working in your environment, but I > don't think it is a simple version issue. > > Best, > > Takeo > > On Thu, May 31, 2012 at 8:16 AM, Christian Meisenbichler > wrote: >> Hi, >> I am trying to get the Eventcalendar macro working. I have installed >> moin from the debian package version 1.9.3. The EventCalendar macro >> with the patches for 1.9.2 >> ( http://moinmo.in/4ct10n/show/MacroMarket/EventCalendar?action=show&redirect=ExtensionProposals%2FEventCalendar#v0.99a >> ) >> almost works. >> Almost! Only, the macro ignores all parameters, such on cannot change >> the view or to another month. Also the events are not updated, unless, >> one deactivates and reactivates the macro in the life page. (emptying >> cache doesn't help) >> >> I did try to use older versions of moinmoin too, but so far the >> arguments are ignored in moin 1.9.2 and 1.8.4. Moin 1.8.4 is listed as >> tested with 0.99a but as far as i can tell it doesn't work too. >> >> I really would like to use the macro, but before I try to learn how >> everything works and try fix it myself, I would rather ask whether >> someone has any experience with that. >> >> Cheers >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Moin-user mailing list >> Moin-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/moin-user From paul at boddie.org.uk Mon Jun 4 18:34:22 2012 From: paul at boddie.org.uk (Paul Boddie) Date: Tue, 5 Jun 2012 00:34:22 +0200 Subject: [Moin-user] Developer Introduction In-Reply-To: References: Message-ID: <201206050034.22863.paul@boddie.org.uk> On Saturday 26 May 2012 06:53:28 Rashad Tatum wrote: > MoinMoin Developers, > > My name is Rashad Tatum. John Sullivan recently contacted me and requested > that I introduce myself to the MoinMoin community. I am currently a senior > student at Southern Polytechnic State University studying Computer Science > and Mathematics. I have expressed interest in helping with the MoinMoin > project. I am particularly interested in helping convert wiki pages to > MoinMoin. > > Please let me know how I may help. Thomas already replied and wondered whether the Wiki conversion you're thinking of has something to do with the Confluence converter: http://moinmo.in/ConfluenceConverter As I noted in a message sent to the mailing list for that project... http://lists.bjdean.id.au/pipermail/mmwiki/2012q2/000092.html ...I've written some code that produces a basic Moin conversion of a Confluence Wiki (links, headings, lists, parsed regions) but still needs to support user profile migration and more advanced syntax. See this plain non-https link for details: http://hgweb.boddie.org.uk/ConfluenceConverter/ Currently, the effort seems to be stalled, partly because I haven't had time to work on it, and partly because there doesn't seem to be much activity around the project in general. If you want to lend a hand, you could download the necessary code (see above) and the data... https://gitorious.org/confluence2moinmoin/main/trees/master/data/import/20110621 ...and then see if you can generate the page packages. Doing conversion round-trips can be tedious (setup a Wiki, import the pages, verify the content, repeat...), and I recommend moinsetup if you're not completely familiar with Moin (see the README.txt file for details). Feel free to contact me or the mmwiki list if this is what you're interested in working on: http://lists.bjdean.id.au/cgi-bin/mailman/listinfo/mmwiki Sorry to everyone who isn't interested in migrating Confluence Wiki data to Moin! Paul From b.hall at irl.cri.nz Thu Jun 7 00:47:24 2012 From: b.hall at irl.cri.nz (Blair Hall) Date: Thu, 7 Jun 2012 16:47:24 +1200 Subject: [Moin-user] MathJax problem Message-ID: <8de776d6-8053-4b39-8d26-3440cb5d6049@CAS1.int.irl.cri.nz> I have MoinMoin setup to use MathJax to render mathematical equations. I have noticed today that there are some problems, which I think are related to MoinMoin but I don't understand how to fix them. Here is an example from http://www.mathjax.org/demos/tex-samples/ The following text is in the HTML of the page above (second example) and is rendered by an external server. \[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \] However, when I add the same text to a MoinMoin page and then render it (eg preview of save), I see instead the following in the HTML source \[ \left( \sum_{k=1}n a_k b_k \right)2 \leq \left( \sum_{k=1}n a_k2 \right) \left( \sum_{k=1}n b_k2 \right) \] There are a number of tags that have been inserted. These tags confuse the MathJax server, so it fails to render correctly. MoinMoin also uses '^' as a super script formatter. So there is something that I need to do to prevent MoinMoin from formatting these lines. How can I fix this problem? Thanks Dr. Blair Hall RF and Microwave Standards ------------------------------------------------------------------------------------------------------------------ Measurement Standards Laboratory of New Zealand Industrial Research Limited 69 Gracefield Road, PO Box 31-310 Lower Hutt 5040, New Zealand DDI: ++64 4 931 3198 FAX: ++64 4 931 3194 http://msl.irl.cri.nz http://rf.irl.cri.nz http://www.irl.cri.nz ------------------------------------------------------------------------------------------------------------------ This electronic transmission and any documents accompanying this electronic transmission contain confidential information belonging to the sender. This information may be legally privileged. The information is intended only for the use of the individual or entity named above. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or the taking of any action in reliance on or regarding the contents of this electronically transmitted information is strictly prohibited. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rb.proj at gmail.com Thu Jun 7 05:10:42 2012 From: rb.proj at gmail.com (Reimar Bauer) Date: Thu, 07 Jun 2012 11:10:42 +0200 Subject: [Moin-user] MathJax problem In-Reply-To: <8de776d6-8053-4b39-8d26-3440cb5d6049@CAS1.int.irl.cri.nz> References: <8de776d6-8053-4b39-8d26-3440cb5d6049@CAS1.int.irl.cri.nz> Message-ID: Am 07.06.2012 06:47, schrieb Blair Hall: > I have MoinMoin setup to use MathJax to render mathematical equations. > > I have noticed today that there are some problems, which I think are > related to MoinMoin but I don't understand how to fix them. > > Here is an example from http://www.mathjax.org/demos/tex-samples/ > > The following text is in the HTML of the page above (second example) and > is rendered by an external server. > > \[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n > a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \] > > > > However, when I add the same text to a MoinMoin page and then render it > (eg preview of save), I see instead the following in the HTML source > > \[ \left( \sum_{k=1}n a_k b_k \right)2 \leq > \left( \sum_{k=1}n a_k2 \right) \left( > \sum_{k=1}n b_k2 \right) \] > > > There are a number of tags that have been inserted. These tags > confuse the MathJax server, so it fails to render correctly. > > MoinMoin also uses '^' as a super script formatter. So there is > something that I need to do to prevent MoinMoin from formatting these lines. > > How can I fix this problem? > > Thanks > > Hi Try {{{#!html formular }}} Reimar > > *Dr. Blair Hall > *RF and Microwave Standards > > ------------------------------------------------------------------------------------------------------------------ > *Measurement Standards Laboratory of New Zealand > Industrial Research Limited > **69 Gracefield Road, PO Box 31-310 > Lower Hutt 5040, New Zealand > > *DDI: ++64 4 931 3198 > FAX: ++64 4 931 3194 > > http://msl.irl.cri.nz > http://rf.irl.cri.nz > http://www.irl.cri.nz > ------------------------------------------------------------------------------------------------------------------ > > This electronic transmission and any documents accompanying this > electronic transmission contain confidential information belonging to > the sender. This information may be legally privileged. The information > is intended only for the use of the individual or entity named above. If > you are not the intended recipient, you are hereby notified that any > disclosure, copying, distribution or the taking of any action in > reliance on or regarding the contents of this electronically transmitted > information is strictly prohibited. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user From rb.proj at gmail.com Thu Jun 7 05:15:54 2012 From: rb.proj at gmail.com (Reimar Bauer) Date: Thu, 07 Jun 2012 11:15:54 +0200 Subject: [Moin-user] MathJax problem In-Reply-To: References: <8de776d6-8053-4b39-8d26-3440cb5d6049@CAS1.int.irl.cri.nz> Message-ID: Am 07.06.2012 11:10, schrieb Reimar Bauer: > Am 07.06.2012 06:47, schrieb Blair Hall: >> I have MoinMoin setup to use MathJax to render mathematical equations. >> >> I have noticed today that there are some problems, which I think are >> related to MoinMoin but I don't understand how to fix them. >> >> Here is an example from http://www.mathjax.org/demos/tex-samples/ >> >> The following text is in the HTML of the page above (second example) and >> is rendered by an external server. >> >> \[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n >> a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \] >> >> >> >> However, when I add the same text to a MoinMoin page and then render it >> (eg preview of save), I see instead the following in the HTML source >> >> \[ \left( \sum_{k=1}n a_k b_k \right)2 \leq >> \left( \sum_{k=1}n a_k2 \right) \left( >> \sum_{k=1}n b_k2 \right) \] >> >> >> There are a number of tags that have been inserted. These tags >> confuse the MathJax server, so it fails to render correctly. >> >> MoinMoin also uses '^' as a super script formatter. So there is >> something that I need to do to prevent MoinMoin from formatting these lines. >> >> How can I fix this problem? >> >> Thanks >> >> > > Hi > > Try > > {{{#!html > > formular > > }}} > > Reimar As shown for moin2 you can also configure inlineMath block syntax http://readthedocs.org/docs/moin-20/en/latest/admin/configure.html?highlight=mathjax#adding-xstatic-packages Reimar > >> >> *Dr. Blair Hall >> *RF and Microwave Standards >> >> ------------------------------------------------------------------------------------------------------------------ >> *Measurement Standards Laboratory of New Zealand >> Industrial Research Limited >> **69 Gracefield Road, PO Box 31-310 >> Lower Hutt 5040, New Zealand >> >> *DDI: ++64 4 931 3198 >> FAX: ++64 4 931 3194 >> >> http://msl.irl.cri.nz >> http://rf.irl.cri.nz >> http://www.irl.cri.nz >> ------------------------------------------------------------------------------------------------------------------ >> >> This electronic transmission and any documents accompanying this >> electronic transmission contain confidential information belonging to >> the sender. This information may be legally privileged. The information >> is intended only for the use of the individual or entity named above. If >> you are not the intended recipient, you are hereby notified that any >> disclosure, copying, distribution or the taking of any action in >> reliance on or regarding the contents of this electronically transmitted >> information is strictly prohibited. >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> >> >> >> _______________________________________________ >> Moin-user mailing list >> Moin-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/moin-user > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ From b.hall at irl.cri.nz Thu Jun 7 15:28:12 2012 From: b.hall at irl.cri.nz (Blair Hall) Date: Fri, 8 Jun 2012 07:28:12 +1200 Subject: [Moin-user] MathJax problem In-Reply-To: References: <8de776d6-8053-4b39-8d26-3440cb5d6049@CAS1.int.irl.cri.nz> Message-ID: <4be0d133-c094-4415-bc6d-50464a61cdfa@CAS1.int.irl.cri.nz> Thanks, that does the trick At 09:10 p.m. 7/06/2012, you wrote: >Am 07.06.2012 06:47, schrieb Blair Hall: > > I have MoinMoin setup to use MathJax to render mathematical equations. > > > > I have noticed today that there are some problems, which I think are > > related to MoinMoin but I don't understand how to fix them. > > > > Here is an example from http://www.mathjax.org/demos/tex-samples/ > > > > The following text is in the HTML of the page above (second example) and > > is rendered by an external server. > > > > \[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n > > a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \] > > > > > > > > However, when I add the same text to a MoinMoin page and then render it > > (eg preview of save), I see instead the following in the HTML source > > > > \[ \left( \sum_{k=1}n a_k b_k \right)2 \leq > > \left( \sum_{k=1}n a_k2 \right) \left( > > \sum_{k=1}n b_k2 \right) \] > > > > > > There are a number of tags that have been inserted. These tags > > confuse the MathJax server, so it fails to render correctly. > > > > MoinMoin also uses '^' as a super script formatter. So there is > > something that I need to do to prevent MoinMoin from formatting > these lines. > > > > How can I fix this problem? > > > > Thanks > > > > > >Hi > >Try > >{{{#!html > >formular > >}}} > >Reimar > > > > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > > > > > > _______________________________________________ > > Moin-user mailing list > > Moin-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/moin-user > > > >------------------------------------------------------------------------------ >Live Security Virtual Conference >Exclusive live event will cover all the ways today's security and >threat landscape has changed and how IT managers can respond. Discussions >will include endpoint security, mobile security and the latest in malware >threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >_______________________________________________ >Moin-user mailing list >Moin-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/moin-user ________________________________ This electronic transmission and any documents accompanying this electronic transmission contain confidential information belonging to the sender. This information may be legally privileged. The information is intended only for the use of the individual or entity named above. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or the taking of any action in reliance on or regarding the contents of this electronically transmitted information is strictly prohibited. From daveh.public at gmail.com Mon Jun 11 18:15:19 2012 From: daveh.public at gmail.com (Dave Hellewell) Date: Tue, 12 Jun 2012 08:15:19 +1000 Subject: [Moin-user] Starting the Test Editor Message-ID: <4FD66DF7.6030009@gmail.com> I'm unaware of any shortcuts I can use to start the text editor in raw text (or any other mode). To get around this, where pages are long, I periodically embed a link similar to: [[http://myurl/wiki/SomeLenghtyPage?action=edit&editor=text|Edit this page]] This lessens the tedium of having to scroll to the top of the page in order to click the "Edit Text" link when maintaining pages. Are any list members aware of a better way of doing this? Is there a shorthand version for the link I'm using, or are there any mechanisms that allow shortcuts (key combos etc.) to open the editor? Cheers, Dave From takeo.katsuki at gmail.com Mon Jun 11 18:21:59 2012 From: takeo.katsuki at gmail.com (Takeo Katsuki) Date: Mon, 11 Jun 2012 15:21:59 -0700 Subject: [Moin-user] Starting the Test Editor In-Reply-To: <4FD66DF7.6030009@gmail.com> References: <4FD66DF7.6030009@gmail.com> Message-ID: By double clicking the text, I guess? http://moinmo.in/FeatureRequests/AutoScrollingTheEditorTextArea Takeo On Mon, Jun 11, 2012 at 3:15 PM, Dave Hellewell wrote: > I'm unaware of any shortcuts I can use to start the text editor in raw > text (or any other mode). To get around this, where pages are long, I > periodically embed a link similar to: > > [[http://myurl/wiki/SomeLenghtyPage?action=edit&editor=text|Edit this page]] > > This lessens the tedium of having to scroll to the top of the page in > order to click the "Edit Text" link when maintaining pages. > > Are any list members aware of a better way of doing this? Is there a > shorthand version for the link I'm using, or are there any mechanisms > that allow shortcuts (key combos etc.) to open the editor? > > Cheers, > > Dave > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user From daveh.public at gmail.com Mon Jun 11 18:34:26 2012 From: daveh.public at gmail.com (Dave Hellewell) Date: Tue, 12 Jun 2012 08:34:26 +1000 Subject: [Moin-user] Starting the Test Editor In-Reply-To: References: <4FD66DF7.6030009@gmail.com> Message-ID: <4FD67272.8000204@gmail.com> Ha! Genius, thanks for that. Its been a long time since I visited the preferences file, I should probably check it every so often. :) -Dave On 12/06/12 08:21, Takeo Katsuki wrote: > By double clicking the text, I guess? > > http://moinmo.in/FeatureRequests/AutoScrollingTheEditorTextArea > > Takeo > > On Mon, Jun 11, 2012 at 3:15 PM, Dave Hellewell wrote: >> I'm unaware of any shortcuts I can use to start the text editor in raw >> text (or any other mode). To get around this, where pages are long, I >> periodically embed a link similar to: >> >> [[http://myurl/wiki/SomeLenghtyPage?action=edit&editor=text|Edit this page]] >> >> This lessens the tedium of having to scroll to the top of the page in >> order to click the "Edit Text" link when maintaining pages. >> >> Are any list members aware of a better way of doing this? Is there a >> shorthand version for the link I'm using, or are there any mechanisms >> that allow shortcuts (key combos etc.) to open the editor? >> >> Cheers, >> >> Dave >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Moin-user mailing list >> Moin-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/moin-user From paul at boddie.org.uk Mon Jun 11 19:17:45 2012 From: paul at boddie.org.uk (Paul Boddie) Date: Tue, 12 Jun 2012 01:17:45 +0200 Subject: [Moin-user] Starting the Test Editor In-Reply-To: <4FD66DF7.6030009@gmail.com> References: <4FD66DF7.6030009@gmail.com> Message-ID: <201206120117.45463.paul@boddie.org.uk> On Tuesday 12 June 2012 00:15:19 Dave Hellewell wrote: > I'm unaware of any shortcuts I can use to start the text editor in raw > text (or any other mode). To get around this, where pages are long, I > periodically embed a link similar to: > > [[http://myurl/wiki/SomeLenghtyPage?action=edit&editor=text|Edit this > page]] > > This lessens the tedium of having to scroll to the top of the page in > order to click the "Edit Text" link when maintaining pages. > > Are any list members aware of a better way of doing this? Is there a > shorthand version for the link I'm using, or are there any mechanisms > that allow shortcuts (key combos etc.) to open the editor? For long pages, I tend to use Ctrl-Home or Ctrl-End to respectively navigate to the start or end of the page, and then click on the edit link I expect to find there. ;-) You can, of course, split your page into sections (perhaps subpages), include them in another page (perhaps a parent page), and configure the sections' Include macros to show edit links for those section pages. See the following for some ideas: http://moinmo.in/HelpOnMacros/Include (see editlink) http://moinmo.in/Bounty/SectionEditing (see the end of the page) Paul From moinmoin at picturenow.co.uk Mon Jun 11 20:23:57 2012 From: moinmoin at picturenow.co.uk (Iain Mac Donald) Date: Tue, 12 Jun 2012 01:23:57 +0100 Subject: [Moin-user] Starting the Test Editor In-Reply-To: <201206120117.45463.paul@boddie.org.uk> References: <4FD66DF7.6030009@gmail.com> <201206120117.45463.paul@boddie.org.uk> Message-ID: <20120612012357.30ac2924@dylan.coachhouse> On Tue, 12 Jun 2012 01:17:45 +0200 Paul Boddie wrote: > For long pages, I tend to use Ctrl-Home or Ctrl-End to respectively > navigate to the start or end of the page, and then click on the edit > link I expect to find there. ;-) I too hadn't looked at the preferences for a long time, so, the double-click option is a great revelation. For me this will be most useful for quick edits of typos, and the like, as the cursor lands at the correct location. For more serious editing and/or larger pages nothing beats the combination of: Firefox + It's All Text + GVim* + Moin syntax file Regards, Iain. * Apparently, other editors are available. From rb.proj at gmail.com Tue Jun 12 02:45:08 2012 From: rb.proj at gmail.com (R.Bauer) Date: Tue, 12 Jun 2012 08:45:08 +0200 Subject: [Moin-user] Starting the Test Editor In-Reply-To: <4FD66DF7.6030009@gmail.com> References: <4FD66DF7.6030009@gmail.com> Message-ID: On 12.06.2012 00:15, Dave Hellewell wrote: > I'm unaware of any shortcuts I can use to start the text editor in > raw text (or any other mode). To get around this, where pages are > long, I periodically embed a link similar to: > > [[http://myurl/wiki/SomeLenghtyPage?action=edit&editor=text|Edit > this page]] <> is a bit shorter ;) Reimar > > This lessens the tedium of having to scroll to the top of the page > in order to click the "Edit Text" link when maintaining pages. > > Are any list members aware of a better way of doing this? Is there > a shorthand version for the link I'm using, or are there any > mechanisms that allow shortcuts (key combos etc.) to open the > editor? > > Cheers, > > Dave > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. > Discussions will include endpoint security, mobile security and the > latest in malware threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ From daveh.public at gmail.com Tue Jun 12 05:05:03 2012 From: daveh.public at gmail.com (Dave Hellewell) Date: Tue, 12 Jun 2012 19:05:03 +1000 Subject: [Moin-user] Starting the Test Editor In-Reply-To: <201206120117.45463.paul@boddie.org.uk> References: <4FD66DF7.6030009@gmail.com> <201206120117.45463.paul@boddie.org.uk> Message-ID: <4FD7063F.1070506@gmail.com> On 12/06/12 09:17, Paul Boddie wrote: > For long pages, I tend to use Ctrl-Home or Ctrl-End to respectively navigate > to the start or end of the page, and then click on the edit link I expect to > find there. ;-) Yeah, me too (well just: Home and End) but its a pain, especially when a particular section of a page is mutating frequently... > You can, of course, split your page into sections (perhaps subpages), include > them in another page (perhaps a parent page), and configure the sections' > Include macros to show edit links for those section pages. See the following > for some ideas: > > http://moinmo.in/HelpOnMacros/Include (see editlink) > http://moinmo.in/Bounty/SectionEditing (see the end of the page) I do try to, thanks for the links. editlink looks useful. -Dave From daveh.public at gmail.com Tue Jun 12 05:11:21 2012 From: daveh.public at gmail.com (Dave Hellewell) Date: Tue, 12 Jun 2012 19:11:21 +1000 Subject: [Moin-user] Starting the Test Editor In-Reply-To: References: <4FD66DF7.6030009@gmail.com> Message-ID: <4FD707B9.9060307@gmail.com> On 12/06/12 16:45, R.Bauer wrote: > On 12.06.2012 00:15, Dave Hellewell wrote: >> > I'm unaware of any shortcuts I can use to start the text editor in >> > raw text (or any other mode). To get around this, where pages are >> > long, I periodically embed a link similar to: >> > >> > [[http://myurl/wiki/SomeLenghtyPage?action=edit&editor=text|Edit >> > this page]] > <> > > is a bit shorter ;) Ah that's what I had in mind, along with what's provided by double clicking. I'd seen an alternative syntax, posted to this list a long time ago, employing square instead of angle brackets, didn't work :). I should have thought to use the angles. -Dave From kai at aplteam.com Fri Jun 15 08:04:53 2012 From: kai at aplteam.com (Kai Jaeger) Date: Fri, 15 Jun 2012 13:04:53 +0100 Subject: [Moin-user] Empty directories Message-ID: Recently I noticed that clicking on a Category page took much longer than it should: roughly 30-40 seconds. I checked the directory structure and found 18,000 empty folders! Because of the spammers one cannot create a page in the wiki in question without answering a stupid question. That works well but when somebody requests a page that does not exist yet than a new folder is created despite the user getting the message "You are not allowed to edit this page". And because they are doing this via a program I end up very soon with thousands of empty folders. Is there anything that can be done to improve this? Kai From rick.vanderveer at gmail.com Fri Jun 15 11:16:35 2012 From: rick.vanderveer at gmail.com (Rick Vanderveer) Date: Fri, 15 Jun 2012 10:16:35 -0500 Subject: [Moin-user] Empty directories In-Reply-To: References: Message-ID: Hey Kai, First step: I seem to recall that this was a bug in an old version of Moin, that a folder structure would begin to be created before the user authenticated. All of us got hit with that bug, but it was quickly fixed as I recall. So, your first step should be to upgrade your Moin! Second step is clean-up: I can't remember (I think there might've been) a clean-up script within Moin that helped clean up those folders (maint cleanpage? Better wait until someone else weighs in on that). Outside of Moin, there are simple scripts you can do (just make sure to back up your data dir *first*, then restart moin after running the script). On linux: find /path/to/dir -empty -delete On Windows, there is a utility you can download: http://simonwai.com/developments/empty_folder_nuker/ -Rick On Fri, Jun 15, 2012 at 7:04 AM, Kai Jaeger wrote: > Recently I noticed that clicking on a Category page took much longer > than it should: roughly 30-40 seconds. > > I checked the directory structure and found 18,000 empty folders! > > Because of the spammers one cannot create a page in the wiki in > question without answering a stupid question. That works well but when > somebody requests a page that does not exist yet than a new folder is > created despite the user getting the message "You are not allowed to > edit this page". And because they are doing this via a program I end > up very soon with thousands of empty folders. > > Is there anything that can be done to improve this? > > > Kai > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kai at aplteam.com Fri Jun 15 11:20:06 2012 From: kai at aplteam.com (Kai Jaeger) Date: Fri, 15 Jun 2012 16:20:06 +0100 Subject: [Moin-user] Empty directories In-Reply-To: References: Message-ID: Hello Rick, Thanks for your advice. Getting rid of the stuff was not a problem once I was aware of it. I am on 1.9.3 which is not exactly old! Was this really fixed in 1.9.4? Kai On Fri, Jun 15, 2012 at 4:16 PM, Rick Vanderveer wrote: > Hey Kai, > > First step: > I seem to recall that this was a bug in an old version of Moin, that a > folder structure would begin to be created before the user authenticated. > All of us got hit with that bug, but it was quickly fixed as I recall. So, > your first step should be to upgrade your Moin! > > Second step is clean-up: > I can't remember (I think there might've been) a clean-up script within Moin > that helped clean up those folders (maint cleanpage?? Better wait until > someone else weighs in on that).? Outside of Moin, there are simple scripts > you can do (just make sure to back up your data dir *first*, then restart > moin after running the script).? On linux: > > find /path/to/dir -empty -delete > > On Windows, there is a utility you can download: > http://simonwai.com/developments/empty_folder_nuker/ > > -Rick > > > > On Fri, Jun 15, 2012 at 7:04 AM, Kai Jaeger wrote: >> >> Recently I noticed that clicking on a Category page took much longer >> than it should: roughly 30-40 seconds. >> >> I checked the directory structure and found 18,000 empty folders! >> >> Because of the spammers one cannot create a page in the wiki in >> question without answering a stupid question. That works well but when >> somebody requests a page that does not exist yet than a new folder is >> created despite the user getting the message "You are not allowed to >> edit this page". And because they are doing this via a program I end >> up very soon with thousands of empty folders. >> >> Is there anything that can be done to improve this? >> >> >> Kai >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Moin-user mailing list >> Moin-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/moin-user > > From rick.vanderveer at gmail.com Fri Jun 15 11:25:53 2012 From: rick.vanderveer at gmail.com (Rick Vanderveer) Date: Fri, 15 Jun 2012 10:25:53 -0500 Subject: [Moin-user] Empty directories In-Reply-To: References: Message-ID: Errr... the bug I'm thinking of was back from an early 1.8 or earlier release a few years ago. Sorry about that! -Rick On Fri, Jun 15, 2012 at 10:20 AM, Kai Jaeger wrote: > Hello Rick, > > Thanks for your advice. > > Getting rid of the stuff was not a problem once I was aware of it. > > I am on 1.9.3 which is not exactly old! Was this really fixed in 1.9.4? > > > Kai > > > > On Fri, Jun 15, 2012 at 4:16 PM, Rick Vanderveer > wrote: > > Hey Kai, > > > > First step: > > I seem to recall that this was a bug in an old version of Moin, that a > > folder structure would begin to be created before the user authenticated. > > All of us got hit with that bug, but it was quickly fixed as I recall. > So, > > your first step should be to upgrade your Moin! > > > > Second step is clean-up: > > I can't remember (I think there might've been) a clean-up script within > Moin > > that helped clean up those folders (maint cleanpage? Better wait until > > someone else weighs in on that). Outside of Moin, there are simple > scripts > > you can do (just make sure to back up your data dir *first*, then restart > > moin after running the script). On linux: > > > > find /path/to/dir -empty -delete > > > > On Windows, there is a utility you can download: > > http://simonwai.com/developments/empty_folder_nuker/ > > > > -Rick > > > > > > > > On Fri, Jun 15, 2012 at 7:04 AM, Kai Jaeger wrote: > >> > >> Recently I noticed that clicking on a Category page took much longer > >> than it should: roughly 30-40 seconds. > >> > >> I checked the directory structure and found 18,000 empty folders! > >> > >> Because of the spammers one cannot create a page in the wiki in > >> question without answering a stupid question. That works well but when > >> somebody requests a page that does not exist yet than a new folder is > >> created despite the user getting the message "You are not allowed to > >> edit this page". And because they are doing this via a program I end > >> up very soon with thousands of empty folders. > >> > >> Is there anything that can be done to improve this? > >> > >> > >> Kai > >> > >> > >> > ------------------------------------------------------------------------------ > >> Live Security Virtual Conference > >> Exclusive live event will cover all the ways today's security and > >> threat landscape has changed and how IT managers can respond. > Discussions > >> will include endpoint security, mobile security and the latest in > malware > >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > >> _______________________________________________ > >> Moin-user mailing list > >> Moin-user at lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/moin-user > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rb.proj at gmail.com Sat Jun 16 05:19:19 2012 From: rb.proj at gmail.com (Reimar Bauer) Date: Sat, 16 Jun 2012 11:19:19 +0200 Subject: [Moin-user] Empty directories In-Reply-To: References: Message-ID: Am 15.06.2012 17:20, schrieb Kai Jaeger: > Hello Rick, > > Thanks for your advice. > > Getting rid of the stuff was not a problem once I was aware of it. > > I am on 1.9.3 which is not exactly old! Was this really fixed in 1.9.4? > > > Kai Hi I can't reproduce in current version and haven't seen that in 1.9. also just verified with 1.9.3 too (OLD!! http://static.moinmo.in/files/moin-1.9.3.tar.gz) starting the server visiting http://localhost:8080/ZZZZ ls ~/tmp/moin-1.9.3/wiki/data/pages BadContent MissingPage So we need more informations about your setup. what was in that folders? Is this the pure moin version or distributed? Reimar > > > > On Fri, Jun 15, 2012 at 4:16 PM, Rick Vanderveer > wrote: >> Hey Kai, >> >> First step: >> I seem to recall that this was a bug in an old version of Moin, that a >> folder structure would begin to be created before the user authenticated. >> All of us got hit with that bug, but it was quickly fixed as I recall. So, >> your first step should be to upgrade your Moin! >> >> Second step is clean-up: >> I can't remember (I think there might've been) a clean-up script within Moin >> that helped clean up those folders (maint cleanpage? Better wait until >> someone else weighs in on that). Outside of Moin, there are simple scripts >> you can do (just make sure to back up your data dir *first*, then restart >> moin after running the script). On linux: >> >> find /path/to/dir -empty -delete >> >> On Windows, there is a utility you can download: >> http://simonwai.com/developments/empty_folder_nuker/ >> >> -Rick >> >> >> >> On Fri, Jun 15, 2012 at 7:04 AM, Kai Jaeger wrote: >>> >>> Recently I noticed that clicking on a Category page took much longer >>> than it should: roughly 30-40 seconds. >>> >>> I checked the directory structure and found 18,000 empty folders! >>> >>> Because of the spammers one cannot create a page in the wiki in >>> question without answering a stupid question. That works well but when >>> somebody requests a page that does not exist yet than a new folder is >>> created despite the user getting the message "You are not allowed to >>> edit this page". And because they are doing this via a program I end >>> up very soon with thousands of empty folders. >>> >>> Is there anything that can be done to improve this? >>> >>> >>> Kai >>> >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. Discussions >>> will include endpoint security, mobile security and the latest in malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> Moin-user mailing list >>> Moin-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/moin-user >> >> > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user From kai at aplteam.com Sun Jun 17 11:37:19 2012 From: kai at aplteam.com (Kai Jaeger) Date: Sun, 17 Jun 2012 16:37:19 +0100 Subject: [Moin-user] Empty directories In-Reply-To: References: Message-ID: Hello Reimar > I can't reproduce in current version and haven't seen that in 1.9. also > just verified with 1.9.3 too ?(OLD!! > http://static.moinmo.in/files/moin-1.9.3.tar.gz) Sorry: 1.9.3 is certainly not old at all, it's just not up-to-date. > starting the server > visiting http://localhost:8080/ZZZZ > ls ~/tmp/moin-1.9.3/wiki/data/pages > BadContent ?MissingPage Obviously this refers to Unix - I am running MoinMoin under Windows. > So we need more informations about your setup. > what was in that folders? > Is this the pure moin version or distributed? I don't understand the question but my guess is that the answer is "pure" anyway. I am entertaining MoinMoin on my own server. By far most of the folders contain an empty file "edit-log" and nothing else. That is exactly what happens when I myself try to edit a page without logging in first. However, very few folders (less than 2%) contain a sub-folder "cache" instead which in turn contains an empty folder "_lock_" and a non-empty file "hitcounts". I just realized that the problem is more general: when I am logged on and then enter the name of a non-existing page then the folder is created and contains two files: "edit-logs" and "edit-lock". When I then press the "Cancel" button the "edit-lock" files disappear but the folder and the "edit-log" file survive. That does not seem to be correct. Kai From kai at aplteam.com Sun Jun 17 11:53:13 2012 From: kai at aplteam.com (Kai Jaeger) Date: Sun, 17 Jun 2012 16:53:13 +0100 Subject: [Moin-user] Lane Rettig Message-ID: Whenever I send a posting to the Moin user group I get this: ------------------------------------- Thank you for your inquiry. Lane Rettig is no longer with the firm. For immediate assistance, please contact Reception at +1-212-478-0000. Sincerely, The D. E. Shaw Group -- 8< --- CUT HERE -------------------------- CUT HERE --- >8 -- From: Kai Jaeger To: Reimar Bauer cc: moin-user at lists.sourceforge.net Subject: Re: [Moin-user] Empty directories ------------------------------------- Why is this, and who can change this?! From rick.vanderveer at gmail.com Sun Jun 17 16:01:29 2012 From: rick.vanderveer at gmail.com (Rick Vanderveer) Date: Sun, 17 Jun 2012 15:01:29 -0500 Subject: [Moin-user] Empty directories In-Reply-To: References: Message-ID: Hey Kai, I also run Moin on Windows, and tested this on my wiki (running 1.9.4) and have not been able to duplicate your bug either. Something wacky is going on with your installation (how's that for helpful?)... :-) -Rick On Sun, Jun 17, 2012 at 10:37 AM, Kai Jaeger wrote: > Hello Reimar > > > I can't reproduce in current version and haven't seen that in 1.9. also > > just verified with 1.9.3 too (OLD!! > > http://static.moinmo.in/files/moin-1.9.3.tar.gz) > > Sorry: 1.9.3 is certainly not old at all, it's just not up-to-date. > > > starting the server > > visiting http://localhost:8080/ZZZZ > > ls ~/tmp/moin-1.9.3/wiki/data/pages > > BadContent MissingPage > > Obviously this refers to Unix - I am running MoinMoin under Windows. > > > So we need more informations about your setup. > > what was in that folders? > > Is this the pure moin version or distributed? > > I don't understand the question but my guess is that the answer is > "pure" anyway. I am entertaining MoinMoin on my own server. > > By far most of the folders contain an empty file "edit-log" and > nothing else. That is exactly what happens when I myself try to edit a > page without logging in first. > > However, very few folders (less than 2%) contain a sub-folder "cache" > instead which in turn contains an empty folder "_lock_" and a > non-empty file "hitcounts". > > I just realized that the problem is more general: when I am logged on > and then enter the name of a non-existing page then the folder is > created and contains two files: "edit-logs" and "edit-lock". When I > then press the "Cancel" button the "edit-lock" files disappear but the > folder and the "edit-log" file survive. That does not seem to be > correct. > > Kai > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rb.proj at gmail.com Sun Jun 17 18:10:03 2012 From: rb.proj at gmail.com (Reimar Bauer) Date: Mon, 18 Jun 2012 00:10:03 +0200 Subject: [Moin-user] Empty directories In-Reply-To: References: Message-ID: Hi Kai please verify the version you are using $ python >>> from MoinMoin import version >>> print version.release echo your_instance/data/meta Reimar Am 17.06.2012 17:37, schrieb Kai Jaeger: > Hello Reimar > >> I can't reproduce in current version and haven't seen that in 1.9. also >> just verified with 1.9.3 too (OLD!! >> http://static.moinmo.in/files/moin-1.9.3.tar.gz) > > Sorry: 1.9.3 is certainly not old at all, it's just not up-to-date. > >> starting the server >> visiting http://localhost:8080/ZZZZ >> ls ~/tmp/moin-1.9.3/wiki/data/pages >> BadContent MissingPage > > Obviously this refers to Unix - I am running MoinMoin under Windows. > >> So we need more informations about your setup. >> what was in that folders? >> Is this the pure moin version or distributed? > > I don't understand the question but my guess is that the answer is > "pure" anyway. I am entertaining MoinMoin on my own server. > > By far most of the folders contain an empty file "edit-log" and > nothing else. That is exactly what happens when I myself try to edit a > page without logging in first. > > However, very few folders (less than 2%) contain a sub-folder "cache" > instead which in turn contains an empty folder "_lock_" and a > non-empty file "hitcounts". > > I just realized that the problem is more general: when I am logged on > and then enter the name of a non-existing page then the folder is > created and contains two files: "edit-logs" and "edit-lock". When I > then press the "Cancel" button the "edit-lock" files disappear but the > folder and the "edit-log" file survive. That does not seem to be > correct. > > Kai > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user From tw-public at gmx.de Tue Jun 19 11:37:14 2012 From: tw-public at gmx.de (Thomas Waldmann) Date: Tue, 19 Jun 2012 17:37:14 +0200 Subject: [Moin-user] Lane Rettig In-Reply-To: References: Message-ID: <1340120234.11147.0.camel@server.firma.waldmann-edv.de> On Sun, 2012-06-17 at 16:53 +0100, Kai Jaeger wrote: > Whenever I send a posting to the Moin user group I get this: > ------------------------------------- > Thank you for your inquiry. Lane Rettig is no longer with the firm. I removed his subscription. From tw-public at gmx.de Tue Jun 19 11:45:40 2012 From: tw-public at gmx.de (Thomas Waldmann) Date: Tue, 19 Jun 2012 17:45:40 +0200 Subject: [Moin-user] Empty directories In-Reply-To: References: Message-ID: <1340120740.11147.4.camel@server.firma.waldmann-edv.de> On Fri, 2012-06-15 at 10:25 -0500, Rick Vanderveer wrote: > Errr... the bug I'm thinking of was back from an early 1.8 or earlier > release a few years ago. Sorry about that! There was such a bug in < 1.7.1 (see 1.7.1 docs/CHANGES entries). BTW, it isn't that much important which moin version you run now, but rather which you ran at the time all those empty dirs / files were created. MAYBE the timestamps there tell something, maybe not. This can be used to clean up the crap (at least on Posix OS, needs code changes or at least editing of the output script on Windows): moin ... maint cleanpage From chmberg at gmail.com Wed Jun 20 11:30:28 2012 From: chmberg at gmail.com (Christian Meisenbichler) Date: Wed, 20 Jun 2012 17:30:28 +0200 Subject: [Moin-user] EventCalendar moin 1.9.3 In-Reply-To: References: Message-ID: I finally figured out what was wrong. Apparently the default behavior of the EventCalendar Plug in changed to disable changeview. I had never expected that. With <> everything is normal again. But it is irritating. I think this should be changed back to make changeview=1 the default. On Thu, May 31, 2012 at 3:32 PM, Christian Meisenbichler wrote: > Hi, > I am trying to get the Eventcalendar macro working. I have installed > moin from the debian package version 1.9.3. The EventCalendar macro > with the patches for 1.9.2 (attachment) almost works. > Almost! Only, the macro ignores all parameters, such on cannot change > the view or to another month. Also the events are not updated, unless, > one deactivates and reactivates the macro in the life page. (emptying > cache doesn't help) > > I did try to use older versions of moinmoin too, but so far the > arguments are ignored in moin 1.9.2 and 1.8.4. Moin 1.8.4 is listed as > tested with 0.99a but as far as i can tell it doesn't work too. > > I really would like to use the macro, but before I try to learn how > everything works and try fix it myself, I would rather ask whether > someone has any experience with that. > > Cheers From bison.moin at gmail.com Thu Jun 21 14:41:41 2012 From: bison.moin at gmail.com (Moin Admin) Date: Thu, 21 Jun 2012 11:41:41 -0700 Subject: [Moin-user] New admin - tips for 1.9.3 to 1.9.4 upgrade? Message-ID: Hello list, I have inherited a 1.9.3 installation that I would like to update to 1.9.4. I am new to moinmoin administration, and have read as much of the update documentation as I can find, but it's not clear what the easiest path is for a 1. upgrade like this. Does anyone have any tips for making this particular upgrade as easy as possible? Thanks! Mitch Taylor -------------- next part -------------- An HTML attachment was scrubbed... URL: From takeo.katsuki at gmail.com Thu Jun 21 16:21:06 2012 From: takeo.katsuki at gmail.com (Takeo Katsuki) Date: Thu, 21 Jun 2012 13:21:06 -0700 Subject: [Moin-user] New admin - tips for 1.9.3 to 1.9.4 upgrade? In-Reply-To: References: Message-ID: Hi Mitch, I think it depends on your system. If your system is POSIX and if you are using Hg, then updating is as simple as this: cd /srv/moin/code/1.9 hg pull -u and then add an alias to sites-available (in the case of Ubuntu) like this: Alias /moin_static194/ "/srv/moin/code/1.9/MoinMoin/web/static/htdocs/" Finally restart apache (if you are using apache) to apply changes you made. Again it totally depends on the system, so you might get better advice by telling more about your system. Best, Takeo On Thu, Jun 21, 2012 at 11:41 AM, Moin Admin wrote: > Hello list, > > I have inherited a 1.9.3 installation that I would like to update to 1.9.4. > I am new to moinmoin administration, and have read as much of the update > documentation as I can find, but it's not clear what the easiest path is for > a 1. upgrade like this. Does anyone have any tips for making this particular > upgrade as easy as possible? > > Thanks! > Mitch Taylor > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > From eric at tibco.com Thu Jun 21 16:15:10 2012 From: eric at tibco.com (Eric Johnson) Date: Thu, 21 Jun 2012 13:15:10 -0700 Subject: [Moin-user] New admin - tips for 1.9.3 to 1.9.4 upgrade? In-Reply-To: References: Message-ID: <4FE380CE.4070201@tibco.com> An HTML attachment was scrubbed... URL: From manfred.lotz at arcor.de Fri Jun 22 02:30:43 2012 From: manfred.lotz at arcor.de (Manfred Lotz) Date: Fri, 22 Jun 2012 08:30:43 +0200 Subject: [Moin-user] cache issue Message-ID: <20120622083043.245dfe85@arcor.com> Hi there, For some reason I have a moinmoin wiki locally on two different laptops. As these are both my laptops I do not work on both laptops the same time. I synchronize both wikis by using 3rd server where I use unison to sync to in both directions. This works fine. However, when a wiki on a laptop gets synced the cache gets out of sync. Is there anybody I can do to also sync the cache, or to delete the cache after syncing. As the syncing is done by a cron job the cache handling should also be done via script. Any idea? -- Manfred From rb.proj at gmail.com Fri Jun 22 05:00:59 2012 From: rb.proj at gmail.com (R.Bauer) Date: Fri, 22 Jun 2012 11:00:59 +0200 Subject: [Moin-user] cache issue In-Reply-To: <20120622083043.245dfe85@arcor.com> References: <20120622083043.245dfe85@arcor.com> Message-ID: On 22.06.2012 08:30, Manfred Lotz wrote: > Hi there, For some reason I have a moinmoin wiki locally on two > different laptops. As these are both my laptops I do not work on > both laptops the same time. I synchronize both wikis by using 3rd > server where I use unison to sync to in both directions. > > This works fine. However, when a wiki on a laptop gets synced the > cache gets out of sync. Is there anybody I can do to also sync the > cache, or to delete the cache after syncing. As the syncing is > done by a cron job the cache handling should also be done via > script. > > Any idea? > Hi you can just call moin ... maint cleancache moin ... maint makecache see HelpOnMoinCommand cheers Reimar From manfred.lotz at arcor.de Fri Jun 22 14:17:29 2012 From: manfred.lotz at arcor.de (Manfred Lotz) Date: Fri, 22 Jun 2012 20:17:29 +0200 Subject: [Moin-user] cache issue References: <20120622083043.245dfe85@arcor.com> Message-ID: <20120622201729.5ddcfa7b@arcor.com> On Fri, 22 Jun 2012 11:00:59 +0200 "R.Bauer" wrote: > On 22.06.2012 08:30, Manfred Lotz wrote: > > Hi there, For some reason I have a moinmoin wiki locally on two > > different laptops. As these are both my laptops I do not work on > > both laptops the same time. I synchronize both wikis by using 3rd > > server where I use unison to sync to in both directions. > > > > This works fine. However, when a wiki on a laptop gets synced the > > cache gets out of sync. Is there anybody I can do to also sync the > > cache, or to delete the cache after syncing. As the syncing is > > done by a cron job the cache handling should also be done via > > script. > > > > Any idea? > > > > Hi > > you can just call > > moin ... maint cleancache > moin ... maint makecache > > see HelpOnMoinCommand > Thanks, yes this does it. One more question: I'm running a standalone moinmoin wiki. Do I have to stop it when I want do delete the cache or is the standalone server smart enough to deal with the situation? -- Manfred From tw-public at gmx.de Sat Jun 23 16:23:00 2012 From: tw-public at gmx.de (Thomas Waldmann) Date: Sat, 23 Jun 2012 22:23:00 +0200 Subject: [Moin-user] Empty directories In-Reply-To: References: Message-ID: <1340482980.14464.18.camel@x300.localdomain> Hello Kai, I looked at this issue today and was able to reproduce it: If one starts editing a new page, a page directory with 2 files edit-lock (with locking infos) and edit-log (still empty) is created. If the edit is either cancelled or the window is just closed, that pagedir and the edit-log file are left on disk. This issue is not windows specific, it also happens on POSIX systems. It might be hard to fix this in 1.9 (and moin2 works very different anyway, so that problem does not exist there), so the suggested workaround is to just use moin ... maint cleanpage. cleanpage currently outputs a cleanup script for POSIX OSes, but it should be rather easy to modify cleanpage.py so it works on all OSes. IIRC, i chose that "script way" back then so it is possible to review all those modifications before really doing them on the filesystem. Some new "--move-crap" and "--move-deleted" options could directly do the stuff using python stdlib. Compatibility has to be kept in mind, so the behaviour of this script does not change for people already using it. Anybody volunteering for modifying it like that? Patches/Changesets are welcome! Cheers, Thomas