<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/taskware/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/taskware/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/taskware/bugs/</id><updated>2007-02-11T14:14:26Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>the admin user can delete himself, this is not logical.</title><link href="https://sourceforge.net/p/taskware/bugs/6/" rel="alternate"/><published>2007-02-11T14:14:26Z</published><updated>2007-02-11T14:14:26Z</updated><author><name>Ahmed Tawila</name><uri>https://sourceforge.net/u/ahmedtawila/</uri></author><id>https://sourceforge.net5611ee788e4c134d0c1243ca8948f223fa3e7bb0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;the admin user can delete himself, the link of 'delete' should be hidden or deactivated for the user that are administrating the system right now (the current user).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Password field displays wrong value</title><link href="https://sourceforge.net/p/taskware/bugs/5/" rel="alternate"/><published>2003-07-22T00:40:03Z</published><updated>2003-07-22T00:40:03Z</updated><author><name>Mark Hale</name><uri>https://sourceforge.net/u/roshambo/</uri></author><id>https://sourceforge.net92347aca3872f39c5c5842b7c07e0c2014fdfe17</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In the addedituser.inc file, in Taskware 0.7.5, line 79 &lt;br /&gt;
says:&lt;/p&gt;
&lt;p&gt;&amp;amp;lt;input type=password name=pass value=&amp;amp;quot;&amp;amp;lt;?=$login?&lt;br /&gt;
&amp;amp;gt;&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;br&amp;amp;gt;&lt;/p&gt;
&lt;p&gt;It should be $pass, not $login - the display is showing &lt;br /&gt;
the username in the password field.&lt;/p&gt;
&lt;p&gt;The password should also not be displayed in the HTML, &lt;br /&gt;
as it is here.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Mistyped array element</title><link href="https://sourceforge.net/p/taskware/bugs/4/" rel="alternate"/><published>2003-07-21T00:56:34Z</published><updated>2003-07-21T00:56:34Z</updated><author><name>Mark Hale</name><uri>https://sourceforge.net/u/roshambo/</uri></author><id>https://sourceforge.net681ba2882d613fdbda8f2b79ba459ca2976c35d6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In the index.php file of Taskware 0.7.5, line 38 is this:&lt;/p&gt;
&lt;p&gt;if (!isset($lang)) $lang = $conf['deflang'];&lt;/p&gt;
&lt;p&gt;but in conf.php the array is set like this:&lt;/p&gt;
&lt;p&gt;$conf['deflanguage'] = 'en';&lt;/p&gt;
&lt;p&gt;ie. the field is not there.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>add task not assigned to anybody</title><link href="https://sourceforge.net/p/taskware/bugs/3/" rel="alternate"/><published>2003-07-17T10:37:15Z</published><updated>2003-07-17T10:37:15Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netd487349aadd5886c59ae57d0850e68c4f1e6bae9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;adding a task not assigned to anybody works (no default&lt;br /&gt;
in the Delegate to field) but then errors show up in&lt;br /&gt;
the task list, you're unable to view the task (SQL&lt;br /&gt;
error), and it must be deleted by connecting to the DB&lt;br /&gt;
and issuing the SQL statement directly.&lt;/p&gt;
&lt;p&gt;Also, it would be nice to be able to add tasks not&lt;br /&gt;
assigned to anybody, without start/due date, just to&lt;br /&gt;
keep them as reminder of things that should be done&lt;br /&gt;
later (then a due date and delegate can be assigned)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>not working with register_globals = off</title><link href="https://sourceforge.net/p/taskware/bugs/2/" rel="alternate"/><published>2003-07-14T16:05:15Z</published><updated>2003-07-14T16:05:15Z</updated><author><name>Paul Dorneanu</name><uri>https://sourceforge.net/u/spookypd/</uri></author><id>https://sourceforge.net64364a7dd2755204ec1cd73ae0a5f3d7555090ea</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;:(&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>task list does not display owner</title><link href="https://sourceforge.net/p/taskware/bugs/1/" rel="alternate"/><published>2003-03-20T18:57:17Z</published><updated>2003-03-20T18:57:17Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net2e542ee5feaa62a304660d8f685007e1e27025c7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;taskware/?action=index&lt;/p&gt;
&lt;p&gt;Give error in the Owner section:&lt;br /&gt;
Error in query&lt;br /&gt;
select owner_id from tasks where task_id=&lt;br /&gt;
1064: You have an error in your SQL syntax near '' at&lt;br /&gt;
line 1&lt;/p&gt;
&lt;p&gt;When I click on the task, I get&lt;br /&gt;
taskware/?action=addtask&amp;amp;amp;editflag=on&amp;amp;amp;task_id=&lt;br /&gt;
Error in query&lt;br /&gt;
select * from tasks where task_id=&lt;br /&gt;
1064: You have an error in your SQL syntax near '' at&lt;br /&gt;
line 1&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>