User talk:Cneubauer

From MediaWiki.org
Jump to: navigation, search

Contents

[edit] $iswatch by default

Hi,

I'm having a hard time trying to put the $iswatch check box checked by default whenever i insert a new article or edit an existing one.


I know that is something to do with this:

$wgHooks['ArticleSaveComplete'][] = array($iswatch=true);
$wgHooks['ArticleSave'][] = array($iswatch=true);
$wgHooks['ArticleInsertComplete'][] = array($iswatch=true);

Could you help me?

Thanks

Carlos Ramalhete

So you want to always watch pages that you edit? If you just want to do this for yourself, you can go to "My Preferences" up in the top right of the wiki, then click "Watchlist", then check the boxes to add all pages you edit or create to your watchlist. If you run your own wiki and want this to happen for every user, you can edit your wiki's LocalSettings.php file and set the Manual:$wgDefaultUserOptions variable.
I don't think you can force this to happen every time a page is edited using an extension. In the hooks you listed above, the $iswatch variable isn't actually used for anything. See Manual:Hooks/ArticleSave for more details. --Cneubauer 14:09, 11 March 2008 (UTC)


something like this?

$wgDefaultUserOptions['watchdefault'] = 1;

Yeah, that should do it. --Cneubauer 13:03, 25 March 2008 (UTC)

[edit] SourceForge access

Hello,

I try german, since your name looks german.

Hallo,

gebe Dir gerne Zugriff auf SourceForge, bin gerade aus dem urlaub zurück.

Gruß Gunter

Thanks! --Cneubauer 19:09, 30 May 2008 (UTC)

[edit] Editing ACLs

Hello,

I`m a trainee at Sun Microsystems in Munich. I`ve downloaded and installed the Extension:Configuration to configure the LocalSettings.php. Now I`ve some trouble because I need some more features to edit.

I need a option to edit ACLs.

For Example:

          $wgPermissionACL[] = array(
                          'group' => 'sc1admin', 
                          'namespace' => array(101, -1),
                          'action'    => '*',
                          'operation' => 'permit');


I want to create some new ACLs, delete ACLs and edit ACLs like this ACL.

How can I make this ACL editable?

greetz, Marcus


Und noch einmal auf Deutsch, wenn das Englische doch nicht so versändlich war ;)

Ich habe das Problem, dass meine ACL Listen editierbar sein müssen. Ich habe den Verdacht, dass man das nicht so ohne weiteres hinbiegen kann, weil die ACLs Arrays sind. Gibt es dennoch eine Möglichkeit die ACLs, von denen ich einige in meiner LocalSettings.php habe, über die Weboberfläche abrufbar und editierbar zu machen?

Grüße, Marcus

Sorry Marcus, I'm probably not going to update it any time soon. I was using the extension as part of a project I was working on that I'm not really working on any more. You might try modifying the code yourself. It basically just does regular expression replacements. --Cneubauer 13:44, 25 August 2008 (UTC)


Thanks for your reply, I`ll do my best and now I`ve something to go on (regular expression replacements).
-Marcus



[edit] the difference between two data in wikipedia dump

Hi, I contact you because the last revision of page_table explaination was written by you. I just want to ask the difference between the rev_timestamp and page_touched. The definition will be help me to my analysis in wikipedia, thanks very much.

Zeyi 18:15, 22 February 2009 (UTC)

Reading page table and revision table, it sounds like the page_touched field is updated any time a page is rendered. So if a template in the page changes or the page is purged by a user or for any other reason the page needs to be reparsed. rev_timestamp is only updated when a revision is saved. Hope that helps. --Cneubauer 14:12, 23 February 2009 (UTC)

[edit] Some stroopwafels for you!

Gaufre biscuit.jpg Thanks for your contributions to the MediaWiki community. Sumanah 18:40, 5 October 2011 (UTC)

[edit] Extension:SpecialUploadLocal

Heiya, I just realised that you transferred this extension to SVN and do some work on it. Thus I updated the extension's page. I hope this is ok with you. Cheers --[[kgh]] 14:10, 11 December 2011 (UTC)

Thanks. Yeah, I didn't update the page myself because I still want to make a couple changes to the code. Probably okay though. --Cneubauer 18:46, 12 December 2011 (UTC)
It was a pleasure. I will not get in your way doing changes to the code. Actually you now have more time to do so. :) The status could be changed to experimental in case you think it is not ready for beta yet. Cheers --[[kgh]] 20:05, 12 December 2011 (UTC)
No problems really. Feel free to modify the page as you see fit. I'd rather it be up to date. Some developers asked me to rename the extension UploadLocal instead of SpecialUploadLocal so I did that. Probably need to update the page for that too or create a new extension page. Thanks again. --Cneubauer 19:21, 13 January 2012 (UTC)
It think it was a good idea to rename the extension. I just moved the documentation page to the new name and amended a couple of things. I believe that there is no need to "dublicate" contents. Cheers --[[kgh]] 21:39, 13 January 2012 (UTC)

Please excuse me if it's not the best way to get in touch with you but there's no contact in $wgExtensionCredits; I believe that adding if(!$dh) return $filenames; in getFilenamesOfFilesInDirectory would prevent an infinite loop of warnings. (700Mo if Apache-file-logging). Drzraf2 18:48, 23 January 2012 (UTC)

Thanks, I added that to the code. --Cneubauer 11:54, 27 January 2012 (UTC)

I've added some more suggestions in Extension_talk:UploadLocal, hope you follow it :)

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox