tutos-devel Mailing List for TUTOS
Projects / CRM / PLM / Calendar / Tasks / SCRUM / Test / Inventory
Brought to you by:
gokohnert
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(16) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
(10) |
Aug
(4) |
Sep
|
Oct
(4) |
Nov
(1) |
Dec
(7) |
2002 |
Jan
(1) |
Feb
(8) |
Mar
(7) |
Apr
(20) |
May
(1) |
Jun
(5) |
Jul
(27) |
Aug
(18) |
Sep
(55) |
Oct
(13) |
Nov
(27) |
Dec
(20) |
2003 |
Jan
(23) |
Feb
(40) |
Mar
(20) |
Apr
(10) |
May
(12) |
Jun
(8) |
Jul
(11) |
Aug
(7) |
Sep
(3) |
Oct
(2) |
Nov
(1) |
Dec
|
2004 |
Jan
(2) |
Feb
(34) |
Mar
(10) |
Apr
(11) |
May
(5) |
Jun
(6) |
Jul
(12) |
Aug
(7) |
Sep
(16) |
Oct
(25) |
Nov
(8) |
Dec
(2) |
2005 |
Jan
(17) |
Feb
(2) |
Mar
|
Apr
(5) |
May
(5) |
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
|
3
|
4
(3) |
5
(7) |
6
(1) |
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
(1) |
16
|
17
|
18
(1) |
19
|
20
|
21
|
22
(2) |
23
(1) |
24
|
25
(1) |
26
|
27
|
28
|
29
|
30
(1) |
31
(2) |
|
|
|
|
|
From: Anthony Di P. <ant...@ho...> - 2003-03-31 16:52:03
|
First off, I wanted to apologize if I mailed the wrong list, I couldn't = find any other means of asking this question. Is the Java based TUTOS system an open-source initiative? If so, how = can I get involved? Thanks Anthony |
From: Gero K. <gok...@us...> - 2003-03-31 04:25:49
|
On Monday 31 March 2003 01:53, J=E9r=F4me Warnier wrote: > > Today, I tried to get version tagged "RELEASE-1-1beta-20030205", but I > feel it is not the latest version either. So what am I doing wrong? > Latest "stable" release are in a branch called BRANCH-1-0 The 1.1 is currenlty the HEAD of the CVS repository (i.e. that what you g= et=20 when checking out without a tag) What you tried with RELEASE-1-1beta-20030205 will give you the (exact) sa= me=20 version as in the 1.1beta.20030205 packaged on sourceforge and will ,as i= t is=20 a static tag, never change on CVS. When releasing 1.1 (this week I think) I will create a new branch "BRANCH= -1-0"=20 where all fixes in 1.1 will happen and new development will again happen = in=20 "HEAD". Gero |
From: <jwa...@be...> - 2003-03-30 23:54:30
|
Hello guys, I've been playing around with tutos for quite some time, not using it really, but just trying to get the latest version working fine on my beloved Debian Woody. I played with the Debian packages, and contacted (you may say bothered) Dimitri Fontaine and someone else before for them to fix some problems I had found, mainly when using PostgreSQL. It seems difficult to me to find on which branch/revision/tag you are working on at the moment. I tried something that should be version 1.0, by using straight cvs commands. Today, I tried to get version tagged "RELEASE-1-1beta-20030205", but I feel it is not the latest version either. So what am I doing wrong? Thanks |
From: Kikutani, M. <po...@mo...> - 2003-03-25 10:10:52
|
I'm modifying Date.pinc so that Japanese holidays based on week and day (ex: January's 2nd Monday) rather than exact dates are correctly displayed. I think I could do that. Next, I need to modify for holidays based on exact dates. Because if it is Sunday, the next Monday automatically becomes a holiday. Is there any example to do this ? Thanks. -- Kikutani, Makoto |
From: Kikutani, M. <po...@mo...> - 2003-03-23 11:17:52
|
On Sat, Mar 22, 2003 at 11:02:26PM +0100, Gero Kohnert <gok...@us...> wrote: > On Saturday 22 March 2003 22:46, Kikutani, Makoto wrote: > > This message constantly appears in /tmp/debug.out. > > Although it doesn't seem to be affecting the normal behavior, > > too many these messages make me difficult to find a real problem. > > Have you modified the ja.p3 ? For some reason TUTOS does not find the > $lang['BugTrackInfo'] variable which defines the footer text when moving the > mouse over the Bug link. yes... I happened to define $Lang['BugTrackInfo'] rather than $lang[] by mistake. After I fixed this, the error message disappeared. Thanks. > > BTW. I think stable version 1.0.20030205 should be on the top of > > sourceforge page. There is only 1.1beta now. > > I didn't notice that we have such a stable release until I visited > > www.tutos.org, where I seldom go. > > Sourceforge will only show the latest release on the main page. Other releases > are in the files section. I see. Is "Latest News" also automatically displayed ? At least 1.0.20030205 appears in Latest News, people will notice that. I once tried 1.1beta(or latest CVS), but it doesn't seem stable yet. makoto -- Kikutani, Makoto |
From: Gero K. <gok...@us...> - 2003-03-22 22:02:31
|
On Saturday 22 March 2003 22:46, Kikutani, Makoto wrote: > This message constantly appears in /tmp/debug.out. > Although it doesn't seem to be affecting the normal behavior, > too many these messages make me difficult to find a real problem. Have you modified the ja.p3 ? For some reason TUTOS does not find the=20 $lang['BugTrackInfo'] variable which defines the footer text when moving = the=20 mouse over the Bug link. Small Hint: Working with CVS you will find a cool script langdiff.sh in the main dire= ctory=20 which will show the differences and missing variables in all language fil= es. > BTW. I think stable version 1.0.20030205 should be on the top of > sourceforge page. There is only 1.1beta now. > I didn't notice that we have such a stable release until I visited > www.tutos.org, where I seldom go. Sourceforge will only show the latest release on the main page. Other rel= eases=20 are in the files section. Or you subscribe/monitor the php section of=20 files/tutos which will inform you about every mew release via email. The link below will do this: <https://sourceforge.net/project/filemodule_monitor.php?filemodule_id=3D1= 0073> Gero , back from holiday |
From: Kikutani, M. <po...@mo...> - 2003-03-22 21:47:34
|
This message constantly appears in /tmp/debug.out. Although it doesn't seem to be affecting the normal behavior, too many these messages make me difficult to find a real problem. DateTime: 22.Mar.2003 13:36:14 PST Errno: 8 Undefined index: BugTrackInfo LastQuery: SELECT * from watchlist where obj_id = 1041 File: /var/www/html/tutos/php/webelements.p3:648 Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) Language: ja URL: /tutos/php/file_show.php Request: /tutos/php/file_show.php?id=1041 RemoteAddr: 192.168.0.10 Referer: http://192.168.0.1/tutos/php/file_new.php?link_id=1034 TUTOS Version: 1.0.20030205 Database: POSTGRES: tutos@localhost:5432 DB Alias : Postgres database PHP Version: 4.3.1 Linux PHP Config: /etc/php/php.ini APACHE Version: Apache/2.0.44 (Momonga Linux) ---------- BTW. I think stable version 1.0.20030205 should be on the top of sourceforge page. There is only 1.1beta now. I didn't notice that we have such a stable release until I visited www.tutos.org, where I seldom go. -- Kikutani, Makoto |
From: Jack N. <jnu...@or...> - 2003-03-18 11:57:26
|
I've discovered strange behavior in my TUTOS installation (1.0.20021112) where changing a user's TimeZone effects how appointments are displayed. My server's default timezone is set to "Europe/Berlin". I login with a user who is in the same timezone and create an appointment, say 01-apr-2003 from 0800-1800. If I change the user's timezone to "Europe/London", not only does the appointment time change to 0700-1700 (as it should, but also the *date* changes to 02-apr-2003! Can anyone else either confirm or deny this apparent bug? I've been trying to test it on the TUTOS demo server, but it's suffering from pretty bad performance today; I can barely login and do anything. -- Jack Nutting : jnu...@or... Orc Software : www.orcsoftware.com |
From: Kikutani, M. <po...@mo...> - 2003-03-15 21:58:05
|
Since there was no response, I made a modification on Date.pinc as attached. The year/month/day order like 2003-03-05 is popular in Japan. My question is where this format came from. Postgresql ? On Wed, Mar 05, 2003 at 11:11:45AM -0800, "Kikutani, Makoto" <po...@mo...> wrote: > I installed the latest CVS contents and logged in as superuser. > > The calendar is not displayed with the following message. > > DT: Unknown DateTimeFormat 2003-03-05 10:40:55 fix it in Date.pinc or register a DB specific format > > What should I change in Date.pinc ? -- Kikutani, Makoto |
From: Martin O. <doc...@ca...> - 2003-03-06 11:17:02
|
Hello, Right I'll give you the run down, as you may know I've been asking questions and probing around a bit. I'm already a member of sf.net personally but this is the first time the company I work for have allowed me to use my time to aid open source projects, Basically, they like the idea of tutos and want me to add the bits they feel are missing, I'm not sure if I should make the changes and call it something different or try and make changes to tutos with your guidance. Here are some points that I have found: 1) The UI keeps jumping around, there isn't a consistent navigation or at the very least an intuitive one. 2) You can't send Attachments in Emails 3) Can't save received email attachments 4) No apparent log of sent email and/or no way to tie it into projects/Bugs or companies 5) No way to tie received emails to projects/bugs or companies... Thank you, Best Regards, Martin Owens ( -- DoctorMO -- ) Care2 make the world greener! Find out who's green and who's not! Use Care2's Green Thumbs-up! http://www.care2.com/go/z/4029 |
From: Martin O. <doc...@ca...> - 2003-03-05 21:00:39
|
Thats pritty froody, Bet ya top class round were you live eh. -- DoctorMO -- Care2 make the world greener! Find out who's green and who's not! Use Care2's Green Thumbs-up! http://www.care2.com/go/z/4029 |
From: Jeroen B. <jb...@i2...> - 2003-03-05 20:32:21
|
Op woensdag 5 maart 2003 20:39, schreef Gero Kohnert: > On Tuesday 04 March 2003 23:37, Kikutani, Makoto wrote: > > In the latest issue (March), there is an article with an interview of > > Gero. > > Can someone send me this article either as some scanned picture or as a fax > to +49 9131 603044 > > Jeroen, I now you will sent me a paper copy but I'm curious. you are vain! :-) But I know how you feel. An article about Linux was recently in a large Dutch newspaper and I was quoted several times. I know how you feel. :-) I expect a phonecall from the local newsstand as soon as this issue comes in. They did this before for me but I will still check regularly. > > Gero > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > TUTOS-devel mailing list > TUT...@li... > https://lists.sourceforge.net/lists/listinfo/tutos-devel -- Jeroen Baten | EMAIL : JB...@I2... ____ _ __ | web : www.i2rs.nl | )|_)(_ | tel : +31 (0)30 221 00 11 _|_/_| \__) | fax : +31 (0)30 220 31 91 Kometenlaan 26, 3721 JT, Bilthoven, the Netherlands |
From: Gero K. <gok...@us...> - 2003-03-05 19:50:27
|
On Wednesday 05 March 2003 20:39, Gero Kohnert wrote: > On Tuesday 04 March 2003 23:37, Kikutani, Makoto wrote: > > In the latest issue (March), there is an article with an interview of > > Gero. > > Can someone send me this article either as some scanned picture or as a= fax > to +49 9131 603044 Ups: wrong ISDN channel 603033 will be better :-) |
From: Kikutani, M. <po...@mo...> - 2003-03-05 19:50:22
|
On Wed, Mar 05, 2003 at 08:39:19PM +0100, Gero Kohnert <Ger...@t-...> wrote: > Can someone send me this article either as some scanned picture or as a fax to > +49 9131 603044 I tried. But this number seems a voice phone. -- Kikutani, Makoto |
From: <Ger...@t-...> - 2003-03-05 19:39:31
|
On Tuesday 04 March 2003 23:37, Kikutani, Makoto wrote: > In the latest issue (March), there is an article with an interview of G= ero. Can someone send me this article either as some scanned picture or as a f= ax to=20 +49 9131 603044 Jeroen, I now you will sent me a paper copy but I'm curious. Gero |
From: Kikutani, M. <po...@mo...> - 2003-03-05 19:12:36
|
I installed the latest CVS contents and logged in as superuser. The calendar is not displayed with the following message. DT: Unknown DateTimeFormat 2003-03-05 10:40:55 fix it in Date.pinc or register a DB specific format What should I change in Date.pinc ? BTW. What I have been noisy about timetrack in the Help forum was disscussed in this devel mailing list. I just overlooked that thread. -- Kikutani, Makoto |
From: Martin O. <doc...@ca...> - 2003-03-05 09:07:47
|
Well I don't mind having a en-gb.p3 as it's like having a base lanuage and appling patches were they differ... although I'd sujest making some of the en.p3 items neitral to avoid fravratism. -- DoctorMO -- Care2 make the world greener! Find out who's green and who's not! Use Care2's Green Thumbs-up! http://www.care2.com/go/z/4029 |
From: Kikutani, M. <po...@mo...> - 2003-03-04 22:42:10
|
In the latest issue (March), there is an article with an interview of Gero. makoto -- Kikutani, Makoto |
From: Gero K. <gok...@us...> - 2003-03-04 17:58:07
|
On Tuesday 04 March 2003 15:46, Martin Owens wrote: > Some of the English (Bristish) Localizations are wrong, I > notice alot of the address is US not GB, was it created by > someone who is amerian? no it was someone who is german :-)) > I can help with British Localization if you wish... sure ! Hm. is it better to have a en-gb.p3 or to put it all in en.p3 . I hear all our us users start crying if we put good english in en.p3 ! What does the list think ? Gero |
From: Martin O. <doc...@ca...> - 2003-03-04 14:45:44
|
Some of the English (Bristish) Localizations are wrong, I notice alot of the address is US not GB, was it created by someone who is amerian? I can help with British Localization if you wish... -- DoctorMO -- Care2 make the world greener! Find out who's green and who's not! Use Care2's Green Thumbs-up! http://www.care2.com/go/z/4029 |