Kunal Mehta
43901577ba
Add extension.json, empty PHP entry point
...
Bug: T87957
Change-Id: I07ae99bb902990f3d757c9155d4168ba724d6e94
2015-05-04 12:28:31 -07:00
Kunal Mehta
ab6cf528fb
Remove i18n shim
...
Change-Id: I7b85bf65b07e56bf39cd39d65c318877a99b498a
2015-05-02 11:06:51 -07:00
Mark Holmquist
f4f87cebcc
Add warning about PDF files on the file page.
...
Depends on I3c4b7af7284b5e16e458dd72de789e74db489895 in core.
Bug: T89765
Change-Id: I674bf7f6c1b21ffc9870aa84382479af5f966561
2015-03-26 14:01:19 +01:00
Ricordisamoa
5e29202ac9
Add 'license-name' matching SPDX conventions
...
References:
http://spdx.org/licenses/
https://www.mediawiki.org/wiki/Manual:$wgExtensionCredits#license-name
Change-Id: Ib41cbf4d0aeb1aaa6beb2074bd2d4c27aed0ee5e
2015-01-29 15:10:57 +01:00
scnd
4348863369
Add jpeg quality option
...
Change-Id: Ia09bdfc5d9d64f61ab08248033c5a14ed3622dea
2014-08-26 15:28:39 +04:00
Siebrand Mazeland
90562880a8
Migrate to JSON i18n
...
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.
Change-Id: Iaa3596f5bf98ace673f108c65d572454ee3fe642
2014-03-28 12:19:22 +01:00
Reedy
91c18dc1a0
Method documentation etc
...
Change-Id: I8b9d111fcce6ce46fd85a128ad21ce523064ab31
2012-07-26 23:30:11 +01:00
Brion Vibber
de1b5b60e8
Update a butt-ton of extension about URLs to point to https://www.mediawiki.org/
2011-12-13 23:49:33 +00:00
Mike Połtyn
8ce1f7ecff
adding a job for PdfHandler to create PDF thumbnails in the background; disabled by default to not change current behaviour
2010-11-18 09:06:01 +00:00
Jack Phoenix
61e7480e4d
PdfHandler: coding style tweaks & general cleanup
2010-10-12 13:48:00 +00:00
Siebrand Mazeland
ec33d46cfa
* Remove $wgExtensionCredits['description'] where $wgExtensionCredits['descriptionmsg'] present. This feature was introduced in MediaWiki 1.12, and 'description' is not used if 'descriptionmsg' is present.
...
* Random indentation updates and trailing whitespace removed
2010-02-22 23:41:51 +00:00
Raimond Spekking
2b7f3056fa
Change the extension type from 'other' to 'media' as it is a mediahandler like the OggHandler too.
2009-10-16 12:24:11 +00:00
ThomasV
a62a02638d
extract text layer from pdf
2009-09-16 13:50:09 +00:00
Shinjiman
84fc5a06b7
Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version
2009-04-27 04:45:10 +00:00
Chad Horohoe
3d7176b2d2
Big commit. Removing svn-version and svn-date from extensions. Per the list, these versions do not give valuable information and are often wildly inaccurate.
2009-03-26 17:39:49 +00:00
Brion Vibber
e7284509f1
Some cleanup...
...
* remove no longer accurate code comment
* set default values for the processor commands, otherwise it's totally confusing that not only doesn't it work, but it looks like it's just not installed
* added a comment about adding to $wgFileExtensions -- not doing it automatically since some wikis might want to *use* PDFs from a shared server without locally uploading them.... mebbe... dunno... keeping this one open for now. ;)
2008-12-25 00:29:44 +00:00
Tim Starling
719a908243
Don't call preg_replace ~80 times per request. Leave the heavy lifting to Special:Version, using the new svn-revision member of $wgExtensionCredits.
2008-05-06 11:59:58 +00:00
Siebrand Mazeland
d62e1b265a
* add svn:keywords 'LastChangedDate'
...
* replace text 'version' in ExtensionCredits with version based on 'LastChangedDate' for automatic version updating
2008-02-27 14:13:10 +00:00
Bertrand Grondin
5f1d1cefe6
Add internationalization extension description message in [[Special:Version]]
2008-02-15 15:12:59 +00:00
Brion Vibber
00e6936d5a
no sense calling dirname() three extra times if we've already put it in a variable
2008-02-04 06:45:01 +00:00
Brion Vibber
cf65fce67a
Safety first! Define all configuration variables to ensure they don't get set for us by register_globals
2008-02-04 06:43:41 +00:00
Siebrand Mazeland
bf4d2f95b9
* use wfLoadExtensionMessages
...
* delay message loading
* add version in extension credits
2008-01-11 17:40:39 +00:00
Siebrand Mazeland
27f652acac
revert r28371 to r28375
2007-12-16 18:27:23 +00:00
Siebrand Mazeland
b51ba67dff
* complete $wgExtensionCredits
...
* remove trailing whitespace
2007-12-10 21:13:52 +00:00
Raimond Spekking
971aec48af
* Add function for page option ([[Image:nams.pdf|page=x]])
...
* Naming convention
2007-09-06 06:32:08 +00:00
Raimond Spekking
1d6efbd9a5
* Fix to be conform with latest changes to MediaTransformOutput
...
* Add i18n file
Patch by xaras and /me
2007-09-05 20:58:23 +00:00
ThomasV
d3d7b708dc
Pdf Handler by Xarax
2007-08-18 09:50:24 +00:00