Merge "Export::dumpFrom() doesn't return any values, and hence neither do any of...
[lhc/web/wiklou.git] / includes / Export.php
2012-04-09 Aaron SchulzMerge "Export::dumpFrom() doesn't return any values...
2012-04-09 HasharMerge "Fix documentation to match potential code"
2012-04-08 Aaron SchulzMerge "setGroup doesn't return anything, so don't try...
2012-04-07 Aaron SchulzMerge "Action::checkCanExecute doesn't return anything...
2012-04-07 Aaron SchulzMerge "Fix assignment in conditional"
2012-04-07 Aaron SchulzMerge "A set method doesn't need to return anything...
2012-04-07 Aaron SchulzMerge "Document StringUtils"
2012-04-07 Aaron SchulzMerge "Document spawn* class variables"
2012-04-07 Aaron SchulzMerge "$rootCode isn't used so no point creating it"
2012-04-07 Aaron SchulzMerge "Fix convIPTC docs"
2012-04-07 Aaron SchulzMerge "wfLocalFile returns a LocalFile (or null) not...
2012-04-07 Aaron SchulzMerge "Fix variable collision"
2012-04-07 Aaron SchulzMerge "Fix repo type of a LocalFile to be LocalRepo...
2012-04-07 Aaron SchulzMerge "Fix duplicate array key of fa_deleted in LocalFile"
2012-04-07 ReedyMerge "(bug 32497) API now allows changing of protectio...
2012-04-07 NikerabbitMerge "Make $procOpenResource protected as it's used...
2012-04-07 ReedyExport::dumpFrom() doesn't return any values, and hence...
2012-04-07 ReedyMake $procOpenResource protected as it's used on line...
2012-04-05 Brion VIBBERMerge "(bug 27757) API method for retrieving tokens"
2012-04-05 HasharMerge "Remove some duplicate code in ProfilerSimpleTrace"
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-04 Brion VIBBERMerge "Fix Bug 33653 -JqueryMsg parser should support...
2012-04-04 Brion VIBBERMerge changes Id1ac2f8b,I48f8cd17,I10481ce6,Id4530499
2012-04-03 Brion VIBBERMerge "Unbuffered queries result freeing & error handling"
2012-04-03 Christian AistleitnerUnbuffered queries result freeing & error handling
2012-04-03 Brion VIBBERMerge "(bug 21796) Fix null dereference on Special...
2012-04-03 Brion VIBBERMerge "(bug 25277) Moved the space before the dirmark."
2012-04-03 Brion VIBBERMerge "(bug 34470) Apply explicit margin-left/right...
2012-04-03 Brion VIBBERMerge "(bug 32384) API: Allow descending order for...
2012-04-02 Brion VIBBERMerge "(bug 22870) Separate interface message when...
2012-04-02 Brion VIBBERMerge "Fixing alignment of thumbcaption for mixed RTL...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-04-02 DemonMerge "Allow closing dump output multiple times"
2012-04-02 DemonMerge "Changed wfMessage() usage to call directly Messa...
2012-04-02 DemonMerge "anchor to jump to editform when previewing changes"
2012-04-01 Christian AistleitnerAllow closing dump output multiple times
2012-03-31 ReedyMerge "Stop PHP notices fouling up XML, when exporting...
2012-03-31 ReedyMerge "Avoid doubling dump output"
2012-03-30 Christian AistleitnerAvoid doubling dump output
2012-03-26 tstarlingMerge "Fix typo in comment"
2012-03-26 Aaron SchulzMerge "First half of fix for bug #30332 ("API spamblock...
2012-03-26 Aaron SchulzMerge "Closing dump buffers on stream end"
2012-03-26 Christian AistleitnerClosing dump buffers on stream end
2012-03-26 Tim StarlingMerge "Localisation updates for namespace names for...
2012-03-24 DemonMerge "[FileRepo] * Added getReadOnlyReason() function...
2012-03-24 ReedyMerge "Put the sha1 tag in <revision> and not wrongly...
2012-03-23 Aaron SchulzPut the sha1 tag in <revision> and not wrongly in ...
2012-02-16 Sam ReedFix user related direct member variable access
2012-02-09 Sam ReedMore return documentation
2012-01-23 Diederik van LiereAdd the new SHA1 revision field to the XML export,...
2012-01-12 Brion VibberRevert r108764: doesn't appear to do what it says in...
2012-01-12 Diederik van LiereThis commit restores getPrefixedText() to the Title...
2011-12-24 Niklas LaxströmFollowup r103945 - @since and whitespace
2011-12-11 Sam Reed* (bug 32414) Empty page get a empty bytes attribute...
2011-12-11 Sam ReedFix use of undefined $file
2011-11-24 Brion VibberFollowup r103945: fix regression in XML export namespac...
2011-11-22 Brion Vibber* (bug 32376) XML export tweak to use canonical user...
2011-11-18 Ariel Glennfollowup to r103448, tighten up code
2011-11-17 Ariel Glennif user id is 0 and username is actually an IP, write...
2011-11-13 PlatonidesFixup for r102875 parse error.
2011-11-13 Diederik van LiereThis patch fixes rev. 102575.
2011-11-09 Diederik van LiereCommit to fix bug 30513.
2011-11-03 Chad HorohoeAddress fixme on r101606, should also call from $this
2011-11-02 Ariel Glennclean up duplicated code, for fixme in r97178
2011-11-02 Ariel Glenncorrections for fixme in r96486
2011-11-02 Ariel Glennexport specified range of revisions (as stubs)
2011-09-22 Ariel Glennremove cruft that didn't all get cleaned up before...
2011-09-21 Sam ReedComment out unreachable code
2011-09-15 Ariel Glennthrow exception if rename of output file fails
2011-09-09 Ariel GlenngetFilename renamed to getFilenames since it can return...
2011-09-07 Ariel Glennget rid of duplication, remove unused function rename...
2011-09-06 Roan KattouwFix parse error in r96275
2011-09-05 Roan KattouwStylize Export.php
2011-09-05 Roan KattouwWhitespace fixes for r95272, r95604
2011-09-05 Roan KattouwFixes for r95260:
2011-08-27 Ariel Glenndefine and use closeAndRename() after last write of...
2011-08-27 Ariel Glennreplace WfDie()
2011-08-22 Ariel Glennadd functions that support close and rename of output...
2011-08-19 Roan Kattouw* Introduce File::getCanonicalUrl()
2011-06-25 Sam ReedUncommited documentation from my working copy
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-15 Bryan Tong MinhFollow-up r87176 use wfLocalFile instead of wfFindFile
2011-05-07 Happy-melon* Implement MW_VERSION constant in Defines.php and...
2011-04-12 Bryan Tong MinhAdd support for importing/exporting files. This can...
2011-04-12 Happy-melonClean up some direct $db->query($sql) calls. Remove...
2011-04-09 Bryan Tong MinhRevert r85644. Multipart sucks because it is hard to...
2011-04-07 Bryan Tong MinhSecond part of bug bug 22881: Allow exporting files...
2011-04-07 Bryan Tong MinhStylize Export.php
2011-02-10 PlatonidesYet more additions of wfProfileOut()
2011-01-08 Rob LanphierBug 26563: Add bytes changed per revision for stub...
2010-12-05 Alexandre EmsenhuberConverted WikiError to MWException so at least users...
2010-10-31 Sam ReedSwitch last few uses of while loops to foreach in phase3
2010-10-23 Alexandre Emsenhuber* Standardised file description headers
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-04-04 Alexandre Emsenhuber$fname -> __METHOD__/__FUNCTION__
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2009-10-15 Raimond SpekkingFix PHP Notice: Undefined variable: text in /var/www...
next