<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,15 @@
 * SVN *
 
+* update liquid plugin
+
+* use default test.host domain where possible [courtenay]
+
+* fix test ensuring that comments, not articles are sanitized for script tags [courtenay]
+
+* fix articles form for latest rails 1.2 changes to date helpers [courtenay]
+
+* fix test that breaks in multi-site mode [courtenay]
+
 * Allow Modules to use #include_into to dynamically mixin to loaded classes (plugin stuff)
 
 * Allow custom routes.</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,6 @@
 module Format
-  DOMAIN = /^([a-z0-9]([-a-z0-9]*[a-z0-9])?\.)+((a[cdefgilmnoqrstuwxz]|aero|arpa)|(b[abdefghijmnorstvwyz]|biz)|(c[acdfghiklmnorsuvxyz]|cat|com|coop)|d[ejkmoz]|(e[ceghrstu]|edu)|f[ijkmor]|(g[abdefghilmnpqrstuwy]|gov)|h[kmnrtu]|(i[delmnoqrst]|info|int)|(j[emop]|jobs)|k[eghimnprwyz]|l[abcikrstuvy]|(m[acdghklmnopqrstuvwxyz]|mil|mobi|museum)|(n[acefgilopruz]|name|net)|(om|org)|(p[aefghklmnrstwy]|pro)|qa|r[eouw]|s[abcdeghijklmnortvyz]|(t[cdfghjklmnoprtvwz]|travel)|u[agkmsyz]|v[aceginu]|w[fs]|y[etu]|z[amw])$/ unless const_defined?(:DOMAIN)
+  # yes this is valid ruby, even if textmate's highlighter can't grok it
+  DOMAIN = /^([a-z0-9]([-a-z0-9]*[a-z0-9])?\.)+((a[cdefgilmnoqrstuwxz]|aero|arpa)|(b[abdefghijmnorstvwyz]|biz)|(c[acdfghiklmnorsuvxyz]|cat|com|coop)|d[ejkmoz]|(e[ceghrstu]|edu)|f[ijkmor]|(g[abdefghilmnpqrstuwy]|gov)|(h[kmnrtu]#{RAILS_ENV=='test'?'|host':''})|(i[delmnoqrst]|info|int)|(j[emop]|jobs)|k[eghimnprwyz]|l[abcikrstuvy]|(m[acdghklmnopqrstuvwxyz]|mil|mobi|museum)|(n[acefgilopruz]|name|net)|(om|org)|(p[aefghklmnrstwy]|pro)|qa|r[eouw]|s[abcdeghijklmnortvyz]|(t[cdfghjklmnoprtvwz]|travel)|u[agkmsyz]|v[aceginu]|w[fs]|y[etu]|z[amw])$/ unless const_defined?(:DOMAIN)
   STRING = /^[a-z0-9-]+$/
   EMAIL  = /(\A(\s*)\Z)|(\A([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})\Z)/i
 end
\ No newline at end of file</diff>
      <filename>lib/format.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b99279e06f009419277129716f83b634747d1d36</id>
    </parent>
  </parents>
  <author>
    <name>technoweenie</name>
    <email>technoweenie@567b1171-46fb-0310-a4c9-b4bef9110e78</email>
  </author>
  <url>http://github.com/reddavis/mephisto/commit/992ec105fa23e2e21aaa4e620bc5ba44fcc67720</url>
  <id>992ec105fa23e2e21aaa4e620bc5ba44fcc67720</id>
  <committed-date>2006-12-14T02:29:38-08:00</committed-date>
  <authored-date>2006-12-14T02:29:38-08:00</authored-date>
  <message>fix monster Format::DOMAIN regex to allow test.host domains in test mode only

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2555 567b1171-46fb-0310-a4c9-b4bef9110e78</message>
  <tree>491c3109bc2453fe65f6b2560dd339207c1c5cdb</tree>
  <committer>
    <name>technoweenie</name>
    <email>technoweenie@567b1171-46fb-0310-a4c9-b4bef9110e78</email>
  </committer>
</commit>
