From lighton.phiri at gmail.com Thu Jan 3 18:32:06 2013 From: lighton.phiri at gmail.com (Lighton Phiri) Date: Fri, 4 Jan 2013 01:32:06 +0200 Subject: [Moin-user] Cannot Edit Wiki Pages Message-ID: I am in the process of resuscitating/upgrading a legacy Moin Moin wiki (1.5.8) [1] to the latest version. However, before I perform the upgrade, I've been trying to perform basic test to ensure all is well. I cannot edit existing pages nor can I create new ones... I performed basic diagnostic test and everything seems fine. I understand 1.5.8 is no longer supported, but was hoping this was a generic problem that others have come across... [1] http://www.opensource.org.zm [2] http://www.opensource.org.zm/cgi-bin/moin.cgi?action=test Lighton Phiri http://lightonphiri.org From tw at waldmann-edv.de Sun Jan 6 15:47:15 2013 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Sun, 06 Jan 2013 21:47:15 +0100 Subject: [Moin-user] Cannot Edit Wiki Pages In-Reply-To: References: Message-ID: <1357505235.21983.6.camel@x300.localdomain> On Fri, 2013-01-04 at 01:32 +0200, Lighton Phiri wrote: > I am in the process of resuscitating/upgrading a legacy Moin Moin wiki > (1.5.8) [1] to the latest version. However, before I perform the > upgrade, I've been trying to perform basic test to ensure all is well. > > I cannot edit existing pages nor can I create new ones... If you can see them, it sounds like a permissions issue in the filesystem. Make sure everything is r/w (and directories also x) for the user/group the wiki process runs under. After that, check your wiki configuration settings in case there is something strange in there. Check if your moin version supported access control lists (ACLs) and if so, check if they allow write. From scofield at calvin.edu Wed Jan 9 15:34:22 2013 From: scofield at calvin.edu (Thomas Scofield) Date: Wed, 9 Jan 2013 15:34:22 -0500 Subject: [Moin-user] migrating Message-ID: <83BF15D5-3361-4191-8F0B-3AFCC5AAFB27@calvin.edu> I had a standalone MoinMoin wiki (v. 1.9.3) going some time ago on my Mac, before I was upgraded to Lion. (I presume another upgrade to Mountain Lion at least is coming this summer.) Afterwards, my wiki failed to work as before, though I didn't work at it very hard as I had other pressing things going on. I've recently downloaded v. 1.9.6. I can start it, but want to migrate my old data pages to the new wiki. I've copied them over and can log in seemingly as before, but when I try to open pages I used to use, I get a 500 internal server error. When I look through previous posts, it seems that others with this error: - could provide pertinent info from their apache server error_log files. Though I am accessing the correct log file, it appears no corresponding entry in this file appears when I get the internal server error mentioned above. - had some success from cleaning up the cache. When I run something like ./moin maint cleancache however, I get this message Traceback (most recent call last): File "bin/moin", line 5, in from MoinMoin.script.moin import run ImportError: No module named MoinMoin.script.moin It seems odd to me that python knows where to find the appropriate modules when I run wikiserverconfig.py and setup.py (which, though it seems unnecessary in order to obtain a running wiki, I've tried as well, but without success), but cannot find this one. As I say, I also ran setup.py. I wanted to keep this wiki install as simple as possible, without having to tamper with apache configuration files, so I didn't pursue the instructions that headed in this direction to completion. It seems like I should just be able to migrate old data files and have things work, but obviously there is some needed step I'm leaving out. If help is available from someone who needs me to run several steps and share output, I can do so. From rb.proj at gmail.com Thu Jan 10 07:07:05 2013 From: rb.proj at gmail.com (R.Bauer) Date: Thu, 10 Jan 2013 13:07:05 +0100 Subject: [Moin-user] migrating In-Reply-To: <83BF15D5-3361-4191-8F0B-3AFCC5AAFB27@calvin.edu> References: <83BF15D5-3361-4191-8F0B-3AFCC5AAFB27@calvin.edu> Message-ID: Am 09.01.2013 21:34, schrieb Thomas Scofield: > > I had a standalone MoinMoin wiki (v. 1.9.3) going some time ago on my Mac, before I was upgraded to Lion. (I presume another upgrade to Mountain Lion at least is coming this summer.) Afterwards, my wiki failed to work as before, though I didn't work at it very hard as I had other pressing things going on. > > I've recently downloaded v. 1.9.6. I can start it, but want to migrate my old data pages to the new wiki. I've copied them over and can log in seemingly as before, but when I try to open pages I used to use, I get a 500 internal server error. When I look through previous posts, it seems that others with this error: > > - could provide pertinent info from their apache server error_log files. Though I am accessing the correct log file, it appears no corresponding entry in this file appears when I get the internal server error mentioned above. > > - had some success from cleaning up the cache. When I run something like > > ./moin maint cleancache > > however, I get this message > > Traceback (most recent call last): > File "bin/moin", line 5, in > from MoinMoin.script.moin import run > ImportError: No module named MoinMoin.script.moin > If you have not the MoinMoin library in your python search path you can call it by MoinMoin/script/moin.py > It seems odd to me that python knows where to find the appropriate modules when I run wikiserverconfig.py and setup.py (which, though it seems unnecessary in order to obtain a running wiki, I've tried as well, but without success), but cannot find this one. > This is because inside the scripts the path is set. > As I say, I also ran setup.py. I wanted to keep this wiki install as simple as possible, without having to tamper with apache configuration files, so I didn't pursue the instructions that headed in this direction to completion. It seems like I should just be able to migrate old data files and have things work, but obviously there is some needed step I'm leaving out. hmm, that sounds strange. It should have installed everything on the common places. So the lib should be in the path. Reimar > > If help is available from someone who needs me to run several steps and share output, I can do so. > ------------------------------------------------------------------------------ > Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery > and much more. Keep your Java skills current with LearnJavaNow - > 200+ hours of step-by-step video tutorials by Java experts. > SALE $49.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122612 > From scofield at calvin.edu Thu Jan 10 13:45:01 2013 From: scofield at calvin.edu (Thomas Scofield) Date: Thu, 10 Jan 2013 13:45:01 -0500 Subject: [Moin-user] migrating Message-ID: <4E52BF0C-CCF3-4196-AAEB-BDA498B483E0@calvin.edu> I'm not sure that I did this correctly. I want this to continue a previous thread. Anyway, Reimar's note got me up and going. Thanks. Thomas From scofield at calvin.edu Thu Jan 10 13:55:28 2013 From: scofield at calvin.edu (Thomas Scofield) Date: Thu, 10 Jan 2013 13:55:28 -0500 Subject: [Moin-user] links to local files Message-ID: <4977E104-BF93-41F1-AA26-3DBE0F924BD2@calvin.edu> I am now up and running a standalone desktop MoinMoin wiki, version 1.9.6. To connect, I use the url http://localhost:8080 My goal for this wiki is entirely personal: want to be able to find information and files useful to me. I have many links to external files and websites, but cannot get similar links to files on my local machine set up the way I want. For instance, if I have a .pdf file already on my hard drive, I don't want to have to move it to an attachments directory down deep within the data directory. What I have done so far is put a simlink in the attachments directory linking to the file's actual location. I'd rather have things set up to completely mimick a link to a pdf on some non-local server, as in file:///path/pdfFileName.pdf Is there a way to do this? I've poked around, and it seems there are security issues surrounding this kind of thing. It seems people say this is a browser issue rather than an issue with MoinMoin. But my browser will open files on my local machine when given a link such as the one above. Moreover, given that mine is a standalone configuration, it seems to me what I do locally (in my MoinMoin configuration) isn't viewable/accessible from an external server. A related (I think) question is how I can link to a local html file and display it. In other words, why can't I mimick a link like http://www.google.com/index.html with file:///path/localfile.html From eric at tibco.com Thu Jan 10 14:01:39 2013 From: eric at tibco.com (Eric Johnson) Date: Thu, 10 Jan 2013 11:01:39 -0800 Subject: [Moin-user] links to local files In-Reply-To: <4977E104-BF93-41F1-AA26-3DBE0F924BD2@calvin.edu> References: <4977E104-BF93-41F1-AA26-3DBE0F924BD2@calvin.edu> Message-ID: <50EF1013.8080406@tibco.com> Yes, this almost certainly is a browser security issue. If you enter in a file URL directly into the browser, you aren't crossing domains, whereas if you're looking at something at http://example.com/, and on that page have a reference to file:///, by following that link, you're attempting to cross domains. Cross-domain security issues have been an enormous problem for browsers. So, yes, the browsers block your specific idea. Eric On 1/10/13 10:55 AM, Thomas Scofield wrote: > I am now up and running a standalone desktop MoinMoin wiki, version 1.9.6. To connect, I use the url > > http://localhost:8080 > > My goal for this wiki is entirely personal: want to be able to find information and files useful to me. I have many links to external files and websites, but cannot get similar links to files on my local machine set up the way I want. For instance, if I have a .pdf file already on my hard drive, I don't want to have to move it to an attachments directory down deep within the data directory. What I have done so far is put a simlink in the attachments directory linking to the file's actual location. I'd rather have things set up to completely mimick a link to a pdf on some non-local server, as in > > file:///path/pdfFileName.pdf > > Is there a way to do this? I've poked around, and it seems there are security issues surrounding this kind of thing. It seems people say this is a browser issue rather than an issue with MoinMoin. But my browser will open files on my local machine when given a link such as the one above. Moreover, given that mine is a standalone configuration, it seems to me what I do locally (in my MoinMoin configuration) isn't viewable/accessible from an external server. > > A related (I think) question is how I can link to a local html file and display it. In other words, why can't I mimick a link like > > http://www.google.com/index.html > > with > > file:///path/localfile.html > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122712 > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user From scofield at calvin.edu Thu Jan 10 16:08:07 2013 From: scofield at calvin.edu (Thomas Scofield) Date: Thu, 10 Jan 2013 16:08:07 -0500 Subject: [Moin-user] links to local files References: <4977E104-BF93-41F1-AA26-3DBE0F924BD2@calvin.edu> Message-ID: I'm re-sending this. I send it from the Mac Mail program, and when I viewed it online it appears a lot of content was chopped off. I've added a lot of manual carriage returns to see if this stops happening. Begin original message: I am now up and running a standalone desktop MoinMoin wiki, version 1.9.6. To connect, I use the url http://localhost:8080 My goal for this wiki is entirely personal: want to be able to find information and files useful to me. I have many links to external files and websites, but cannot get similar links to files on my local machine set up the way I want. For instance, if I have a .pdf file already on my hard drive, I don't want to have to move it to an attachments directory down deep within the data directory. What I have done so far is put a simlink in the attachments directory linking to the file's actual location. I'd rather have things set up to completely mimick a link to a pdf on some non-local server, as in file:///path/pdfFileName.pdf Is there a way to do this? I've poked around, and it seems there are security issues surrounding this kind of thing. It seems people say this is a browser issue rather than an issue with MoinMoin. But my browser will open files on my local machine when given a link such as the one above. Moreover, given that mine is a standalone configuration, it seems to me what I do locally (in my MoinMoin configuration) isn't viewable/accessible from an external server. A related (I think) question is how I can link to a local html file and display it. In other words, why can't I mimick a link like http://www.google.com/index.html with file:///path/localfile.html Thanks. Thomas From benedikt.ziebarth at kit.edu Mon Jan 14 07:45:16 2013 From: benedikt.ziebarth at kit.edu (Benedikt Ziebarth) Date: Mon, 14 Jan 2013 13:45:16 +0100 Subject: [Moin-user] Personal Homepage: How to create protected subpages? Message-ID: <50F3FDDC.7080606@kit.edu> Hi there, in the wiki on your personal home page the default message states that it is possible to create protected sub-pages to restrict public access. "Keep in mind that a personal home page is usually /public/, anyone can read and edit it (and this is a good thing, see it as a means of communication with you). However, you can create protected sub-pages to restrict public access to some of your pages." My question is: How? I could not find any usable hints on the main moinmoin page. Cheers Benedikt -------------- next part -------------- An HTML attachment was scrubbed... URL: From rick.vanderveer at gmail.com Mon Jan 14 10:09:28 2013 From: rick.vanderveer at gmail.com (Rick Vanderveer) Date: Mon, 14 Jan 2013 09:09:28 -0600 Subject: [Moin-user] Personal Homepage: How to create protected subpages? In-Reply-To: <50F3FDDC.7080606@kit.edu> References: <50F3FDDC.7080606@kit.edu> Message-ID: Hey Benedikt, The page you want to read is this one: http://moinmo.in/HelpOnAccessControlLists That will explain how to protect your pages, including your homepage if you want. -Rick On Mon, Jan 14, 2013 at 6:45 AM, Benedikt Ziebarth < benedikt.ziebarth at kit.edu> wrote: > Hi there, > in the wiki on your personal home page the default message states that it > is possible to create protected sub-pages to restrict public access. > > "Keep in mind that a personal home page is usually *public*, anyone can > read and edit it (and this is a good thing, see it as a means of > communication with you). However, you can create protected sub-pages to > restrict public access to some of your pages." > > My question is: How? I could not find any usable hints on the main > moinmoin page. > > Cheers > Benedikt > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122412 > _______________________________________________ > 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 philip.colmer at linaro.org Wed Jan 16 10:58:37 2013 From: philip.colmer at linaro.org (Philip Colmer) Date: Wed, 16 Jan 2013 15:58:37 +0000 Subject: [Moin-user] Support for LDAP groups? Message-ID: Hi According to http://moinmo.in/HelpOnGroups, moinmoin can use group definitions from other sources. However, there doesn't seem to be any documentation on how this can be achieved. I'd like to implement groups from OpenID or LDAP, although I suspect OpenID doesn't provide any group membership information, in which case it would need to be LDAP. Any pointers on where/how this can be done, please? Many thanks. Philip -------------- next part -------------- An HTML attachment was scrubbed... URL: From tw-public at gmx.de Wed Jan 16 16:15:29 2013 From: tw-public at gmx.de (Thomas Waldmann) Date: Wed, 16 Jan 2013 22:15:29 +0100 Subject: [Moin-user] Support for LDAP groups? In-Reply-To: References: Message-ID: <1358370929.7856.8.camel@x300.localdomain> Hi Philip, > > According to http://moinmo.in/HelpOnGroups, moinmoin can use group > definitions from other sources. However, there doesn't seem to be any > documentation on how this can be achieved. > > I'd like to implement groups from OpenID or LDAP, although I suspect > OpenID doesn't provide any group membership information, in which case > it would need to be LDAP. There is no ready-to-use code for ldap groups. There was some work on ldap groups in summer of code, see there: http://hg.moinmo.in/moin/1.9-ldap-kerberos-agrigorev/ But at the end, we did not merge that code as it was not tested enough (and maybe also not developed enough or even not working, i don't remember exactly). If you want to help with that, have a look there and contact us if you have questions / need help, e.g. on #moin-dev on freenode IRC. For openid, please have a look at the respective code yourself. We have simple user auth with openid, we have openid server builtin and (IIRC) there was some special stuff done by a ubuntu developer for some launchpad stuff related to groups. Cheers, Thomas From jkwight at gmail.com Thu Jan 17 07:46:22 2013 From: jkwight at gmail.com (Jim Wight) Date: Thu, 17 Jan 2013 12:46:22 +0000 Subject: [Moin-user] SeeSaw macro future Message-ID: Anyone interested in taking over development/maintenance of my SeeSaw macro? I retired over 3 years ago, and although I kept up my interest in SeeSaw for a while - I produced another release and worked on correcting some deficiencies with it - my enthusiasm has been dwindling for some time. I used to religiously check SeeSaw against new releases of MoinMoin and jQuery but I've allowed several to slip past lately. Further, as my ex-work login that I used for development and maintaining the demonstration site seesaw.ncl.ac.uk is up for renewal at the end of this month, and as the conditions for continuation are more stringent this time, I've decided not to bother trying to make a case and am going to allow it to lapse. That site will be withdrawn at the same time. Therefore, I won't be working on SeeSaw any more and would welcome someone taking it over. I will, of course, be happy to help whoever that might be to understand it. Jim -------------- next part -------------- An HTML attachment was scrubbed... URL: From yinyang at eburg.com Sat Jan 19 18:24:49 2013 From: yinyang at eburg.com (Gordon Messmer) Date: Sat, 19 Jan 2013 15:24:49 -0800 Subject: [Moin-user] Include macro with variable interpolation Message-ID: <50FB2B41.2060308@eburg.com> Use case: I want to publish customized documentation to users that I support. The pages will be largely identical with small items such as hostnames that are specific to the different users. I could do this with templates, but I also want to avoid keeping each document in sync manually when I need to update the documentation. I've written two new macros and one action that build on top of the existing GetVal macro to accomplish this. The first macro: <> saves the value given in "vardict" in the request object. This value should name a page formatted as a wiki dict to provide values which will be referenced in the page named by "template". If the query includes the key "edit" (as in /url?edit), the template will be surrounded by
tags and a submit button will be included at the end. The second macro: <> is used in the template. It will load the value named by "key" from the wiki dict referenced in the IncludeWithVals macro that included this page. If the query includes the key "edit"), the values will be printed as form input items rather than text. The action is referenced by the form printed by <>. It will load all of the values present in the wiki dict named by "vardict", replace any values which are present in the form input, and save the results. Any content of the wiki dict which is not part of the dict itself will be lost. I'll publish these on the macro market shortly, but wanted to get input from users before I do. I'll try to fix any flaws that exist in the macros before I upload them. -------------- next part -------------- A non-text attachment was scrubbed... Name: IncludeWithVals.tar.gz Type: application/x-gzip Size: 1885 bytes Desc: not available URL: From rb.proj at gmail.com Mon Jan 21 08:21:36 2013 From: rb.proj at gmail.com (R.Bauer) Date: Mon, 21 Jan 2013 14:21:36 +0100 Subject: [Moin-user] Include macro with variable interpolation In-Reply-To: <50FB2B41.2060308@eburg.com> References: <50FB2B41.2060308@eburg.com> Message-ID: Am 20.01.2013 00:24, schrieb Gordon Messmer: > Use case: I want to publish customized documentation to users that I > support. The pages will be largely identical with small items such as > hostnames that are specific to the different users. I could do this > with templates, but I also want to avoid keeping each document in sync > manually when I need to update the documentation. > > I've written two new macros and one action that build on top of the > existing GetVal macro to accomplish this. > > The first macro: > <> > saves the value given in "vardict" in the request object. This value > should name a page formatted as a wiki dict to provide values which will > be referenced in the page named by "template". If the query includes > the key "edit" (as in /url?edit), the template will be surrounded by > tags and a submit button will be included at the end. > > The second macro: > <> > is used in the template. It will load the value named by "key" from the > wiki dict referenced in the IncludeWithVals macro that included this > page. If the query includes the key "edit"), the values will be printed > as form input items rather than text. > > The action is referenced by the form printed by <>. It > will load all of the values present in the wiki dict named by "vardict", > replace any values which are present in the form input, and save the > results. Any content of the wiki dict which is not part of the dict > itself will be lost. > > I'll publish these on the macro market shortly, but wanted to get input > from users before I do. I'll try to fix any flaws that exist in the > macros before I upload them. Please use coderview.appspot.com cheers Reimar > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122912 > > > > _______________________________________________ > Moin-user mailing list > Moin-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/moin-user > From yinyang at eburg.com Mon Jan 21 18:27:42 2013 From: yinyang at eburg.com (Gordon Messmer) Date: Mon, 21 Jan 2013 15:27:42 -0800 Subject: [Moin-user] Include macro with variable interpolation In-Reply-To: References: <50FB2B41.2060308@eburg.com> Message-ID: <50FDCEEE.2020704@eburg.com> On 01/21/2013 05:21 AM, R.Bauer wrote: > Please use coderview.appspot.com I already have an account on bitbucket, how about that: https://bitbucket.org/gordonmessmer/dragonsdawn-moin-includewithvals From rb.proj at gmail.com Tue Jan 22 03:22:28 2013 From: rb.proj at gmail.com (R.Bauer) Date: Tue, 22 Jan 2013 09:22:28 +0100 Subject: [Moin-user] Include macro with variable interpolation In-Reply-To: <50FDCEEE.2020704@eburg.com> References: <50FB2B41.2060308@eburg.com> <50FDCEEE.2020704@eburg.com> Message-ID: Am 22.01.2013 00:27, schrieb Gordon Messmer: > On 01/21/2013 05:21 AM, R.Bauer wrote: >> Please use coderview.appspot.com > > I already have an account on bitbucket, how about that: > > https://bitbucket.org/gordonmessmer/dragonsdawn-moin-includewithvals > > > If you use codereview we can comment in the code lines, for an example see https://codereview.appspot.com/7153043 For uploading look at http://code.google.com/p/rietveld/wiki/UploadPyUsage Reimar > > ------------------------------------------------------------------------------ > > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills > current with LearnDevNow - 3,200 step-by-step video tutorials by > Microsoft MVPs and experts. SALE $99.99 this month only -- learn > more at: http://p.sf.net/sfu/learnmore_122412 > From pcolsen at gmail.com Wed Jan 23 01:29:47 2013 From: pcolsen at gmail.com (Peter Olsen) Date: Wed, 23 Jan 2013 01:29:47 -0500 Subject: [Moin-user] Installing help and system pages in 1.9.6 Message-ID: I have been trying to understand where (and how) to install the help and system pages. I'm certain it's quite simple, but it has befuddled me. Thanks! Peter Olsen pcolsen at gmail.com Freedom of religion protects belief from constraint, not from question. -------------- next part -------------- An HTML attachment was scrubbed... URL: From philip.colmer at linaro.org Wed Jan 23 03:58:02 2013 From: philip.colmer at linaro.org (Philip Colmer) Date: Wed, 23 Jan 2013 08:58:02 +0000 Subject: [Moin-user] Installing help and system pages in 1.9.6 In-Reply-To: References: Message-ID: Go to the wiki, make sure you are logged on as the admin account and navigate to /LanguageSetup?action=language_setup. I've found it simplest to pick the "Install all pages" option at the bottom of that page, but you can pick and choose. Philip On 23 January 2013 06:29, Peter Olsen wrote: > I have been trying to understand where (and how) to install the help and > system pages. I'm certain it's quite simple, but it has befuddled me. > > Thanks! > > Peter Olsen > pcolsen at gmail.com > > *Freedom of religion protects belief from constraint, not from question.* > > > > > > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > 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 yinyang at eburg.com Fri Jan 25 16:09:30 2013 From: yinyang at eburg.com (Gordon Messmer) Date: Fri, 25 Jan 2013 13:09:30 -0800 Subject: [Moin-user] Include macro with variable interpolation In-Reply-To: References: <50FB2B41.2060308@eburg.com> <50FDCEEE.2020704@eburg.com> Message-ID: <5102F48A.1000608@eburg.com> On 01/22/2013 12:22 AM, R.Bauer wrote: > If you use codereview we can comment in the code lines, for an example > seehttps://codereview.appspot.com/7153043 > > For uploading look at > http://code.google.com/p/rietveld/wiki/UploadPyUsage I was initially confused by upload.py, since the plugins currently exist in a Mercurial repository with only one changeset. It can't produce a diff. How's this? https://codereview.appspot.com/7220043/ Thanks for the help, Reimar. I'm sure there's a bunch of stuff that should be improved. From pcolsen at gmail.com Sun Jan 27 18:08:21 2013 From: pcolsen at gmail.com (Peter Olsen) Date: Sun, 27 Jan 2013 18:08:21 -0500 Subject: [Moin-user] Installing Help in 1.9.6 Message-ID: Ladies and Gentlemen, Unless I'm reading the LanguageSetup page incorrectly (certainly possible) I believe I should be able to install the Help and System pages using some combination of "Install" links at the bottom of the LanguageSetup. I can't find them I've seen them in other installations, but not in mine. clearly I'm missing something. My question is whether it's the ability to understand the instructions or the missing links to which those instructions refer. Peter Olsen pcolsen at gmail.com Freedom of religion protects belief from constraint, not from question. -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul at boddie.org.uk Sun Jan 27 18:47:01 2013 From: paul at boddie.org.uk (Paul Boddie) Date: Mon, 28 Jan 2013 00:47:01 +0100 Subject: [Moin-user] Installing Help in 1.9.6 In-Reply-To: References: Message-ID: <201301280047.01726.paul@boddie.org.uk> On Monday 28 January 2013 00:08:21 Peter Olsen wrote: > Ladies and Gentlemen, > > Unless I'm reading the LanguageSetup page incorrectly (certainly possible) > I believe I should be able to install the Help and System pages using some > combination of "Install" links at the bottom of the LanguageSetup. I can't > find them I've seen them in other installations, but not in mine. clearly > I'm missing something. My question is whether it's the ability to > understand the instructions or the missing links to which those > instructions refer. You have to be superuser to use those links, I think, but I can't remember if you also have to be superuser to see them. I guess you already are superuser, but I thought I ought to mention it just in case. Paul From rb.proj at gmail.com Mon Jan 28 07:23:28 2013 From: rb.proj at gmail.com (R.Bauer) Date: Mon, 28 Jan 2013 13:23:28 +0100 Subject: [Moin-user] Installing Help in 1.9.6 In-Reply-To: <201301280047.01726.paul@boddie.org.uk> References: <201301280047.01726.paul@boddie.org.uk> Message-ID: Am 28.01.2013 00:47, schrieb Paul Boddie: > On Monday 28 January 2013 00:08:21 Peter Olsen wrote: >> Ladies and Gentlemen, >> >> Unless I'm reading the LanguageSetup page incorrectly (certainly possible) >> I believe I should be able to install the Help and System pages using some >> combination of "Install" links at the bottom of the LanguageSetup. I can't >> find them I've seen them in other installations, but not in mine. clearly >> I'm missing something. My question is whether it's the ability to >> understand the instructions or the missing links to which those >> instructions refer. > > You have to be superuser to use those links, I think, but I can't remember if > you also have to be superuser to see them. I guess you already are superuser, > but I thought I ought to mention it just in case. The Link is always there but the action language_setup requires then superuser privileges. Search for "install help and system page packages" on the page. Reimar > > Paul > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > From pcolsen at gmail.com Tue Jan 29 06:42:28 2013 From: pcolsen at gmail.com (Peter Olsen) Date: Tue, 29 Jan 2013 06:42:28 -0500 Subject: [Moin-user] Recovering Lost Password Without Mail In-Reply-To: References: <50FB2B41.2060308@eburg.com> Message-ID: First, I've still had no luck installing the systems and help pages in moin-1.9.6. I created a superuser account and went to the LanguageSetup page hoping to see some "install" buttons. The pages last section is "Understanding Language packs, and the last item is a table showing which packages in which categories are Essential, Optional, and All Priorities. Second, I need to know how to recover a password, or erase it and replace it, when mail cannot be enabled. Thanks! Peter Olsen Registered Professional Engineer Maryland License 12283 pcolsen at gmail.com Freedom of religion protects belief from constraint, not from question. From rb.proj at gmail.com Tue Jan 29 08:05:15 2013 From: rb.proj at gmail.com (R.Bauer) Date: Tue, 29 Jan 2013 14:05:15 +0100 Subject: [Moin-user] Recovering Lost Password Without Mail In-Reply-To: References: <50FB2B41.2060308@eburg.com> Message-ID: Am 29.01.2013 12:42, schrieb Peter Olsen: > First, I've still had no luck installing the systems and help pages in moin-1.9.6. I created a superuser account and went to the LanguageSetup page hoping to see some "install" buttons. The pages last section is "Understanding Language packs, and the last item is a table showing which packages in which categories are Essential, Optional, and All Priorities. > Search for "install help and system page packages" on the page. Click on it. If you hace the modernized theme you should see a gear in front of it. > Second, I need to know how to recover a password, or erase it and replace it, when mail cannot be enabled. If you are superuser, go to settings, Switch user, select the user, change the password If you have access to the cli, see moin ... account resetpw ... If all that don't help I'll suggest to join #moin on freenode, e.g. http://moinmo.in/MoinMoinChat Often you will not get an immediate reply. Just be patient and stay a while. If you have a flatrate, just don't log out! We are there, but we are doing other stuff in parallel. Reimar > > Thanks! > > > Peter Olsen > Registered Professional Engineer > Maryland License 12283 > pcolsen at gmail.com > > Freedom of religion protects belief from constraint, not from question. > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > From rb.proj at googlemail.com Wed Jan 30 15:41:51 2013 From: rb.proj at googlemail.com (Reimar Bauer) Date: Wed, 30 Jan 2013 21:41:51 +0100 Subject: [Moin-user] Include macro with variable interpolation In-Reply-To: <5102F48A.1000608@eburg.com> References: <50FB2B41.2060308@eburg.com> <50FDCEEE.2020704@eburg.com> <5102F48A.1000608@eburg.com> Message-ID: Am 25.01.2013 22:09, schrieb Gordon Messmer: > On 01/22/2013 12:22 AM, R.Bauer wrote: >> If you use codereview we can comment in the code lines, for an example >> seehttps://codereview.appspot.com/7153043 >> >> For uploading look at >> http://code.google.com/p/rietveld/wiki/UploadPyUsage > > I was initially confused by upload.py, since the plugins currently exist > in a Mercurial repository with only one changeset. It can't produce a diff. > > How's this? > https://codereview.appspot.com/7220043/ added some comments, Reimar > > Thanks for the help, Reimar. I'm sure there's a bunch of stuff that > should be improved. > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > From tw at waldmann-edv.de Thu Jan 31 16:37:46 2013 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Thu, 31 Jan 2013 22:37:46 +0100 Subject: [Moin-user] Recovering Lost Password Without Mail In-Reply-To: References: <50FB2B41.2060308@eburg.com> Message-ID: <1359668266.16169.22.camel@x300.localdomain> > Second, I need to know how to recover a password, or erase it > and replace it, when mail cannot be enabled. moin ... account resetpw --name JoeDoe s8f8c13.yalZ The rightmost item is the new password, add your specific --config-dir and --wiki-url options instead of "...". (the above should work for any recent moin version) Starting with 1.9.7 (soon) there will be more options, like invalidating passwords (for one or all users), notifying users (by mail) about the pw reset, etc.