* (bug 13040) Gender-aware user namespace aliases
[lhc/web/wiklou.git] / includes / filerepo /
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...
2008-09-16 Aaron Schulz* Remove unneeded code
2008-09-16 Tim StarlingFixed documentation. Don't use empty() to determine...
2008-09-16 Aaron SchulzUndefined var error fix
2008-09-07 Aaron SchulzAdd more error handling
2008-09-05 Chad HorohoeRevert r40385. Half-assed attempt at making something...
2008-09-05 Tim Starling* Don't force rendering in File::getThumbnail(). The...
2008-09-05 Aaron SchulzAdd begin() for good housekeeping
2008-09-03 Chad HorohoeImplement 'thumbDir' configuration parameter for local...
2008-09-03 Chad Horohoe+docs
2008-09-01 Ryan Schmidt* fixing error causing a PHP E_NOTICE.
2008-08-29 Rotem Liss* Fixing a wrong count of succeeding file undeletions...
2008-08-29 Rotem LissRespect file restrictions in the file history list...
2008-08-27 Bryan Tong MinhSplitting backend upload code from SpecialUpload.
2008-08-24 Chad HorohoeLet action=purge actually do something for the ForeignA...
2008-08-23 Chad Horohoemd5() the URL in cache keys so they're not excessively...
2008-08-23 Aaron Schulz*sigh*...needs to return a string to not die in ImagePage
2008-08-23 Aaron SchulzFix arguments to call:
2008-08-19 Brion VibberRevert r39608 "More descriptive sanitized paths for...
2008-08-18 Fran RogersMore descriptive sanitized paths for file repo errors
2008-08-12 Aaron Schulz$thumb could be null
2008-07-31 Chad HorohoeNot setting various parameters no longer causes the...
2008-07-31 Bryan Tong MinhAPI: Added iiprop=bitdepth to imageinfo and aiprop...
2008-07-28 Brion VibberSet a damn default for apiThumbCacheExpiry so we don...
2008-07-27 Aaron SchulzSet baserevid (bug 14918)
2008-07-24 Chad HorohoeAllow local caching of thumbs from remote APIs. Still...
2008-07-19 Siebrand MazelandAdd descriptionCacheExpiry to configuration example...
2008-07-10 Bryan Tong Minh* Consistent use of capitalization
2008-07-07 Chad HorohoeBetter cache key name, better debug output.
2008-07-07 Bryan Tong MinhRemove the thumb moving coding all together since thumb...
2008-07-06 Victor VasilievSome debug logging for image moving
2008-07-04 Bryan Tong MinhRemove non working, obsolete ICRepo. Use the working...
2008-07-04 Victor VasilievDon't pass $db, as Tim Starling advises
2008-07-04 Chad HorohoeTypo in variable name.
2008-07-03 Chad HorohoeSimplify configuration and make a better caching key.
2008-07-03 Chad HorohoeRevert thumb caching because it wasn't actually caching...
2008-07-03 Chad HorohoeCache thumbs from remote sources too.
2008-07-03 Chad Horohoe-1 unused global.
2008-07-03 Chad HorohoeDon't use $wgTranscludeCacheExpiry, as it's not designe...
2008-07-03 Chad HorohoeRefactor caching to utilize $wgMemc rather than the...
2008-07-03 Chad HorohoeCache foreign image descriptions in the transcache...
2008-06-10 Brion Vibber* We no longer just give up on a missing upload base...
2008-06-08 Aaron Schulz* Add OldLocalFile::selectRows()
next