Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

Location:
plugins/maintenance/inc
Files:
4 edited

Legend:

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

    r2044 r2566  
    1717@brief Simple descriptor for tabs, groups and more 
    1818 
    19 At this time this class is used in same way an arrayObject  
     19At this time this class is used in same way an arrayObject 
    2020but in futur it could be completed with advance methods. 
    2121*/ 
  • plugins/maintenance/inc/class.dc.maintenance.php

    r2044 r2566  
    4848      * Initialize list of tabs and groups and tasks. 
    4949      * 
    50       * To register a tab or group or task,  
     50      * To register a tab or group or task, 
    5151      * use behavior dcMaintenanceInit then a method of 
    5252      * dcMaintenance like addTab('myTab', ...). 
  • plugins/maintenance/inc/class.dc.maintenance.task.php

    r2491 r2566  
    9898      * Get task permission. 
    9999      * 
    100       * Return user permission required to run this task  
     100      * Return user permission required to run this task 
    101101      * or null for super admin. 
    102102      * 
     
    215215      * Get task group. 
    216216      * 
    217       * If task required a full tab,  
     217      * If task required a full tab, 
    218218      * this must be returned null. 
    219       *  
     219      * 
    220220      * @return     <b>mixed</b>   Task group ID or null 
    221221      */ 
     
    228228      * Use ajax 
    229229      * 
    230       * Is task use maintenance ajax script  
     230      * Is task use maintenance ajax script 
    231231      * for steps process. 
    232232      * 
     
    326326      * Log task execution. 
    327327      * 
    328       * Sometimes we need to log task execution  
     328      * Sometimes we need to log task execution 
    329329      * direct from task itself. 
    330330      * 
  • plugins/maintenance/inc/tasks/class.dc.maintenance.indexcomments.php

    r2044 r2566  
    3434     { 
    3535          $this->code = $this->core->indexAllComments($this->code, $this->limit); 
    36            
     36 
    3737          return $this->code ? $this->code : true; 
    3838     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map