File tree Expand file tree Collapse file tree 6 files changed +21
-18
lines changed
files/lib/system/event/listener Expand file tree Collapse file tree 6 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 1515 - ' 7.4'
1616 - ' 8.0'
1717 - ' 8.1'
18+ - ' 8.2'
1819 steps :
1920 - name : Set up PHP
2021 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1616 */
1717class CronjobDisableExecutionListener extends AbstractEventListener
1818{
19- /**
20- * @param AbstractPage $eventObj
21- * @param array $parameters
22- */
23- public function onAssignVariables (AbstractPage $ eventObj , array &$ parameters ): void
19+ public function onAssignVariables (): void
2420 {
2521 if (\CRONJOB_EXECUTE ) {
2622 return ;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<language xmlns =" http://www.woltlab.com" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.woltlab.com http://www.woltlab.com/XSD/5.4/language.xsd" languagecode =" de-informal" languagename =" Deutsch" countrycode =" de" >
3- <category name =" wcf.acp.option" >
4- <item name =" wcf.acp.option.cronjob_execute" ><![CDATA[ CronJobs bei Seitenaufrufen ausführen]]> </item >
5- </category >
3+ <import >
4+ <category name =" wcf.acp.option" >
5+ <item name =" wcf.acp.option.cronjob_execute" ><![CDATA[ CronJobs bei Seitenaufrufen ausführen]]> </item >
6+ </category >
7+ </import >
68</language >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<language xmlns =" http://www.woltlab.com" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.woltlab.com http://www.woltlab.com/XSD/5.4/language.xsd" languagecode =" de" languagename =" Deutsch" countrycode =" de" >
3- <category name =" wcf.acp.option" >
4- <item name =" wcf.acp.option.cronjob_execute" ><![CDATA[ CronJobs bei Seitenaufrufen ausführen]]> </item >
5- </category >
3+ <import >
4+ <category name =" wcf.acp.option" >
5+ <item name =" wcf.acp.option.cronjob_execute" ><![CDATA[ CronJobs bei Seitenaufrufen ausführen]]> </item >
6+ </category >
7+ </import >
68</language >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<language xmlns =" http://www.woltlab.com" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.woltlab.com http://www.woltlab.com/XSD/5.4/language.xsd" languagecode =" en" languagename =" English" countrycode =" gb" >
3- <category name =" wcf.acp.option" >
4- <item name =" wcf.acp.option.cronjob_execute" ><![CDATA[ Run cronjobs on page calls]]> </item >
5- </category >
3+ <import >
4+ <category name =" wcf.acp.option" >
5+ <item name =" wcf.acp.option.cronjob_execute" ><![CDATA[ Run cronjobs on page calls]]> </item >
6+ </category >
7+ </import >
68</language >
Original file line number Diff line number Diff line change 55 <packagename >External Cronjob Execution API</packagename >
66 <packagedescription >Disables automatic cronjob execution and implements a script callable via browser or shell.</packagedescription >
77 <version >1.1.4</version >
8- <date >2022-10-30</date >
9- <packageurl >https://www.mysterycode.de</packageurl >
8+ <date >2023-03-31</date >
109 </packageinformation >
1110 <authorinformation >
1211 <author >Florian Gail, Morik</author >
1312 <authorurl >https://www.mysterycode.de</authorurl >
1413 </authorinformation >
1514 <requiredpackages >
16- <requiredpackage minversion =" 5.4 .0" >com.woltlab.wcf</requiredpackage >
15+ <requiredpackage minversion =" 5.5 .0" >com.woltlab.wcf</requiredpackage >
1716 </requiredpackages >
1817 <excludedpackages >
1918 <excludedpackage version =" 6.1.0 Alpha 1" >com.woltlab.wcf</excludedpackage >
2524 <instruction type =" language" />
2625 </instructions >
2726 <instructions type =" update" fromversion =" 1.1.3" >
28- <void />
27+ <instruction type =" file" />
28+ <instruction type =" language" />
2929 </instructions >
3030</package >
You can’t perform that action at this time.
0 commit comments