1
0
Fork 0
mirror of https://bitbucket.org/vertlach/iusethis.git synced 2024-06-26 03:50:48 +03:00
Commit graph

10 commits

Author SHA1 Message Date
addshore a5f0ec55be Use __DIR__ in stub entry file
Change-Id: I47ff24e74e890b3e79be7a9965cc23176b05a6fa
2014-08-15 20:36:31 +01:00
addshore 77c7a4e777 Create VoteNY entry file
The content of the old entry file has been moved to VoteNY.php
A stub Vote.php has been create including this file

Change-Id: I6d332486bdc97c7527218e0de18452a30be56e85
2014-08-07 16:08:01 +01:00
Siebrand Mazeland 78daf09112 Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: I2f860d0f9772277bf54012bf293f626ed9a2f3e8
2014-04-01 16:47:55 +02:00
Toni Hermoso Pulido 573d8b4e0d Fix translation problems in files
Change-Id: Ib5264d0ff9ad3aeabd9fc13dec277bf3878cc0ec
2014-02-09 13:36:30 +01:00
UltrasonicNXT 2eb2ad2057 Add {{NUMBEROFVOTESPAGE}}
With an optional parameter for the page to check the number of votes for.
Partially copied from the {{NUMBEROFVOTES}} and Comments'
{{NUMBEROFCOMMENTSPAGE}}

Change-Id: Ia19f63fe5894a407ad5826720199b9e24d141951
2014-02-08 22:13:54 +00:00
Jack Phoenix 87054b4f3c change message key as per TWN's request (https://translatewiki.net/wiki/Thread:Support/New_stuff_to_check) + bump version number 2012-08-29 19:05:53 +03:00
Siebrand Mazeland a7aea465ae Remove use of deprecated LanguageGetMagic hook.
Update $wgExtensionCredits here and there, renamed descriptionmsg key for UKGeocodingForMaps.
Remove a few globals that were used for magic words.
Trim trailing whitespace and update indentation in a few places.
Updated examples.
2012-01-19 14:02:15 +00:00
Jack Phoenix a3c82a518b VoteNY: actually make this work under 1.18+, not just in ResourceLoader's debug mode.
Changelist:
*removed backwards-compatibility code
*used HTML5 data attributes to store various information that we access in the JS file
*incremented the extension's version number
*removed ancient vote key stuff (the "vote key" was being passed to the AJAX function but it wasn't used in any of the functions)
*updated Linker class, that class is now static
*killd $wgTitle

Some things are now a bit slower, i.e. if you click on the green voting box, then click again when the unvote link appears, it doesn't seem to change back to "vote" again...but at least it should work now.
2012-01-04 19:51:44 +00:00
Brion Vibber 506e3ff4cc Update a butt-ton of extension about URLs to point to https://www.mediawiki.org/ 2011-12-13 23:49:33 +00:00
Jack Phoenix ae507a6ca3 phase II social tools: VoteNY. Tested and built against MW 1.16.0. Can be used without the core social tools package (SocialProfile extension). 2011-09-14 15:26:09 +00:00