Remove most named character references from output
[lhc/web/wiklou.git] / includes / specials / SpecialExport.php
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-06 Alexandre EmsenhuberFixed some doxygen warnings and removed trailing spaces
2010-04-05 Alexandre EmsenhuberLet at least be consistent between the two header(...
2010-01-05 Sam ReedRemove unused private "filterPage" function from specia...
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-09-29 Brion VibberCleanup for r56298 "(bug 18180) Special:Export ignores...
2009-08-04 Niklas LaxströmWhitespace fixes
2009-07-20 Brion Vibber* (bug 17374) Special:Export no longer exports multiple...
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-05-19 Chad HorohoeCode style tweak, use strval() to make this all much...
2009-04-29 Brion VibberMake export depth > 1 actually work. :) Assuming it...
2009-04-16 Chad HorohoeFixed undefined var.
2009-03-27 Chad Horohoe(bug 17374) Special:Export no longer exports two copies...
2009-03-26 Chad Horohoe(bug 18031) Make namespace selector on Special:Export...
2009-03-24 Chad HorohoeAdd $wgExportFromNamespaces for enabling/disabling...
2009-03-19 Alexandre EmsenhuberWe have User::isAllowed() for that :)
2009-03-16 Alexandre EmsenhuberFix for r48456: convert spaces to tabs
2009-03-16 Trevor ParscalAdded override of $wgExportMaxLinkDepth via the 'overri...
2009-03-12 Chad Horohoe(bug 17886) Export all pages by namespace. Also cleans...
2009-02-20 Niklas Laxström* Small cleanups
2009-02-18 Brion VibberFollowup to r46951 and friends: add $wgExportMaxLinkDep...
2009-02-09 Chad HorohoePer code review, bit of cleanup to Special:Export.
2009-02-07 Alexandre EmsenhuberCorrect fix for the E_NOTICE fixed in r46977.
2009-02-07 Alexandre Emsenhuber* Fix E_NOTICE
2009-02-07 Chad HorohoeFix another E_NOTICE.
2009-02-07 Chad HorohoeFix E_STRICT per Raymond.
2009-02-06 Chad HorohoeRewrite Special:Export to subclass SpecialPage.
2009-02-06 Andrew GarrettAdd 'include pages linked to from these pages' to Speci...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-06 Siebrand MazelandConsistent casing for wfGetDB(), getDB(), and getDBKey()
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-09-20 Tim StarlingDon't run hour-long, unlimited row-count DB queries...
2008-08-20 Brion VibberDisable the time limit during full-history export
2008-08-20 Brion VibberPart two of allowing Special:Export to work on very...
2008-08-11 Siebrand Mazeland(bug 14790) Export of category pages when using Categor...
2008-07-30 Jon Harald SøbyAdding accesskey="s" to forms in the following special...
2008-06-19 Brion VibberRename all the special page class files back to their...