<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,7 +17,7 @@
 
 class BlogPost &lt; Post
   
-  MAX_TITLE = SMALL_STRING_LENGTH
+  MAX_TITLE = MEDIUM_STRING_LENGTH
   MAX_BODY  = MAX_TEXT_LENGTH
   
   belongs_to :blog</diff>
      <filename>app/models/blog_post.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,10 +5,10 @@ RIGHT = SMALLER_COLUMN = 6
 
 # Database strings typically can't be longer than 255.
 MAX_STRING_LENGTH = 255
-MEDIUM_STRING_LENGTH = 70
+MEDIUM_STRING_LENGTH = 100
 SMALL_STRING_LENGTH = 40
 
-MAX_TEXT_LENGTH = 2000
+MAX_TEXT_LENGTH = 5000
 MEDIUM_TEXT_LENGTH = 500
 SMALL_TEXT_LENGTH = 300
 </diff>
      <filename>config/initializers/global_constants.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>07c8dd3171541c29e4c929dc1a3599567b897ecc</id>
    </parent>
  </parents>
  <author>
    <name>Michael Hartl</name>
    <email>michael@michaelhartl.com</email>
  </author>
  <url>http://github.com/piotrj/insoshi/commit/3b3d14186432bea9a8c46c5fd5c4c19eb184296a</url>
  <id>3b3d14186432bea9a8c46c5fd5c4c19eb184296a</id>
  <committed-date>2008-05-16T10:56:06-07:00</committed-date>
  <authored-date>2008-05-16T10:56:06-07:00</authored-date>
  <message>Increased the size of several text and string constants</message>
  <tree>58d0381b3103fa41d355612d7c6a099be2f1962c</tree>
  <committer>
    <name>Michael Hartl</name>
    <email>michael@michaelhartl.com</email>
  </committer>
</commit>
