aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Metadata.php
Commit message (Expand)AuthorAgeFilesLines
* * Added HttpError exception as replacement for wfHttpError(); changed alls co...Alexandre Emsenhuber2011-09-161-7/+6
* * Split off WikiPage class from Article, WikiFilePage class from ImagePage, a...Aaron Schulz2011-06-291-1/+1
* Use title accessorAaron Schulz2011-06-281-1/+1
* Swap else if for elseifSam Reed2011-06-171-2/+2
* And some more parameter documentation!!Sam Reed2011-05-281-0/+4
* Remove unused variables/globalsSam Reed2011-05-261-2/+3
* * (bug 29144) Move action=dublincore and action=creativecommons to extensionsSam Reed2011-05-261-7/+0
* * (bug 29144) Move action=dublincore and action=creativecommons to extensionsSam Reed2011-05-261-83/+0
* * (bug 29144) Move action=dublincore and action=creativecommons to extensionsSam Reed2011-05-251-37/+1
* Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globalsSam Reed2011-05-061-5/+2
* SpacesPlatonides2010-11-011-5/+5
* bug 25517 Assignment in conditions should be avoided/ http://www.mediawiki.or...Sam Reed2010-11-011-4/+7
* Remove $wgContLanguageCode usage in core.Platonides2010-09-071-2/+2
* * Standardised file description headersAlexandre Emsenhuber2010-08-081-1/+3
* Removal of unused globalsSam Reed2010-07-241-2/+0
* Follow-up r66234: support GENDER in 'siteuser'Siebrand Mazeland2010-05-111-1/+2
* Tweak for r39944: correct fix :)Alexandre Emsenhuber2008-08-251-1/+1
* Add {{PLURAL}} support to 'anonymous'. 2 uses in Credits already passed the $...Chad Horohoe2008-08-251-1/+1
* Tweaks for Credits and Metadata:Alexandre Emsenhuber2008-08-181-288/+240
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-3/+1
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* parenthesisNick Jenkins2007-03-271-1/+1
* While I'm at it, why not pseudo-initialize to null instead of ''? No differe...Aryeh Gregor2007-03-271-1/+1
* Use the variable I introduced, maybe?Aryeh Gregor2007-03-271-1/+1
* Don't mess with system variables, sry brionAryeh Gregor2007-03-261-3/+1
* Fix E_NOTICE on line 76 if $_SERVER['HTTP_ACCEPT'] not setAryeh Gregor2007-03-261-0/+4
* * Add 'charset' to Content-Type headers on various HTTP error responsesBrion Vibber2007-02-211-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-1/+0
* * Avoid PHP warning in Creative Commons metadata when a creative commonsBrion Vibber2007-01-021-1/+5
* Completing code housekeeping stuff for rest of includes/ directory: removing ...Nick Jenkins2006-11-291-3/+4
* having some fun with doxygen error logAntoine Musso2006-06-101-20/+20
* Update the FSF's address in all these GPL stub headersBrion Vibber2006-04-051-1/+1
* * Documentation: @private => @access privateÆvar Arnfjörð Bjarmason2006-01-071-20/+20
* Clean up unused globals!Antoine Musso2005-12-041-1/+1
* Whitespace fixup.Evan Prodromou2004-11-111-63/+63
* First batch of files modified to switch wgLang to wgContLang.Zheng Zhu2004-09-241-4/+4
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+1
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-24/+89
* massive double to single quotes conversion. I have not noticed any bug after ...Antoine Musso2004-08-221-17/+17
* Update for CC 2.0 licenses.Brion Vibber2004-08-111-19/+24
* Only show last N contributors in the credits. Unfortunately, this required aEvan Prodromou2004-06-281-2/+2
* Remove now-unused dcContributors function.Evan Prodromou2004-04-231-32/+0
* Changed Metadata to use users' real names, if provided. If not, use theirEvan Prodromou2004-04-231-4/+15
* Moved contributor logic to Article class, and changed Metadata to use thatEvan Prodromou2004-04-231-4/+4
* Add experimental MathML output option for math (only works with someBrion Vibber2004-04-221-1/+1
* Try to reduce the number of replicated entries in the DC metadata. Leave outEvan Prodromou2004-04-151-5/+21
* Skip the user id lookup when we've already got the name from the old table ch...Brion Vibber2004-04-131-6/+8
* Cleanup on Metadata (indentation, escaping of output). Put title attributesBrion Vibber2004-04-101-180/+185
* Fix noticesBrion Vibber2004-04-101-1/+1
* Forgot to add this file.Evan Prodromou2004-04-051-0/+289