From tw at waldmann-edv.de Sat Mar 1 10:51:01 2014 From: tw at waldmann-edv.de (Thomas Waldmann) Date: Sat, 01 Mar 2014 16:51:01 +0100 Subject: [Moin-user] moin 1.9 subscriptions / notifications updates, testing needed! Message-ID: <531201E5.70806@waldmann-edv.de> Just a small update about the recent commits to the 1.9 repo: There were major changes about how some things (internally) work and it would be great if some people test them before the next release (1.9.8) happens. You can get the current code from the repository, the code is also running now on the http://moinmo.in/ wiki. a) subscriber determination with better scalability When you save a page, moin has to determine which users have subscribed to the page (to receive change notifications). This used to be rather slow as moin opened all the user profiles to look which users are subscribed to this page. There was a patch for this on the wiki since quite a while (thanks to everybody who has contributed to that). But, the patch had some issues and needed more testing before it could go into moin. You can see it there + in the following changesets after that: http://hg.moinmo.in/moin/1.9/rev/54dc774ff49b While working on that, other issues were discovered and fixed, code was refactored / cleaned up. Some stuff is faster now. :) I did some tests with 10000 user profiles and it worked much faster than before. b) email notifications The (template) strings used for these are configurable now (the builtin defaults for them stayed the same so we don't lose the existing translations). Docs / Examples: http://hg.moinmo.in/moin/1.9/file/a3900f360ad0/docs/CHANGES#l82 While working on that, I also fixed the (non-working) notifications for page deletion / rename, attachment added / removed. If you find any issues or have other feedback, use IRC or the mailing list or file bugs on the wiki. From thepunitone at gmail.com Sat Mar 8 13:33:57 2014 From: thepunitone at gmail.com (Punit Mittal) Date: Sun, 9 Mar 2014 00:03:57 +0530 Subject: [Moin-user] GSoC 2014 idea | Improve bootstrap theme Message-ID: Hi, I am a third year undergraduate from Indian Institute of Technology (IIT), Roorkee, India and would like to contribute to the MoinMoin project. My skills include Python/Django, JavaScript, HTML, CSS, AJAX, Bootstrap, C#.. I have been working on Django for a long time and have a decent experience on the front-end as well. I have also contributed to my start-up's website in Python/Django(theblogbowl.in). I am rolling out patches steadily, but the code is available privately only on bitbucket. I am interested in "Improving bootstrap theme". I have setup MoinMoin on my local machine and is running successfully.It would be great if someone could help me get a bug assigned to myself so that I can familiarize myself to the code base. Thanks, Punit Mittal -------------- next part -------------- An HTML attachment was scrubbed... URL: From emayssat at outlook.com Wed Mar 12 11:51:39 2014 From: emayssat at outlook.com (Emmanuel Mayssat) Date: Wed, 12 Mar 2014 08:51:39 -0700 Subject: [Moin-user] Sync'ing 2 pages at different locations Message-ID: Hello, I am working on a page with several attachments on a personal MoinMoin install. I would like to 'sync' that page with the production one. There are apparently 2 ways of doing this. 1/ An automated 'sync' as described in http://moinmo.in/HelpOnSynchronisation But I can't understand a thing and because there is no configuration example, this page is more confusing than helpful. 2/ A manual procedure which consists in packaging the page (with attachments) in a zip file. I can export (i.e. compress) the page + attachments in a zip file, but how to import it in another wiki? Where is the import utility? Regards, -- Emmanuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul at boddie.org.uk Wed Mar 12 14:03:44 2014 From: paul at boddie.org.uk (Paul Boddie) Date: Wed, 12 Mar 2014 19:03:44 +0100 Subject: [Moin-user] Sync'ing 2 pages at different locations In-Reply-To: References: Message-ID: <201403121903.45872.paul@boddie.org.uk> On Wednesday 12. March 2014 16.51.39 Emmanuel Mayssat wrote: > Hello, > > I am working on a page with several attachments on a personal MoinMoin > install. I would like to 'sync' that page with the production one. > > There are apparently 2 ways of doing this. > > 1/ An automated 'sync' as described in > http://moinmo.in/HelpOnSynchronisation > But I can't understand a thing and because there is no configuration > example, this page is more confusing than helpful. I don't have any experience with this. > 2/ A manual procedure which consists in packaging the page (with > attachments) in a zip file. I can export (i.e. compress) the page + > attachments in a zip file, but how to import it in another wiki? Where is > the import utility? You want to use the package installer: http://moinmo.in/HelpOnPackageInstaller I made convenience "methods" for moinsetup to handle package exporting and importing: http://moinmo.in/ScriptMarket/moinsetup But I think that you should be able to export a page using the PackagePages action in any wiki having it enabled. Then, using the package installer (as described in the first reference above) with the resulting zip file should permit you to import the packaged page. Good luck! Paul