* (bug 20336) changed json_decode json_encode to static class in global functions
[lhc/web/wiklou.git] / includes / filerepo /
2009-09-09 Michael Dale* (bug 20336) changed json_decode json_encode to static...
2009-08-15 Tim Starling* Per my CR comments on r44560: merged FileCache into...
2009-08-02 Tobiasfixing bug 17395
2009-07-20 Aaron SchulzRemoved filestore references from comments
2009-07-16 Tim Starling* Added FSRepo configuration properties thumbUrl and...
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-06-17 Tim StarlingFix another screwup from r52024, same issue as r52028.
2009-06-17 Tim StarlingFix incorrect method call from r52024.
2009-06-17 Tim StarlingBug 19240 (bad image list performance regression):
2009-06-16 Tim StarlingRemoved isMissing() calls from performance-sensitive...
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-06-10 Chad HorohoeFollowup to r51592:
2009-06-08 Victor VasilievAdd fileExistsBatch method to FileRepo and derived...
2009-06-01 Tim StarlingIn Special:RevisionDelete:
2009-05-24 Siebrand MazelandProper casing for getDBkey()
2009-05-19 Chad HorohoeCleanup to r50310 & 50313: Don't use @ on chmod() and...
2009-05-07 Chad HorohoeSupress chmod() errors, they're annoying and very commo...
2009-05-05 Roan KattouwFix up r47473: descend into subarrays in ForeignAPIFile...
2009-04-28 Chad HorohoeKill a bunch of unused $wgUser
2009-04-26 Victor Vasiliev* (bug 18420) Missing file revisions are handled gracef...
2009-04-20 Tim StarlingMove checkRedirect() from FileRepo to LocalRepo, leavin...
2009-04-16 Roan KattouwFollowup to r49572: forgot to commit LocalRepo.php
2009-04-16 Roan Kattouw(bug 18487) Another fix for r48379: move up getMemcKey...
2009-04-10 Chad Horohoe(bug 18115) ForeignAPIRepo cache isn't working, fixed...
2009-04-04 Aaron Schulzprofiling fixes
2009-04-04 Aaron SchulzFix profiling
2009-03-30 Roan Kattouw(bug 18256) Fix typo: array_diff_key, not keyS
2009-03-29 Victor VasilievFix a typo in the function name
2009-03-29 Victor VasilievImprove image moving error handling:
2009-03-29 Aaron SchulzSupport caching of old versions
2009-03-20 Aaron SchulzAdd missing group cond to query
2009-03-18 Chad HorohoeFollow up to r48379, move getSlaveDB() and getMasterDB...
2009-03-13 Chad HorohoeMove checkRedirect and invalidateImageRedirect up a...
2009-02-24 Aaron Schulz* (bug 17649) Added isDeletedQuick() and replaced some...
2009-02-24 Chad HorohoeNS_IMAGE -> NS_FILE
2009-02-18 Chad HorohoeFix regression in ForeignAPIRepo because somebody chang...
2009-02-18 Chad HorohoeUse $this->mInfo, not $info. Hopefully now we can actua...
2009-02-18 Chad HorohoeUse accessor hasSharedCache() rather than calling the...
2009-02-17 Chad HorohoeOverride FileRepo::newFile() when $time is set. See...
2009-02-17 Chad HorohoeFollowup: Make the repo names 'shared-repo-name-'....
2009-02-17 Chad Horohoe* Add method to FileRepo to get the human-readable...
2009-02-17 Chad HorohoeGeneral cleanup of SQL in Title and File. Fixes bug...
2009-02-01 Chad Horohoe(bug 17304) Fatal error in file history when File:...
2009-01-27 Chad Horohoe$wgLang -> $wgContLang. Thanks siebrand.
2009-01-27 Chad HorohoeRemote file descriptions are now fetched using the...
2009-01-13 Alex Zadding newline to end of wfDebug calls where it was...
2008-12-31 Brion VibberReverting r45058 "(bug 15430) Cancel the upload process...
2008-12-30 Aaron SchulzAdd index clause, particularly for if an extension...
2008-12-26 Bryan Tong Minh(bug 15430) Cancel the upload process and rollback...
2008-12-23 Brion VibberShow icon instead of exploding for a remote API file...
2008-12-15 Aaron SchulzFix bug where new image uploads would be reviewed but...
2008-12-15 Aaron SchulzAdd getGeneralShortDesc() and the like to avoid E_STRIC...
2008-12-15 Aaron Schulzuse ImagePage, break line
2008-12-15 Aaron SchulzE_STRICT
2008-12-14 Chad HorohoeAdd some sanity checking. Return nicely if Http::get...
2008-12-14 Aaron SchulzExpand ASC condition as it should be
2008-12-14 Chad HorohoeFindBySha1 now works in ForeignApiRepo :)
2008-12-14 Ilmari KaronenAdd a new FileCache class to wrap RepoGroup::findFile...
2008-12-14 Aaron SchulzMake boundary inclusion optional in getHistory()
2008-12-14 Ilmari KaronenFollowup to r44525: remove the broken $flags parameter...
2008-12-13 Aaron SchulzMake getHistory() a bit more paging friendly
2008-12-13 Aaron Schulz*sigh* Forgot db->timestamp
2008-12-13 Aaron SchulzTweak r44534: simplify this
2008-12-13 Aaron SchulzTweak timestamp handling to allow no lower limit
2008-12-13 Ilmari KaronenRemove it from the comments too. (Who reads those,...
2008-12-13 Ilmari KaronenRemove parameter from FileRepo::findFiles(), it was...
2008-12-10 Brion VibberFollow-up to r44216/r44217 "Followup to r44204. Hardcod...
2008-12-09 Ilmari Karonen(bug 14365) skip invalid titles in RepoGroup::findFiles()
2008-12-05 Chad HorohoeBow out more gracefully if we can't write to the file...
2008-12-04 Chad HorohoeActually make exists() useful here. Because of the...
2008-12-04 Chad HorohoeSame as before, hardcoding Image: is safer.
2008-12-04 Chad HorohoeCleanup, syntax errors and such.
2008-12-04 Chad HorohoeFollowup to r44204. Hardcoding image because it should...
2008-12-03 Brion VibberRevert r44185, r44186 -- "Foreign repos (API or DB...
2008-12-03 Chad HorohoeTypo in comment
2008-12-03 Chad HorohoeForeign repos (API or DB) now fetch images and/or descr...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-27 Aaron SchulzAdd $user to NewRevisionFromEditComplete hook
2008-11-21 Chad HorohoeRevert r43788 and r43788 (adding findBySha1 functionali...
2008-11-21 Chad HorohoeRevert r43785 (switching hardcoded Image: to loading...
2008-11-21 Chad HorohoeTypo (and incidentally, it works 100% now :)
2008-11-21 Chad HorohoeAdd experimental findBySha1 functionality for ForeignAP...
2008-11-20 Chad HorohoeGet the real canonical name for NS_IMAGE, don't assume...
2008-11-18 Chad HorohoeCleanup to r43657, don't really need strlen() here.
2008-11-18 Andrew GarrettWarn when re-uploading a file with the same SHA1/extens...
2008-11-18 Chad HorohoeBit of path cleanup per comments on code review (r43316...
2008-11-17 Brion Vibber* Add a .htaccess to deleted images directory for addit...
2008-11-08 Chad Horohoe* Redo thumb caching and make it a part of the default...
2008-11-08 Chad HorohoeRemove bit of debugging.
2008-11-08 Chad Horohoe(bug 16265) Enabling apiThumbCacheExpiry produced inval...
2008-11-08 Aaron SchulzMake sure the top rev is not hidden
2008-11-07 Aaron SchulzReturn TS in MW format
2008-11-06 Siebrand MazelandConsistent casing for wfGetDB(), getDB(), and getDBKey()
2008-10-12 Aaron Schulz(bug 15952) Don't try to lazy populate sha1 in read...
2008-09-29 Victor VasilievFix variable name so image moving doesn't fail on image...
2008-09-29 Chad HorohoeWhoops. Need to pass parameters.
2008-09-29 Chad HorohoeMove some of this caching logic out of the file and...
2008-09-23 Chad HorohoeRedo r41164 with less breakage.
2008-09-22 Siebrand MazelandRevert 41164: PHP Notice: Undefined property: Foreign...
2008-09-22 Chad HorohoeAdd ForeignAPIRepo::canCacheThumbs() method. Cleaner...
next