diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-January/011232.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-January/011232.html | 146 |
1 files changed, 146 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-January/011232.html b/zarb-ml/mageia-dev/2012-January/011232.html new file mode 100644 index 000000000..54ac218c3 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-January/011232.html @@ -0,0 +1,146 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] PHP + phpBB mod capabilities needed to fix bug 1956 - please help + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20PHP%20%2B%20phpBB%20mod%20capabilities%20needed%20to%20fix%20bug%0A%201956%20-%20please%20help&In-Reply-To=%3C4F0D9151.7000706%40arcor.de%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="011227.html"> + <LINK REL="Next" HREF="011237.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] PHP + phpBB mod capabilities needed to fix bug 1956 - please help</H1> + <B>Florian Hubold</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20PHP%20%2B%20phpBB%20mod%20capabilities%20needed%20to%20fix%20bug%0A%201956%20-%20please%20help&In-Reply-To=%3C4F0D9151.7000706%40arcor.de%3E" + TITLE="[Mageia-dev] PHP + phpBB mod capabilities needed to fix bug 1956 - please help">doktor5000 at arcor.de + </A><BR> + <I>Wed Jan 11 14:40:33 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="011227.html">[Mageia-dev] PHP + phpBB mod capabilities needed to fix bug 1956 - please help +</A></li> + <LI>Next message: <A HREF="011237.html">[Mageia-dev] PHP + phpBB mod capabilities needed to fix bug 1956 - please help +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11232">[ date ]</a> + <a href="thread.html#11232">[ thread ]</a> + <a href="subject.html#11232">[ subject ]</a> + <a href="author.html#11232">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Am 11.01.2012 10:54, schrieb Wolfgang Bornath: +><i> 2012/1/11 Marja van Waes <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">marja11 at xs4all.nl</A>>: +</I>>><i> On 03/01/12 10:09, Wolfgang Bornath wrote: +</I>>>><i> 2012/1/3 Michael Scherer<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">misc at zarb.org</A>>: +</I>>>>><i> Le lundi 02 janvier 2012 à 22:17 +0100, Maarten Vanraes a écrit : +</I>>>>>><i> Op maandag 02 januari 2012 21:40:31 schreef Michael Scherer: +</I>>>>>>><i> Le lundi 02 janvier 2012 à 19:41 +0100, Marja van Waes a écrit : +</I>>>>>>>><i> Hi everyone, +</I>>>>>>>><i> +</I>>>>>>>><i> Can someone please help to fix bug 1956? +</I>>>>>>>><i> +</I>>>>>>>><i> You don't need to be a regular forum visitor. +</I>>>>>>>><i> +</I>>>>>>>><i> We need someone to find and implement a probably existing MOD, needed +</I>>>>>>>><i> to keep forum posts history when unlimited edit time is enabled +</I>>>>>>>><i> +</I>>>>>>>><i> From wobo's comment #32: +</I>>>>>>>><i> Capabilities needed: +</I>>>>>>>><i> Well, one could say that anybody who +</I>>>>>>>><i> +</I>>>>>>>><i> - knows how to run phpBB as admin and +</I>>>>>>>><i> - has seen a line of php +</I>>>>>>>><i> - knows how to edit code (respecting tags and such) +</I>>>>>>>><i> - knows how to cut&paste +</I>>>>>>>><i> +</I>>>>>>>><i> should be able to install an existing MOD (if I'm not mistaken there +</I>>>>>>>><i> is +</I>>>>>>>><i> one or more). +</I>>>>>>>><i> +</I>>>>>>>><i> I know next to nothing about php coding. But I've been running a phpBB +</I>>>>>>>><i> forum for a couple of years and successfully implemented some MODs in +</I>>>>>>>><i> phpBB2 and phpBB3. With no help (except the phpBB-forum in case of +</I>>>>>>>><i> problems). +</I>>>>>>>><i> +</I>>>>>>>><i> In practice you have a detailed installation README for each MOD. Like +</I>>>>>>>><i> +</I>>>>>>>><i> - open file /foo/bar/doo.php +</I>>>>>>>><i> - Find the line which starts with '......' +</I>>>>>>>><i> - After that add +</I>>>>>>>><i> - "........." +</I>>>>>>>><i> +</I>>>>>>>><i> And more such step-by-step guidance +</I>>>>>>><i> My eyes start to bleed dues to such "guidances". +</I>>>>>><i> i'm sure misc means to say that we should have all our changes in +</I>>>>>><i> packages/puppet config so that we can update without issues. and with +</I>>>>>><i> file +</I>>>>>><i> edits, that's a whole different thing. +</I>>>>><i> I was more thinking of proper patchs or better, proper modules, with +</I>>>>><i> files to deploy in a well know directory . +</I>>>><i> I only gave a part of an example. MODs are made as enhancement to the +</I>>>><i> standard software. The easiest MOD is like Michael wrote: "a module +</I>>>><i> with files to deploy in a well known directory". But in most cases +</I>>>><i> they consist of files to copy into various directories of the program +</I>>>><i> tree and changes to existing files of the software. There are other +</I>>>><i> MODs which can be implemented automatically - which is far worse IMHO. +</I>>>><i> This is where a modded phpBB3 could turn into a nightmare to maintain +</I>>>><i> - believe me, I've been there :( +</I>>>><i> +</I>>>><i> Of course no developper of a MOD could know what somebody has already +</I>>>><i> done to the standard files, so it's not possible do use only patches. +</I>>>><i> And it could be (and that happens quite often) that a MOD is not +</I>>>><i> compatible to your already "modificated" forum software (destroys +</I>>>><i> other modifications or whatever). +</I>>>><i> +</I>>>><i> IMHO the best way in this case here would be a mod written for our +</I>>>><i> setup, all changes well defined to make it maintainable in a proper +</I>>>><i> way. Saying this I beg to think again whether the issue justifies all +</I>>>><i> the time and work. +</I>>>><i> +</I>>><i> It would make me very, very happy, does that count a little? If I were sure +</I>>><i> that I'd be able to learn how to do it, I would now consider to halve the +</I>>><i> time I use for the Bug Squad and Doc Team and start learning. +</I>><i> Why? IMHO this complete issue is going out of proportions. Let's +</I>><i> remember why we *seem to need* this MOD in the first place. And what +</I>><i> will we find? The time-to-edit discussion, again. In the council +</I>><i> meeting where it was decided to have this mod It looked as the best +</I>><i> way to please a disturbing minority request, the more as that same +</I>><i> minority gave the impression that such a MOD could be implemented +</I>><i> within a reasonable time span. As we see now after 8 months, this was +</I>><i> never the case. +</I>><i> +</I>><i> Adding the fact that a test period of several months with a much +</I>><i> looser time-to-edit setting in the German Mageia forum showed not one +</I>><i> single case of misuse brings me to the conviction that we should +</I>><i> rather rethink the time-to-edit limitation itself than to waste +</I>><i> manpower on this issue. Manpower which is needed at more important +</I>><i> tasks, if I may say. +</I>><i> +</I>In general i don't like those +1 posts, but this ^^ one hits the nail on the head. ++1 +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="011227.html">[Mageia-dev] PHP + phpBB mod capabilities needed to fix bug 1956 - please help +</A></li> + <LI>Next message: <A HREF="011237.html">[Mageia-dev] PHP + phpBB mod capabilities needed to fix bug 1956 - please help +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#11232">[ date ]</a> + <a href="thread.html#11232">[ thread ]</a> + <a href="subject.html#11232">[ subject ]</a> + <a href="author.html#11232">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |