Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 0af0abe

Browse files
author
nshahzad
committed
2.1 final build, updated changelog
git-svn-id: file:///var/svn/phpvms/trunk@926 e188d3d8-5a48-0410-b2de-ed2772025908
1 parent 2238bb8 commit 0af0abe

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

changelog.htm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ <h1>Build ##REVISION## (Version 2.1.##REVISION##)</h1>
4949
<li>Ability to change a pilot's ID</li>
5050
<li>Send mass-email to specific groups</li>
5151
<li>Maintenance cron-script, for faster/more efficient background processing</li>
52-
<li><a href="http://bugs.phpvms.net/query?status=closed&group=resolution&milestone=phpVMS+2.1.x" target="_blank">And numerous bug fixes</a></li>
52+
<li>Added 'profile badge' page with links to your signature in various formats</li>
53+
<li><a href="http://bugs.phpvms.net/secure/ReleaseNote.jspa?projectId=10030&version=10104" target="_blank">And numerous bug fixes</a></li>
5354
</ul>
55+
<br/>
5456
<strong>Templates Changed</strong>:</p>
5557
<ul>
5658
<li>core_htmlhead.tpl - Javascript all cleaned up, path to Google Maps API changed for v3</li>

core/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
925
1+
926

install/structure.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
<field Field="hub" Type="smallint(6)" Null="NO" Key="" Default="0" Extra="" />
7878
<field Field="fuelprice" Type="float" Null="NO" Key="" Default="0" Extra="" />
7979
<field Field="chartlink" Type="text" Null="NO" Key="" Extra="" />
80-
<key Table="phpvms_airports" Non_unique="0" Key_name="PRIMARY" Seq_in_index="1" Column_name="id" Collation="A" Cardinality="82" Null="" Index_type="BTREE" Comment="" />
81-
<key Table="phpvms_airports" Non_unique="0" Key_name="icao" Seq_in_index="1" Column_name="icao" Collation="A" Cardinality="82" Null="" Index_type="BTREE" Comment="" />
82-
<options Name="phpvms_airports" Engine="InnoDB" Version="10" Row_format="Compact" Rows="82" Avg_row_length="799" Data_length="65536" Max_data_length="0" Index_length="16384" Data_free="6291456" Auto_increment="1469" Create_time="2010-04-09 17:02:46" Collation="latin1_swedish_ci" Create_options="" Comment="" />
80+
<key Table="phpvms_airports" Non_unique="0" Key_name="PRIMARY" Seq_in_index="1" Column_name="id" Collation="A" Cardinality="258" Null="" Index_type="BTREE" Comment="" />
81+
<key Table="phpvms_airports" Non_unique="0" Key_name="icao" Seq_in_index="1" Column_name="icao" Collation="A" Cardinality="258" Null="" Index_type="BTREE" Comment="" />
82+
<options Name="phpvms_airports" Engine="InnoDB" Version="10" Row_format="Compact" Rows="553" Avg_row_length="118" Data_length="65536" Max_data_length="0" Index_length="16384" Data_free="6291456" Auto_increment="1469" Create_time="2010-04-09 17:02:46" Collation="latin1_swedish_ci" Create_options="" Comment="" />
8383
</table_structure>
8484
<table_structure name="phpvms_awards">
8585
<field Field="awardid" Type="int(11)" Null="NO" Key="PRI" Extra="auto_increment" />
@@ -363,8 +363,8 @@
363363
<field Field="pilotid" Type="int(11)" Null="NO" Key="" Extra="" />
364364
<field Field="ipaddress" Type="varchar(25)" Null="NO" Key="" Extra="" />
365365
<field Field="logintime" Type="datetime" Null="NO" Key="" Extra="" />
366-
<key Table="phpvms_sessions" Non_unique="0" Key_name="PRIMARY" Seq_in_index="1" Column_name="id" Collation="A" Cardinality="95" Null="" Index_type="BTREE" Comment="" />
367-
<options Name="phpvms_sessions" Engine="MyISAM" Version="10" Row_format="Dynamic" Rows="95" Avg_row_length="32" Data_length="3096" Max_data_length="281474976710655" Index_length="2048" Data_free="0" Auto_increment="1671" Create_time="2009-10-31 20:05:09" Update_time="2010-04-19 01:09:06" Check_time="2010-04-09 17:02:47" Collation="latin1_swedish_ci" Create_options="" Comment="" />
366+
<key Table="phpvms_sessions" Non_unique="0" Key_name="PRIMARY" Seq_in_index="1" Column_name="id" Collation="A" Cardinality="102" Null="" Index_type="BTREE" Comment="" />
367+
<options Name="phpvms_sessions" Engine="MyISAM" Version="10" Row_format="Dynamic" Rows="102" Avg_row_length="32" Data_length="3320" Max_data_length="281474976710655" Index_length="2048" Data_free="0" Auto_increment="1678" Create_time="2009-10-31 20:05:09" Update_time="2010-04-19 05:20:00" Check_time="2010-04-09 17:02:47" Collation="latin1_swedish_ci" Create_options="" Comment="" />
368368
</table_structure>
369369
<table_structure name="phpvms_settings">
370370
<field Field="id" Type="int(11)" Null="NO" Key="PRI" Extra="auto_increment" />

0 commit comments

Comments
 (0)