8d2b411117e7e51cc9dfc07882a00b0a6df3d999
Jeremy D Importing a2ebg

Jeremy D authored 12 years ago

1) <?xml version="1.0"?>
2) <!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
3) <!-- This package was generated by SleePys Package Maker at http://sleepycode.com -->
4) <package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
5) 	<id>SleePy:Add_to_Existing_Ban_Group</id>
6) 	<name>Add to Existing Ban Group</name>
jdarwood007 Add some changes

jdarwood007 authored 3 months ago

7) 	<version>2.1</version>
Jeremy D Importing a2ebg

Jeremy D authored 12 years ago

8) 	<type>modification</type>
jdarwood007 Add some changes

jdarwood007 authored 3 months ago

9) 
10) 	<install for="3.0 Alpha 1">
Jeremy D Importing a2ebg

Jeremy D authored 12 years ago

11) 		<readme>README.txt</readme>
jdarwood007 Add some changes

jdarwood007 authored 3 months ago

12) 		<database>SMF3.0/database_install.php</database>
13) 
14) 		<require-file name="language/Add2ExistingBanGroup.english.php" destination="$themes_dir/default/languages" />
15) 		<require-file name="SMF3.0/Add2ExistingBanGroup.template.php" destination="$themedir" />
16) 		<require-file name="SMF3.0/Add2ExistingBanGroup.php" destination="$sourcedir" />
17) 
18) 		<!-- All the hooks -->
19) 		<hook hook="integrate_general_mod_settings" function="a2ebg::addToGeneralModSettings" file="$sourcedir/Add2ExistingBanGroup.php" />
20) 		<hook hook="integrate_edit_bans" function="a2ebg::addToEditBans" file="$sourcedir/Add2ExistingBanGroup.php" />
21) 		<hook hook="integrate_ban_edit_new" function="a2ebg::addToBanEditNew" file="$sourcedir/Add2ExistingBanGroup.php" />
22) 		<hook hook="integrate_edit_bans_post" function="a2ebg::addToEditBansPost" file="$sourcedir/Add2ExistingBanGroup.php" />
23) 		<hook hook="integrate_ban_list" function="a2ebg::addToBanList" file="$sourcedir/Add2ExistingBanGroup.php" />
24) 		<hook hook="integrate_ban_edit_list" function="a2ebg::addToBanEditList" file="$sourcedir/Add2ExistingBanGroup.php" />
Jeremy D Importing a2ebg

Jeremy D authored 12 years ago

25) 	</install>
jdarwood007 Add some changes

jdarwood007 authored 3 months ago

26) 	<uninstall for="3.0 Alpha 1">
27) 		<remove-file name="$themes_dir/default/languages/Add2ExistingBanGroup.english.php" />
28) 		<remove-file name="$themedir/Add2ExistingBanGroup.template.php" />
29) 		<remove-file name="$sourcedir/Add2ExistingBanGroup.php" />
30) 
31) 		<!-- All the hooks in reverse -->
32) 		<hook hook="integrate_general_mod_settings" function="a2ebg::addToGeneralModSettings" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
33) 		<hook hook="integrate_edit_bans" function="a2ebg::addToEditBans" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
34) 		<hook hook="integrate_ban_edit_new" function="a2ebg::addToBanEditNew" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
35) 		<hook hook="integrate_edit_bans_post" function="a2ebg::addToEditBansPost" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
36) 		<hook hook="integrate_ban_list" function="a2ebg::addToBanList" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
37) 		<hook hook="integrate_ban_edit_list" function="a2ebg::addToBanEditList" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
Jeremy D Importing a2ebg

Jeremy D authored 12 years ago

38) 	</uninstall>
jdarwood007 Add SMF 2.1 Support

jdarwood007 authored 6 years ago

39) 
Jeremy D Remove beta support for 2.1

Jeremy D authored 2 years ago

40) 	<install for="2.1-2.1.99">
jdarwood007 Add SMF 2.1 Support

jdarwood007 authored 6 years ago

41) 		<readme>README.txt</readme>
jdarwood007 Add some changes

jdarwood007 authored 3 months ago

42) 		<database>SMF2.1/database_install.php</database>
jdarwood007 SMF 2.1 works once PR https...

jdarwood007 authored 4 years ago

43) 
44) 		<require-file name="language/Add2ExistingBanGroup.english.php" destination="$themes_dir/default/languages" />
jdarwood007 Add some changes

jdarwood007 authored 3 months ago

45) 		<require-file name="SMF2.1/Add2ExistingBanGroup.template.php" destination="$themedir" />
46) 		<require-file name="SMF2.1/Add2ExistingBanGroup.php" destination="$sourcedir" />
jdarwood007 SMF 2.1 works once PR https...

jdarwood007 authored 4 years ago

47) 
48) 		<!-- All the hooks -->
49) 		<hook hook="integrate_general_mod_settings" function="a2ebg::hook_general_mod_settings" file="$sourcedir/Add2ExistingBanGroup.php" />
50) 		<hook hook="integrate_edit_bans" function="a2ebg::hook_edit_bans" file="$sourcedir/Add2ExistingBanGroup.php" />
51) 		<hook hook="integrate_ban_edit_new" function="a2ebg::hook_ban_edit_new" file="$sourcedir/Add2ExistingBanGroup.php" />
52) 		<hook hook="integrate_edit_bans_post" function="a2ebg::hook_edit_bans_post" file="$sourcedir/Add2ExistingBanGroup.php" />
53) 		<hook hook="integrate_ban_list" function="a2ebg::hook_ban_list" file="$sourcedir/Add2ExistingBanGroup.php" />
54) 		<hook hook="integrate_ban_edit_list" function="a2ebg::hook_ban_edit_list" file="$sourcedir/Add2ExistingBanGroup.php" />
jdarwood007 Add SMF 2.1 Support

jdarwood007 authored 6 years ago

55) 	</install>
Jeremy D Remove beta support for 2.1

Jeremy D authored 2 years ago

56) 	<uninstall for="2.1-2.1.99">
jdarwood007 Add some changes

jdarwood007 authored 3 months ago

57) 		<remove-file name="$themes_dir/default/languages/Add2ExistingBanGroup.english.php" />
58) 		<remove-file name="$themedir/Add2ExistingBanGroup.template.php" />
59) 		<remove-file name="$sourcedir/Add2ExistingBanGroup.php" />
jdarwood007 SMF 2.1 works once PR https...

jdarwood007 authored 4 years ago

60) 
61) 		<!-- All the hooks in reverse -->
62) 		<hook hook="integrate_general_mod_settings" function="a2ebg::hook_general_mod_settings" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
63) 		<hook hook="integrate_edit_bans" function="a2ebg::hook_edit_bans" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
64) 		<hook hook="integrate_ban_edit_new" function="a2ebg::hook_ban_edit_new" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
65) 		<hook hook="integrate_edit_bans_post" function="a2ebg::hook_edit_bans_post" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
66) 		<hook hook="integrate_ban_list" function="a2ebg::hook_ban_list" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
67) 		<hook hook="integrate_ban_edit_list" function="a2ebg::hook_ban_edit_list" file="$sourcedir/Add2ExistingBanGroup.php" reverse="true" />
jdarwood007 Add SMF 2.1 Support

jdarwood007 authored 6 years ago

68) 	</uninstall>
69) 
jdarwood007 Add some changes

jdarwood007 authored 3 months ago

70) 	<install for="2.0-2.0.99">
71) 		<readme>README.txt</readme>
72) 		<modification>SMF2.0/add_to_existing_ban_group-20x.xml</modification>
73) 		<database>SMF2.1/database_install.php</database>
74) 	</install>
75) 	<uninstall for="2.0-2.0.99">
76) 		<modification reverse="true">SMF2.0/add_to_existing_ban_group-20x.xml</modification>
77) 	</uninstall>
78)