... Definatley don't be ashamed to ask :) ... AHA! You should -definately-, when reporting a problem specify the environment you're running in. I've -seen-...
... I have something incorrect in my config I think [well, obviously several things wrong, that's the point behind the entire thread isn't it?] because I'm not...
I'm slowly working my way through the Keystone code updating it to the new GUI model, and I've posted some more screenshots on the stonekeep.com website. I'd...
Is there a more up-to-date version of Keystone that we can use? I noticed that the screenshots seem to have 0.90.0 as the version, but 0.74.0 is the latest...
... I'm coding on Keystone2 pretty much as we type, and its actually stable, but is, not to put too fine a point on it, butt ugly, since half the screens are...
I'm redesigning the addslips / modslips screens... Do folks use the following functions: 1) 'timespent' 2) 'dependent on' 3) 'bulk data' 4) 'contact address'...
We use the timespent item. I'm not certain what the 'dependent on' does for us, so we don't use it. I've not taken the time to look through the code to see...
... Dave, timespent: Yes, helpful to summarize time with a modslip if the total of followup times is not good enough. dependent on: No, not robust enough to...
scarol
scarol@...
Mar 28, 2003 11:17 pm
2519
Hi folks, its only been 2 1/2 years since I've done this, so I'm a little nervous :) Keystone2 alpha builds are now going to be available in the download ...
Dave Belfer-Shevett
shevett@...
Mar 31, 2003 12:52 am
2520
dave, "timespent" we actually use sometimes, but not as routinely as we probably ought to. "dependent on" is something I've tried to use a time or two ...
Ken Long
klong@...
Mar 31, 2003 4:56 pm
2521
... Thanks ... I think I'm going to rewrite much of the dependency tracking stuff - It was never very good to begin with, the trick usually being date...
I have been following the threads about getting keymail to work. One answer was to have a link in smrsh directory to get it to work. The error message that...
Hi All. Keystone version 0.74.00 Can someone please help me out here (Even that version 2 are just around the corner) In Groups I have 7 Groups (One for each...
plopfun
svend.rasmussen@...
Apr 16, 2003 12:11 pm
2524
Hi again. Are there a variable like $curruser but just for the group the current user are a member of ? Something like $currgroup Svend...
plopfun
svend.rasmussen@...
Apr 22, 2003 12:53 pm
2525
... Nope, $curruser was the only one that was globally defined. Svend, if you're doing a bunch of internal development, you might want to get into...
I installed keystone from keystone2-0_90_01.tar.gz. Using Internet explorer version 6.0.2800.1106 SP1 I still get the error 1064 when adding a followup to a...
I've uploaded another snapshot of the work in progress on K2. Its available in the downloads section (follow the links to Keystone) If you're tracking the K2...
... Hi Brett... The current version - should - be stable. The only real code changes have been against the filters and the Contacts system. As far as I've...
I'm trying to use the "Child of" to create a tree for organizing my slips. I'd like to be able to do this: proj ... --> request 2 ... --> bug 2 I can set this...
... Multitiered slips are a little tricky to deal with - Most people set things up with only 2 levels, rather than 3, and then organize the next level up using...
In the configuration file I have the variable $sys_usequickslips = 1; I thought that this would use the quickslips list but it seems to just be using the...
I'm sorry if this is more traffic than you wanted to see. Let me know and I'll quietly wait for your next snapshot. I've found a "bug" or "feature". In the...
I got the source distribution of MySQLalpha4.1.0 i try to install it in solaris x86 pc it is compiling everything and installing it in proper places but my...
Just tried downloading the CVS snapshot for 0.90.01 and 0.90.03. After installing, both of them gives the following errors: Parse error: parse error,...
linuxonmyfridge
thomas.nilsen@...
May 14, 2003 9:00 pm
2535
Hello everyone, I installed Keystone in a RH 8.0 Box and configured it to use Postgres. Everything seems to be working ok except that i'm not able to log in....
For those of you still reading, I finally found the problem. The register_globals in php.ini was set to Off. After changing this to On, everything fell back...
... Thanks! I actually heard about the register_globals thing a little while ago, but I hadn't connected it up to your problem, great! I'd recommend, btw,...
Shayde
shayde@...
Jun 6, 2003 3:49 pm
2538
Hiya Dave (and everyone else).. Don't know if you've patched these parts yet, but they do make the error output from PHP4 a little smaller :) I'm showing some...
Duncan Hill
dhill@...
Jun 9, 2003 12:43 pm
2539
Me again. Update to get rid of more errors - all to do with the references to associative arrays. Ran the diff in the right order this time too. Now to...