2529cbbd2e5f56269e5883a4d07c391dc664d7df
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>
Jeremy D Adds mobile icon (#2)

Jeremy D authored 1 year ago

5) 	<version>1.2</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) 
Jeremy D Adds mobile icon (#2)

Jeremy D authored 1 year ago

25) 	<upgrade from="1.0-1.1" for="2.1.*">
jdarwood007 Fix a issue where when on S...

jdarwood007 authored 1 year ago

26) 		<require-file name="ErrorPopup.php" destination="$sourcedir" />
27) 	</upgrade>
28) 
Jeremy D Setup Devtools exports (#3)

Jeremy D authored 1 year ago

29) 	<devtools>
30) 		<packagename>{CUSTOMIZATION-NAME}_{VERSION-}</packagename>
31) 		<exclusion>.git</exclusion>
32) 		<exclusion>.scrutinizer.yml</exclusion>
33) 		<exclusion>screenshots</exclusion>
34) 	</devtools>