stylize.php changes.
[lhc/web/wiklou.git] / includes / filerepo /
2011-09-21 Aaron SchulzClear findFile() process cache of file moves (issue...
2011-09-21 Aaron SchulzMade trimCache() protected
2011-09-20 Brion Vibber* (bug 6672, 31024) Fixes for handling of images with...
2011-09-12 Sam ReedAdd some documentation
2011-09-08 Alexandre EmsenhuberFix for r96516: undefined variable $flags
2011-09-07 Russ Nelsonsplit out the inside of File::transform() to avoid...
2011-09-07 Sam ReedDocumentation
2011-09-07 Russ Nelsonrestore proper operation of getArchive{Path|Url}
2011-09-07 Russ NelsonpurgeThumbList() needn't always delete all the files...
2011-09-06 Russ Nelsondelete now-empty archived thumb directories
2011-09-06 Chad Horohoe(bug 30192) Thumbnails of archived images don't get...
2011-08-26 Sam ReedFix r95446
2011-08-24 Sam Reed'*' for "all" apparently
2011-08-24 Sam ReedMerge r94252 to trunk
2011-08-19 Roan Kattouw* Introduce File::getCanonicalUrl()
2011-08-15 Sam ReedPartial revert to r87584
2011-08-10 Chad Horohoe(bug 30192) Old thumbnails not properly purged. Unlike...
2011-08-03 Roan KattouwFix r93820: PROT_ -> PROTO_
2011-08-03 Roan KattouwSome random URL protocol forcing for protocol-relative...
2011-07-25 Sam ReedAdding __METHOD__ to parameters passed to wfMkdirParents()
2011-07-20 Owen Davisadded missing null checks in callers of Revision::newNu...
2011-07-19 Russ Nelsonmark a non-API function private; rename it to reflect...
2011-07-09 Sam ReedFix whitespace, documentation
2011-07-06 Chad HorohoeFollowup r91609, helps to actually remove the @
2011-07-06 Chad HorohoeBunch of error suppression operator fixes (bug
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-30 Bryan Tong MinhFollow-up r81536: Properly extract ($dstZone, $dstRel...
2011-06-25 Sam ReedFollowup r90722, seems the file comments were a bad...
2011-06-25 Sam ReedUncommited documentation from my working copy
2011-06-25 Russ NelsongetPath() does the wrong thing under SwiftMedia, but...
2011-06-25 Russ NelsonHad trouble distinguishing between these two error...
2011-06-20 Tim StarlingRevert the dbname -> dbName part of r90430. dbname...
2011-06-20 Tim StarlingFixes for r80864 for 1.18 backport:
2011-06-17 Bryan Tong MinhFix r85635. Move LocalFile::publish() magic to LocalFil...
2011-06-17 Sam ReedSwap else if for elseif
2011-05-29 Sam ReedEven more documentation in various files
2011-05-29 Sam ReedMore documentation in various files
2011-05-29 Sam ReedMore documentation for File
2011-05-29 Russ NelsonThere is no getThumbRel;
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedAnd even more documentation
2011-05-28 Sam ReedAnd some more....
2011-05-28 Sam ReedAnd more documentation. Yaaaay
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-27 Tim StarlingSome HipHop fixes:
2011-05-26 Bryan Tong MinhFollow-up r81536: Fix misleading comment in Status...
2011-05-25 Mark A. HershbergerMisc EOL w/s and spaces-instead-of-tabs fixes. One...
2011-05-23 Russ NelsonSpace cadet\!
2011-05-23 Russ NelsonFill-in missing implementations of abstract function...
2011-05-23 Russ NelsonSwift needs to rewrite entire files. We need this call...
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-06 Sam ReedKill some more long deprecated unused functions
2011-05-05 Merlijn S. van DeenFixes ForeignDBRepo SQL server connection. Fixes bug...
2011-05-04 Russ NelsonLikely that nobody is calling getPath() on a ForeignAPI...
2011-05-04 Russ NelsonThis part of the API seems universally ignored. If...
2011-05-04 Russ NelsonNo current need for an alias to getPath()
2011-05-03 PlatonidesUse canonical case
2011-05-03 Russ NelsonOnly one extension was using getThumbnail
2011-05-02 Russ NelsonFix and add some comments.
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-04-20 Chad HorohoeEnforce protected, nothing was using it outside this...
2011-04-18 Sam ReedFew style/whitespace/comment issues from r86169
2011-04-17 Alexandre Emsenhuber* (bug 28511) Use [] syntax instead of {} for string...
2011-04-16 Brian WolffMerge to trunk everything in img_metadata branch.
2011-04-12 Sam ReedReverting r85784 for good measure too
2011-04-12 Bryan Tong MinhAdd support for importing/exporting files. This can...
2011-04-12 Sam ReedWhitespace, braces, documentation
2011-04-11 Sam ReedRevert r85785
2011-04-11 Sam Reed* (bug 13921) deadlocks mass-deleting media files in...
2011-04-11 Sam Reed* (bug 27639) Transaction timeout when trying to OldLoc...
2011-04-07 Bryan Tong MinhFirst part of bug 22881: Allow uploading directly into...
2011-04-06 Brion VibberFix regression from r81558: fatal error in ForeignFileR...
2011-04-02 Aaron Schulz(bug 28348) Don't call wfTimestamp() twice really fast...
2011-04-02 Jack Phoenixmark some public functions as such
2011-04-02 Alexandre EmsenhuberRemoved deprecated Image class per documentation; no...
2011-03-30 Russ Nelsonmissing closedir() and ... protected the readdir agains...
2011-03-28 Aaron SchulzReverted r84918 per CR
2011-03-28 Russ NelsonfindFileFromKey, newFileFromKey, $fileFactoryKey, and...
2011-03-27 Aaron SchulzDon't assume newFileFromKey always returns a File objec...
2011-03-22 Aaron SchulzMade FileRepo::newFileFromKey actually work
2011-03-22 Sam ReedFollowup r84470, fill "MW 1.15 compat"
2011-03-21 Russ NelsonSome docs, a spelin eror and fixing a mw1.15 compatibil...
2011-03-20 Aaron SchulzMore comments on hash inputs
2011-03-20 Aaron Schulz* Added findFileFromKey() function
2011-03-20 Roan Kattouw(bug 27641) purgeThumbnails should support exclusion...
2011-03-14 Sam ReedCommit last of my w/c
2011-03-13 Sam Reed* (bug 28031) Add pageCount support to ArchivedFile
2011-03-13 Sam ReedDon't reinvent the wheel in SpecialMIMEsearch.php to...
2011-03-07 Sam ReedMore documentation
2011-03-06 Sam Reed* (bug 27588) list=filearchive&faprop=sha1 returns...
2011-03-04 Bryan Tong MinhFix and make file moving better resilient against error...
2011-03-02 Bryan Tong MinhRevert r69907, r69908, r70264, r70296: introduces bug...
2011-02-27 Sam ReedTweak documentation
2011-02-18 Sam ReedMore function level documentation
2011-02-18 Sam ReedFollowup r49655
2011-02-18 Sam ReedRemove unused variables
2011-02-13 Bryan Tong MinhFollow-up r82049: Fix strict comparison because MediaHa...
2011-02-13 Brian Wolff(follow-up r81558) Per suggestion, make this use media...
next