Re: [Wikitech-l] A Shorturl Service for Wikipedia Projects by Node.js

2010-08-05 Thread സാദിക്ക് ഖാലിദ് Sadik Khali d
On Thu, Aug 5, 2010 at 8:57 AM, Mingli Yuan mingli.y...@gmail.com wrote: Now a test server was setup and 5 languages are supported * http://ultrafilter.org:8080/s/cs There is 'n' at top left corner of the screen * http://ultrafilter.org:8080/s/en Working *

Re: [Wikitech-l] A Shorturl Service for Wikipedia Projects by Node.js

2010-08-05 Thread Liangent
On 8/5/10, Mingli Yuan mingli.y...@gmail.com wrote: Now a test server was setup and 5 languages are supported Special characters are not escaped. Try in the box. ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] A Shorturl Service for Wikipedia Projects by Node.js

2010-08-05 Thread Mingli Yuan
Thanks Liangent and Sadik. Since this list is not the place to discuss bugs, please send your findings at below link http://github.com/mountain/shortify/issues http://github.com/mountain/shortify/issuesThanks very much. On Thu, Aug 5, 2010 at 1:57 PM, Mingli Yuan mingli.y...@gmail.com wrote:

Re: [Wikitech-l] Custom editor hooks

2010-08-05 Thread Jacopo Corbetta
On Thu, Aug 5, 2010 at 07:04, Daniel Friesen li...@nadir-seen-fire.com wrote: 1) I use the EditPageBeforeEditChecks hook to add a checkbox to disable MeanEditor. However, I also need to set it to the correct value. Right now, I am overriding the entire showStandardInputs function just to

Re: [Wikitech-l] Is thers a extension to implement a cornell notes

2010-08-05 Thread Dmitriy Sintsov
* 尹永宏 yinyongh...@gmail.com [Wed, 4 Aug 2010 16:39:32 +0800]: Hi all I'm looking for a extension to implement a cornell notes( http://en.wikipedia.org/wiki/Cornell_Notes). do you have any idea? I haven't heard about such extension. However, I've read wikipedia article you mentioned, and it

Re: [Wikitech-l] New table: globaltemplatelinks

2010-08-05 Thread Pierre-Yves Guerder
We are having more and more global uses. We should have a global namespace mapping so that each global table doesn't need to copy the namespace names just for display. Maybe, but that's not easy. Storing the namespace name sounds like an acceptable intermediate solution. It would be a

Re: [Wikitech-l] Debian packages (was MediaWiki version statistics)

2010-08-05 Thread Tim Starling
On 03/08/10 00:16, Lane, Ryan wrote: Please Debian, keep your version of MediaWiki up to date at least to the oldest stable release, and please send your fixes upstream when you find unfixed bugs. Debian Stable is stable in the sense that it doesn't change very often, it's not stable in the

Re: [Wikitech-l] MediaWiki version statistics

2010-08-05 Thread Tim Starling
On 03/08/10 00:01, Jacopo Corbetta wrote: I haven't read all the documents, but have these researchers taken into account backported fixes? No. Their work mostly revolves around defeating version number obfuscation by correlating various properties of the application with the version number.

Re: [Wikitech-l] MediaWiki version statistics

2010-08-05 Thread OQ
On Thu, Aug 5, 2010 at 10:13 AM, Tim Starling tstarl...@wikimedia.org wrote: Or indeed, that they don't create new bugs that are even worse (as Kurt Roeckx did with his famous fix for some spurious valgrind warnings in OpenSSL). The onus isn't 100% on Debian, partial blame can be on the

[Wikitech-l] Selenium Framework - Question on coding conventions

2010-08-05 Thread Markus Glaser
Hello everybody, in order to further develop the selenium framework [1], I need to make a few design decisions, especially on coding conventions, which I'd like to discuss on this list, since they affect the way of how extension- and core developers write their tests. 1) Where are the tests

Re: [Wikitech-l] Selenium Framework - Question on coding conventions (wican: to exclusive)

2010-08-05 Thread Jim Laurino
On 08/05/2010 12:37:01 PM, Markus Glaser - gla...@hallowelt.biz wrote: Hello everybody, snip 5) Aesthetics... There is an awful lot of Selenium in the class names, method names, file names and variable names. It might be a good idea to use Sn everywhere except for path names.

[Wikitech-l] Testing Framework (was Selenium Framework - Question on coding conventions)

2010-08-05 Thread Mark A. Hershberger
Markus Glaser gla...@hallowelt.biz writes: 1) Where are the tests located? I suggest for core to put them into maintenance/tests/selenium. That is where they are now. For extensions I propse a similar structure, that is extensiondir/tests/selenium. Sounds fine. In the same way, since

Re: [Wikitech-l] Testing Framework (was Selenium Framework - Question on coding conventions)

2010-08-05 Thread Chad
On Thu, Aug 5, 2010 at 6:47 PM, Mark A. Hershberger m...@everybody.org wrote: Markus Glaser gla...@hallowelt.biz writes: 1) Where are the tests located? I suggest for core to put them into maintenance/tests/selenium. That is where they are now. For extensions I propse a similar structure,

Re: [Wikitech-l] Debian packages (was MediaWiki version statistics)

2010-08-05 Thread Platonides
David Gerard wrote: On 3 August 2010 00:17, Edward Z. Yang ezy...@mit.edu wrote: 2. Distributors roll patches without telling upstream developers who would happily accept them into the mainline. Has anyone reported the following as Debian bugs? * Package maintainer not

Re: [Wikitech-l] Debian packages (was MediaWiki version statistics)

2010-08-05 Thread Platonides
My idea for a FHS-friendlier setup was based in storing the LocalSettings for all installed wikis inside /etc/mediawiki.d, all of them pulling from a CommonSettings.php where default overrides and extensions affecting all installs would be stored. The update process would just need to iterate on

Re: [Wikitech-l] Debian packages (was MediaWiki version statistics)

2010-08-05 Thread Tim Starling
On 06/08/10 09:10, Platonides wrote: My idea for a FHS-friendlier setup was based in storing the LocalSettings for all installed wikis inside /etc/mediawiki.d, all of them pulling from a CommonSettings.php where default overrides and extensions affecting all installs would be stored. That's

Re: [Wikitech-l] Flash and other proprietary technologies on Wikimedia projects

2010-08-05 Thread James Salsman
Guillaume Paumier wrote: I don't think there is an official Board resolution about the use of proprietary technologies on Wikimedia projects. However, Brion and Erik have been known to have a pretty strong opinion on that, and I believe Danese and a large part of the WMF tech staff are in the

[Wikitech-l] ExtensionDistributor

2010-08-05 Thread Jeroen De Dauw
Hey, I figured I can use the same code as ExtensionDistributor for creating packages for the deployment extensions. The code for creating archives and going through the svn repo is not in the extensions directory on svn as far as I can determine though. Where can I find it? If it's not publicly

Re: [Wikitech-l] Debian packages (was MediaWiki version statistics)

2010-08-05 Thread Gerard Meijssen
Hoi, In addition to all that it makes sense to have LocalisationUpdate installed and configured. It ensures that people who opt for another language then English have the latest available localisations for the messages on their wiki. Thanks, GerardM On 4 August 2010 19:04, Aryeh Gregor