<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>950dc38d48e545fd9051613c0c817f881f56da4c</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/561eda426ec36af4743d1f2f9f4502b9debf53b9</url>
    <id>561eda426ec36af4743d1f2f9f4502b9debf53b9</id>
    <committed-date>2009-12-10T09:14:28-08:00</committed-date>
    <authored-date>2009-12-10T09:14:28-08:00</authored-date>
    <message>New images for the updated Administration Tool design</message>
    <tree>1220ed904074773ea7c0bad7b6e839e0f94d4fcd</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0aca865e5539dee42dd960b9643998bf4febb107</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/950dc38d48e545fd9051613c0c817f881f56da4c</url>
    <id>950dc38d48e545fd9051613c0c817f881f56da4c</id>
    <committed-date>2009-12-10T08:46:38-08:00</committed-date>
    <authored-date>2009-12-10T08:46:38-08:00</authored-date>
    <message>Update Administration Tool design (+ start using jQuery UI)
Store message stack messages in the session and remove them when they are retrieved
Introduce __() alias for $osC_Language-&gt;get(), to retrieve language definitions</message>
    <tree>9632bfc5c9f0fe8d8de0c1c064ff0051d8d6edb7</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>57308c5e88eae1e278cdef471397e20129e5ae66</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/0aca865e5539dee42dd960b9643998bf4febb107</url>
    <id>0aca865e5539dee42dd960b9643998bf4febb107</id>
    <committed-date>2009-11-26T04:27:05-08:00</committed-date>
    <authored-date>2009-11-26T04:27:05-08:00</authored-date>
    <message>Don't close the session prematurely as it is already automatically being taken care of in the register_shutdown_function scope.</message>
    <tree>5608cf6cffbafaac1d3bc5024d146a221e3bc9fb</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7c37dfd984dead1abc9b0673341ce7fe5ea4b7b6</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/57308c5e88eae1e278cdef471397e20129e5ae66</url>
    <id>57308c5e88eae1e278cdef471397e20129e5ae66</id>
    <committed-date>2009-06-18T02:10:08-07:00</committed-date>
    <authored-date>2009-06-18T02:10:08-07:00</authored-date>
    <message>Support RESTRICT foreign key constraints in the database class (for MyISAM databases)</message>
    <tree>65f58710726c222ae3657ddf18257fb4bfd0afe3</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8119ba23fb86242ca23d7198bed7833159b43e79</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hazza@g4.local</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/7c37dfd984dead1abc9b0673341ce7fe5ea4b7b6</url>
    <id>7c37dfd984dead1abc9b0673341ce7fe5ea4b7b6</id>
    <committed-date>2009-06-03T01:18:13-07:00</committed-date>
    <authored-date>2009-06-03T01:18:13-07:00</authored-date>
    <message>Use proper resource identifier</message>
    <tree>ca244689608a474e0476419596a3ec69aad57070</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hazza@g4.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>96c9e529160056d7be57d8ccf83b0233dae07d1e</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/8119ba23fb86242ca23d7198bed7833159b43e79</url>
    <id>8119ba23fb86242ca23d7198bed7833159b43e79</id>
    <committed-date>2009-06-02T08:19:24-07:00</committed-date>
    <authored-date>2009-06-02T08:13:05-07:00</authored-date>
    <message>Optimize database schema
Introduce foreign key support for MySQL InnoDB databases
Backport InnoDB foreign keys to the osc_fk_relationships table for MyISAM compatibility
(Note: the database class handles CASCADE and SET NULL foreign key constraints - there are 4 instances of RESTRICT that are pending to be addressed)</message>
    <tree>7d0288ad01912166fa7a588fb12dbe260ae1e603</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>35abe13d1b8f165df8c2b5e93af769e6018a7442</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/96c9e529160056d7be57d8ccf83b0233dae07d1e</url>
    <id>96c9e529160056d7be57d8ccf83b0233dae07d1e</id>
    <committed-date>2009-06-02T08:10:36-07:00</committed-date>
    <authored-date>2009-06-02T08:10:36-07:00</authored-date>
    <message>Bring back the normal mysql database functions for servers that do not yet have mysqli activated</message>
    <tree>f8389c8fa7688657b925fc0c54f2631462dc5985</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f6305c8d61b9b03961964a60c25879183f605e3c</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/35abe13d1b8f165df8c2b5e93af769e6018a7442</url>
    <id>35abe13d1b8f165df8c2b5e93af769e6018a7442</id>
    <committed-date>2009-05-29T09:33:03-07:00</committed-date>
    <authored-date>2009-05-29T09:33:03-07:00</authored-date>
    <message>base64_encode() / base64_decode() the session data that is stored in the database</message>
    <tree>6efb6c1dc46077b11dec9d5875216e9464881cb2</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>62a6a82ff76e277e0ccc7037fb7cade7b7793845</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/f6305c8d61b9b03961964a60c25879183f605e3c</url>
    <id>f6305c8d61b9b03961964a60c25879183f605e3c</id>
    <committed-date>2009-05-28T15:23:34-07:00</committed-date>
    <authored-date>2009-05-28T15:23:34-07:00</authored-date>
    <message>Add $osC_Session as a global variable</message>
    <tree>1f72001891e8e8f854c33672279a6dfce37cda03</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>22d810dc5d95265790d6b0b3d6a1ff21b031a683</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/62a6a82ff76e277e0ccc7037fb7cade7b7793845</url>
    <id>62a6a82ff76e277e0ccc7037fb7cade7b7793845</id>
    <committed-date>2009-05-28T10:25:24-07:00</committed-date>
    <authored-date>2009-05-28T09:40:05-07:00</authored-date>
    <message>Fix bindReplace() to replace only 1 occurrance of binded keyword
Update foreign key checks to also log nested foreign key changes</message>
    <tree>06de0cba969c8e72d47f3242e351c46cdb897b1d</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6954f22332c6b98455d8cb8f65286195fb24759d</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/22d810dc5d95265790d6b0b3d6a1ff21b031a683</url>
    <id>22d810dc5d95265790d6b0b3d6a1ff21b031a683</id>
    <committed-date>2009-05-28T04:54:27-07:00</committed-date>
    <authored-date>2009-05-28T04:54:27-07:00</authored-date>
    <message>Add database server port number configuration parameter
Simplify database connections; move database server connection credentials to the database class
Rename USE_PCONNECT to DB_SERVER_PERSISTENT_CONNECTIONS
Correctly open persistent connections if it is enabled (MySQLi has no mysqli_pconnect() function)</message>
    <tree>97ee57fec9bdab2b83691a4c5b520ec4763e239c</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a41dd240e164cff08f2f427936e68dc8498391fe</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/6954f22332c6b98455d8cb8f65286195fb24759d</url>
    <id>6954f22332c6b98455d8cb8f65286195fb24759d</id>
    <committed-date>2009-05-27T07:23:56-07:00</committed-date>
    <authored-date>2009-05-27T07:23:56-07:00</authored-date>
    <message>Replace trigger_error() with error_log()
Optimize osC_Database_Result::bindReplace() class method
Remove @ silences</message>
    <tree>5bd7bb606aa1eaff7618762eaab50568a6a2876f</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>34d10070eb4279a31dae0758fa25a7600efbe1ef</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/a41dd240e164cff08f2f427936e68dc8498391fe</url>
    <id>a41dd240e164cff08f2f427936e68dc8498391fe</id>
    <committed-date>2009-05-27T07:13:04-07:00</committed-date>
    <authored-date>2009-05-27T07:13:04-07:00</authored-date>
    <message>Don't display PHP warning/error messages; these are now stored in the error log which can be viewed from the Administration Tool.</message>
    <tree>0e28bd67dec78c91c2af0ff5b0a198c263831b67</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d5867a686462fa8918bdcd06921c945b7a32a2a9</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/34d10070eb4279a31dae0758fa25a7600efbe1ef</url>
    <id>34d10070eb4279a31dae0758fa25a7600efbe1ef</id>
    <committed-date>2009-05-19T08:34:48-07:00</committed-date>
    <authored-date>2009-05-19T08:34:48-07:00</authored-date>
    <message>Proof of concept to support foreign keys for MySQL MyISAM tables through relationships defined in the osc_fk_relationships database table. (The mysql_innodb database class ignores this table to support foreign keys natively (separate and optimized InnoDB database schema file pending))</message>
    <tree>fbcf7960021e6ea113e66f9502385b4c8f44437b</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>76f0233f2243e57d4492262de6c7af5764799425</id>
      </parent>
      <parent>
        <id>a65af9844865b685131812ae5dfdc12d9f2cbfe0</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/d5867a686462fa8918bdcd06921c945b7a32a2a9</url>
    <id>d5867a686462fa8918bdcd06921c945b7a32a2a9</id>
    <committed-date>2009-05-15T05:52:05-07:00</committed-date>
    <authored-date>2009-05-15T05:52:05-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/osCommerce/oscommerce</message>
    <tree>01c2880340a8515e3571a66f04d047fe357cba08</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>949acfdecbf0272e71b900d48944a947359cc53b</id>
      </parent>
    </parents>
    <author>
      <name>santssoft</name>
      <email>santssoft@gmail.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/a65af9844865b685131812ae5dfdc12d9f2cbfe0</url>
    <id>a65af9844865b685131812ae5dfdc12d9f2cbfe0</id>
    <committed-date>2009-04-02T07:18:55-07:00</committed-date>
    <authored-date>2009-04-02T01:19:32-07:00</authored-date>
    <message>Update

Signed-off-by: Harald Ponce de Leon &lt;hpdl@oscommerce.com&gt;</message>
    <tree>01c2880340a8515e3571a66f04d047fe357cba08</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>156f48b35eb6dba9d9e9ffeb5cc96bf0a5203c18</id>
      </parent>
    </parents>
    <author>
      <name>santssoft</name>
      <email>santssoft@gmail.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/949acfdecbf0272e71b900d48944a947359cc53b</url>
    <id>949acfdecbf0272e71b900d48944a947359cc53b</id>
    <committed-date>2009-04-02T07:18:53-07:00</committed-date>
    <authored-date>2009-03-31T07:25:19-07:00</authored-date>
    <message>Check if DIR_FS_WORK is defined.

Signed-off-by: Harald Ponce de Leon &lt;hpdl@oscommerce.com&gt;</message>
    <tree>d7634009a50de8d8c9d76aaf4b371591f794bc58</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>072449cc4fa2337ca5207eb199d93ac7a06161f2</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/156f48b35eb6dba9d9e9ffeb5cc96bf0a5203c18</url>
    <id>156f48b35eb6dba9d9e9ffeb5cc96bf0a5203c18</id>
    <committed-date>2009-04-02T07:16:55-07:00</committed-date>
    <authored-date>2009-03-19T06:48:36-07:00</authored-date>
    <message>Clean up compatibility.php file
Set error logging in compatibility file

Signed-off-by: Harald Ponce de Leon &lt;hpdl@oscommerce.com&gt;</message>
    <tree>3ab9d94b2c738760bc3aa5b61712d82299f31ba7</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c92b8e31d533e5a4c2b35c4cb750f4222bd04e33</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hazza@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/072449cc4fa2337ca5207eb199d93ac7a06161f2</url>
    <id>072449cc4fa2337ca5207eb199d93ac7a06161f2</id>
    <committed-date>2009-03-26T15:11:33-07:00</committed-date>
    <authored-date>2009-03-26T10:49:35-07:00</authored-date>
    <message>Let PHP close the session automatically via the register_shutdown_function call from the session class constructor

Signed-off-by: Harald Ponce de Leon &lt;hpdl@oscommerce.com&gt;</message>
    <tree>459726a6e73cdb1c394263f8bf223147f54e6259</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>50848555e864c23dd92ecb2a263d8958b80e9e50</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/76f0233f2243e57d4492262de6c7af5764799425</url>
    <id>76f0233f2243e57d4492262de6c7af5764799425</id>
    <committed-date>2009-03-19T06:48:36-07:00</committed-date>
    <authored-date>2009-03-19T06:48:36-07:00</authored-date>
    <message>Clean up compatibility.php file
Set error logging in compatibility file</message>
    <tree>af40a68d587b1a5ee2c2e03b7bed5fe84649e007</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>01171444463b7bcf72f6ec4d653d33790621a367</id>
      </parent>
      <parent>
        <id>50848555e864c23dd92ecb2a263d8958b80e9e50</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/c92b8e31d533e5a4c2b35c4cb750f4222bd04e33</url>
    <id>c92b8e31d533e5a4c2b35c4cb750f4222bd04e33</id>
    <committed-date>2009-03-18T06:02:58-07:00</committed-date>
    <authored-date>2009-03-18T06:02:58-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/haraldpdl/oscommerce</message>
    <tree>9d34c922fdcef7a2670c7f602b9be9dc3a19bd72</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5bce4d34fe1468bd002373d4b28b3321c720b3c3</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/50848555e864c23dd92ecb2a263d8958b80e9e50</url>
    <id>50848555e864c23dd92ecb2a263d8958b80e9e50</id>
    <committed-date>2009-03-18T06:02:20-07:00</committed-date>
    <authored-date>2009-03-18T06:02:20-07:00</authored-date>
    <message>Correct the check for the MySQLi InnoDB database class</message>
    <tree>9d34c922fdcef7a2670c7f602b9be9dc3a19bd72</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4aa7a1499065972f83d41b354946760125268c86</id>
      </parent>
      <parent>
        <id>5bce4d34fe1468bd002373d4b28b3321c720b3c3</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/01171444463b7bcf72f6ec4d653d33790621a367</url>
    <id>01171444463b7bcf72f6ec4d653d33790621a367</id>
    <committed-date>2009-03-18T05:53:58-07:00</committed-date>
    <authored-date>2009-03-18T05:53:58-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/haraldpdl/oscommerce</message>
    <tree>02d889d3eb286bf54a9ff05d4660f22fb6db585b</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>03d1c3642434bfcdaf51fe7a80d8da747dd9281f</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/5bce4d34fe1468bd002373d4b28b3321c720b3c3</url>
    <id>5bce4d34fe1468bd002373d4b28b3321c720b3c3</id>
    <committed-date>2009-03-18T05:52:23-07:00</committed-date>
    <authored-date>2009-03-18T05:52:23-07:00</authored-date>
    <message>Remove older mysql_get_server_info) usage and create a new database getServerVersion() class method</message>
    <tree>02d889d3eb286bf54a9ff05d4660f22fb6db585b</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4167d5e8efeed527d48692af94564fc4633472ed</id>
      </parent>
      <parent>
        <id>03d1c3642434bfcdaf51fe7a80d8da747dd9281f</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/4aa7a1499065972f83d41b354946760125268c86</url>
    <id>4aa7a1499065972f83d41b354946760125268c86</id>
    <committed-date>2009-03-15T14:01:25-07:00</committed-date>
    <authored-date>2009-03-15T14:01:25-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/haraldpdl/oscommerce</message>
    <tree>ee6a9ef2de8b56d8f0965b0600ed17863af165e0</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8bf51ac4972f3bd8ff148281ae8addff76f1eaeb</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/03d1c3642434bfcdaf51fe7a80d8da747dd9281f</url>
    <id>03d1c3642434bfcdaf51fe7a80d8da747dd9281f</id>
    <committed-date>2009-03-15T14:00:27-07:00</committed-date>
    <authored-date>2009-03-15T14:00:27-07:00</authored-date>
    <message>fix language import logic</message>
    <tree>ee6a9ef2de8b56d8f0965b0600ed17863af165e0</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af30116f566a7736eba783b59a4810cda017be22</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/4167d5e8efeed527d48692af94564fc4633472ed</url>
    <id>4167d5e8efeed527d48692af94564fc4633472ed</id>
    <committed-date>2009-03-15T07:34:32-07:00</committed-date>
    <authored-date>2009-03-15T07:14:53-07:00</authored-date>
    <message>Display the server requirements for running the installation
Add a javascript check which is required by the installation procedure and administration tool</message>
    <tree>a6e8d9d80a0afe3c5818609dd4177d24c77a5b9e</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2919258759e170c3c169b27a7b421f925d26f62a</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/8bf51ac4972f3bd8ff148281ae8addff76f1eaeb</url>
    <id>8bf51ac4972f3bd8ff148281ae8addff76f1eaeb</id>
    <committed-date>2009-03-15T07:29:21-07:00</committed-date>
    <authored-date>2009-03-15T07:14:53-07:00</authored-date>
    <message>Display the server requirements for running the installation
Add a javascript check which is required by the installation procedure and administration tool</message>
    <tree>a6e8d9d80a0afe3c5818609dd4177d24c77a5b9e</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af30116f566a7736eba783b59a4810cda017be22</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/2919258759e170c3c169b27a7b421f925d26f62a</url>
    <id>2919258759e170c3c169b27a7b421f925d26f62a</id>
    <committed-date>2009-03-15T07:14:53-07:00</committed-date>
    <authored-date>2009-03-15T07:14:53-07:00</authored-date>
    <message>Display the server requirements for running the installation
Add a javascript check which is required by the installation procedure and administration tool</message>
    <tree>29b05e07c5b46ba6085c5eca7cefbdba66b40946</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82d9a2ee05bcde73e3a88e8c24885745ddce040e</id>
      </parent>
    </parents>
    <author>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </author>
    <url>http://github.com/haraldpdl/oscommerce/commit/af30116f566a7736eba783b59a4810cda017be22</url>
    <id>af30116f566a7736eba783b59a4810cda017be22</id>
    <committed-date>2009-03-14T16:21:07-07:00</committed-date>
    <authored-date>2009-03-14T16:21:07-07:00</authored-date>
    <message>decrease field size to avoid a mysql &quot;1071: Specified key was too long&quot; error with utf8 databases</message>
    <tree>8f1daecee1f103e19d11100fefd51fcd1ff0903d</tree>
    <committer>
      <name>Harald Ponce de Leon</name>
      <email>hpdl@oscommerce.com</email>
    </committer>
  </commit>
</commits>
