Dotclear

source: plugins/rateIt/_uninstall.php @ 1865

Revision 1865, 1.4 KB checked in by JcDenis, 13 years ago (diff)

rateIt 0.9.7:

  • Added entryFirstImage to wigdet
  • Fixed bug with date sorting on widget
  • Fixed bug with plugin ativityReport
  • Removed about tabs and fixed typo
Line 
1<?php
2# -- BEGIN LICENSE BLOCK ----------------------------------
3# This file is part of rateIt, a plugin for Dotclear 2.
4#
5# Copyright (c) 2009 JC Denis and contributors
6# jcdenis@gdwd.com
7#
8# Licensed under the GPL version 2.0 license.
9# A copy of this license is available in LICENSE file or at
10# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
11# -- END LICENSE BLOCK ------------------------------------
12
13if (!defined('DC_CONTEXT_ADMIN')){return;}
14
15$this->addUserAction(
16     /* type */ 'settings',
17     /* action */ 'delete_all',
18     /* ns */ 'rateit',
19     /* description */ __('delete all settings')
20);
21
22$this->addUserAction(
23     /* type */ 'tables',
24     /* action */ 'delete',
25     /* ns */ 'rateit',
26     /* description */ __('delete table')
27);
28
29$this->addUserAction(
30     /* type */ 'plugins',
31     /* action */ 'delete',
32     /* ns */ 'rateIt',
33     /* description */ __('delete plugin files')
34);
35
36$this->addUserAction(
37     /* type */ 'versions',
38     /* action */ 'delete',
39     /* ns */ 'rateIt',
40     /* description */ __('delete the version number')
41);
42
43
44# Keep settings and table on delete from pluginsBeforeDelete
45
46$this->addDirectAction(
47     /* type */ 'plugins',
48     /* action */ 'delete',
49     /* ns */ 'rateIt',
50     /* description */ __('delete rateIt plugin files')
51);
52
53$this->addDirectAction(
54     /* type */ 'versions',
55     /* action */ 'delete',
56     /* ns */ 'rateIt',
57     /* description */ __('delete RateIt version number')
58);
59
60?>
Note: See TracBrowser for help on using the repository browser.

Sites map