1 Jan 2007 01:44
1 Jan 2007 01:47
Re: HAPPY NEW YEAR EVERYONE
On 01/01/07, Florian Knorn <florian@...> wrote: > At least, being from Germany, it's time for me to say > > HAPPY NEW YEAR GUYS and GALS! > > Have a good one, keep up the great work and don't forget to smile every > now and then, He spreads goodwill and happiness. Execute him now. Rob Church
1 Jan 2007 02:00
Re: HAPPY NEW YEAR EVERYONE
'hope you're talking about execution in the Python/PHP/Run-script - kind of way...Happy New Year to you too, Rob
Rob Church wrote: > On 01/01/07, Florian Knorn <florian@...> wrote: >> At least, being from Germany, it's time for me to say >> >> HAPPY NEW YEAR GUYS and GALS! >> >> Have a good one, keep up the great work and don't forget to smile every >> now and then, > > He spreads goodwill and happiness. Execute him now. > > > Rob Church > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l@... > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
1 Jan 2007 02:19
help writing a parser function
I'm trying to write a 'foreach' parser function. here is the code:
public function foreach2Hook(&$parser, $text = '', $pattern = '', $replacement = '', $insep = ',',
$outsep = ',' ) {
$text= trim( $text );
$variables = explode(trim($insep), $text);
$return = preg_replace(trim($pattern), trim($replacement), $variables);
return implode(trim($outsep), $return);
}
my problem is that (i think) $text contains unprocessed text. i want the text after the wiki engine has gone
over it, or, make it go over it (giving me the resulting html)
thanks,
ittay
--
--
===================================
Ittay Dror,
Chief architect, openQRM group leader,
R&D, Qlusters Inc.
ittayd@...
+972-3-6081994 Fax: +972-3-6081841
www.openqrm.org - Data Center Provisioning
1 Jan 2007 03:37
Re: E-mailing functionality
Hi Rob, thanks for that.
I'm trying to use the default mailing function now. It gets there, but the email still isnt being sent. My
admin then told me the headers werent being set correctly and then I checked the MW files and found that in
userMailer.php, the following line sends the email:
mail( $dest, wfQuotedPrintable( $subject ), $body, $headers );
I debugged the values of these data and they were all fine, except "$dest" (the 'To' field), which was just my
username e.g. "Erik", instead of what it should be, my email address "Erik79501@..."
Thats very strange. My email is there in the DB. It pulls it up correctly as well on my 'preferences' page. Any
idea why this is happening? I have no idea on how else to debug this.
I'm using 1.6.8, and I disabled all my extensions as well just to check if that did anything.
Erik
Rob Church <robchur@...> wrote:
On 31/12/06, Eric K wrote:
> Does Mediawiki HAVE to use the Pear:Mail functions? The forum software on the server doesn't require the
PEAR:Mail functions. It uses simple SMTP stuff.
No, MediaWiki can use PHP's built-in mail() function, and will in fact
attempt to do so as a default - use of the PEAR::Mail functions is
optional and must be enabled in the site configuration.
Rob Church
_______________________________________________
MediaWiki-l mailing list
(Continue reading)
1 Jan 2007 04:00
Re: HAPPY NEW YEAR EVERYONE
On 12/31/06, Rob Church <robchur@...> wrote: > On 01/01/07, Florian Knorn <florian@...> wrote: > > At least, being from Germany, it's time for me to say > > > > HAPPY NEW YEAR GUYS and GALS! > > > > Have a good one, keep up the great work and don't forget to smile every > > now and then, > > He spreads goodwill and happiness. Execute him now. Ok, I'll spread good will OR happiness. Pick one.
1 Jan 2007 04:12
Re: HAPPY NEW YEAR EVERYONE
:) Happy Newiki's Year!!! mauro. |-----Original Message----- |From: mediawiki-l-bounces@... [mailto:mediawiki-l-bounces@...] On Behalf Of |Florian Knorn |Sent: Sunday, December 31, 2006 4:45 PM |To: MediaWiki Admin Support |Subject: [Mediawiki-l] HAPPY NEW YEAR EVERYONE | |At least, being from Germany, it's time for me to say | | HAPPY NEW YEAR GUYS and GALS! | |Have a good one, keep up the great work and don't forget to smile every |now and then, | |Florian(Continue reading)|_______________________________________________ |MediaWiki-l mailing list |MediaWiki-l@... |http://mail.wikipedia.org/mailman/listinfo/mediawiki-l | |-- |No virus found in this incoming message. |Checked by AVG Free Edition. |Version: 7.5.432 / Virus Database: 268.16.0/609 - Release Date: 12/29/2006 4:48 PM |
1 Jan 2007 04:59
Re: HAPPY NEW YEAR EVERYONE
On 12/31/06, Rob Church <robchur@...> wrote: > On 01/01/07, Florian Knorn <florian@...> wrote: > > At least, being from Germany, it's time for me to say > > > > HAPPY NEW YEAR GUYS and GALS! > > > > Have a good one, keep up the great work and don't forget to smile every > > now and then, > > He spreads goodwill and happiness. Execute him now. Yay! Humbug! -- -- -george william herbert george.herbert@...
1 Jan 2007 05:05
Re: HAPPY NEW YEAR EVERYONE
On 12/31/06, George Herbert <george.herbert@...> wrote: > On 12/31/06, Rob Church <robchur@...> wrote: > > On 01/01/07, Florian Knorn <florian@...> wrote: > > > At least, being from Germany, it's time for me to say > > > > > > HAPPY NEW YEAR GUYS and GALS! > > > > > > Have a good one, keep up the great work and don't forget to smile every > > > now and then, > > > > He spreads goodwill and happiness. Execute him now. > > Yay! Humbug! > > > -- > -george william herbert > george.herbert@... > _______________________________________________ > MediaWiki-l mailing list > MediaWiki-l@... > http://mail.wikipedia.org/mailman/listinfo/mediawiki-l > Happy New Year to all! Still 9:03 my time, but I am not sure that I will be fully functional at 12! -- -- Kasimir Gabert(Continue reading)
1 Jan 2007 07:05
Multi-server distributed MediaWiki
It's "easy" to mirror a MediaWiki from one primary server to a number of secondary servers, but is it possible to have multiple primary servers? Example: 10 servers and users can make changes on ANY of the 10 servers. Every night, the servers rsync to each other as follows: 1. If server X's version hasn't changed all day and server Y's version HAS changed, server X accepts server Y's version. 2. If both server X's and server Y's versions have changed, automatic CVS style merging is used to resolve the changes. 3. If CVS style merging yields a conflict, the site maintainer is notified and must merge the two files manually (I'm thinking of a creating a small site, so this shouldn't be too painful) I realize the rules above only work for 2 servers -- is there a clever version of this for n servers (n>2)? -- -- We're just a Bunch Of Regular Guys, a collective group that's trying to understand and assimilate technology. We feel that resistance to new ideas and technology is unwise and ultimately futile.
RSS Feed