User talk:IAlex

From MediaWiki.org
Jump to: navigation, search
An archive box Archives 

/archive (until November 12, 2009)


Start a new discussion

Contents

Thread titleRepliesLast modified
Heatherawalls/workin_page/what_we_offer007:16, 6 February 2012
Request for Assistance with a Wiki Project003:03, 2 February 2012
$wgMessageCache->addMessages() Replacement116:14, 19 January 2012
SpecialUpload.php / Commons216:31, 22 November 2011
Need help with infobox023:08, 21 November 2011
Upcoming developers' meetups013:56, 7 November 2011
Fabrice Florin's user page119:14, 17 October 2011
Configure $wgConfigureAdditionalExtensions213:04, 23 September 2011
New parser discussion021:46, 8 June 2011
Template:Speedy‎310:47, 21 April 2011
Category:MediaWiki configuration settings 1.16.1 - setup021:33, 5 January 2011
Mlpearc215:29, 7 December 2010
Thank you for your reply003:21, 15 November 2010
about Configure Extension213:49, 10 November 2010
Extension:SocialProfile + Postgres019:37, 18 October 2010
Configure extension111:40, 17 July 2010
Hey112:17, 23 June 2010
Transition of extension Configure in MediaWiki standard107:27, 20 June 2010
Template:Languages207:07, 7 June 2010
Configure305:35, 19 May 2010
First page
First page
Previous page
Previous page
Last page
Last page

Heatherawalls/workin_page/what_we_offer

This page is not spam, I am working on something on my own user space, please don't delete it. heather walls 07:16, 6 February 2012 (UTC)

heather walls07:16, 6 February 2012

Request for Assistance with a Wiki Project

Hello IAlex I am working on a wiki project and the current media wiki developers we are using feel like the project is a bit too large for them. I need assistance from other developers to help fill in the gaps. Would you be able to help me with this project? Please let me know. If so, we can talk on skype and I can get you caught up on everything. My skype id is sunil.wagle1. Thanks so much IAlex and I look forward to hearing back from you!

Swagle03:03, 2 February 2012

$wgMessageCache->addMessages() Replacement

Hi IAlex, I see you removed the addMessages() function here: Special:Code/MediaWiki/76110. Is there another way to add dynamic messages to the wiki? I have an extension that adds a message per namespace in the wiki where the name of the message is based on the name of the namespace. The namespace configuration is stored in the database and changes on occasion so there's no way to create a static message file. Any ideas? --Cneubauer 15:09, 19 January 2012 (UTC)

Cneubauer15:09, 19 January 2012

You can try the MessagesPreLoad hook.

iAlex16:14, 19 January 2012
 

SpecialUpload.php / Commons

Hi, (..oh threaded discussion, never used it before...) I had a glad look at http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/specials/SpecialUpload.php?revision=102112&view=markup#l468 and wonder why the headings are still not internationalized on Commons when using the upload-form e.g. https://secure.wikimedia.org/wikipedia/commons/w/index.php?title=Special:Upload&uselang=deownwork .

What do we have to change in order to enable this feature (get {{int:license-header}} instead of == Licensing ==)? I searched the help-pages here but they weren't really helpful. Thanks for your advice.

Regards -- Rillke 15:14, 11 November 2011 (UTC)

Rillke15:14, 11 November 2011

You need to ask the sysadmins to add those messages (license-header, filedesc, filestatus and filesource) in $wgForceUIMsgAsContentMsg in Bugzilla.

iAlex07:03, 13 November 2011

Thank you. bugzilla:32587 - done.

Rillke16:31, 22 November 2011
 
 

Need help with infobox

Hi,

sorry for writing, but I am in need. I am not able to create infoboxes on my mediawiki. I try everything, but I can t work it out. I also installed parser function and still nothing.

Can you look at it please?

I ll be very thankful. Bye. My mail: tut2222@zoznam.sk

Tut2222

Tut222223:08, 21 November 2011

Upcoming developers' meetups

Alex, it would be great to see you at an upcoming MediaWiki developers' meeting, if you have time. Thanks.

best,

Sumanah13:56, 7 November 2011

Fabrice Florin's user page

I've restored User:Fabrice Florin. It says in the third paragraph that he is working for the Wikimedia Foundation on the Article Feedback Tool, which is certainly within project scope. Hopefully that's fine.

Reach Out to the Truth16:52, 12 October 2011

Thank you for restoring my user page!

Yes, I started work for the Wikimedia Foundation as a consultant on September 26th. I am working with Eloquence, Jorm, Howief and DarTar, among others.

I look forward to collaborating with you and other Wikimedians to help engage readers to participate thoughtfully on Wikipedia.

Onward!

Fabrice

Fabrice Florin19:14, 17 October 2011
 

Configure $wgConfigureAdditionalExtensions

I'm a newbie extension author here... am I to understand that without changing any files in Configure I can add Configure support for my extension using $wgConfigureAdditionalExtensions? Is this the prefered way to do it? Where should I be putting this in my extension.php file? In the constructor for my extension class? Will you load it, otherwise how would it ever get called? Am I forced to use a init function instead?

Quadir01:05, 23 September 2011

The first part is correct. You need to define your extension in $wgConfigureAdditionalExtensions after including the Configure extension itself but before calling efConfigureSetup() since the inclusion of the extensions sets that variable to an empty array (to prevent register globals vulnerability) and it will be used in efConfigureSetup(). The best way to do this is to put it directly in LocalSettings.php between the two statements described just above.

iAlex06:12, 23 September 2011

Thanks, that did the trick. I should of been able to figure that out >< More importantly I've put this information in my FAQ for my extension so others will hopefully run into it. Thanks for the extension!

Quadir13:04, 23 September 2011
 
 

New parser discussion

Alex, I'm not sure whether you're already on the wikitext-l mailing list https://lists.wikimedia.org/mailman/listinfo/wikitext-l . That's where we're discussing plans for the new MediaWiki parser and it would be great if you joined and shared your thoughts. Thanks.

Sumanah 21:46, 8 June 2011 (UTC)

Sumanah21:46, 8 June 2011
Edited by author.
Last edit: 10:21, 21 April 2011

Hi IAlex, the reason for my insert was to determine why Project:Deliberately unused templates shows up in Category:Candidates for speedy deletion ... any idea?

axpdeHello!08:13, 21 April 2011

The categorisation of that was due to the translations of that template, I corrected them to correctly pass the nocat parameter.

iAlex10:05, 21 April 2011

Tried the same, but now the translated speedy-templates show up in Category:Candidates for speedy deletion :(

axpdeHello!10:21, 21 April 2011

Corrected, thanks for the notice.

iAlex10:47, 21 April 2011
 
 
 

Category:MediaWiki configuration settings 1.16.1 - setup

I documented a 1.16.1 configuration setting and created the above-named category, then discovered mediawiki.org's category templates for the first time. I tried to model my work after the 1.16.0 category -- hope my edits were done correctly. Maiden taiwan 21:33, 5 January 2011 (UTC)

Maiden taiwan21:33, 5 January 2011
Edited by author.
Last edit: 19:42, 6 December 2010

Thanx for the message. This is my first Wiki I didn't know. where are these settings made ? I see I thought I was editing on my new wiki sorry. Mlpearc powwow 19:42, 6 December 2010 (UTC)

[[User:Mlpearc|[[User:Mlpearc|<span style='font-family:;color:#800020'>'''Mlpearc'''</span>]] <small>[[User_talk:Mlpearc|<span style='font-family:;color:#CFB53B&#3919:33, 6 December 2010

If you want to change them for your wiki; edit you LocalSettings.php file (and add the settings at the bottom if they are not present); you can also read includes/DefaultSettings.php to see all available settings and their default values.

iAlex19:42, 6 December 2010

Thank you so much. I helped a group of en-Wiki users build a Wiki and thought of my idea and now I need to learn how to setup the technical stuff they all knew how to do. Might of bit off more than.... well you know the old saying.

Mlpearc powwow15:29, 7 December 2010
 
 

Thank you for your reply

Thank you for replying to my question! I really appreciate the help.

Bluesoju03:21, 15 November 2010

about Configure Extension

please could you help me i can't restrict page per namespace >>>do u think there is a problem at Configureextension???

Nishastar10:03, 10 November 2010

You are talking about $wgNamespaceProtection? It has no effect when you enter rights in the textboxes?

iAlex11:35, 10 November 2010

so ... how can i protect my Namespace per specific group please could u send me your email??

Nishastar13:49, 10 November 2010
 
 

Hi, IAlex. I'm sysop on pt.wikipedia and eo.wikipedia and I was in the last Wikimania, in Poland. I'm looking for tools that integrates MediaWiki with other Web 2.0 resources, and this extension seems to be very useful. Unfortunately, nobody's developed the PostgreSQL schema for SocialProfile yet, as Jack Phoenix said. As you are an expert on that, would you please tell me if it's a too difficult thing to do? Thanks. Castelobranco 19:37, 18 October 2010 (UTC)

Castelobranco19:37, 18 October 2010

Configure extension

Hi Alex, I have a request for you: Are you able to develop a modified version of the "Configure"-Extension, with that bureaucrats can edit only usergrouprights, like in Extension:GroupPermissionsManager. That would be great! (Sorry, my English is not very good) Regards

GenJack10:25, 16 July 2010

Sorry, but I only have a little bit of time, so I not going to do big changes. What you can do is restrict all other settings with $wgConfigureEditRestrictions (you'll need to copy the list, since I don't think this can be done automatically).

iAlex11:40, 17 July 2010
 

I see you deleted a couple of pages, I'm wondering if you can do username changes. Thanks!

Silver Yoshi08:01, 23 June 2010

Yes, but you can put our request on Project:Requests so that all bureaucrats will see it.

iAlex12:17, 23 June 2010
 

Transition of extension Configure in MediaWiki standard

Hi IAlex,

from a usability's view point there's no extension out there that is comparably helpful like configure extension. As far as I know no central MediaWiki customization script exists capable of accelerating system administrative tasks. Up to now maintaining a flat LocalSettings files with myriad php variables is quite ackward and lacks any ease of use.

Therefore I strongly suggest the transferral of configure extension into MediaWiki core code. How could the transferral be promoted?

Thanks and keep up that precious work!

--Stoettner 21:37, 19 June 2010 (UTC)

Stoettner21:37, 19 June 2010

Hi!

I know for a good part of administrators, having to edit LocalSettings.php is hard, but there're still some problems:

  • Current system is not suitable for Wikimedia itself (i.e. Wikipedia, this wiki, ...), it is not as fast as having LocalSettings.php, it can't change settings based on current time and request variables.
  • If this was integrated to core, it would need a complete rewrite of how settings are defined and modified, since currently it's very easy to have an error somewhere

So the extension won't be moved to core before someone will take time to fix these problem (and I don't have this time right now).

iAlex07:27, 20 June 2010
 

Template:Languages

Hi IAlex, a quick favour: in Template:Languages, could you please change the table entry that reads Portugese to Portuguese?

Hamilton Abreu21:59, 6 June 2010

Done.

iAlex05:51, 7 June 2010

Many thanks.

Hamilton Abreu07:07, 7 June 2010
 
 

I'm planning to do an extension configuration project for GSoC 2010. It's pretty closely related to Configure, and I'll probably end up having a lot of questions about it, and a few discussions with you about involved issues might be very constructive then. Now my question is if you are willing to have such discussions and expect have the time for them? (this would be end May, June)

Jeroen De Dauw16:33, 3 April 2010

Sure, I will have time until end of June, but about no time (only some hours on week-end) since July, unfortunately.

iAlex17:34, 3 April 2010

Awesome :)

Jeroen De Dauw11:33, 5 April 2010
 

I've already been checking out configure to some extend and have several questions I prefer to ask in IM fashion to you. Can I add you on some IM app, or catch you on IRC somewhere?

Jeroen De Dauw05:35, 19 May 2010
 
 
First page
First page
Previous page
Previous page
Last page
Last page
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox