(bug 22617), FileRepo::append() definition does not match child, change it to be...
[lhc/web/wiklou.git] / includes / filerepo /
2010-02-22 Chad Horohoe(bug 22617), FileRepo::append() definition does not...
2010-02-22 Mark A. Hershbergerfollow up r62231, r61779, r62175
2010-02-20 Chad Horohoe(bug 22537) ForeignAPIRepo doesn't handle files that...
2010-02-17 Chad Horohoe(bug 22540) ForeignApiRepos no longer try to store...
2010-02-15 Alexandre EmsenhuberFixed some doxygen warnings
2010-02-12 Mark A. Hershbergervarious eol whitespace now instead of when someone...
2010-02-10 Mark A. Hershbergerfollow-up r62231 Document FileRepo::append()
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2010-02-07 Jack Phoenixcoding style tweaks, marked public functions as such
2010-01-23 Chad HorohoeTypo in comment, no such thing as wfGetFile()
2010-01-22 Mark A. Hershbergerws only cleanup
2009-12-17 Raimond Spekking* (bug 19791) Add URL of file source as comment to...
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-12-14 Chad HorohoeUpdate callers from immediateCommit() to commit()....
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-09 Jure KajzerAdded missing braces.
2009-12-08 Jure KajzerFixed coding convention issue
2009-12-08 Tim StarlingClarified documentation of File::isMultipage() to avoid...
2009-12-03 Max SemenikFixed warning introduced in r59702
2009-12-03 Jure Kajzer(bug 20159) thumbs rerendring if older that
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-10-22 OverlordQFollowup to r57868: some maint scripts still call recor...
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-15 Aaron SchulzRefactored unmaintainable userCan() code by making...
2009-10-15 Aaron SchulzMade isDeleted() et all call $this->load() first
2009-10-15 Andrew GarrettFollow-up to r57602, change DELETED_TEXT to DELETED_FIL...
2009-10-10 Aaron SchulzFill in class names for r57530
2009-10-09 Aaron SchulzFollow up r57530 elsewhere
2009-10-09 Chad Horohoe(bug 13750) $wgCapitalLinks should be a per-namespace...
2009-10-09 Chad HorohoeMove construction of $url and $thumbUrl up to FileRepo...
2009-10-07 Chad HorohoeSet default thumb cache to 24hrs, rather than disabled
2009-10-06 Brion Vibber* (bug 21026) Fixed file redirects on shared repos...
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-30 Aaron Schulzunbreak deleted file viewing
2009-09-30 Aaron SchulzAdded exists() function
2009-09-30 Aaron SchulzisDeleted() et all should be sure to call $this->load()
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-09-21 Chad Horohoe(bug 20751) ForeignApiRepo does not urldecode filenames...
2009-09-19 Aaron Schulzbug 20739: fix call to missing function
2009-09-17 Michael Dale* some clean up and defined append function in other...
2009-09-12 Aaron SchulzAdd getVisibility function (which fixes revisiondelete...
2009-09-10 Tim StarlingComments and whitespace fixes only.
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...
next