bug 36087: PostgresUpdater fails on 8.3.14
[lhc/web/wiklou.git] / includes / upload /
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-07 ReedyMerge "(bug 32492) API now allows editing using pageid"
2012-04-06 Brion VIBBERMerge "Make SITENAME with value mw.config.get( 'wgSiteN...
2012-04-06 ReedyMerge "tests related to API block action and its gettoken"
2012-04-06 HasharMerge "(bug 35749) Update checkSyntax.php to use Git"
2012-04-06 HasharMerge "[FileRepo] Various code cleanups."
2012-04-05 Aaron Schulz[FileRepo] Various code cleanups.
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-03 Brion VIBBERMerge "(bug 34470) Apply explicit margin-left/right...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-04-02 DemonMerge "Changed wfMessage() usage to call directly Messa...
2012-04-02 DemonMerge "anchor to jump to editform when previewing changes"
2012-03-31 ReedyMerge "Stop PHP notices fouling up XML, when exporting...
2012-03-31 ReedyMerge "Avoid doubling dump output"
2012-03-30 DemonMerge "Removed unused saveTempUploadedFile() function"
2012-03-30 Aaron SchulzRemoved unused saveTempUploadedFile() function
2012-02-13 Antoine MussoRemove backslash from @return types
2012-02-11 Sam ReedFollowup r11120, wfParseUrl() can return false, if...
2012-02-09 Sam Reed* (bug 32341) Add upload by URL domain limitation.
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-08 Aaron Schulzr110979: removed implode() call and format the message...
2012-02-08 Ian BakerProperly expand the "error storing file" message. ...
2012-02-08 Antoine MussoFix doc for includes/upload
2012-01-22 Sam ReedRevert feature out of r109562, r109564, r109570
2012-01-19 Sam ReedFollowup r109562
2012-01-19 Sam Reed* (bug 32341) Add upload by URL domain limitation.
2012-01-18 Sam ReedAdd __METHOD__ to begin/commit
2012-01-03 Sam ReedFixup some returns/return documentation
2012-01-01 Sam ReedTidyup outputChunk added in r104687, remove/update...
2011-12-27 Jan Gerberupdate mLocalFile in concatenateChunks to make chunk...
2011-12-24 Sam ReedImprove/add to documentation
2011-12-23 Aaron SchulzIn FileBackendBase/FileBackend:
2011-12-23 Jan GerberUse getPath, all operations are on filerepo level no...
2011-12-22 Jan Gerber- add comment to document us_chunk_inx in sql file
2011-12-20 Neil Kandalgaonkarfix race condition in UploadFromChunks, followup to...
2011-12-20 Aaron SchulzCleaned up some references to FSRepo in code and commen...
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2011-11-30 Roan KattouwRevert r104659 and its followup r104665: break the...
2011-11-30 Jan GerberUse database to track uploaded chunks and concatenate...
2011-11-20 Roan Kattouw(bug 1672) Add $wgDisableUploadScriptChecks to allow...
2011-11-10 Jure Kajzer* Added getInfinity to DatabaseOracle
2011-11-03 Mark A. Hershbergerw/s fixup
2011-10-29 Sam ReedKill various unused variables
2011-10-16 Sam ReedFew bits of documentation
2011-10-14 Sam ReedUpdate some deprecated code
2011-10-07 Bryan Tong MinhFollow-up r98430, use dedicated error message for filen...
2011-09-29 Bryan Tong Minh(bug 30202) Restrict file names on upload to 240 bytes...
2011-09-22 Brion Vibber* (bug 29154) Allow upload-by-URL to follow HTTP redirects
2011-09-14 Ian BakerFixed incorrect userId reference
2011-09-08 Aaron SchulzPartial revert of r65898 (bug 27700). Callers should...
2011-08-26 Ian BakerUploadFromStash::stashSession returned an object instea...
2011-08-18 Ian BakerTwo bugs:
2011-08-16 Ian BakerCleaning up little things, updates to code clarity...
2011-08-16 Brian Wolfffollow-up r88171 - fix fatal if suggested filename...
2011-08-15 Ian BakerRemoved the ability to pass a key into stashFile()...
2011-08-15 Ian BakerRemoved complex replag handling, now just query master...
2011-08-15 Ian Bakerchecking for existence of mLocalFile in stashFile(...
2011-08-15 Ian Bakercleaned up database query, doesn't have to be aware...
2011-08-15 Ian BakerFixed incorrect usage of || operator, added test
2011-08-04 Ian BakerFixed bug where global wgUploadStashMaxAge wasn't used...
2011-08-02 Neil Kandalgaonkaradded a few comments about noAuth
2011-08-02 Jan GerberExtend upload api adding an option to upload files...
2011-07-29 Ian BakerChanged stash age parameter from a constant to a config...
2011-07-25 Ian BakerChanged storeResult to storeStatus (more informative...
2011-07-24 Sam ReedTrim trailing whitespace
2011-07-18 Mark A. HershbergerBug #29874 - Image extension strict whitelist handling...
2011-07-15 Ian BakerNo longer using the content hash as a file key. This...
2011-07-15 Chad HorohoeSlightly more informative error message when passed...
2011-07-15 Chad HorohoeStylize
2011-07-14 Ian Bakerproperly handle the case where a file disappears during...
2011-07-14 Ian Bakerfixed a condition where re-uploading a file that's...
2011-07-13 Ian BakerAdded us_status column for future expansion re Bryan...
2011-07-13 Ian BakerAdded maintenance script for cleaning up abandoned...
2011-07-12 Ian BakerRefactored UploadStash and related classes to use the...
2011-07-06 Chad Horohoepublic static
2011-06-28 Russ NelsonUploadStashFile::__construct() can't assume that the...
2011-06-22 Matěj GrabovskýFollow-up r90369: Add third parameter to filetype-unwan...
2011-06-21 PlatonidesFollow up with the problem noted in r90530.
2011-06-18 Matěj Grabovský(bug 29325) Setting $wgStrictFileExtensions to false...
2011-06-18 Bryan Tong Minh(bug 29408) Key 'something.' is not in a proper format
2011-06-13 Krinkle(bug 28556) Remove MacBinary
2011-05-29 Sam ReedAnd even more documentation in various files
2011-05-28 Sam ReedAnd even more documentation, the last of this batch
2011-05-27 Brion Vibber* (bug 29174) Fix regression in upload-by-URL: files...
2011-05-27 Alexandre EmsenhuberSimplify a bit :)
2011-05-27 Tim StarlingSome HipHop fixes:
2011-05-23 Russ NelsonSwift needs to rewrite entire files. We need this call...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-15 Bryan Tong Minh(bug 23464) File: prefixes are now chopped off during...
2011-05-15 Bryan Tong Minh(bug 1780) Uploading files with non-ascii characters...
2011-03-25 Neil Kandalgaonkarchange the name of UploadBase::verifyPermissions()...
2011-03-25 Sam ReedAdd/update/improve various bits of documentation
2011-03-22 Sam ReedFollowup r65898, fix inverse logic for title existence
2011-03-18 Mark A. HershbergerFollowup r83536 to address Jack Phoenix's comments...
next