wiki.techinc.nl/includes/cache
Kevin Israel 876bddf637 Change @since and @deprecated notes to 1.22
Using the following command line, I have found doc comments mentioning
"1.21" when they should mention "1.22" instead, which I have fixed
manually:

git diff REL1_21 | grep --color=always -C 10 -iE \
'^\+.*(since|deprecated).*1\.21(\D|$)' | aha > oldver.html

I also moved the release notes for I1987190f ("Combine JavaScript and
JSON encoding logic") from RELEASE-NOTES-1.21 to RELEASE-NOTES-1.22
because I had reverted the commit on REL1_21 only (see Id3b88102 and
bug 47431 for the rationale).

Change-Id: I11b917a371e07267dfa98b8449776d0c1cb29b15
Follows-Up: I25cf5a94f6e47f85a9d0b80cc1c9c9f957288478
Follows-Up: I3d72e4105f6244b0695116940e62a2ddef66eb66
Follows-Up: I3faa9c3e8107c6e46cdf21f8c18adda1f42890d7
Follows-Up: I6aab19c8d68bf47beddad42632b0360a7b12f251
Follows-Up: I86368821fc2cd0729df5342b8572eb470c0f77a0
Follows-Up: Id3b88102e768318e3605a19e9952121091a40915
Follows-Up: Ie667088010e24eb6cb569f9e8e8e2553005223eb
2013-06-21 05:33:22 +00:00
..
BacklinkCache.php Fixed spacing in actions/cache/filebackend/filerepo/job folder 2013-04-20 19:18:13 +02:00
CacheDependency.php Fixed spacing in actions/cache/filebackend/filerepo/job folder 2013-04-20 19:18:13 +02:00
FileCacheBase.php docs: Remove odd colons after @todo 2013-05-15 06:23:40 +00:00
GenderCache.php Fixed spacing in actions/cache/filebackend/filerepo/job folder 2013-04-20 19:18:13 +02:00
HTMLCacheUpdate.php Use onTransactionIdle() for page invalidations when not using the job queue. 2013-04-16 10:16:10 -07:00
HTMLFileCache.php docs: Remove odd colons after @todo 2013-05-15 06:23:40 +00:00
LinkBatch.php Fixed spacing and removed unneeded parenthesis 2013-05-17 16:12:08 +00:00
LinkCache.php LinkCache singleton can now be altered 2013-06-01 09:20:02 +02:00
LocalisationCache.php Change @since and @deprecated notes to 1.22 2013-06-21 05:33:22 +00:00
MessageCache.php Fix return type of MessageCache::getMsgFromNamespace for existing 2013-06-12 08:48:05 +10:00
ObjectFileCache.php Added missing GPLv2 headers in some places. 2012-05-08 14:51:21 +02:00
ProcessCacheLRU.php [FileBackend] Stat caching improvements. 2012-11-16 12:14:20 -08:00
ResourceFileCache.php docs: Remove odd colons after @todo 2013-05-15 06:23:40 +00:00
SquidUpdate.php Revert "Commit of various live hacks" 2013-04-29 19:19:54 +01:00
UserCache.php UserCache::getUserName: Docs said @since 1.21, but not in REL1_21 2013-06-19 16:17:52 -03:00