Followup to r44204. Hardcoding image because it should (in theory) work always and...
[lhc/web/wiklou.git] / includes / filerepo /
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()
2008-06-06 Brion VibberAdd 'ogv' as recognized alias to 'ogg', allowing upload...
2008-05-30 Bryan Tong MinhForgot to remove the newFileFrom row thingies from...
2008-05-30 Bryan Tong Minh* Use a proper factory for newFromRow
2008-05-29 Brion VibberHack around borkage with findFiles() on ForeignDBViaLBR...
2008-05-25 Aaron SchulzRename 'hiderevision' to 'suppressrevision'
2008-05-22 Brion VibberRevert r35178 and normalize User's getID() and setID...
2008-05-22 Brion Vibber* Fix typo in ApiQueryImageInfo which made mime type...
2008-05-22 Brion VibberForeignAPIRepo fixes:
2008-05-22 Aaron Schulz* Remove cruft $time parameter from findFiles()
2008-05-22 Aaron Schulz*The function is User::getID() not getId()
2008-05-22 Aaron Schulz*Redo newRevisionFromEditComplete hook. Pass an Article...
2008-05-21 Brion VibberCache image API lookups in-process and, if available...
2008-05-21 Brion VibberForeignAPIRepo fixes:
2008-05-20 Brion Vibber*cough* thx
2008-05-20 Brion Vibberput comment in wrong file, woops :D
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-20 Bryan Tong MinhAdd RepoGroup::findFiles to efficiently find many files...
2008-05-20 Brion VibberGot sick of testing local copies of Wikipedia articles...
2008-05-20 Aaron SchulzAdd functions to get an image via sha-1
2008-05-17 Aaron Schulz* Add higher level newRevisionFromEditComplete hook
2008-05-17 Brion VibberRevert r34906, r34907, r34928 -- mixing high-level...
2008-05-16 Aaron SchulzLet getThumbnails() work for non-hashed dirs (bug 13788)
2008-05-16 Aaron SchulzDecrappify edit check for revision hook
2008-05-15 Bryan Tong MinhDo some refactoring on ImagePage. Shuffled the links...
2008-05-14 Bryan Tong Minh* Create ForeignDBFile objects from ForeignDBRepo:...
2008-05-14 Bryan Tong Minh* Introduce LocalFile::selectFields similarly to Revisi...
2008-05-11 Robert LeveringtonRemove paramter that only appears to illustrate the...
2008-05-11 Aaron SchulzConsistent type
2008-05-10 Victor Vasiliev* Fix image redirect caching so it doesn't break image...
2008-05-10 Alexandre EmsenhuberE_STRICT
next