<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Got big problems for 1.0.2 users permissions</title>
  <link>http://www.activecollab.com/forums/topic/2125/</link>
  <description>Recent posts on topic: Got big problems for 1.0.2 users permissions</description>
  <dc:language>en-us</dc:language>
  <pubDate>Mon, 01 Dec 2008 23:21:09 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/10160/#post10160</link>
    <guid>http://www.activecollab.com/forums/post/10160/#post10160</guid>
    <title>Post #5 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>This issue has been fixed in activeCollab 1.0.3. Thank you for reporting it.</p>]]></description>
    <pubDate>Wed, 17 Oct 2007 17:53:51 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10129/#post10129</link>
    <guid>http://www.activecollab.com/forums/post/10129/#post10129</guid>
    <title>Post #4 by lighty</title>
    <dc:creator>lighty</dc:creator>
    <description><![CDATA[<p>replacing<br />
<pre name="code" class="html">
    function canAdd($user, $project) {
      return $user-&gt;isProjectMember($project) &amp;&amp; $user-&gt;hasPermission('timetracking_add', $project);
    } // canAdd
</pre><br />
by your code in /activecollab/application/modules/timetracking/models/timetracking/TimeRecord.class.php makes it working</p>]]></description>
    <pubDate>Wed, 17 Oct 2007 11:42:12 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10128/#post10128</link>
    <guid>http://www.activecollab.com/forums/post/10128/#post10128</guid>
    <title>Post #3 by lighty</title>
    <dc:creator>lighty</dc:creator>
    <description><![CDATA[<p>Hi Ilija,<br />
<br />
something really weird, /activecollab/application/modules/timetracking/models/TimeRecord.class.php doesn't exist...<br />
here the content of /activecollab/application/modules/timetracking/models/<br />
<br />
ls -R<br />
.:<br />
timetracking<br />
<br />
./timetracking:<br />
TimeRecord.class.php  TimeRecords.class.php<br />
<br />
What file am I supposed to edit ? I'm using 1.0.2 version (I don't know why but I don't have anything saying it's 1.0.2 in the admin page... but I have the trash in the main menu as you said it has been added in the 1.0.2 version)</p>]]></description>
    <pubDate>Wed, 17 Oct 2007 11:38:26 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10126/#post10126</link>
    <guid>http://www.activecollab.com/forums/post/10126/#post10126</guid>
    <title>Post #2 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi Lighty,<br />
<br />
Can you open /activecollab/application/modules/timetracking/models/TimeRecord.class.php and alter canAdd() function with this code:<br />
<br />
<pre name="code" class="php">function canAdd($user, $project) {
  return $user-&gt;isProjectMember($project) &amp;&amp; ($user-&gt;isOwner() || $user-&gt;isProjectLeader($project) || $user-&gt;hasPermission('timetracking_add', $project));
} // canAdd</pre><br />
<br />
Support response time is up to 1 business day.</p>]]></description>
    <pubDate>Wed, 17 Oct 2007 11:29:56 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/10125/#post10125</link>
    <guid>http://www.activecollab.com/forums/post/10125/#post10125</guid>
    <title>Post #1 by lighty</title>
    <dc:creator>lighty</dc:creator>
    <description><![CDATA[<p>Hi all,<br />
After upgrading to 1.0.2, I just can't add time tracking (add time box not displaying)<br />
only way to fix that is to delete someone from a project and add him back with full permissions...<br />
but here also we've a problem, I just can't delete simple members... although I'm administrator !<br />
<br />
Anyone got same issues?<br />
<br />
(Sorry Ilija for not posting this in the support system but since yesterday evening I didn't get any answer from the there...)</p>]]></description>
    <pubDate>Wed, 17 Oct 2007 11:24:33 UTC</pubDate>
  </item>
</channel>
</rss>