phpBB
Statistics
| Revision:

root / tags / release_1_0_0 / install.xml

History | View | Annotate | Download (5.6 kB)

1
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2
<?xml-stylesheet type="text/xsl" href="./modx.prosilver.en.xsl"?>
3
<!-- UMIL by the phpBB.com MOD Team. Copyright 2008 the phpBB Group.
4
Please check: http://www.phpbb.com/mods/umil for the latest version of the UMI Library or for any support needed for UMIL.
5
 $Id: install.xml 160 2009-07-24 05:50:06Z EXreaction $ -->
6
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.2.xsd">
7
<header>
8
        <license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
9
        <title lang="en">UMIL - Unified Mod Install Library</title>
10
        <description lang="en"></description>
11
12
        <author-notes lang="en"></author-notes>
13
14
        <author-group>
15
                <author>
16
                        <username>EXreaction</username>
17
                        <realname>Nathan Guse</realname>
18
                        <homepage>http://www.lithiumstudios.org/</homepage>
19
                        <email>exreaction@lithiumstudios.org</email>
20
                </author>
21
                <author>
22
                        <username>Highway of Life</username>
23
                        <realname>David Lewis</realname>
24
                        <homepage>http://www.startrekguide.com/</homepage>
25
                        <email>highwayoflife@gmail.com</email>
26
                </author>
27
        </author-group>
28
29
        <mod-version>1.0.0</mod-version>
30
31
        <installation>
32
                <level>easy</level>
33
                <time>60</time>
34
                <target-version>3.0.5</target-version>
35
        </installation>
36
37
        <history>
38
                <entry>
39
                        <date>2009-07-24</date>
40
                        <rev-version>1.0.0</rev-version>
41
                        <changelog lang="en">
42
                                <change>[Fix] When returning an array in a custom function for the result, the value of 'command' was required to be an array (should accept a string as well).  Reported by Sajaki</change>
43
                                <change>[Fix] Make sure $user->setup has been called when trying to display the error about an outdated version of UMIL.</change>
44
                                <change>[Fix] When uninstalling a mod that removed a table, table column, or table index an error was caused if the data argument was missing (because it tried re-adding the item without the required data).</change>
45
                                <change>[Change] Use sql_table_exists if available (phpBB 3.0.5+)</change>
46
                                <change>[Change] Renamed table_insert to table_row_insert for consistancey (table_insert function still exists and calls table_row_insert for compatibility)</change>
47
                                <change>[Change] version_check now returns (string) Error Message if any error occured #45885</change>
48
                                <change>[Change] Log Adding/Removing Modules to the admin log #41215</change>
49
                                <change>[Feature] Two new functions table_row_update and and table_row_remove</change>
50
                        </changelog>
51
                </entry>
52
                <entry>
53
                        <date>2009-05-01</date>
54
                        <rev-version>1.0.0-RC3</rev-version>
55
                        <changelog lang="en">
56
                                <change>[Fix] Partially include the stylesheet so we can get the correct image paths for the style.</change>
57
                                <change>[Fix] Incorrect way to compare revisions in UMIL Auto.</change>
58
                                <change>[Change] Changed the error message informing the user when UMIL is out of date.</change>
59
                                <change>[Change] Give the option to specify your own $db object to use when intializing UMIL.</change>
60
                                <change>[Change] Put phpbb_db_tools object in the $umil->db_tools variable instead of initializing it whenever we need it.</change>
61
                                <change>[Change] Changed the way the custom function call is handled so it should now handle SQL errors automatically.  Also put the code for calling custom functions in its own function.</change>
62
                                <change>[Feature] New function added to make inserting a few rows into a database table easier (instead of requiring a custom function to be used).  Suggested by michaelo</change>
63
                                <change>[Feature] Give mod authors the option to specify their own image in UMIL auto or if using the UMIL frontend.  Suggested by michaelo</change>
64
                        </changelog>
65
                </entry>
66
                <entry>
67
                        <date>2009-03-22</date>
68
                        <rev-version>1.0.0-RC2</rev-version>
69
                        <changelog lang="en">
70
                                <change>[Fix] Including the phpbb_chmod function &amp; constants if the version of phpBB used does not have them (older than 3.0.3)</change>
71
                                <change>[Fix] Incorrect language for UPDATE_MOD #40385</change>
72
                                <change>[Fix] set_custom_template broken when original template stored in DB #40615</change>
73
                                <change>[Fix] incorrect handling of table_prefix when the table prefix was not phpbb_ but had phpbb_ in it #40725</change>
74
                                <change>[Fix] When making error files, the directory is not checked first for permissions #41065</change>
75
                                <change>[Fix] When using the automatic module add method it would not recognize the 'display' option available in the info_ files #42275</change>
76
                                <change>[Fix] Prevent errors in UMIL Auto of the language key for $mod_name does not exist.</change>
77
                                <change>[Change] Adding support for calling multiple functions when using the custom method #42045</change>
78
                                <change>[Change] Adding support for the new table creation and removal functions in db_tools #42335</change>
79
                                <change>[Change] If errors occur, record the PHP version, phpBB3 version, and database information in the error file.</change>
80
                                <change>[Change] Prevent non-founders from accessing the error files.</change>
81
                                <change>[Change] Prevent duplicate modules from being placed under the same parent #42945</change>
82
                                <change>[Change] Prevent stupid things like trying to add a module with no name or any data on it #41285</change>
83
                                <change>[Change] Give more specific errors in some cases #42965</change>
84
                                <change>[Change] Add support for Select Multiple in UMIL Frontend</change>
85
                        </changelog>
86
                </entry>
87
                <entry>
88
                        <date>2009-01-01</date>
89
                        <rev-version>1.0.0-RC1</rev-version>
90
                        <changelog lang="en">
91
                                <change>Initial Public Preview Release</change>
92
                        </changelog>
93
                </entry>
94
        </history>
95
</header>
96
97
<action-group>
98
        <copy>
99
                <file from="root/*.*" to="*.*" />
100
        </copy>
101
</action-group>
102
</mod>