<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/itms/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/itms/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 05 Jun 2003 11:50:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/itms/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>new tasks often reset their date to 11/30/99</title><link>https://sourceforge.net/p/itms/bugs/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;when assigning a one-time task, or after editing a&lt;br /&gt;
task, the date is often reset to &amp;amp;quot;00/00/0000 00:00 AM&amp;amp;quot;&lt;br /&gt;
in the options, and shows up in pending as &amp;amp;quot;11/30/99&lt;br /&gt;
12:00 AM.&amp;amp;quot;  this looks to be the result of a bug in the&lt;br /&gt;
error checking features of the javascript, or possibly&lt;br /&gt;
in the way it's posted to MySQL.&lt;/p&gt;
&lt;p&gt;to repeat:&lt;/p&gt;
&lt;p&gt;Assign Task&lt;br /&gt;
One Time Task (some name)&lt;br /&gt;
change the due date and time&lt;br /&gt;
assign task&lt;/p&gt;
&lt;p&gt;first, the time changes back to the current date/time,&lt;br /&gt;
and after clicking &amp;amp;quot;Finished&amp;amp;quot; to return to the Pending&lt;br /&gt;
task page, its date/time is 11/30/1999.  edit it and&lt;br /&gt;
you'll see the 00/00/0000 problem.&lt;/p&gt;
&lt;p&gt;tested with Mozilla and IE on Windows XP.  running ITMS&lt;br /&gt;
under Apache 1.3.22 with PHP 4.1.1 under Solaris.&lt;/p&gt;
&lt;p&gt;.a&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrian Goins</dc:creator><pubDate>Thu, 05 Jun 2003 11:50:32 -0000</pubDate><guid>https://sourceforge.netf31501988cd50a63480058ea091b77f55bd93025</guid></item><item><title>Potential Problem PHP 4.2 and greater</title><link>https://sourceforge.net/p/itms/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In PHP 4.2.0 and later, the default value for the PHP&lt;br /&gt;
directive register_globals is off. This is a major&lt;br /&gt;
change in PHP. Having register_globals off affects the&lt;br /&gt;
set of predefined variables available in the global&lt;br /&gt;
scope. For example, to get DOCUMENT_ROOT you'll use&lt;br /&gt;
$_SERVER['DOCUMENT_ROOT'] instead of $DOCUMENT_ROOT, or&lt;br /&gt;
$_GET['id'] from the URL&lt;br /&gt;
&lt;a href="http://www.example.com/test.php?id=3" rel="nofollow"&gt;http://www.example.com/test.php?id=3&lt;/a&gt; instead of $id, or&lt;br /&gt;
$_ENV['HOME'] instead of $HOME.&lt;/p&gt;
&lt;p&gt;This Affects ITMS because any Server Variables that&lt;br /&gt;
were available in the past (like $PHP_SELF), as well as&lt;br /&gt;
'GET' vars will no longer be available.&lt;br /&gt;
To access $PHP_SELF with this register_globals&lt;br /&gt;
directive set to off you would use the following code:&lt;/p&gt;
&lt;p&gt;$_SERVER[&amp;amp;quot;PHP_SELF&amp;amp;quot;]&lt;/p&gt;
&lt;p&gt;There seem to be other work arounds to avoid having to&lt;br /&gt;
change much of the code, check out this page for info:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.php.net/manual/en/printwn/language.variables.predefined.php" rel="nofollow"&gt;http://www.php.net/manual/en/printwn/language.variables.predefined.php&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Palmerlee</dc:creator><pubDate>Thu, 21 Nov 2002 07:00:44 -0000</pubDate><guid>https://sourceforge.netfd50e12795e640ce183e0c14ab6ce95799540352</guid></item><item><title>One Time Task original_id is populated</title><link>https://sourceforge.net/p/itms/bugs/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When assigning a 'One Time Task' the original_id is &lt;br /&gt;
populated with the ttid selected in the drop-down &lt;br /&gt;
list, I don't think this should be the case since the &lt;br /&gt;
task wasn't assigned from a task_type (or task &lt;br /&gt;
template)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Palmerlee</dc:creator><pubDate>Mon, 18 Nov 2002 17:48:02 -0000</pubDate><guid>https://sourceforge.netce9ff76ac0f7e0cf0eadeb01056ab29ec8fb020b</guid></item><item><title>Problems with Admin Pending Task Page</title><link>https://sourceforge.net/p/itms/bugs/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When signed on as an admin user, you can see other &lt;br /&gt;
users pending tasks.  There are a few problems with this &lt;br /&gt;
section of the page:&lt;br /&gt;
-Instead of &amp;amp;quot;Pending Tasks I have Assigned:&amp;amp;quot; it should &lt;br /&gt;
say: &amp;amp;quot;Pending Tasks In the system&amp;amp;quot;, or something &lt;br /&gt;
Similar.&lt;br /&gt;
-When Clicking on the &amp;amp;quot;Show Details&amp;amp;quot; button the details &lt;br /&gt;
rows need one extra column span.&lt;br /&gt;
-When trying to unassign a task that's been assigned by &lt;br /&gt;
someone else, it doesn't work (either it should work or &lt;br /&gt;
the button to unassign a task should be removed for &lt;br /&gt;
those tasks assigned by another user.&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Palmerlee</dc:creator><pubDate>Mon, 18 Nov 2002 07:00:32 -0000</pubDate><guid>https://sourceforge.netbf1f503645e3fc5f659a09e2d9547126d497e067</guid></item><item><title>Edit Pending task time defaults to 24hr</title><link>https://sourceforge.net/p/itms/bugs/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When going to edit a pending task which is due say at&lt;br /&gt;
9:00 p.m. the text box in task_pending_edit.php&lt;br /&gt;
defaults the hour to millitary time (24 hour clock)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Palmerlee</dc:creator><pubDate>Mon, 18 Nov 2002 01:12:43 -0000</pubDate><guid>https://sourceforge.netedaea4f75b0c4136a7862c4731f93dbe60fbe7b0</guid></item><item><title>Info missing on task edits</title><link>https://sourceforge.net/p/itms/bugs/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When selecting a task to edit from the main tasks list, &lt;br /&gt;
the detailed text ($info) and date/time info. is missing.  It &lt;br /&gt;
simply doesn't show up on the page.  I have verified that &lt;br /&gt;
it exists in the table.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris Embree</dc:creator><pubDate>Sun, 17 Nov 2002 04:55:33 -0000</pubDate><guid>https://sourceforge.netc02da28e005e769c41b50803f6591e5a8f1afd2d</guid></item><item><title>Tasks in Process, Processes Task is in</title><link>https://sourceforge.net/p/itms/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;On task.php and process.php, The columns: Processes &lt;br /&gt;
Task is in and Task in Process, have an extra comma &lt;br /&gt;
after the last task listed.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Palmerlee</dc:creator><pubDate>Sat, 16 Nov 2002 23:49:06 -0000</pubDate><guid>https://sourceforge.neta3973c573f2ef614741bb8702349432bd68fe1a5</guid></item><item><title>error while starting</title><link>https://sourceforge.net/p/itms/bugs/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Warning: openlog() expects parameter 3 to be long, &lt;br /&gt;
string given in D:\FoxServ\www\itms\error_handler.php &lt;br /&gt;
on line 55&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shailesh Joshi</dc:creator><pubDate>Thu, 03 Oct 2002 12:24:45 -0000</pubDate><guid>https://sourceforge.net70f28259d4ee04f0447bb4815a0bd4d5abb481d0</guid></item><item><title>crypting problem</title><link>https://sourceforge.net/p/itms/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It seems to be a problem with the crypt fuction. I am&lt;br /&gt;
not familiar with php but i thing it's crupt function&lt;br /&gt;
relays on the unix one.&lt;/p&gt;
&lt;p&gt;When i runned everything on the same linux box , no&lt;br /&gt;
problem.&lt;br /&gt;
i add one user ( letouzey) witch is fine.&lt;br /&gt;
I move my database on a sequent machine and sisnce&lt;br /&gt;
then, i am able to add users ( titi ) but the generated&lt;br /&gt;
password get confused.&lt;br /&gt;
Here is the contents of the ldap table:&lt;/p&gt;
&lt;p&gt;SQL*Plus: Release 3.3.4.0.0 - Production on Thu Jun 20&lt;br /&gt;
09:17:00 2002&lt;/p&gt;
&lt;p&gt;Copyright (c) Oracle Corporation 1979, 1996.  All&lt;br /&gt;
rights reserved.&lt;/p&gt;
&lt;p&gt;Connected to:&lt;br /&gt;
Oracle8i Enterprise Edition Release 8.1.7.2.0 -&lt;br /&gt;
Production&lt;br /&gt;
With the Partitioning option&lt;br /&gt;
JServer Release 8.1.7.2.0 - Production&lt;/p&gt;
&lt;p&gt;SQL&amp;amp;gt; select * from LDAP;&lt;/p&gt;
&lt;p&gt;NAME&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
PASSWORD&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
root&lt;br /&gt;
.bxZh9KCGVIvI&lt;/p&gt;
&lt;p&gt;letouzey&lt;br /&gt;
9CbUMFf5pTFkY&lt;/p&gt;
&lt;p&gt;yatessc&lt;br /&gt;
KYlC3cEUmCD9Q&lt;/p&gt;
&lt;p&gt;NAME&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
PASSWORD&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
titi&lt;br /&gt;
$1$NBUjMxOy$eGqbk5zbWFALlOsfmSlkM0&lt;/p&gt;
&lt;p&gt;Any ideas ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 20 Jun 2002 07:21:51 -0000</pubDate><guid>https://sourceforge.neta4f52c13fea7be18dc82938d0049248fcbab7c01</guid></item><item><title>Build 0104 Crypt Patch - Need Semicolon</title><link>https://sourceforge.net/p/itms/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the Recently Released ITMS Crypt Patch, there seems &lt;br /&gt;
to be a missing Semi-colon on line 856 of toolbox.php, &lt;br /&gt;
please add the semi-colon here (end of line but before &lt;br /&gt;
comments) untill a new ITMS 1.0 Build is released.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Palmerlee</dc:creator><pubDate>Tue, 07 May 2002 02:25:13 -0000</pubDate><guid>https://sourceforge.net2ac5cefda04d7a8714df05c100a43ae311a17746</guid></item></channel></rss>