Commit graph

17 commits

Author SHA1 Message Date
Aaron Schulz
e77f92fe3b Specify type here, rather than '' 2009-01-02 16:27:05 +00:00
Aaron Schulz
07c4b538a6 Simplify type check 2009-01-02 16:04:13 +00:00
Aaron Schulz
43c6f33ddb Fix doc comment, sigh 2008-12-28 15:17:21 +00:00
Aaron Schulz
ba77d25db2 FileCache - Leave raw page cache control alone to avoid hits 2008-12-28 15:14:15 +00:00
Aaron Schulz
0dd5d00e67 FileCache tweaks:
* Fix typo self -> MediaWiki
* View updates run on client cache hits
* Removed unneeded $wgOut->disable() call
* Disabled unused output on rawpage cache hits
* Removed redundant checkLastModified()
2008-12-28 15:03:57 +00:00
Aaron Schulz
f0a60c4fef FileCache cleanuo:
* Add a clearFileCache() function in the place of various unlink() calls. This also clears the raw page cache.
* Fix useFileCache() for loop
* Add mType field to file cache objects
2008-12-28 14:19:39 +00:00
Aaron Schulz
a339ab8ee1 Enable filecache for raw page hits if $wgUseFileCache is on 2008-12-28 13:32:32 +00:00
Aaron Schulz
632896e341 Pull up and tweak filecache check to make it much faster and able to for request to avoid a db hit if counters are off and job rate = 0 2008-12-11 14:29:16 +00:00
Aaron Schulz
ad34eaa3d4 Code style tweaks 2008-12-10 04:06:14 +00:00
Aaron Schulz
e06a302520 (bug 16388) 'HTMLFileCache's $mFileCache is initialized too late' 2008-11-21 00:31:56 +00:00
Aaron Schulz
e29274ca9d FileCache cleanup:
* Make isFileCacheable() more reliable and explicit
* Do not cache uncacheable content
* Specify tryFileCache() return values
2008-09-25 23:02:35 +00:00
Chad Horohoe
0c869b78a2 No more icky mkdir() calls. Grepping for mkdir() now returns nothing :) 2008-09-04 04:15:27 +00:00
Alexandre Emsenhuber
087a9f70c5 WARNING: HUGE COMMIT
Doxygen documentation update:
* Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group.
* Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file.
* Removed some empty comments
* Removed some ?>

Added following groups:
* ExternalStorage
* JobQueue
* MaintenanceLanguage

One more thing: there are still a lot of warnings when generating the doc.
2008-05-20 17:13:28 +00:00
Siebrand Mazeland
79d5225c0e * remove end of line whitespace
* remove empty lines at end of file
* remove "?>" where still present
2008-04-14 07:45:50 +00:00
Aryeh Gregor
a15c419b3d Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Antoine Musso
c771fc9c96 Use Doxygen @addtogroup instead of phpdoc @package && @subpackage 2007-01-20 15:09:52 +00:00
Tim Starling
d411e0b1e0 Renamed CacheManager to HTMLFileCache, to avoid confusion with the other sort of cache. 2006-10-11 08:25:26 +00:00
Renamed from includes/CacheManager.php (Browse further)