eead0925199b915abe4240ad426631a866a6e68e
Jeremy D Add ErrorPopup mod

Jeremy D authored 2 years ago

1) <!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
2) <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
3) 	<id>sleepy:errorpup</id>
4) 	<name>Error Log Popup</name>
jdarwood007 Fix a issue where when on S...

jdarwood007 authored 1 year ago

5) 	<version>1.1</version>
Jeremy D Add ErrorPopup mod

Jeremy D authored 2 years ago

6) 	<type>modification</type>
7) 
8) 	<install for="SMF 2.1.*">
9) 		<readme>README.txt</readme>
10) 		<require-file name="ErrorPopup.php" destination="$sourcedir" />
11) 		<hook hook="integrate_current_action" function="ErrorPopup::hook_current_action" file="$sourcedir/ErrorPopup.php" />
12) 		<hook hook="integrate_manage_logs" function="ErrorPopup::hook_manage_logs" file="$sourcedir/ErrorPopup.php" />
13) 		<hook hook="integrate_validateSession" function="ErrorPopup::hook_validateSession" file="$sourcedir/ErrorPopup.php" />
14) 		<hook hook="integrate_redirect" function="ErrorPopup::hook_redirect" file="$sourcedir/ErrorPopup.php" />
15) 	</install>
16) 	
17) 	<uninstall for="SMF 2.1.*">
18) 		<hook reverse="true" hook="integrate_current_action" function="ErrorPopup::hook_current_action" file="$sourcedir/ErrorPopup.php" />
19) 		<hook reverse="true" hook="integrate_manage_logs" function="ErrorPopup::hook_manage_logs" file="$sourcedir/ErrorPopup.php" />
20) 		<hook reverse="true" hook="integrate_validateSession" function="ErrorPopup::hook_validateSession" file="$sourcedir/ErrorPopup.php" />
21) 		<hook reverse="true" hook="integrate_redirect" function="ErrorPopup::hook_redirect" file="$sourcedir/ErrorPopup.php" />
22) 		<remove-file name="$sourcedir/ErrorPopup.php" />
23) 	</uninstall>
24) 
jdarwood007 Fix a issue where when on S...

jdarwood007 authored 1 year ago

25) 	<upgrade from="1.0" for="2.1.*">
26) 		<require-file name="ErrorPopup.php" destination="$sourcedir" />
27) 	</upgrade>
28)