[Wikitech-l] Re: Future of the Newsletter extension in meta

2024-08-14 Thread Tony Thomas
links to other wikis when required. Subscribers are notified about new newsletter issues on the home wiki. [1] https://commons.wikimedia.org/wiki/File:Newsletter_inter_wiki_create_and_edit_demo.webm [2] Task: https://phabricator.wikimedia.org/T110645#10051568 -- Tony Thomas @tonythomas01 On

[Wikitech-l] Future of the Newsletter extension in meta

2024-07-25 Thread Tony Thomas
and if someone has some inputs/comments, please reply here, or in the phab task [2]. Thank you. [1] https://www.mediawiki.org/wiki/Extension:Newsletter [2] https://phabricator.wikimedia.org/T110645 [3] https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Newsletter/+/446590 -- Tony Th

[Wikitech-l] major upgrade of PageProperties extension (new special page "Manage Properties" and slots!)

2022-08-30 Thread Thomas
rg/dist/extensions/PageProperties-master-b4e497c.tar.gz     Best (Thomas)    ___ Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org https://lists.wikimedia.org/postorius/lists/wikitech-l.lists.wikimedia.org/

[Wikitech-l] Re: new extension PageProperties (and OOUI optgroups)

2022-02-17 Thread Thomas
-screenshot-dropdown.png   the OOUI combobox should support optgroups as well. The OOUI team plans to work on it, or should we upload a patch ?   (Thomas)               Sent: Wednesday, February 16, 2022 at 3:55 PM From: "Zoran Dori" To: "Wikitech-l" Subject: [Wikitech-

[Wikitech-l] new extension PageProperties

2022-02-15 Thread Thomas
ntentModel, and of course original code.     Kind regards (Thomas)        ___ Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org To unsubscribe send an email to wikitech-l-le...@lists.wikimedia.org https://lists.wikimedia.org/postorius/list

[Wikitech-l] Small breaking change to WikiPage

2021-12-01 Thread Thomas Chin
ionRevision, ::protectDescription, and ::protectDescriptionLog. The only known external usage of these methods have a patch <https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Translate/+/734727> up, but please be on the lookout if any of your code happens to use them. Cheers, -- *T

[Wikitech-l] ILocalizedException refactor

2021-09-09 Thread Thomas Chin
() Of course, we will take care of updating affected Wikimedia deployed extensions. Please refer to the ticket and comment if you have any questions or concerns. Best, -- *Thomas Chin <https://meta.wikimedia.org/wiki/User:TChin_(WMF)>* (he/him) Software Engineer - Platform Engineeri

[Wikitech-l] List of all articles about cities?

2020-08-12 Thread Thomas Güttler Lists
? Regards,   Thomas Güttler -- Thomas Guettler http://www.thomas-guettler.de/ I am looking for feedback: https://github.com/guettli/programming-guidelines ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman

Re: [Wikitech-l] How to get total number of proofread and validated pages in any wikisource via api?

2020-05-09 Thread Thomas Tanon
large, it should be much faster for smaller wikis. Thomas Le dim. 10 mai 2020 à 06:26, AntiCompositeNumber a écrit : > > Extension:Proofread_Page uses categories to sort pages by quality, so > it would be easiest to use that system. The category names are defined > in Mediawiki:Proofre

Re: [Wikitech-l] [Wikimedia-l] Wikimedia Meet

2020-05-09 Thread Tony Thomas
it make sense to enable it at-least during the hackathon then ? So, to create a meeting you still need access codes, but to join, you can rely on somebody inside to let you in. Sounds very reasonable. -- Tony Thomas https://mediawiki.org/wiki/User:01tonythomas -- On Fri, May 8, 2020 at 2:15

Re: [Wikitech-l] [Wikimedia-l] Wikimedia Meet

2020-05-07 Thread Tony Thomas
create meetings too with those) ? -- Tony Thomas https://mediawiki.org/wiki/User:01tonythomas -- On Sun, Apr 26, 2020 at 4:40 PM Amir Sarabadani wrote: > Hey, > A quick update. In order to improve its security, from now on, > ticketmasters don't need to know your username and passw

Re: [Wikitech-l] Where should extension default preferences be specified?

2019-03-22 Thread Thomas Eugene Bishop
Thanks to Gergo for the clarification! Here’s what I find from further testing: (1) Gergo is correct that a default value specified in onGetPreferences doesn’t take effect until the user goes to the Preferences form. (2) If DefaultUserOptions does specify a default value, and onGetPreferences d

Re: [Wikitech-l] Question to WMF: Backlog on bugs

2019-03-16 Thread Thomas Eugene Bishop
> On Mar 13, 2019, at 6:48 PM, Andre Klapper > wrote: > > On Wed, 2019-03-13 at 21:01 +0100, John Erling Blad wrote: >> ... But nobody does anything about the >> sinkhole itself. > > And repeating the same thing over and over again while repeatedly > ignoring reque

[Wikitech-l] Where should extension default preferences be specified?

2019-03-16 Thread Thomas Eugene Bishop
There are two places the default value for an extension-specific preference can be specified: (1) DefaultUserOptions in extension.json (2) onGetPreferences (or whatever function hooks GetPreferences) in MyExtension.hooks.php Which is better? If you do it in both places, and th

Re: [Wikitech-l] Can/should my extensions be deleted from the Wikimedia Git repository?

2018-06-08 Thread Tony Thomas
mit and (2) probably came up with alternatives so we could push forward and (3) not merged it yourself. [1] https://gerrit.wikimedia.org/r/#/c/357614/ -- Tony Thomas https://mediawiki.org/wiki/User:01tonythomas -- On Fri, Jun 8, 2018 at 3:26 PM, Stephan Gambke wrote: > > > Frankly the ha

Re: [Wikitech-l] Wiki Templates Question

2018-06-05 Thread Thomas Tanon
/Extension:Wikibase_Client/Lua Cheers, Thomas Le mer. 6 juin 2018 à 01:24, Adam Sobieski a écrit : > Wikitech-l, > > Greetings. I would like to ask about the best way to use conditional logic > and branching wiki templates with Wikidata data to vary output upon whether > properties

Re: [Wikitech-l] Setting logged in user context on unit tests

2017-12-27 Thread Tony Thomas
Wow. $page = WikiPage::factory( $title ); $page->doEditContent( ContentHandler::makeContent( $text, $title ), $comment, 0, false, $user ); Thank you Addshore, and I say - close enough :P -- Tony Thomas https://mediawiki.org/wiki/User:01tonythomas -- On Wed, Dec 27, 2017 at 1:59

Re: [Wikitech-l] Setting logged in user context on unit tests

2017-12-26 Thread Tony Thomas
e::factory( $title ); $content = new WikitextContent( $text='this is a test' ); $wikiPage->doEditContent( $content, $summary='Test commit' ); or are there some other simpler ways ? -- Tony Thomas https://mediawiki.org/wiki/User:01tonythomas -- On Tue, Dec 26, 2017 at 1:27 AM, G

[Wikitech-l] Setting logged in user context on unit tests

2017-12-25 Thread Tony Thomas
t I can manually set a $user in the unit test, and this would be used while performing inner operations ? [1] https://gerrit.wikimedia.org/r/#/c/35/4/tests/specials/SpecialNewsletterCreateTest.php -- Tony Thomas https://mediawiki.org/wiki/User:01tonytho

Re: [Wikitech-l] MW Function for parsing and modifying template arguments on a page

2017-08-14 Thread Thomas PT
will looks like: Beer Name Rocket Fuel ... ... Cheers, Thomas > Le 14 août 2017 à 16:47, Daren Welsh a écrit : > > Thanks for the responses. I was hoping there would be some php function

Re: [Wikitech-l] Editing JSON in MediaWiki

2017-04-09 Thread Thomas PT
* https://github.com/wikimedia/mediawiki-extensions-ProofreadPage/blob/master/includes/page/PageContentHandler.php Thomas > Le 9 avr. 2017 à 18:44, Isarra Yos a écrit : > > Sounds like what they want is what collaborationlistcontent/handler does, > specifically, at least for now. > &

Re: [Wikitech-l] More Google Code-in 2016 achievements

2017-01-04 Thread Tony Thomas
enough deal of MW by this point, worry not. Thank you for all the students who made this round a wonderful one for the newsletter extension, and hope to see it hit production soon. Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> |

Re: [Wikitech-l] Google Code-in 2016: We need your tasks!; 2nd week achievements

2016-12-14 Thread Tony Thomas
out on things! Hope this helps. Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <https://tttwrites.wordpress.com/> | ThinkFOSS <http://www.thinkfoss.com> On Tue, Dec 13, 2016 at 6:49 PM, Andre Klapper wrote: &

Re: [Wikitech-l] Google Code-in 2016 achievements

2016-12-06 Thread Tony Thomas
ous code fixes > Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <https://tttwrites.wordpress.com/> | ThinkFOSS <http://www.thinkfoss.com> ___ Wikitech-l mailing list W

Re: [Wikitech-l] Update on WMF account compromises

2016-11-16 Thread Thomas Morton
> > Another idea might be to for the software to offer to create a random > password for users at account creation time, and also to make the same > offer at password change time. > > For example, even using automatically generated simple-looking and > reasonably simple passwords like "little-cente

Re: [Wikitech-l] Update on WMF account compromises

2016-11-16 Thread Thomas Morton
At the very least if 2FA is not possible for you; # sign up for the have I been pwned website so you get alerts when your passwords may have been compromised # use a password manager like 1password so that you can use long unique passwords for each site T On Wed, 16 Nov 2016 16:39 Chad, wrote:

[Wikitech-l] Congratulations to {4} Outreachy'13 selects from Wikimedia

2016-11-08 Thread Tony Thomas
nteer capacity. Announcement Link: https://wiki.gnome.org/Outreachy/2016/DecemberMarch#Wikimedia Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <https://tttwrites.wordpress.com/> | ThinkFOSS &l

Re: [Wikitech-l] Engaging student devs with another outreach event like GSoC, GCI

2016-11-07 Thread Tony Thomas
tle help like, maybe few goodies for people who can show exceptional peformance and something for the grand prize. Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <https://tttwrites.wo

Re: [Wikitech-l] Engaging student devs with another outreach event like GSoC, GCI

2016-11-04 Thread Tony Thomas
community code review and codebase aware students before GSoC (b) making students stick back with Wikimedia after they complete their project. Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <https://tt

Re: [Wikitech-l] Engaging student devs with another outreach event like GSoC, GCI

2016-11-03 Thread Tony Thomas
cture in mentoring might turn out to make things easy for mentors and students. Like we are not supervised by Google or Gnome for the same, and the program can run without hardly too much of regulations, and minimum rewards. Thanks, Tony Thomas <htt

Re: [Wikitech-l] Need example code in Javascript to login API

2016-11-03 Thread Thomas PT
typo by one of the two word, we will change the meaning of the text by introducing a worst typo when the other word is the correct one. Thomas > Le 3 nov. 2016 à 01:34, Sam Wilson a écrit : > > This sounds like a great idea (something akin to PGDP's WordCheck tool > <http

[Wikitech-l] Engaging student devs with another outreach event like GSoC, GCI

2016-11-02 Thread Tony Thomas
GSoC students with such an event. Feedbacks and comments welcome. [1] https://www.mediawiki.org/wiki/User:MaxSem/GSoC_analysis [2] http://codeheat.org/ [3] https://developers.google.com/open-source/gsoc/timeline Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home

Re: [Wikitech-l] Need review on ContentHandler implementation, Newsletter extension

2016-10-18 Thread Tony Thomas
On Tue, Oct 18, 2016 at 4:30 AM, Aaron Schulz wrote: > You can add me to the patch. I might be able to get around to looking at > it this week. > Added you. Thanks a lot Aaron for helping in. Hope the extension reach production soon :) Thanks, Tony Thomas <https://www.mediawiki.o

Re: [Wikitech-l] [Deadline] Outreachy-13 prospective applicants

2016-10-17 Thread Tony Thomas
. Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <https://tttwrites.wordpress.com/> | ThinkFOSS <http://www.thinkfoss.com> On Fri, Oct 14, 2016 at 9:49 PM, Sumit Asthana wrote: > Dear Outreachy applicants,

Re: [Wikitech-l] Need review on ContentHandler implementation, Newsletter extension

2016-10-15 Thread Tony Thomas
(its been almost 1 year)! Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <https://tttwrites.wordpress.com/> | ThinkFOSS <http://www.thinkfoss.com> On Sat, Jul 16, 2016 at 6:08 PM, Tony Thomas <01tonytho...@gma

Re: [Wikitech-l] Congratulations to all GSoC students (passed)

2016-09-05 Thread Tony Thomas
, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <https://tttwrites.wordpress.com/> | ThinkFOSS <http://www.thinkfoss.com> On Mon, Sep 5, 2016 at 2:23 PM, Quim Gil wrote: > Indeed, congratulations to everybody for yo

Re: [Wikitech-l] Opening up MediaWiki dev summit in January?

2016-09-01 Thread Tony Thomas
the list, though) - and create the same in his home wiki. Experts would know it can be done with a python script calling one of API, and I was lucky to show him that. Wait, this might move the focus from a Mediawiki Dev summit, though - but something like this should happen, I hope. Thanks, Tony Thoma

[Wikitech-l] Need review on ContentHandler implementation, Newsletter extension

2016-07-16 Thread Tony Thomas
] https://phabricator.wikimedia.org/T138462 [1] https://phabricator.wikimedia.org/T138686 Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <http://blog.thomastony.me> | ThinkFOSS <htt

Re: [Wikitech-l] "Troubleshooting Git/Gerrit/git-review" docs: Help welcome.

2016-05-04 Thread Tony Thomas
Something I always found missing in https://www.mediawiki.org/wiki/Gerrit/Tutorial is: 'Amending a change using HTTPS ' Is this documented somewhere ? Usually in campus networks SSH ports are blocked, and this one is a huge blocker to University Hackathons! Thanks, Tony Tho

Re: [Wikitech-l] "Troubleshooting Git/Gerrit/git-review" docs: Help welcome.

2016-05-04 Thread Tony Thomas
would be $ telnet gerrit.wikimedia.org 29418 and it would hang up like anything! Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <http://blog.thomastony.me> | ThinkFOS

Re: [Wikitech-l] How to click custom html option button via api?

2016-04-27 Thread Thomas Tanon
level field of the JSON document representing the Page: pages content and set level.user to your user name and publish the modified content using action=edit (you should not forget to set contentformat=application/json because JSON is not the default content format for Page: pages). Thomas &g

Re: [Wikitech-l] Docs, use of, and admin privileges for wikimedia github project?

2016-04-26 Thread Tony Thomas
il/085387.html. Please do not kill the thread. Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <http://blog.thomastony.me> | ThinkFOSS <http://www.thinkfoss.com> ___ W

Re: [Wikitech-l] Google Summer of Code 2016 and Outreachy results out, Congrats interns

2016-04-23 Thread Tony Thomas
ky with that, kindly ping or add in the the org-admins too, and we will get this resolved. Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <http://blog.thomastony.me> | ThinkFOSS <http://www.thinkfoss.com> __

[Wikitech-l] Google Summer of Code 2016 and Outreachy results out, Congrats interns

2016-04-23 Thread Tony Thomas
diting notification <https://phabricator.wikimedia.org/T130924> - Abhinand. Mentors - Yaron_Koren, tosfos 3. Implementing HTML E-Mail support in MediaWiki <https://phabricator.wikimedia.org/T130490> - Galorefitz. Mentors - Parent5446, Tony Thomas 4. Integration of IFTTT s

Re: [Wikitech-l] Google Summer of Code 2016 portal now accepting applications

2016-03-23 Thread Tony Thomas
the same. We will be starting separate Conpherence for that, either-way. Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <http://blog.thomastony.me> | ThinkFOSS <http://www.thinkfoss.com> On Tue, Mar 15, 2016 at

Re: [Wikitech-l] Google Summer of Code 2016 portal now accepting applications

2016-03-19 Thread Tony Thomas
n this term, who has "at-least 7 weeks" without full time school requirement, unlike the last round. Interested in mentoring ? Please add yourself to the tasks at https://phabricator.wikimedia.org/project/view/1042/ Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:

[Wikitech-l] Google Summer of Code 2016 portal now accepting applications

2016-03-14 Thread Tony Thomas
<https://developers.google.com/open-source/gsoc/resources/media#logos_and_artwork> for GSoC 2016 round! Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> Home <http://www.thomastony.me> | Blog <http://blog.thomastony.me> | Think

Re: [Wikitech-l] Wikimedia accepted for GSoC '16

2016-03-03 Thread Tony Thomas
tor.wikimedia.org/T120756 ] 5. List of contributors - [ https://phabricator.wikimedia.org/T120738 ] Hope to see your name in the task description! [1] https://phabricator.wikimedia.org/tag/possible-tech-projects/ [2] https://www.mediawiki.org/wiki/Outreach_programs/Life_of_a_successful_project

Re: [Wikitech-l] Start of Outreachy round 12

2016-02-24 Thread Tony Thomas
yChat at 4pm UTC on March 1 (11am EST) or at 2am UTC on March 2 (9pm EST on March 1). Thanks, Tony Thomas <http://foss.amrita.ac.in/register/profile/tonythomas01/> ThinkFOSS <http://www.thinkfoss.com> www.thomastony.me On Mon, Feb 22, 2016 at 2:34 PM, Sumit Asthana wrote: > > G

[Wikitech-l] GSoC'16 and Outreachy'12 is around the corner

2016-02-08 Thread Tony Thomas
er-of-code-2016/ [4] https://phabricator.wikimedia.org/tag/possible-tech-projects/ [5] https://phabricator.wikimedia.org/T125559 Thanks, Tony Thomas <https://www.mediawiki.org/wiki/User:01tonythomas> ThinkFOSS <http://www.thinkfoss.com> *"where ther

Re: [Wikitech-l] Developer Relations Weekly Summary

2015-12-03 Thread Tony Thomas
I am positive that people will be subscribing to a newsletter with the name 'Developer Relations Weekly Summary' soon, which will send the Echo notifs, and people do directly look at the wiki page :) https://www.mediawiki.org/wiki/Extension:Newsletter Thanks, Tony Th

[Wikitech-l] Internationalization of discussion / Flow

2015-11-26 Thread Thomas Douillard
oHi everybody, I don't really know if this list is the right place to start the discussion, but I'll force my luck. We have a usecase in Wikidata for property proposals where we use templates to internationalize Property Proposals https://www.wikidata.org/wiki/Wikidata:Property_proposal/ Wikidat

[Wikitech-l] Outreachy round 11 results out

2015-11-17 Thread Tony Thomas
making it smooth for the administration team. The total listing of selections from all Organizations can be found over here - https://wiki.gnome.org/Outreachy/2015/DecemberMarch [1] https://www.mediawiki.org/wiki/Outreach_programs/Life_of_a_successful_project#Community_bonding_period

Re: [Wikitech-l] Outreachy round 11 Application deadline closing in

2015-11-03 Thread Tony Thomas
application and rate the same via the application system taking a look at https://www.mediawiki.org/wiki/Outreach_programs/Life_of_a_successful_project#Before while taking decisions ( points 4 and 5 ) before November 17th. Good Luck! Thanks, Tony Thomas <http://blog.tttwrites.in/> ThinkFOSS

[Wikitech-l] Outreachy round 11 Application deadline closing in

2015-10-30 Thread Tony Thomas
ls so that none of them get stuck in between. Editing efforts are also welcome at improving https://www.mediawiki.org/wiki/Outreach_programs/Life_of_a_successful_project which is helping us a lot this term. [2] https://phabricator.wikimedia.org/T116589 it has been Thanks, Tony Th

Re: [Wikitech-l] Port mw-vagrant to Raspberry Pi ( arm )

2015-09-30 Thread Tony Thomas
a good idea, as the Pi has a SD card disk space of ~ 8 Gig. https://www.mediawiki.org/wiki/MediaWiki-schroot looks great too. Hope it goes well with arm. Thanks, Tony Thomas <http://blog.tttwrites.in/> ThinkFOSS <http://www.thinkfoss.com>

[Wikitech-l] Port mw-vagrant to Raspberry Pi ( arm )

2015-09-29 Thread Tony Thomas
to know if this porting would be feasible, and worth the development hours, and specifically - if someone is interested. [1] http://gadgets.ndtv.com/others/news/kerala-launches-learn-to-code-pilot-will-distribute-raspberry-pi-kits-662412 Thanks, Tony Thomas <http://blog.tttwrites.in/> T

Re: [Wikitech-l] Getting mediawiki core to pass codesniffer standard

2015-09-25 Thread Thomas Mulhall
I have filed a task about this at https://phabricator.wikimedia.org/T113774 On Friday, 25 September 2015, 22:45, Tyler Romeo wrote: On Fri, Sep 25, 2015 at 2:08 PM, Legoktm wrote: > I've tried out a different approach in > , by disabling

Re: [Wikitech-l] LDAP extension ownership

2015-09-19 Thread Thomas Mulhall
loper independant from WMF. For example, (IIRC/AFAIK,) WMF has no staffs with Korean knowledge.[[Extension:Josa]]: https://www.mediawiki.org/wiki/Extension:Josa-- revi https://revi.me -- Sent from Android --2015. 9. 19. 오후 5:27에 "Thomas Mulhall" 님이 작성: Since this is deployed on wikite

Re: [Wikitech-l] LDAP extension ownership

2015-09-19 Thread Thomas Mulhall
Ok yes but Wikimedia currently maintains CentralAuth if not they do update the code and review without the author. On Saturday, 19 September 2015, 9:41, Keegan Peterzell wrote: On Sat, Sep 19, 2015 at 2:03 AM, Risker wrote: > Well, bluntly put, since LDAP is how most non-WMF staf

Re: [Wikitech-l] LDAP extension ownership

2015-09-19 Thread Thomas Mulhall
Since this is deployed on wikitech It should be maintained by Wikimedia since it is unmaintained and its better that Wikimedia maintain it because they have more staff that can review and because they have more experience in doing reviews and code review. On Saturday, 19 September 2015,

Re: [Wikitech-l] LDAP extension ownership

2015-09-18 Thread Thomas Mulhall
Hi maybe Wikimedia can maintain if they want to. Who ever is in charge of maintaining extensions for Wikimedia would you like to maintain this one since this extension is used at wikitech I think which is owned because wikitech is used to create an account for gerrit. On Friday, 18 Septe

[Wikitech-l] Question: Should wikimedia wikis such as wikipedia be updated with a user frendly desgn

2015-09-08 Thread Thomas Mulhall
Hi this is a question but shoulden Wikimedia wikis such as Wikipedia be updated with a user friendly design. Currently vector is coming out of date because now a days you see sites with bruitiful colours not old ones as they were in 2010 when vector came out. We could create another skin to rep

Re: [Wikitech-l] [ Writing a MediaWiki extension for deployment ]

2015-07-27 Thread Thomas Mulhall
Hi yes please request that a repo be created for you here https://www.mediawiki.org/wiki/Git/New_repositories/Requests Once it is created by one of the admins you can upload to gerrit. On Monday, 27 July 2015, 20:25, Paula wrote: Hi, I've finished the extension for Mediawiki-Latch

Re: [Wikitech-l] Min php version

2015-07-22 Thread Thomas Mulhall
Maybe another php bump to something like 5.3.6. I think one php 5.3 usage goes down then we should switch to something like php 5.5 or 5.6 or even php 7 if php 7 get enough popularity. On Wednesday, 22 July 2015, 21:19, Eran Rosenthal wrote: side note: How come php 5.3.3 support b

Re: [Wikitech-l] Min php version

2015-07-19 Thread Thomas Mulhall
Hi php 5.5 is still probly years from being minium in mediawiki due to so many users use php 5.3 and 5.4. It would be a bigger impact on mediawiki then when we switch to 5.3 from the prevous minium of 5.2. On Sunday, 19 July 2015, 15:15, Bryan Davis wrote: On Sun, Jul 19, 2015 at 4

Re: [Wikitech-l] Automatic Transfer SVN Extension to GIT

2015-07-07 Thread Thomas Mulhall
Yes you can request it there. but please include link for the admin to transfer over to git. On Tuesday, 7 July 2015, 18:19, planetenxin wrote: Hi Chad, here? https://www.mediawiki.org/wiki/Gerrit/New_repositories#Step_4:_Request_space_for_your_extension Am 07.07.2015 um 18:14

Re: [Wikitech-l] Automatic Transfer SVN Extension to GIT

2015-07-07 Thread Thomas Mulhall
I think this was moved to phabricator. On Tuesday, 7 July 2015, 17:14, Chad wrote: On Tue, Jul 7, 2015 at 8:31 AM planetenxin wrote: > Hi list, > > is there a procedure/best practice to automatically transfer old SVN > style extensions to GIT? > > Is this something the maintainer o

Re: [Wikitech-l] Automatic Transfer SVN Extension to GIT

2015-07-07 Thread Thomas Mulhall
Hi yes I think. if you request that the repo be created including the link of the extension for the extension page and where the repo is currently located like at the svn location they can move it to git. I am not sure what the link is to request for it to be created is since they moved requests

Re: [Wikitech-l] Interwiki gone from Recentchanges?

2015-06-27 Thread Thomas Mulhall
Hi i doint think it was reported but you can check here https://phabricator.wikimedia.org/tag/mediawiki-extensions-interwiki/   On Saturday, 27 June 2015, 9:07, Ole Palnatoke Andersen wrote: On https://da.wikipedia.org/wiki/Speciel:Seneste_%C3%A6ndringer and https://sv.wikipedia.org

Re: [Wikitech-l] No easy tags

2015-06-24 Thread Tony Thomas
It would require you to have a phabricator account though. Thanks, Tony Thomas <http://tttwrites.wordpress.com/> FOSS@Amrita <http://foss.amrita.ac.in> *"where there is a wifi, there is a way"* On Wed, Jun 24, 2015 at 8:51 PM, Andre Klapper wrote: > Hi Smriti, &g

[Wikitech-l] Problem when +2 change on metrolook on gerrit

2015-06-24 Thread Thomas Mulhall
Hi when I try to +2 changes for example at https://gerrit.wikimedia.org/r/#/c/220458/ it isent working I have to do V+2 and C+2 for it to merge into git. Please could I have some help.   ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https:

Re: [Wikitech-l] [reading-wmf] Fwd: Mobile Firendly

2015-05-29 Thread Thomas Mulhall
Hi I think it is because it blocks most styles and shows plan white but blocks out most colors. On Friday, 29 May 2015, 21:58, Jon Katz wrote: Since Brandon's email a minute ago crossed mine in the ether and did not make it to external lists, I am pasting it here: On Fri, May 29, 2

[Wikitech-l] Gerrit replication broken

2015-05-25 Thread Thomas Mulhall
Hi gerrit replication is broken causing gitblit to not update. there is a patch at https://gerrit.wikimedia.org/r/#/c/213216/ ready to be reviewed please could someone review it. it is an important patch. ___ Wikitech-l mailing list Wikitech-l@lists.wi

Re: [Wikitech-l] Designing a MediaWiki Skin

2015-04-23 Thread Thomas Mulhall
vendor. On Thursday, 23 April 2015, 18:00, Thomas Mulhall wrote: Hi the skins are now separate from mediawiki vector no longer default except from when doing web install. you have to install vector manually except from a release. On Thursday, 23 April 2015, 17:41, Nasir

Re: [Wikitech-l] Designing a MediaWiki Skin

2015-04-23 Thread Thomas Mulhall
Hi the skins are now separate from mediawiki vector no longer default except from when doing web install. you have to install vector manually except from a release. On Thursday, 23 April 2015, 17:41, Nasir Khan wrote: Hi, I was trying to develop a MediaWiki skin based on Bootstrap3

Re: [Wikitech-l] Requiring PHP >= 5.3.3 for MediaWiki core

2015-04-07 Thread Thomas Mulhall
I think we should update core to 5.4 after next lts release or the one after next lts release. Since lots of people are still using php 5.3 more then what 5.2 was when the core was switched. and 5.4 would be a big change. On Tuesday, 7 April 2015, 17:58, Brian Wolff wrote: On Apr 7

[Wikitech-l] BounceHandler deployed 'everywhere' succesfully

2015-03-30 Thread Tony Thomas
es. This would mean the finish ( deployment ) of my GSoC 2014 project[2] with Jeff Green and Legoktm. Thanks to everyone who helped in between, it was real fun! [1] https://phabricator.wikimedia.org/T92877 [2] mediawiki.org/wiki/VERP Thanks, Tony Thomas <http://tttwrites.wordpress.com/&

[Wikitech-l] Monthly MediaWiki releases

2015-03-26 Thread Thomas Mulhall
Hi it has been 3-4 months since the last mediawiki releases when will they have a new release since it has been a long time. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Renaming two extension with same name

2015-03-23 Thread Thomas Mulhall
ng in the extension that could help mitigate the issue. — Krinkle On 22 Mar 2015, at 13:08, Thomas Mulhall wrote: They both have the same name and when in api it would show twice resulting in wikiaprary tracking them both and putting them in the same page causing it to show the wrong extensi

Re: [Wikitech-l] Renaming two extension with same name

2015-03-22 Thread Thomas Mulhall
They both have the same name and when in api it would show twice resulting in wikiaprary tracking them both and putting them in the same page causing it to show the wrong extension. On Sunday, 22 March 2015, 11:27, Andre Klapper wrote: On Sun, 2015-03-22 at 08:54 +, Thomas

Re: [Wikitech-l] Renaming two extension with same name

2015-03-22 Thread Thomas Mulhall
Here are links to the extension. http://www.mediawiki.org/wiki/Extension:DynamicPageList_(Wikimedia) http://www.mediawiki.org/wiki/Extension:DynamicPageList_(third-party) ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedi

[Wikitech-l] Renaming two extension with same name

2015-03-21 Thread Thomas Mulhall
Hi should we rename two extensions with the same name since it is confusing which one to use and since they have the same name the api would show the same extension twice and then wikiapriary would think your using both so if one had for example version 1.7 and the other 2.0 that would be confu

Re: [Wikitech-l] Regarding gsoc 2015

2015-03-21 Thread Tony Thomas
l ) to start working with micro-tasks well before the student application start deadline. Personally, I could see that microtasks getting assigned and worked upon within hours after posting in the phab page. Thanks, Tony Thomas <http://tttwrites.wordpress.com/> FOSS@Amrita <http://foss.am

Re: [Wikitech-l] Cross wiki templates

2015-03-04 Thread Thomas Tanon
dule [1] that allows to describe infoboxes as Lua tables. Example of description: https://fr.wikipedia.org/wiki/Module:Infobox/Monument Thomas [1] https://fr.wikipedia.org/wiki/Module:Infobox > Le 4 mars 2015 à 14:58, Lydia Pintscher a > écrit : > > On Wed, Mar 4, 2015 at 2:36 PM

Re: [Wikitech-l] GPL upgrading to version 3

2015-02-22 Thread Thomas Mulhall
Ok On Thursday, 12 February 2015, 14:42, Bryan Tong Minh wrote: On Wed, Feb 11, 2015 at 12:22 AM, David Gerard wrote: > On 10 February 2015 at 23:19, Bryan Tong Minh > wrote: > > > In fact I would prefer to go to a less restrictive license, but that is > > probably not worth the f

[Wikitech-l] Line break in php

2015-02-22 Thread Thomas Mulhall
Hi how can I do line breaks in php because I am trying to do line breaks for global in github.com/paladox/Metrolook/blob/test/MetrolookTemplate.php ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wi

[Wikitech-l] E-mail login to wiki - needs feedback

2015-02-19 Thread Tony Thomas
anks, Tony Thomas <http://tttwrites.wordpress.com/> FOSS@Amrita <http://foss.amrita.ac.in> *"where there is a wifi, there is a way"* ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] .js errors in Metrolook skins

2015-02-15 Thread Thomas Mulhall
ges that are under the arrow next to the sitename and brings a drop down of sites you want to show with the image and url On Friday, 13 February 2015, 7:37, "florian.schmidt.wel...@t-online.de" wrote: Hi Thomas, i haven't installed your skin to see the error, because i th

Re: [Wikitech-l] .js errors in Metrolook skins

2015-02-15 Thread Thomas Mulhall
How should I put that this skin is based on vector. I used the code from another user who created this skin I just cleaned it up and fixed it and added the new features to work with current mediawiki. On Sunday, 15 February 2015, 15:29, Thomas Mulhall wrote: ''2. No

Re: [Wikitech-l] Using strpos mutiple times

2015-02-14 Thread Thomas Mulhall
Nether mind by using if ( strpos( $ret['type'] = $type, 'skin' ) === false ) {  continue; } worked. On Saturday, 14 February 2015, 19:51, Thomas Mulhall wrote: Hi how can I use  strops multiple times I am trying to filter the skins api to only

[Wikitech-l] Using strpos mutiple times

2015-02-14 Thread Thomas Mulhall
Hi how can I use  strops multiple times I am trying to filter the skins api to only show skins and this wokrs but it only allows you to do one it currently looks like this if ( strpos( $ret['type'] = $type, 'parserhook' ) === 0 ) {  continue; } but I would like to get it to do

Re: [Wikitech-l] Fix problem with CollapsibleVector

2015-02-12 Thread Thomas Mulhall
Bump. On Monday, 9 February 2015, 19:34, Thomas Mulhall wrote: Bump On Monday, 9 February 2015, 19:34, Thomas Mulhall wrote:   Hi could I have some help to fix a problem that a user reported on the extension talk page. The talk page is at http://www.mediawiki.org

Re: [Wikitech-l] .js errors in Metrolook skins

2015-02-12 Thread Thomas Mulhall
Bump. On Tuesday, 10 February 2015, 14:02, Thomas Mulhall wrote: Hi I am getting js script errors in Metrolook skin. The error is in $(document).click(function(e) {  if (!$(e.target).closest('#'+openDiv).length) {   toggleDiv(openDiv);  } }); and error says Object expect

Re: [Wikitech-l] Vendro api in MediaWiki

2015-02-12 Thread Thomas Mulhall
Bump. On Thursday, 12 February 2015, 19:50, Thomas Mulhall wrote: Hi does vendor have an api like the extension api which tells you name of the extension and version. Because I have ask for WikiApriary to support vendor in there tracking wiki site and they are asking for the api

[Wikitech-l] Vendro api in MediaWiki

2015-02-12 Thread Thomas Mulhall
Hi does vendor have an api like the extension api which tells you name of the extension and version. Because I have ask for WikiApriary to support vendor in there tracking wiki site and they are asking for the api. ___ Wikitech-l mailing list Wikitech-

[Wikitech-l] .js errors in Metrolook skins

2015-02-10 Thread Thomas Mulhall
Hi I am getting js script errors in Metrolook skin. The error is in $(document).click(function(e) {  if (!$(e.target).closest('#'+openDiv).length) {   toggleDiv(openDiv);  } }); and error says Object expected. Source code is at https://git.wikimedia.org/summary/mediawiki%2Fskins%2FMetrolook and

Re: [Wikitech-l] GPL upgrading to version 3

2015-02-09 Thread Thomas Mulhall
Should we create a page on mediawiki and allow people to vote for it or against. And advertise it on Wikimedia wiki so that users know there is a vote going on for GPL3. and we should hold the vote for 2 to 3 months giving time for users to vote and since this would probably be a big update to G

Re: [Wikitech-l] Fix problem with CollapsibleVector

2015-02-09 Thread Thomas Mulhall
Bump On Monday, 9 February 2015, 19:34, Thomas Mulhall wrote:   Hi could I have some help to fix a problem that a user reported on the extension talk page. The talk page is at http://www.mediawiki.org/wiki/Extension_talk:CollapsibleVector and the title is flickering. I am not

[Wikitech-l] Fix problem with CollapsibleVector

2015-02-09 Thread Thomas Mulhall
  Hi could I have some help to fix a problem that a user reported on the extension talk page. The talk page is at http://www.mediawiki.org/wiki/Extension_talk:CollapsibleVector and the title is flickering. I am not sure how to fix the problem I was wandering if someone on here knew how to fix t

  1   2   3   4   5   6   7   8   >