<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>ef83abe72559a7048662c46cb29eb92da6475473</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/068448d7344914af6cead07728a1a017c39d51c6</url>
    <id>068448d7344914af6cead07728a1a017c39d51c6</id>
    <committed-date>2008-08-31T09:45:46-07:00</committed-date>
    <authored-date>2008-08-31T09:45:46-07:00</authored-date>
    <message>Sync with trunk r1778.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1779 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>7b681527b8b907dfee1d89d56ae4bc35c8aaa115</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a377069fb2f208213c07e949aa20a36d4cd8cdbf</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/ef83abe72559a7048662c46cb29eb92da6475473</url>
    <id>ef83abe72559a7048662c46cb29eb92da6475473</id>
    <committed-date>2008-08-30T07:42:56-07:00</committed-date>
    <authored-date>2008-08-30T07:42:56-07:00</authored-date>
    <message>Added missing plugins.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1775 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>8c55fa5ce73e88061bf0a1bf7caf892276319cd2</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ab83ed5d8eb9c07f53a5ba3a285d552f8eb34c42</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/a377069fb2f208213c07e949aa20a36d4cd8cdbf</url>
    <id>a377069fb2f208213c07e949aa20a36d4cd8cdbf</id>
    <committed-date>2008-08-30T07:41:07-07:00</committed-date>
    <authored-date>2008-08-30T07:41:07-07:00</authored-date>
    <message>Merged trunk r1773.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1774 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>21a642295e9fb5b08cf59c91d1e0814dea0dbaf2</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef26e2e0ba22f507a477d254a66964cfba7e38fa</id>
      </parent>
    </parents>
    <author>
      <name>Nicolas Chuche</name>
      <email>nicolas.chuche@barna.be</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/ab83ed5d8eb9c07f53a5ba3a285d552f8eb34c42</url>
    <id>ab83ed5d8eb9c07f53a5ba3a285d552f8eb34c42</id>
    <committed-date>2008-08-20T11:37:09-07:00</committed-date>
    <authored-date>2008-08-20T11:37:09-07:00</authored-date>
    <message> r18452@gaspard (orig r1723):  jplang | 2008-08-07 21:59:02 +0200
 Slight change to engines to let plugins override views.
 r18456@gaspard (orig r1727):  jplang | 2008-08-10 17:22:54 +0200
 Moves @layout 'base'@ to ApplicationController.
 r18457@gaspard (orig r1728):  jplang | 2008-08-10 23:35:03 +0200
 Quote ids for attachment association since Trac's attachment.id is varchar (#1759).
 r18458@gaspard (orig r1729):  jplang | 2008-08-11 00:18:23 +0200
 Adds links to forum messages using message#id syntax (#1756).
 r18459@gaspard (orig r1730):  jplang | 2008-08-11 20:09:54 +0200
 Allow same name for custom fields on different object types.
 r18460@gaspard (orig r1731):  jplang | 2008-08-11 20:24:39 +0200
 Fixes custom fields display order at several places (#1768).
 r18461@gaspard (orig r1732):  edavis10 | 2008-08-11 22:49:52 +0200
 Added doc/README_FOR_APP so RDoc can be built.  (#1769)
 
 r18462@gaspard (orig r1733):  jplang | 2008-08-11 22:55:17 +0200
 Adds 'Edit' link on account/show for admin users.
 r18463@gaspard (orig r1734):  jplang | 2008-08-11 23:02:36 +0200
 Adds Lock/Unlock/Activate link on user edit screen.
 r18464@gaspard (orig r1735):  jplang | 2008-08-11 23:10:24 +0200
 Adds user count in status drop down on admin user list.
 r18472@gaspard (orig r1743):  edavis10 | 2008-08-13 05:54:54 +0200
 Added missing documentation for setting up the Darcs test repository.
 
 r18473@gaspard (orig r1744):  edavis10 | 2008-08-13 06:20:16 +0200
 Added rake tasks to generate rcov code coverage reports.  rake -T test:coverage to see them all
 
 r18474@gaspard (orig r1745):  edavis10 | 2008-08-13 06:20:23 +0200
 Extracted rcov options and removed gems from the rcov report.
 
 r18476@gaspard (orig r1747):  jplang | 2008-08-15 20:44:46 +0200
 No warning about rcov each time a rake task is ran.
 r18477@gaspard (orig r1748):  edavis10 | 2008-08-20 06:26:46 +0200
 Javascripts are now cached into a single file for downloads in production mode.
 
 Thanks to Philippe Lafoucri&#232;re for the patch.  (#1186)
 
 r18478@gaspard (orig r1749):  edavis10 | 2008-08-20 07:09:13 +0200
 Hiding the View Differences button when a wiki page's history only has one version.
 
 Patch contributed by Chaoqun Zou (#1743)
 
 r18479@gaspard (orig r1750):  edavis10 | 2008-08-20 08:14:44 +0200
 Messages on a Board can now be sorted by the number of replies.
 
   #1761
 
 r18480@gaspard (orig r1751):  edavis10 | 2008-08-20 08:21:06 +0200
 Added the &quot;Status:&quot; keyword to the MailHandler for setting and changing an Issue status via email.
 
   #1669
 


git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1752 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>ae231c984f8384f9180935b9cb15c7f708993687</tree>
    <committer>
      <name>Nicolas Chuche</name>
      <email>nicolas.chuche@barna.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>98cf5ebca09301996f9e7a515febe9aa480c5746</id>
      </parent>
    </parents>
    <author>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/ef26e2e0ba22f507a477d254a66964cfba7e38fa</url>
    <id>ef26e2e0ba22f507a477d254a66964cfba7e38fa</id>
    <committed-date>2008-08-13T08:34:21-07:00</committed-date>
    <authored-date>2008-08-13T08:34:21-07:00</authored-date>
    <message>Removing Redmine::Hook::HOOKS because it's not used any more with the dynamic hook loading. #1677


git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1746 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>67f96e1d0be7b679e1f187f2110dbb1d38bb59d3</tree>
    <committer>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>63e135ffef42ee550b7792a25f8266e5d176d3b7</id>
      </parent>
    </parents>
    <author>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/98cf5ebca09301996f9e7a515febe9aa480c5746</url>
    <id>98cf5ebca09301996f9e7a515febe9aa480c5746</id>
    <committed-date>2008-08-12T18:11:45-07:00</committed-date>
    <authored-date>2008-08-12T18:11:45-07:00</authored-date>
    <message>Added rake task for listing the Plugin hooks by running rake redmine:plugins:hook_list.


git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1742 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>18f53b7605e2e7af8405a742a28bd1c78fd9bec0</tree>
    <committer>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>77d0a96289bdb7484a83dea54ebabeea13459ab0</id>
      </parent>
    </parents>
    <author>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/63e135ffef42ee550b7792a25f8266e5d176d3b7</url>
    <id>63e135ffef42ee550b7792a25f8266e5d176d3b7</id>
    <committed-date>2008-08-12T17:43:43-07:00</committed-date>
    <authored-date>2008-08-12T17:43:43-07:00</authored-date>
    <message>Adds :helper_issues_show_detail_after_setting hook.  #1677


git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1741 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>07ed5a7ec814f2ddb07ca33831d24674d0f7d075</tree>
    <committer>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>879a29b8cfcad213ecc4a2565b0e0895773c2aac</id>
      </parent>
    </parents>
    <author>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/77d0a96289bdb7484a83dea54ebabeea13459ab0</url>
    <id>77d0a96289bdb7484a83dea54ebabeea13459ab0</id>
    <committed-date>2008-08-12T17:43:36-07:00</committed-date>
    <authored-date>2008-08-12T17:43:36-07:00</authored-date>
    <message>Adds :controller_issues_bulk_edit_before_save hook.  #1677


git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1740 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>a9d5647c2f2fa39c5958f252d2e64eaa60e6fe81</tree>
    <committer>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b506b12a2dad7497f0df100cabb4af74be0fd6c9</id>
      </parent>
    </parents>
    <author>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/879a29b8cfcad213ecc4a2565b0e0895773c2aac</url>
    <id>879a29b8cfcad213ecc4a2565b0e0895773c2aac</id>
    <committed-date>2008-08-12T17:43:30-07:00</committed-date>
    <authored-date>2008-08-12T17:43:30-07:00</authored-date>
    <message>Added hooks to the Project members table

* :view_projects_settings_members_table_header
* :view_projects_settings_members_table_row

  #1677


git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1739 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>99844ccb6800b30d1cc02c56bb1785d276c81d63</tree>
    <committer>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64a3361769fe56b86425a3b2d6904f6fc5612617</id>
      </parent>
    </parents>
    <author>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/b506b12a2dad7497f0df100cabb4af74be0fd6c9</url>
    <id>b506b12a2dad7497f0df100cabb4af74be0fd6c9</id>
    <committed-date>2008-08-12T17:43:24-07:00</committed-date>
    <authored-date>2008-08-12T17:43:24-07:00</authored-date>
    <message>Adds :view_issues_bulk_edit_details_bottom hook.  #1677


git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1738 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>a8c87ca52c64ca2bfb3ef2fe4110f04177992264</tree>
    <committer>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a7b30d39ce99d8e7a2bf4199d48df50daf3fbb0a</id>
      </parent>
    </parents>
    <author>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/64a3361769fe56b86425a3b2d6904f6fc5612617</url>
    <id>64a3361769fe56b86425a3b2d6904f6fc5612617</id>
    <committed-date>2008-08-12T17:43:17-07:00</committed-date>
    <authored-date>2008-08-12T17:43:17-07:00</authored-date>
    <message>Adds :view_issues_form_details_bottom hook.  #1677


git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1737 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>e3c3f4273a84cded2063faf607ecaa68933e6832</tree>
    <committer>
      <name>Eric Davis</name>
      <email>edavis@littlestreamsoftware.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a04d6188b3fba0da3a7fce57302fd6225a594a3</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/a7b30d39ce99d8e7a2bf4199d48df50daf3fbb0a</url>
    <id>a7b30d39ce99d8e7a2bf4199d48df50daf3fbb0a</id>
    <committed-date>2008-08-12T09:33:39-07:00</committed-date>
    <authored-date>2008-08-12T09:33:39-07:00</authored-date>
    <message>Adds :view_issues_show_details_bottom hook.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1736 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>f0b8f61dc2e7269206af76b059cd7182962ea6cf</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>74b942b34d67e42a9bd28faa762090791274af72</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/2a04d6188b3fba0da3a7fce57302fd6225a594a3</url>
    <id>2a04d6188b3fba0da3a7fce57302fd6225a594a3</id>
    <committed-date>2008-08-10T07:57:05-07:00</committed-date>
    <authored-date>2008-08-10T07:57:05-07:00</authored-date>
    <message>Adds plugin controller and model generator.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1726 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>d8bc488ef4fb39ae2db21f470f4245b675b4f377</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3a0c29a42e4555a46153d7a4574652d332faa44f</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/74b942b34d67e42a9bd28faa762090791274af72</url>
    <id>74b942b34d67e42a9bd28faa762090791274af72</id>
    <committed-date>2008-08-07T23:50:07-07:00</committed-date>
    <authored-date>2008-08-07T23:50:07-07:00</authored-date>
    <message>Slight changes to hook unit tests.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1725 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>e810d5dee7c4a3812858e9cb8cb0865f69e2ae58</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88f3c43170497711c88de2529c8df44c37120e05</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/3a0c29a42e4555a46153d7a4574652d332faa44f</url>
    <id>3a0c29a42e4555a46153d7a4574652d332faa44f</id>
    <committed-date>2008-08-07T23:45:08-07:00</committed-date>
    <authored-date>2008-08-07T23:45:08-07:00</authored-date>
    <message>Adds AssetTagHelper to ViewListener class and functional test.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1724 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>2ab6b8cc453784ae17e4900592116cf227b1d18c</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ed7e61d1c32b1f95f6f9740284014217e1821f95</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/88f3c43170497711c88de2529c8df44c37120e05</url>
    <id>88f3c43170497711c88de2529c8df44c37120e05</id>
    <committed-date>2008-08-07T12:57:11-07:00</committed-date>
    <authored-date>2008-08-07T12:57:11-07:00</authored-date>
    <message>Plugin generator: set plugin name in init.rb.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1722 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>6453d64e38ba74bd650a49d430630d8da0ac970e</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4a41c668550ba68d291384395589f6611f5d784d</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/ed7e61d1c32b1f95f6f9740284014217e1821f95</url>
    <id>ed7e61d1c32b1f95f6f9740284014217e1821f95</id>
    <committed-date>2008-08-07T12:43:18-07:00</committed-date>
    <authored-date>2008-08-07T12:43:18-07:00</authored-date>
    <message>Adds a simple Redmine plugin generator.
Usage:

  script/generate redmine_plugin my_plugin

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1721 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>89dd301280fb2bd0316caa207b10367c25f339fe</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ff2aba49ac0bbef7d00da5edc92ee6b3aa18b839</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/4a41c668550ba68d291384395589f6611f5d784d</url>
    <id>4a41c668550ba68d291384395589f6611f5d784d</id>
    <committed-date>2008-08-07T11:45:21-07:00</committed-date>
    <authored-date>2008-08-07T11:45:21-07:00</authored-date>
    <message>Passing @project to hook calls no longer needed in views.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1720 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>ac31517f7ee8b8197245f53be9f25a4cfbf9e9d5</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>efc5d188719618c00748255726515f228378a390</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/ff2aba49ac0bbef7d00da5edc92ee6b3aa18b839</url>
    <id>ff2aba49ac0bbef7d00da5edc92ee6b3aa18b839</id>
    <committed-date>2008-08-07T11:44:02-07:00</committed-date>
    <authored-date>2008-08-07T11:44:02-07:00</authored-date>
    <message>Removes junk code introduced in r1718.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1719 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>455f3d86dc03145438fe58c955566bc1e9f6f8cd</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f892fcf71654a9176596360382311c2a47144124</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/efc5d188719618c00748255726515f228378a390</url>
    <id>efc5d188719618c00748255726515f228378a390</id>
    <committed-date>2008-08-07T11:43:22-07:00</committed-date>
    <authored-date>2008-08-07T11:43:22-07:00</authored-date>
    <message>Automatically add current project to the context of hook calls in views.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1718 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>7aa6e4904e69bfadb2094682461ffc8bb377ce57</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7c569680181538b9e87dad3eace0ca79d330a0d0</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/f892fcf71654a9176596360382311c2a47144124</url>
    <id>f892fcf71654a9176596360382311c2a47144124</id>
    <committed-date>2008-08-07T11:24:35-07:00</committed-date>
    <authored-date>2008-08-07T11:24:35-07:00</authored-date>
    <message>Hooks initial commit.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1717 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>92a102b924e39fddd1350fd23131f01c018d7f57</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d571a9717ea61e4423895e52d9394282895a9cc9</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/7c569680181538b9e87dad3eace0ca79d330a0d0</url>
    <id>7c569680181538b9e87dad3eace0ca79d330a0d0</id>
    <committed-date>2008-08-07T03:52:19-07:00</committed-date>
    <authored-date>2008-08-07T03:52:19-07:00</authored-date>
    <message>Added branch for hooks integration.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1716 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>d671cb511a24317e6820aca979fe5d12d9878bb9</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>425153b103fe64e5de554bb72dda09e2ce3cd426</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/d571a9717ea61e4423895e52d9394282895a9cc9</url>
    <id>d571a9717ea61e4423895e52d9394282895a9cc9</id>
    <committed-date>2008-07-04T10:50:19-07:00</committed-date>
    <authored-date>2008-07-04T10:50:19-07:00</authored-date>
    <message>Fixes tests (postgresql).

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1622 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>eb130d4242825c881fbe1c7c8a05c92d89c1a868</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11a6b24af3a8f65c5ba125e03c4bfc0f35ffc38c</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/425153b103fe64e5de554bb72dda09e2ce3cd426</url>
    <id>425153b103fe64e5de554bb72dda09e2ce3cd426</id>
    <committed-date>2008-07-04T09:50:29-07:00</committed-date>
    <authored-date>2008-07-04T09:50:29-07:00</authored-date>
    <message>Rails 2.1 compatibility fix in UserPreference.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1621 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>743235e60105f6a3696f37895d2f8de2fce43331</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>573d7905dacb42a16e46913f8c495a921df095bc</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/11a6b24af3a8f65c5ba125e03c4bfc0f35ffc38c</url>
    <id>11a6b24af3a8f65c5ba125e03c4bfc0f35ffc38c</id>
    <committed-date>2008-07-04T09:35:42-07:00</committed-date>
    <authored-date>2008-07-04T09:35:42-07:00</authored-date>
    <message>Updates environment.rb to use Rails 2.1 gem.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1620 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>39750ba5c358df87e2ed77a08a83b73a0da0c529</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>79cff193d012684a8d16c3eb16069000adc04225</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/573d7905dacb42a16e46913f8c495a921df095bc</url>
    <id>573d7905dacb42a16e46913f8c495a921df095bc</id>
    <committed-date>2008-07-04T09:35:23-07:00</committed-date>
    <authored-date>2008-07-04T09:35:23-07:00</authored-date>
    <message>rfpdf backward compatibility (Rails 2.0) hack.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1619 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>81061437a57380577f511aa4429b62de85abaf5a</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b35064b4f176b613bf5ce2a51d483ccda3e58c97</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/79cff193d012684a8d16c3eb16069000adc04225</url>
    <id>79cff193d012684a8d16c3eb16069000adc04225</id>
    <committed-date>2008-07-03T12:40:22-07:00</committed-date>
    <authored-date>2008-07-03T12:40:22-07:00</authored-date>
    <message>Pass path param as an array.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1617 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>b2728ce578e772a3575a4a2160ce8d249aef462b</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>614973b2b6cd142d2ae3dd40fdb7a8925b69f4cc</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/b35064b4f176b613bf5ce2a51d483ccda3e58c97</url>
    <id>b35064b4f176b613bf5ce2a51d483ccda3e58c97</id>
    <committed-date>2008-07-03T09:16:32-07:00</committed-date>
    <authored-date>2008-07-03T09:16:32-07:00</authored-date>
    <message>Splits initializer.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1615 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>87d30e911e1a1603712b0f8a650e9f8246e58c2d</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d4ab8fbd17dc54bd75e4b8065cbab2ef9b3bcf22</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/614973b2b6cd142d2ae3dd40fdb7a8925b69f4cc</url>
    <id>614973b2b6cd142d2ae3dd40fdb7a8925b69f4cc</id>
    <committed-date>2008-07-02T13:07:10-07:00</committed-date>
    <authored-date>2008-07-02T13:07:10-07:00</authored-date>
    <message>rfpdf compatibility with Rails 2.1 fix.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1614 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>869a92f51a906b66554da7435c6dfb4d451b47bf</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a39707f1c018583d87d5a70f20ccc5a0ef506e9</id>
      </parent>
    </parents>
    <author>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </author>
    <url>http://github.com/artemv/redmine_tt/commit/d4ab8fbd17dc54bd75e4b8065cbab2ef9b3bcf22</url>
    <id>d4ab8fbd17dc54bd75e4b8065cbab2ef9b3bcf22</id>
    <committed-date>2008-05-27T12:26:11-07:00</committed-date>
    <authored-date>2008-05-27T12:26:11-07:00</authored-date>
    <message>Tests fixes.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1472 e93f8b46-1217-0410-a6f0-8f06a7374b81</message>
    <tree>ad911729899cb04335820666bc46ad9214829eb3</tree>
    <committer>
      <name>Jean-Philippe Lang</name>
      <email>jp_lang@yahoo.fr</email>
    </committer>
  </commit>
</commits>
