[Wikitech-l] Could not acquire (database)_message:en:status lock

2015-03-07 Thread Justin Folvarcik
a load-balanced server setup including two web servers with nginx, a PHP-FPM server, a MariaDB server, a redis server, and an NFS file server which contains the codebase. All of them run on Ubuntu 14.04. Any help is greatly appreciated. Justin Folvarcik ___

Re: [Wikitech-l] Andre's Bugzilla-Phabricator migration analysis

2014-12-19 Thread Justin Folvarcik
When is Phabricator expected to fully replace bugzilla? Or is it already the de facto standard? Justin Folvarcik On Fri, Dec 19, 2014 at 5:45 AM, Quim Gil wrote: > Andre won't tell you, but he wrote this: > > http://blogs.gnome.org/aklapper/2014/12/17/welcome-phabricator/ &

Re: [Wikitech-l] Feature request.

2014-11-20 Thread Justin Folvarcik
MediaWiki core or into natively packaged extensions. Justin Folvarcik On Thu, Nov 20, 2014 at 2:00 PM, James Forrester wrote: > On 20 November 2014 09:33, Gergo Tisza wrote: > > > Anyway, the proper solution for this problem is autosaving article > drafts. > > IIRC

Re: [Wikitech-l] changing edit summaries

2014-11-13 Thread Justin Folvarcik
reason to make provisions for people who refuse to do so. Justin Folvarcik On Thu, Nov 13, 2014 at 11:03 AM, Helder . wrote: > On Thu, Nov 13, 2014 at 1:42 PM, Derric Atzrott > wrote: > >> Indeed - I am somewhat surprised by James's firm opposition. > > > &g

Re: [Wikitech-l] Feedback for mediawiki api development course on codecademy.

2014-07-23 Thread Justin Folvarcik
s we couldn't implement > >>>> tutorial > >>>> > on > >>>> > > "editing wiki pages through api call" from a non wiki site yet. We > >>>> are > >>>> > > waiting till we find a good and easy way to demo that. > >>>> > > > >>>> > > Feedback may include: > >>>> > > * Are the exercises easy to understand for novice > users/developers? > >>>> > > * Are changes needed in the look of exercises? > >>>> > > * Are there any exercises which need not to be implemented or in > too > >>>> > depth? > >>>> > > * Any other thing? > >>>> > > > >>>> > > Thanks, > >>>> > > > >>>> > > -- > >>>> > > > >>>> > > *Regards,* > >>>> > > *Diwanshi Pandey* > >>>> > > ___ > >>>> > > 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 > >>>> > >>>> > >>>> > >>>> > >>>> -- > >>>> > >>>> *Regards,* > >>>> *Diwanshi Pandey* > >>>> ___ > >>>> Wikitech-l mailing list > >>>> Wikitech-l@lists.wikimedia.org > >>>> https://lists.wikimedia.org/mailman/listinfo/wikitech-l > >>>> > >>> > >>> > > > > > > -- > > > > *Regards,* > > *Diwanshi Pandey* > > > ___ > Wikitech-l mailing list > Wikitech-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > -- Justin Folvarcik ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] [Pkg-mediawiki-devel] [MediaWiki-announce] MediaWiki 1.23.0 released

2014-06-08 Thread Justin Folvarcik
Full release notes: > > > > > https://git.wikimedia.org/blob/mediawiki%2Fcore.git/1.23.0/RELEASE-NOTES-1.23 > > https://www.mediawiki.org/wiki/Release_notes/1.23 > > > > > > ** > > Down

Re: [Wikitech-l] Callback for mw.toolbar.addButton() executes on edit view load instead of on click

2014-04-23 Thread Justin Folvarcik
endency would do). > > — Krinkle > > On 23 Apr 2014, at 14:21, Justin Folvarcik wrote: > > > Am I correct in assuming that adding a check for mw.toolbar will help > > prevent the code from causing errors when in an edit view without a > toolbar? > > > >

Re: [Wikitech-l] Callback for mw.toolbar.addButton() executes on edit view load instead of on click

2014-04-23 Thread Justin Folvarcik
/api/mw.toolbar-method-addButton > > If you need a callback, I'd recommend you re-enable the WikiEditor toolbar > instead of the legacy classic toolbar, and use its API to add a button > instead. > > The WikiEditor API provides a wide range of features, including a callback. >

Re: [Wikitech-l] Callback for mw.toolbar.addButton() executes on edit view load instead of on click

2014-04-21 Thread Justin Folvarcik
014 at 4:09 PM, Justin Folvarcik > wrote: > > > > I'm trying to write a script to remove duplicate links with the click of > a > > button in the toolbar, yet when I set the function as the callback for > the > > button, it runs the function on page load

[Wikitech-l] Callback for mw.toolbar.addButton() executes on edit view load instead of on click

2014-04-21 Thread Justin Folvarcik
ck: removeDuplicateLinks(), } ); } I've tried setting the callback to 'removeDuplicateLinks', removeDuplicateLinks, and I've even tried turning it into an anonymous function bound to a variable, which I then tried to pass as the callback. Am I misusing syntax, here? I'd

Re: [Wikitech-l] Implementation JSON based localisation format for MediaWiki nearly completed

2014-04-03 Thread Justin Folvarcik
Good to know, thanks. On Thu, Apr 3, 2014 at 10:07 AM, Niklas Laxström wrote: > 2014-04-03 16:53 GMT+03:00 Justin Folvarcik : > > Just a question: Are the messages still able to be accessed like they > were > > before, or will new methods be introduced to gather them and d

Re: [Wikitech-l] Implementation JSON based localisation format for MediaWiki nearly completed

2014-04-03 Thread Justin Folvarcik
gt; more efficient to implement a post-processing script and keep the > MediaWiki > > codebase consistent regarding indentation. > > You mean like this ? > https://gerrit.wikimedia.org/r/#/c/121632/2/i18n/en.json > > DJ > > > ___

Re: [Wikitech-l] Requesting advice about formSpecialPage and ResourceLoader

2014-03-16 Thread Justin Folvarcik
And yes, I did read that page. I just couldn't figure out what I could set $wgResourceModules to in order to accomplish my goal. On Sun, Mar 16, 2014 at 10:37 AM, Justin Folvarcik wrote: > I realized that what I said might have given the wrong impression. This is > a script wh

Re: [Wikitech-l] Requesting advice about formSpecialPage and ResourceLoader

2014-03-16 Thread Justin Folvarcik
> - Trevor > > > On Sun, Mar 16, 2014 at 7:22 AM, Trevor Parscal >wrote: > > > Have you read > > > http://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoaderyet > ? > > > > - Trevor > > > > > > On Sun,

[Wikitech-l] Requesting advice about formSpecialPage and ResourceLoader

2014-03-16 Thread Justin Folvarcik
eveloping is located in my github, here: http://github.com/Justin-Folvarcik/ContactUs Source for the class is in SpecialContactUs.php, and the js and css are currently unused while I work out the rest of the technical details. If I could possibly get some pointers about it, I'd appreciate it.