Re: [Mediawiki-l] Get error while editing

2010-05-03 Thread Alexandre Emsenhuber
Remember that we also have $wgMaxArticleSize (http://www.mediawiki.org/wiki/Manual:$wgMaxArticleSize) that is set to 2048 kB. Cheers! Alexandre Emsenhuber (ialex) Le 3 mai 2010 à 13:19, church.of.emacs.ml a écrit : >> This sounds like the "upload_max_filesize = 2M" dire

Re: [Mediawiki-l] Segmentation fault with php5.2, OK in php5.3

2009-08-19 Thread Alexandre Emsenhuber
.org/cgi-bin/bugreport.cgi?bug=535770 I only get > (gdb) bt full > #0 0xb77ebd2f in ?? () > No symbol table info available. > Oh well It's better to recompile PHP with --enable-debug to have debug symbols. Alexandre Emsenhuber ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] Forgot Admin Password

2009-06-29 Thread Alexandre Emsenhuber
e please help? > > Thanks, > Alan. You can either use the maintenance script maintenance/ changePassword.php (run it from a shell) or directly change the database, see http://www.mediawiki.org/wiki/Manual:Resetting_passwords. Cheers! Alexandre Emsenhuber _

Re: [Mediawiki-l] How do I publish an extension to SVN ?

2009-06-27 Thread Alexandre Emsenhuber
e version working with "http" is read-only so you can't modifiy it (developer have access to it through "svn+ssh"). Cheers! Alexandre Emsenhuber ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] userpermissions

2009-06-07 Thread Alexandre Emsenhuber
editor']['edit'] = true; With this, only users who are in the "editor" group can edit pages (you can set user group with Special:Userrights). A second solution is to install http://www.mediawiki.org/wiki/Extension:ConfirmAccount . Cheers, Alexandre Emsenhuber (ial

Re: [Mediawiki-l] wikibugs-l?

2009-04-03 Thread Alexandre Emsenhuber
r sites, such as http://news.gmane.org/gmane.org.wikimedia.mediawiki.bugs . Alexandre Emsenhuber (ialex) ___ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Re: [Mediawiki-l] Article redirection

2009-03-25 Thread Alexandre Emsenhuber
can't redirect to external URLs, but it is possible for interwiki links. You can set an interwiki prefix and then use it for the redirects like "#REDIRECT [[iw:Some page]]". Alexandre Emsenhuber (ialex) ___ MediaWiki-l mailing list Medi

Re: [Mediawiki-l] allowing mediawiki access from one IP-address only

2009-03-23 Thread Alexandre Emsenhuber
ur $wgAutopromote at http://www.mediawiki.org/wiki/Manual:$wgAutopromote Alexandre Emsenhuber (ialex) Le 23.3.2009 16:10, « Daniela Lentge » a écrit : > Hi list, > we are setting up a mediawiki for our company and already own a salesforce > intranet platform. Now, we want to restrict ac

Re: [Mediawiki-l] Suggestion to add to code: TitleMoveHook

2008-12-15 Thread Alexandre Emsenhuber
There's already the AbortMove hook (see http://www.mediawiki.org/wiki/Manual:Hooks/AbortMove). Alexandre Emsenhuber (ialex) Le 15.12.2008 20:06, « Eric K » a écrit : > There's no code that can interrupt a Title Move. I have added a little snippet > into Title.php that does th