Re: [Wikitech-l] Html comments into raw wiki code: can they be wrapped into parsed html?

2012-12-29 Thread Paul Selitskas
Perhaps, you chose the wrong approach. Dig in HTML5 data attributes, for examples. That's a better data interface between wikipage code and the View. You can then access them with $(selector).data() method. On Sun, Dec 30, 2012 at 12:23 AM, Alex Brollo wrote: > I'd like to use html comment into

Re: [Wikitech-l] Html comments into raw wiki code: can they be wrapped into parsed html?

2013-01-01 Thread Paul Selitskas
Exactly. >>Nevertheless: is HTML5 already in use? If it isn't, when it will be introduced into any wiki? HTML5 was introduced into Wikipedia (and MediaWiki by default, see $wgHtml5[1]) lately. FYI, in be.wikisource data fields are used to make a link to both Belarusian Wikipedias in a link hover![

Re: [Wikitech-l] wikiCodeEditor - Code Editor for MediaWiki CSS and JavaScript pages

2013-01-13 Thread Paul Selitskas
Hello. It looks fantastic from the first sight, but it has a lot of things yet to polish. I left some issue tickets in GitHub. And I hope that you'll see some pull requests soon! :) On Mon, Jan 14, 2013 at 1:25 AM, Sibi Prabakaran wrote: > Hello everyone! > > We have developed a Code Editor for

[Wikitech-l] Extension code review

2013-01-16 Thread Paul Selitskas
Hi, I'm writing a new extension and would like to get some code reviewers (even 1 would be fantastic). May I have any assistance? Extension: http://www.mediawiki.org/wiki/Extension:NamespaceRelations Current pending reviews: https://gerrit.wikimedia.org/r/#/q/status:open+project:mediawiki/extensi

Re: [Wikitech-l] Html comments into raw wiki code: can they be wrapped into parsed html?

2013-01-22 Thread Paul Selitskas
What do you mean by >> any wikicode (template call, parameter, link) present into >> the value of infobox parameter breaks the stuff, since it is parsed and >> expanded by parser with unpredictable results. If your {{{author}}} doesn't have anything and it's aсceptable, then make it {{{author|

Re: [Wikitech-l] Html comments into raw wiki code: can they be wrapped into parsed html?

2013-01-22 Thread Paul Selitskas
There will be no mess. You'll just get (did you even lift^Wtry, bro? :)), at least at Wikipedia that is what I get. If it could pass raw HTML into attributes, you'd get a huge hole for XSSploits lovers. On Wed, Jan 23, 2013 at 1:03 AM, Alex Brollo wrote: > 2013/1/22 Paul Selitska

Re: [Wikitech-l] Html comments into raw wiki code: can they be wrapped into parsed html?

2013-01-22 Thread Paul Selitskas
It will just strip the whole attribute if there is a quote in. That is why we have {{urlencode:{{{1}}}|WIKI}} (or any other mode). On Wed, Jan 23, 2013 at 1:18 AM, Bawolff Bawolff wrote: > On 2013-01-22 6:03 PM, "Alex Brollo" wrote: > > > > 2013/1/22 Paul Selitskas &

Re: [Wikitech-l] Html comments into raw wiki code: can they be wrapped into parsed html?

2013-01-22 Thread Paul Selitskas
Filed a bug report: <https://bugzilla.wikimedia.org/show_bug.cgi?id=44262>. On Wed, Jan 23, 2013 at 1:34 AM, Matthew Flaschen wrote: > On 01/22/2013 05:24 PM, Paul Selitskas wrote: > > It will just strip the whole attribute if there is a quote in. That is > why > >

Re: [Wikitech-l] Html comments into raw wiki code: can they be wrapped into parsed html?

2013-01-23 Thread Paul Selitskas
It definitely needs a redesign or a different approach. I believe that putting rendered view into data attributes is the worst practice ever. Data is for data, and if you want to put rendering onto client's shoulders (that is why you want these data attributes, right?), then you should not mix clie

Re: [Wikitech-l] wikiscan / similar for english wikipedia

2013-01-30 Thread Paul Selitskas
Perhaps, we should not limit such requests to just English Wikipedia. It's better to contact the project maintainers directly first. If this tool is really powerful and useful, maybe Wikimedia Labs could be a new home for it? On Thu, Jan 31, 2013 at 12:38 AM, rupert THURNER wrote: > hi, > > is

[Wikitech-l] Technical design review of extension

2013-02-08 Thread Paul Selitskas
Hello. I wrote an extension[1] for Wikinews and Wiktionary to replace the JS-driven custom tabs (Opinions in Wikinews, Citations/Template documentation in Wiktionary). According to the manual, as there were no "pros" heard from Design-l, now the extension must undergo a technical design review, b

Re: [Wikitech-l] Technical design review of extension

2013-02-08 Thread Paul Selitskas
On Sat, Feb 9, 2013 at 4:56 AM, Matthew Flaschen wrote: > On 02/08/2013 08:35 PM, Paul Selitskas wrote: > > According to the manual, as there were no "pros" heard from Design-l, now > > the extension must undergo a technical design review, before it is > decided >

Re: [Wikitech-l] Technical design review of extension

2013-02-08 Thread Paul Selitskas
t; *Tyler Romeo* > Stevens Institute of Technology, Class of 2015 > Major in Computer Science > www.whizkidztech.com | tylerro...@gmail.com > > > On Fri, Feb 8, 2013 at 9:07 PM, Paul Selitskas >wrote: > > > On Sat, Feb 9, 2013 at 4:56 AM, Matthew Flaschen < > mfl

Re: [Wikitech-l] Font at dv.wikipedia and dv.wiktionary

2013-02-12 Thread Paul Selitskas
These fonts seem to be packaged in a .deb-pack. http://bazaar.launchpad.net/~mvishah/ttf-dhivehi-fonts/trunk/view/head:/debian/copyright On Tue, Feb 12, 2013 at 7:30 PM, Gerard Meijssen wrote: > Hoi, > I have been looking at the font.. The one thing that is important and I > cannot find is an in

Re: [Wikitech-l] WikiEditor caching (??)

2013-02-16 Thread Paul Selitskas
WikiEditor is initialized when the 'ready' event is fired in JavaScript: /extensions/WikiEditor/modules/ext.wikiEditor.js: $( document ).ready( function() { // Initialize wikiEditor $( '#wpTextbox1' ).wikiEditor(); } ); First we need to find out when is the right moment to initialize WikiEditor,

Re: [Wikitech-l] Proper category collation support finally implemented!

2013-02-27 Thread Paul Selitskas
Does this need any maintenance/* runs? I want to test this for Belarusian (be + be-tarask), although now I have what I had before the git pull. On Thu, Feb 28, 2013 at 1:50 AM, Bartosz Dziewoński wrote: > Just yesterday I managed to get https://gerrit.wikimedia.org/r/#/c/49776/ > merged. Based he

Re: [Wikitech-l] Proper category collation support finally implemented!

2013-02-27 Thread Paul Selitskas
n the same section as «У». It's not an urgent request, just my curiosity. On Thu, Feb 28, 2013 at 2:27 AM, Bartosz Dziewoński wrote: > On Thu, 28 Feb 2013 00:20:09 +0100, Paul Selitskas > wrote: > >> Does this need any maintenance/* runs? I want to test this for >> Belarus

Re: [Wikitech-l] Problem with CentralAuth in MobileFrontend

2013-02-27 Thread Paul Selitskas
Do you use the same protocol in Wikipedia and other projects? When I first log in via HTTPS and then somehow get to HTTP, I need to log in. On Thu, Feb 28, 2013 at 4:10 AM, Yuri Astrakhan wrote: > I am seeing this issue right now on desktop - I am logged in into en-wiki, > and all other languages

Re: [Wikitech-l] Proper category collation support finally implemented!

2013-02-28 Thread Paul Selitskas
The result in the link you provided is ideal. Г and Ґ are in one bucket, while У and Ў are separated. That's what we need. Great job done! On Thu, Feb 28, 2013 at 6:24 PM, Bartosz Dziewoński wrote: > On Thu, 28 Feb 2013 00:33:57 +0100, Paul Selitskas > wrote: > >> I had t

Re: [Wikitech-l] Global user CSS and JS

2013-03-05 Thread Paul Selitskas
I may be saying rubbish, but... I think we should have a checkbox in Preferences where we can switch off global JS and CSS for the wiki where this checkbox is set/unset. Let's imagine I have a script which fits well for every project but Wikidata. Then I go to the preferences and just disable the

Re: [Wikitech-l] Category sorting in random order

2013-03-11 Thread Paul Selitskas
Can you add Belarusian projects as well? 'bewiki' => 'uca-be', 'bewikisource' => 'uca-be', 'be_x_oldwiki' => 'uca-be', I was denied while sending a patch for review. On Mon, Mar 11, 2013 at 3:18 PM, Bartosz Dziewoński wrote: > This temporary, due to bug 45446 being fixed right now. Give it 24

Re: [Wikitech-l] Category sorting in random order

2013-03-11 Thread Paul Selitskas
Git review, of course. The log is here: <http://pastebin.com/iC4N1am0> On Tue, Mar 12, 2013 at 1:46 AM, Matthew Flaschen wrote: > On 03/11/2013 08:38 AM, Paul Selitskas wrote: > > Can you add Belarusian projects as well? > > > > 'bewiki' =>

Re: [Wikitech-l] Category sorting in random order

2013-03-11 Thread Paul Selitskas
> > On 2013-03-11 8:05 PM, "Paul Selitskas" wrote: > > > > Git review, of course. The log is here: <http://pastebin.com/iC4N1am0> > > > > > > On Tue, Mar 12, 2013 at 1:46 AM, Matthew Flaschen > > wrote: > > > > > On

Re: [Wikitech-l] Who is responsible for communicating changes in MediaWiki to WMF sites?

2013-03-21 Thread Paul Selitskas
Example: We are running a fix in category sorting collations. That was a fix for the bug (introduced by developers, 3rd party software, whatever), not an enhancement. Anyway, notifying the community and its approval was requested. On Thursday, March 21, 2013, Quim Gil wrote: > On 03/21/2013 02:55

Re: [Wikitech-l] 1.21wmf12 re-deployed (was Re: wmf12 rollback, all wikis (except test2) are on wmf11)

2013-03-22 Thread Paul Selitskas
May this be connected with the deployment? https://www.wikidata.org/wiki/Wikidata:Project_chat#Special:ItemByTitle_changes_.22_.22_with_.22_.22_in_.22site.22 On Sat, Mar 23, 2013 at 12:26 AM, Greg Grossmeier wrote: > > > We're still diagnosing/etc. > > Thanks to Aaron Schulz for debugging with

Re: [Wikitech-l] A new project - Wikicards

2013-04-07 Thread Paul Selitskas
Indeed. We have a Universal Language Selector for 3rd party websites already. This one would be super-duper great. This is where Wikidata can play its part as well! As for images, we have already a PageImages extension in all wikis, and we have Wikidata, where item properties may point to images.

Re: [Wikitech-l] whatcanidoforwikipedia.org

2013-04-07 Thread Paul Selitskas
Please, don't forget to make the website translatable. Although most tech people speak English, they will be much more pleased to contribute if they are invited in their mother tongue. :) On Sun, Apr 7, 2013 at 7:17 PM, Quim Gil wrote: > Thank you Yuvi for putting efforts in new contributor outre

Re: [Wikitech-l] whatcanidoforwikipedia.org

2013-04-07 Thread Paul Selitskas
Sure. Translatewiki FTW. :) Perhaps you would try to ask the Language Engineering Team for some consulting and assisting (Amire, Nikkerabit or Siebrand, saying off-hand). On Sun, Apr 7, 2013 at 7:25 PM, Yuvi Panda wrote: > On Sun, Apr 7, 2013 at 9:50 PM, Paul Selitskas wrote: >> Plea

Re: [Wikitech-l] whatcanidoforwikipedia.org

2013-04-07 Thread Paul Selitskas
One more moment (which is not very common for English): lack of reliable sources. We've already had experience in getting access to different scientific works. We should pursue this goal as well. There may be people willing to write good article, but those people lack sources to start their work fr

Re: [Wikitech-l] Project Idea for GSoC 2013 - Bayesian Spam Filter

2013-04-13 Thread Paul Selitskas
On Sat, Apr 13, 2013 at 2:42 AM, Brian Wolff wrote: > > Qgill wrote: >>It might have a performance penalty in a site like English Wikipedia with > plenty of concurrent edits, but for starters it could be potentially useful > to the 99% of MediaWiki instances that have a significantly smaller numbe

Re: [Wikitech-l] Tutorial on Semantic MediaWiki in Russian

2013-04-19 Thread Paul Selitskas
That is a nice starter guide! Thank you, Yury! On Fri, Apr 19, 2013 at 7:35 PM, Yury Katkov wrote: > Hi everyone! > > In Semantic MediaWiki we have great but very long documentation. I've tried > to write a small introduction to SMW. It's only in Russian now (I know that > some amount of Russian

Re: [Wikitech-l] Support for multiple content languages in MW core

2013-04-24 Thread Paul Selitskas
I've already tried both using page properties to store page content language and modifying ContentHandler::getPageLanguage()[1]. In both cases parser worked in a different language scope and didn't process magic words written in a default wiki language (e.g. Russian [[Категория:Test]] wouldn't work

Re: [Wikitech-l] GSoC proposals: Wikidata language fallback and conversion ( + one backup: category redirects )

2013-04-27 Thread Paul Selitskas
How about if I don't want such fallback to work for me? What if I'd like to see what is labeled and what is not? Have you considered this a user option with a flexible fallback schema or a site-wide preference with a fixed one? In general, this is a very good Wikidata feature yet not implemented.

Re: [Wikitech-l] Countdown to SSL for all sessions?

2013-04-29 Thread Paul Selitskas
There are some situations when HTTPS won't work (for example, blocked by provider or government). How does one disable HTTPS without actually accessing a HTTPS version if the user is redirected from HTTP automatically? HTTPS was once blocked in Belarus, thus disabling access to above mentioned GMa

Re: [Wikitech-l] Countdown to SSL for all sessions?

2013-04-29 Thread Paul Selitskas
On Tue, Apr 30, 2013 at 5:55 AM, Tyler Romeo wrote: > On Mon, Apr 29, 2013 at 9:07 PM, Paul Selitskas wrote: > >> There are some situations when HTTPS won't work (for example, blocked >> by provider or government). How does one disable HTTPS without >> actually acc

[Wikitech-l] Feature proposal: backups while editing articles

2013-04-30 Thread Paul Selitskas
While editing Wikipedia articles, I often faced a situtation when I accidently pressed "Back" in browser, then spontaneously pressing random buttons, returning the edit form and... having a blank editor or the last submitted version of an article. I've been so much frustrated every time when I ruin

Re: [Wikitech-l] Feature proposal: backups while editing articles

2013-04-30 Thread Paul Selitskas
Oh, thanks for pointing this out too. I should have prepare better. Unfortunately, this patch has some obvious flaws. But they can be fixed, I hope so. On Tue, Apr 30, 2013 at 5:27 PM, Bartosz Dziewoński wrote: > Somebody tried to implement that in MediaWiki core about a year ago: > https://ger

Re: [Wikitech-l] Feature proposal: backups while editing articles

2013-04-30 Thread Paul Selitskas
We could mix these two approaches, but the working copy going behind the latest change is the main issue. We're not talking about git, and it is natural text to be merged, unlike the programming languages. That is why I'm certain that every draft stored at the server-side should be treated as outda

Re: [Wikitech-l] Code style: overuse of Html::element()

2013-05-13 Thread Paul Selitskas
Also, standards can change sometimes and same tags may change. It's better to change a thing in one place than chasing the mysterious bug. On Mon, May 13, 2013 at 9:22 PM, Tyler Romeo wrote: > Chris makes a good point. Also, it should be noted that the Html class does > a lot more than just esc

Re: [Wikitech-l] Processing unknown named template parameters with Scribunto

2013-05-14 Thread Paul Selitskas
Yes, Lula (lol :)) seems to fit your purpose well. Look here[1], it just works! --- [1] https://en.wikipedia.org/wiki/Template:Navbox On Tue, May 14, 2013 at 11:09 AM, Toni Hermoso Pulido wrote: > Hello, > > yesterday I found myself with a problem similar to the one described here: > > http://s

Re: [Wikitech-l] Code style: overuse of Html::element()

2013-05-15 Thread Paul Selitskas
Besides, it adds much more overhead. What should we favour: readability or perfomance? On Wed, May 15, 2013 at 11:43 PM, Tim Landscheidt wrote: > Chris Steipp wrote: > > > [...] > > > It looks like we can define custom filters in twig, so we may be able > > to move the review to making sure th

Re: [Wikitech-l] Centralized Lua modules for Wikisource (OPW mentor needed)

2013-05-31 Thread Paul Selitskas
It's the worst case scenario. "Bot syncing" is a bad practice (and it was such since the beginning of times). Since we have banners (CentralNotice) and interwiki links (Wikidata) centralized, perhaps we should move forward and start centralizing on-wiki development efforts. There are also "global"

Re: [Wikitech-l] Centralized Lua modules for Wikisource (OPW mentor needed)

2013-06-02 Thread Paul Selitskas
Yeah, let's make them configurable so people can set the scope of projects (all wikis, specific families, etc... languages?). On Sun, Jun 2, 2013 at 2:21 PM, Mathieu Stumpf < psychosl...@culture-libre.org> wrote: > Le vendredi 31 mai 2013 à 11:15 -0400, David Cuenca a écrit : > > Hi all, > > > >

Re: [Wikitech-l] ???!!! ResourceLoader loading extension CSS DYNAMICALLY?!!

2013-06-05 Thread Paul Selitskas
Why so many question marks? :) There is OutputPage::addModuleStyles(), it's said that it enables module CSS files via tags instead of loading it by means of JavaScript. Iirc, it works right like advertised. On Wed, Jun 5, 2013 at 3:43 PM, wrote: > Hello! > > I've got a serious issue with Resou

Re: [Wikitech-l] New git-review lets you configure 'origin' as the gerrit remote

2013-06-05 Thread Paul Selitskas
Tried setting up the global config in /etc. git-review's gone wild with an exception (very sorry, I switched the terminal off and cannot provide the backtrace; I remember it wanted 'updates' section or some kind of). Luckly ~/.config/ worked well, thanks! On Sat, Jun 1, 2013 at 1:14 AM, Ori Livne

[Wikitech-l] Strange PHPUnit behaviour

2013-06-07 Thread Paul Selitskas
Hola! I noticed something very strange in unit tests for /languages/Language.php (/tests/phpunit/languages/LanguageTest.php): Language::sprintfDate() is tested to conform with expected formatted date strings. In the test file method 'provideSprintfDateSamples' provides a test case for the format

Re: [Wikitech-l] Deprecating use of the style attribute (part 1)

2013-06-11 Thread Paul Selitskas
I think Template:Foo.css would be just a MediaWiki template, and there would be a way to forward some arguments to the CSS template. On Wed, Jun 12, 2013 at 5:44 AM, Brad Jorsch wrote: > On Tue, Jun 11, 2013 at 8:39 PM, Jon Robson wrote: > > All the patch does is allow Template:Foo to have an

[Wikitech-l] Automating Main Page with Lua

2013-06-17 Thread Paul Selitskas
Turning back to the automating thing and the Main Page. I've got tired updating the Other Wikipedias section (congratulations to the Swedish Wikipedia!), so I wrote some code to automate the job. There is a bot that updates different statistics per wiki. I decided to parse the data page and push

Re: [Wikitech-l] PHP 5.4 (we wish)

2013-06-21 Thread Paul Selitskas
We should have stayed on PHP4 if this is a trouble. Perfomance may be a problem (which is not much in 5.4 iirc), syntax flaws may be a problem (and this one fixes one of the flaws). Yes, it will take us some time to upgrade MW to 5.4 or 5.5, but deprecations are detected by any contemporary PHP IDE

Re: [Wikitech-l] Is it possible to opt out of LiquidThreads?

2013-07-17 Thread Paul Selitskas
Oh, just in case there was no such question on the list yet: will LQT threads be somehow converted to the Flow format, whatever it is? How would one access old talks otherwise? On Wed, Jul 17, 2013 at 9:34 PM, Brion Vibber wrote: > On Wed, Jul 17, 2013 at 11:29 AM, Jon Robson wrote: > > > Is t

Re: [Wikitech-l] Git config trick.

2013-07-19 Thread Paul Selitskas
Father of God^WGit. Thanks, works like a charm! On Fri, Jul 19, 2013 at 8:40 PM, Ori Livneh wrote: > In ~/.gitconfig, add: > > [url "ssh://your_usern...@gerrit.wikimedia.org:29418/mediawiki/extensions/ > "] > insteadOf = "ext:" > > Now you can: > > git clone ext:UploadWizard > > ! > > --- >

Re: [Wikitech-l] [Wikidata-tech] Incorrect language code?

2013-07-21 Thread Paul Selitskas
https://bugzilla.wikimedia.org/show_bug.cgi?id=41723 On Sun, Jul 21, 2013 at 9:23 AM, Hazard-SJ wrote: > Just to add to this, this issue also exists for other pairs of codes > (als/gsw, bat-smg/sgs, and probably more). > > > > Hazard-SJ > > > > > From: Hazard-S

Re: [Wikitech-l] How's the SSL thing going?

2013-07-31 Thread Paul Selitskas
Can we enable full security mode (as an optional feature) geographically based on the most concerned governments, if the whole thing isn't going fast due to lack of resources? On Wed, Jul 31, 2013 at 11:35 PM, Tyler Romeo wrote: > Like I've said before, the NSA spying on what users are reading

Re: [Wikitech-l] How's the SSL thing going?

2013-07-31 Thread Paul Selitskas
l 31, 2013 at 1:39 PM, Paul Selitskas >wrote: > > > Can we enable full security mode (as an optional feature) geographically > > based on the most concerned governments, if the whole thing isn't going > > fast due to lack of resources? > > > > > No. That

[Wikitech-l] HTTPS central notice - translation needed?

2013-08-20 Thread Paul Selitskas
Usually central notice banners link to an announcement that can be viewed in many languages. The HTTPS banner that is being displayed at the moment links to a rough page[0] that has only English version. Could anyone craft an announcement suitable for translation? [0] https://meta.wikimedia.

Re: [Wikitech-l] You know, we really should shift to Windows

2013-08-21 Thread Paul Selitskas
This very article seems like yet another "Hey check out my brand new Wikipedia redesign!" story. No, you're not wrong. They took the170/385 numbers from the Labs stats. On Wed, Aug 21, 2013 at 6:12 PM, hoo wrote: > Am I wrong or did they actually calculate that for labs only (which > would be rat

Re: [Wikitech-l] New search backend live on mediawiki.org

2013-08-28 Thread Paul Selitskas
Will it be set as the search backend further on Wikimedia projects? Is there source code available for Elasticsearch on Gerrit? I couldn't find it. Stemming doesn't work for some languages at all, thus searching exact matches only. On Wed, Aug 28, 2013 at 9:20 PM, Nikolas Everett wrote: > Today

Re: [Wikitech-l] [Wikitech-ambassadors] VisualEditor weekly update - 2013-09-05 (MW 1.22wmf16)

2013-09-05 Thread Paul Selitskas
On Fri, Sep 6, 2013 at 3:40 AM, James Forrester wrote: > All, > > We also added a set of keyboard shortcuts for setting the block > formatting: Ctrl+0 sets a block as a paragraph; Ctrl+1 up to Ctrl+6 sets > it as a Heading 1 ("Page title") to Heading 6 ("Sub-heading 4"); Ctrl+7 sets > it as pre-fo

Re: [Wikitech-l] question about wikimedia apache module mod_pagespeed

2013-09-11 Thread Paul Selitskas
Hi Luke, Max Semenik has already evaluated mod_pagespeed. You can see the report here: https://www.mediawiki.org/wiki/User:MaxSem/mod_pagespeed On Wed, Sep 11, 2013 at 2:25 PM, Luke Frank wrote: > Hello, > > it's possible to add the Google Page Speed module on the wikipedia apache ? > For spee

Re: [Wikitech-l] Officially supported MediaWiki hosting service?

2013-10-01 Thread Paul Selitskas
I think Brion should have expressed some distinction between Wiki services (like Wikia), and hosting services that provide everything for MediaWiki to run smoothly, incl. caching software and other fancy stuff. On Tue, Oct 1, 2013 at 9:23 PM, Jay Ashworth wrote: > Something other than Wikia, th

Re: [Wikitech-l] FWD: [Bug 58236] New: No longer allow gadgets to be turned on by default for all users on Wikimedia sites

2013-12-09 Thread Paul Selitskas
Yep, that's what I did too a year a two ago. Since some parts of front-end code work quite differently in Common.js and gadgets, it's bettet to put modular stuff (esp. ones that users would like to opt-out of) in gadgets. On Tue, Dec 10, 2013 at 12:38 AM, Liangent wrote: > MediaWiki:Common.js c

Re: [Wikitech-l] Non-Violent Communication

2014-02-18 Thread Paul Selitskas
Thanks for a nice tasty bikeshed on a technical mailing list. I assume your good faith, and I foresee its consequences. You couldn't employ your NVC skills because you were, quote, in a hurry, end quote. That means, NVC just doesn't work when it's needed. I don't think everyone here has a lot of s

Re: [Wikitech-l] HtmlBuilder virus

2014-06-06 Thread Paul Selitskas
I believe it is an ironic call for action to move from scripted HtmlBuilder to its "native" equivalent. On Sat, Jun 7, 2014 at 1:33 AM, Cristian Consonni wrote: > 2014-06-07 0:24 GMT+02:00 Ricordisamoa : > > The HtmlBuilder module virus, also known as HB-N1, which stemmed at the > > English Wik