r98879 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r98878
|
r98879
|
r98880
>
Date:
18:08, 4 October 2011
Author:
krinkle
Status:
ok
Tags:
Comment:
[RL2] Comment edit (Follows-up
r98878
). Using string instead of blob, like loadDataFor says to avoid confusion
Modified paths:
/branches/RL2/extensions/Gadgets/backend/LocalGadgetRepo.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/RL2/extensions/Gadgets/backend/LocalGadgetRepo.php
—
—
@@ -7,7 +7,7 @@
8
8
* use $missCache instead. Values may be null, in which case only the gadget's
9
9
* existence is cached and the data must still be retrieved from memc or the DB.
10
10
*
11
- * array( id => null|array( 'json' => JSON blob, 'timestamp' => timestamp ) )
11
+ * array( id => null|array( 'json' => JSON string, 'timestamp' => timestamp ) )
12
12
*/
13
13
protected $data = array();
14
14
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r98878
[RL2] Followup
r96837
, prevent requests for nonexistent modules from pollutin...
catrope
18:00, 4 October 2011
Status & tagging log
19:34, 4 October 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r98879
[
removed:
new
added:
ok]