DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:event:indexer_tasks_run

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devel:event:indexer_tasks_run [2013-06-19 11:08] – [Plugins handling this event] Klap-indevel:event:indexer_tasks_run [2022-10-20 18:21] (current) Klap-in
Line 3: Line 3:
 ---- dataentry event ---- ---- dataentry event ----
 Description:    run custom "Cron jobs" Description:    run custom "Cron jobs"
-DefaultAction:  run one of the indexer actions+DefaultAction:  run one of the background tasks such as indexer
 Preventable:    yes Preventable:    yes
 Added_dt:       2008-02-26 Added_dt:       2008-02-26
 ---- ----
  
-This event is called in [[xref>lib/exe/indexer.php]]. It is called on every pageview through a web bug.+This event is called in [[xref>lib/exe/taskrunner.php]]. It is called on every pageview through a web bug.
  
 Plugins should only hook BEFORE the event if it is important for the task to be run as often as possible. Otherwise, hook AFTER the event to be run only when other tasks have completed. Plugins should only hook BEFORE the event if it is important for the task to be run as often as possible. Otherwise, hook AFTER the event to be run only when other tasks have completed.
Line 21: Line 21:
   - [[xref>runTrimRecentChanges()]]   - [[xref>runTrimRecentChanges()]]
   - [[xref>runTrimRecentChanges()|runTrimRecentChanges($media_changes = true)]]   - [[xref>runTrimRecentChanges()|runTrimRecentChanges($media_changes = true)]]
 +
 +
 ===== Passed Data ===== ===== Passed Data =====
  
 No data is passed No data is passed
  
-===== Plugins handling this event ===== 
  
-The following plugins are known to handle this event and their source code may be a good start for understanding and implementing a handler yourself. 
- 
-  * [[plugin:qc|]] 
-  * [[plugin:popularity]] 
-  * [[plugin:safefnrecode]] 
-  * [[plugin:statdisplay]] 
 ===== See also ===== ===== See also =====
 +  * [[:taskrunner|The TaskRunner Process]] 
 +  * [[codesearch>INDEXER_TASKS_RUN|Code related to this event]] used in any DokuWiki's files, plugins and templates
   * [[devel:Action Plugins]]   * [[devel:Action Plugins]]
   * [[devel:Events]]   * [[devel:Events]]
devel/event/indexer_tasks_run.1371632910.txt.gz · Last modified: 2013-06-19 11:08 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki