[Wikitech-l] PHP 5.4 (we wish)

2013-06-09 Thread Daniel Friesen
For those of you wishfully waiting for the day we can require PHP 5.4 to use MediaWiki feel free to add your wishes to: https://www.mediawiki.org/wiki/PHP_5.4 -- ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/] ___

Re: [Wikitech-l] [tool labs] central logging service

2013-06-09 Thread Petr Bena
https://github.com/benapetr/logger On Sat, Jun 8, 2013 at 9:34 PM, Tyler Romeo tylerro...@gmail.com wrote: Where is the source code for this logging script/software? *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2016 Major in Computer Science www.whizkidztech.com |

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

2013-06-09 Thread Tyler Romeo
To be honest, the upgrade isn't that exciting. The only real worthwhile new feature is traits. Everything else is just random fixes in syntax. As for the timetable for this, PHP 5.3 isn't going anywhere anytime soon, so there's no way we can stop supporting it. What I'm really excited about is

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

2013-06-09 Thread Thomas Gries
Am 09.06.2013 19:49, schrieb Tyler Romeo: What I'm really excited about is PHP 5.5, which has generators, finally clauses, dereferencing of container literals, and a new password hashing API and let me add: . the integrated ZEND opcode cache in 5.5 see

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

2013-06-09 Thread Antoine Musso
Le 09/06/13 13:18, Daniel Friesen a écrit : For those of you wishfully waiting for the day we can require PHP 5.4 to use MediaWiki feel free to add your wishes to: https://www.mediawiki.org/wiki/PHP_5.4 Thank you for that document. To me the only worthwhile feature is traits which would

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

2013-06-09 Thread Aaron Schulz
Closure changes and traits would indeed be really nice. Short array syntax is a plus too. -- View this message in context: http://wikimedia.7.x6.nabble.com/PHP-5-4-we-wish-tp5006788p5006809.html Sent from the Wikipedia Developers mailing list archive at Nabble.com.

[Wikitech-l] Pager code review

2013-06-09 Thread Tyler Romeo
Not sure who to add, but if somebody familiar with the TablePager class could review this patchset I'd appreciate it: https://gerrit.wikimedia.org/r/67627 First time I've used the class. It works, but I want to make sure I'm using it properly. *-- * *Tyler Romeo* Stevens Institute of Technology,

[Wikitech-l] Bugzilla Weekly Report

2013-06-09 Thread reporter
MediaWiki Bugzilla Report for June 03, 2013 - June 10, 2013 Status changes this week Reports changed/set to UNCONFIRMED: 4 Reports changed/set to NEW: 17 Reports changed/set to ASSIGNED : 60

[Wikitech-l] CHanging the name of Vector on 1.21.1

2013-06-09 Thread j00100
Hello everyone, I want to modify the default Vector theme that comes with 1.21.1. But before I do that I want to rename it. I want to name it nighttime.  I created a folder called nighttime and copied all the vector files into it. Then I made a copy of Vector.php and called it Nighttime.php. I

Re: [Wikitech-l] CHanging the name of Vector on 1.21.1

2013-06-09 Thread Daniel Friesen
The skinning tutorial is: https://www.mediawiki.org/wiki/Manual:Skinning/Tutorial And for creating derivative skins use this technique: http://blog.redwerks.org/2012/02/28/mediawiki-subskin-tutorial/ New skins should be created using the skinname/skinname.php patterns in those tutorials.