Dotclear


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

Plugin maintenance, small fixes and boss requests, addresses #999

Location:
plugins/maintenance/inc
Files:
3 edited

Legend:

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

    r1955 r1959  
    2525     protected $code; 
    2626     protected $ts = 604800; // one week 
     27     protected $ajax = false; 
    2728 
    2829     protected $id; 
     
    139140 
    140141     /** 
     142      * Use ajax 
     143      * 
     144      * Is task use maintenance ajax script  
     145      * for steps process. 
     146      * 
     147      * @return     <b>boolean</b> Use ajax 
     148      */ 
     149     public function ajax() 
     150     { 
     151          return (boolean) $this->ajax; 
     152     } 
     153 
     154     /** 
    141155      * Get task message. 
    142156      * 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.indexcomments.php

    r1925 r1959  
    1414class dcMaintenanceIndexcomments extends dcMaintenanceTask 
    1515{ 
     16     protected $ajax = true; 
    1617     protected $group = 'index'; 
    1718     protected $limit = 500; 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.indexposts.php

    r1925 r1959  
    1414class dcMaintenanceIndexposts extends dcMaintenanceTask 
    1515{ 
     16     protected $ajax = true; 
    1617     protected $group = 'index'; 
    1718     protected $limit = 500; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map