Re: [Wikitech-l] New year / Nova godina

2019-12-31 Thread John Shepherd
Wishing the same to you! :)

On 2019-12-31 at 3:31 PM, Zoran Dori wrote:

> Happy new year to everyone!! / Srećna Nova godina svima!!
> 
> Best wishes! / Sve najbolje!
> 
> Zoran.
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] URL parameter fetching (mediawiki)

2019-10-01 Thread John Shepherd
Is there a “special” way in mediawiki to get parameters passed by URL or do you 
just use the conventional PHP way ($_GET)? I am trying to check if 
“Special:CreateAccount?reason=“ is set/has a value (and what that value is).

Thank you for your assistance, trying to be convention compliant.
-TheSandDoctor

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] LoginSignupSpecialPage.php form won’t let me add fields

2019-09-21 Thread John Shepherd
Forgot to add that this is a brand new install without any extensions.

On 2019-09-21 at 10:00 AM, John Shepherd wrote:

> Hello all,
> 
> On my own mediawiki install, I am trying to add another checkbox field to the 
> Special:CreateAccount page. I have found the code responsible for the form, 
> but for some reason the checkbox does not show up. As a test, I then went and 
> tried copying and pasting one of the existing text boxes (with its IDs etc 
> changed of course) to see if that would work. Nothing shows up other than the 
> fields already present.
> 
> Does anyone have any ideas what could be blocking it and/or what I am 
> missing? Below is the diff of the change that doesn’t show.
> 
> https://github.com/TheSandDoctor/misc-code-bits/commit/4f2f6221c64095777622219c6c04c174eb197597
> 
> Thanks!
> TheSandDoctor
> 
> ___
> Wikitech-l mailing list
> Wikitech-l@lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/wikitech-l


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] LoginSignupSpecialPage.php form won’t let me add fields

2019-09-21 Thread John Shepherd
Hello all,

On my own mediawiki install, I am trying to add another checkbox field to the 
Special:CreateAccount page. I have found the code responsible for the form, but 
for some reason the checkbox does not show up. As a test, I then went and tried 
copying and pasting one of the existing text boxes (with its IDs etc changed of 
course) to see if that would work. Nothing shows up other than the fields 
already present.

Does anyone have any ideas what could be blocking it and/or what I am missing? 
Below is the diff of the change that doesn’t show.

https://github.com/TheSandDoctor/misc-code-bits/commit/4f2f6221c64095777622219c6c04c174eb197597

Thanks!
TheSandDoctor

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l