Dotclear


Ignore:
Timestamp:
09/21/13 23:52:08 (12 years ago)
Author:
Denis Jean-Chirstian <contact@…>
Branch:
default
Message:

Revamp plugin maintenance, step 4 bis, better place for settings according to boss and some typo, addresses #999

Location:
plugins/maintenance/inc/tasks
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • plugins/maintenance/inc/tasks/class.dc.maintenance.countcomments.php

    r1925 r1984  
    1818     protected function init() 
    1919     { 
    20           $this->task         = __('Reset comments and ping counters'); 
     20          $this->task         = __('Count again comments and trackbacks'); 
    2121          $this->success           = __('Comments and trackback counted.'); 
    22           $this->error        = __('Failed to reset comments and ping counters.'); 
     22          $this->error        = __('Failed to count comments and trackbacks.'); 
    2323     } 
    2424 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.indexcomments.php

    r1959 r1984  
    2323          $this->name         = __('Search engine index'); 
    2424          $this->task         = __('Index all comments'); 
    25           $this->step_task    = __('next'); 
     25          $this->step_task    = __('Next'); 
    2626          $this->step         = __('Indexing comment %d to %d.'); 
    2727          $this->success           = __('Comments index done.'); 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.indexposts.php

    r1959 r1984  
    2323          $this->name         = __('Search engine index'); 
    2424          $this->task         = __('Index all posts'); 
    25           $this->step_task    = __('next'); 
     25          $this->step_task    = __('Next'); 
    2626          $this->step         = __('Indexing entry %d to %d.'); 
    2727          $this->success           = __('Entries index done.'); 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.vacuum.php

    r1925 r1984  
    1818     protected function init() 
    1919     { 
    20           $this->task         = __('Vacuum tables'); 
     20          $this->task         = __('optimize tables'); 
    2121          $this->success           = __('Optimization successful.'); 
    22           $this->error        = __('Failed to vacuum tables.'); 
     22          $this->error        = __('Failed to optimize tables.'); 
    2323     } 
    2424 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.zipmedia.php

    r1955 r1984  
    1414class dcMaintenanceZipmedia extends dcMaintenanceTask 
    1515{ 
     16     protected $blog = true; 
    1617     protected $tab = 'backup'; 
    1718     protected $group = 'zipblog'; 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.ziptheme.php

    r1955 r1984  
    1414class dcMaintenanceZiptheme extends dcMaintenanceTask 
    1515{ 
     16     protected $blog = true; 
    1617     protected $tab = 'backup'; 
    1718     protected $group = 'zipblog'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map