+2010-08-04 Ingo Renner <ingo@typo3.org>
+
+ * Added feature #15305: Logging cache clearing, credits Stefan Sprenger
+
2010-08-03 Susanne Moog <typo3@susanne-moog.de>
* Fixed bug #15304: csv export is limiting exported fields to 100 chars (thanks to Björn Pedersen)
* Follow-up to bug #15188: Remove default greyed out effect for CEs (Thanks to Steffen Gebert)
* Fixed bug #15295: Page treeFilter not re-applied after branch toggling (Thanks to Felix Kopp)
-
+
2010-07-29 Dmitry Dulepov <dmitry@typo3.org>
* Fixed bug #13427: t3lib_div::cleanOutputBuffers() might loop forever (thanks to Stephan Seitz and Steffen Gebert)
public function clear_cacheCmd($cacheCmd) {
global $TYPO3_CONF_VARS;
+ $this->BE_USER->writelog(3, 1, 0, 0, 'User %s has cleared the cache (cacheCmd=%s)', array($this->BE_USER->user['username'], $cacheCmd));
+
// Clear cache for either ALL pages or ALL tables!
switch($cacheCmd) {
case 'pages':
0 => $GLOBALS['LANG']->getLL('any'),
1 => $GLOBALS['LANG']->getLL('actionDatabase'),
2 => $GLOBALS['LANG']->getLL('actionFile'),
+ 3 => $GLOBALS['LANG']->getLL('actionCache'),
254 => $GLOBALS['LANG']->getLL('actionSettings'),
255 => $GLOBALS['LANG']->getLL('actionLogin'),
'-1' => $GLOBALS['LANG']->getLL('actionErrors')
<label index="actionAll">All</label>
<label index="actionDatabase">Database</label>
<label index="actionFile">File</label>
+ <label index="actionCache">Cache</label>
<label index="actionSettings">Settings</label>
<label index="actionLogin">Login</label>
<label index="actionErrors">Errors</label>
<label index="action_2_8">New file</label>
<label index="action_2_9">Edit</label>
<label index="msg_2_9_1">File saved to '%s', bytes: %s, MD5: %s </label>
+ <label index="type_3">CACHE</label>
+ <label index="action_3_1">Clear Cache</label>
<label index="type_254">SETTING</label>
<label index="action_254_1">Change</label>
<label index="type_255">LOGIN</label>