Commit graph

21 commits

Author SHA1 Message Date
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