<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/model/CmsPermission.php</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,2 @@
 .DS_Store
+._*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -27,7 +27,7 @@ class CMSAdminHomeController extends AdminComponent {
 	* @return String url to redirect to
 	**/
 	protected function process_login() {
-		$auth = new WaxAuthDb(array(&quot;db_table&quot;=&gt;$this-&gt;model_name, &quot;session_key&quot;=&gt;&quot;wildfire_user_cookie&quot;));
+		$auth = new WaxAuthDb(array(&quot;db_table&quot;=&gt;$this-&gt;model_name, &quot;session_key&quot;=&gt;&quot;wildfire_user_cookie&quot;, 'encrypt'=&gt;false));
 		if( $auth-&gt;verify($_POST['username'], $_POST['password'])){
 		  $log = new WildfireLog;
 		  $log-&gt;action=&quot;login&quot;;</diff>
      <filename>lib/controller/CMSAdminHomeController.php</filename>
    </modified>
    <modified>
      <diff>@@ -13,6 +13,7 @@ class WildfireUser extends WaxModel {
     $this-&gt;define(&quot;password&quot;, &quot;CharField&quot;, array(&quot;required&quot;=&gt;true));
     $this-&gt;define(&quot;usergroup&quot;, &quot;CharField&quot;);
     $this-&gt;define(&quot;allowed_sections&quot;, &quot;ManyToManyField&quot;, array('target_model' =&gt; 'CmsSection'));
+    $this-&gt;define(&quot;permissions&quot;, &quot;HasManyField&quot;, array('target_model' =&gt; 'CmsPermission'));    
   }
 
 	</diff>
      <filename>lib/model/WildfireUser.php</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@
   	        &lt;?endif?&gt;
 	        &lt;?endif?&gt;
 					
-          &lt;?if($params[&quot;link&quot;]):?&gt; &lt;?=link_to(truncate($row-&gt;$column, 60), array(&quot;action&quot;=&gt;&quot;edit&quot;, &quot;id&quot;=&gt;$row-&gt;id))?&gt;
+          &lt;?if($params[&quot;link&quot;]):?&gt; &lt;?=link_to(substr($row-&gt;$column, 35), array(&quot;action&quot;=&gt;&quot;edit&quot;, &quot;id&quot;=&gt;$row-&gt;id))?&gt;
           &lt;?else:?&gt;
           &lt;?=$row-&gt;$column?&gt;
           &lt;?endif;?&gt;</diff>
      <filename>view/CMSAdminContentController/_list.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>aaf119d090e9d4b0f957a817aba932302eb6bdb4</id>
    </parent>
  </parents>
  <author>
    <name>charlesmarshall</name>
    <email>charles@oneblackbear.com</email>
  </author>
  <url>http://github.com/phpwax/wildfire/commit/c2dd1c628c0d6cedd366921033c215235ae7a86f</url>
  <id>c2dd1c628c0d6cedd366921033c215235ae7a86f</id>
  <committed-date>2009-06-22T02:06:58-07:00</committed-date>
  <authored-date>2009-06-22T02:06:58-07:00</authored-date>
  <message>wildfire user mods - permissions join</message>
  <tree>a7466ff3fb839586fe0a6521ea87b84b19953840</tree>
  <committer>
    <name>charlesmarshall</name>
    <email>charles@oneblackbear.com</email>
  </committer>
</commit>
