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
|
5
|
6
(1) |
7
(2) |
8
|
9
(2) |
10
|
11
|
12
|
13
|
14
|
15
(1) |
16
(1) |
17
|
18
|
19
(3) |
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
(1) |
|
|
From: W. <jwa...@be...> - 2003-07-31 15:22:23
|
Hi guys! I was wondering why TUTOS doesn't encode his database in UNICODE? We made a really small patch to do just that. If you are interested, just ask. --=20 J=E9r=F4me Warnier <jwa...@be...> |
From: Gero K. <gok...@us...> - 2003-07-19 11:33:48
|
Kikutani, Makoto schrieb: > I just installed tutos-1.1.20030715. > > httpd/error_log keeps saying > > [error] [client 127.0.0.1] File does not exist: /var/www/html/tutos/html/tutos.ico, referer: http://localhost/tutos/php/mytutos.php > > and indeed there is no such file, html/tutos.ico. > > % grep tutos.ico /var/www/html/tutos/php/*/* > /var/www/html/tutos/php/layout/classic_base.pinc: echo " <link rel=\"SHORTCUT ICON\" href=\"". $tutos['base'] ."/html/tutos.ico\">\n"; > /var/www/html/tutos/php/layout/new_layout.pinc: echo " <link rel=\"SHORTCUT ICON\" href=\"". $tutos['base'] ."/html/tutos.ico\">\n"; > > Are these really expecting tutos.ico ? > Ups, that one is missing in the packages. It is not really neccessary but nice to have. Get it here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/tutos/tutos/html/tutos.ico?rev=1.1&sortby=date Gero |
From: Kikutani, M. <po...@mo...> - 2003-07-19 08:05:05
|
I just installed tutos-1.1.20030715. httpd/error_log keeps saying [error] [client 127.0.0.1] File does not exist: /var/www/html/tutos/html/tutos.ico, referer: http://localhost/tutos/php/mytutos.php and indeed there is no such file, html/tutos.ico. % grep tutos.ico /var/www/html/tutos/php/*/* /var/www/html/tutos/php/layout/classic_base.pinc: echo " <link rel=\"SHORTCUT ICON\" href=\"". $tutos['base'] ."/html/tutos.ico\">\n"; /var/www/html/tutos/php/layout/new_layout.pinc: echo " <link rel=\"SHORTCUT ICON\" href=\"". $tutos['base'] ."/html/tutos.ico\">\n"; Are these really expecting tutos.ico ? -- Kikutani, Makoto |
From: Kikutani, M. <po...@mo...> - 2003-07-19 00:31:09
|
holiday_ja.pinc in CVS is acculate only for 2002 because some holidays must be determined by weekday. Therefore, I rewrote it as follows. Of course, I needed to modify Date.pinc as well. What I'd like to do now is to display holidays in Japanese if the selected language or browser setting language is Japanese. What is the best way to do this ? Thanks. Makoto $tutos[cal][] = array( array( Date => "01-01", type => 1, Desc => "New Years Day (JA)"), array( Date => "SEIJINNOHI", type => 1, Desc => "Seijin (JA)"), array( Date => "11-02", type => 1, Desc => "Kenkoku-Kinen (JA)"), array( Date => "21-03", type => 1, Desc => "Shunbun (JA)"), array( Date => "29-04", type => 1, Desc => "Midori (JA)"), array( Date => "03-05", type => 1, Desc => "Kenpou (JA)"), array( Date => "04-05", type => 1, Desc => "(noname) (JA)"), array( Date => "05-05", type => 1, Desc => "Kodomo (JA)"), array( Date => "UMINOHI", type => 1, Desc => "Umi (JA)"), array( Date => "KEIROUNOHI", type => 1, Desc => "Keirou (JA)"), array( Date => "23-09", type => 1, Desc => "Shuubun (JA)"), array( Date => "TAIIKUNOHI", type => 1, Desc => "Taiiku (JA)"), array( Date => "03-11", type => 1, Desc => "Bunka (JA)"), array( Date => "23-11", type => 1, Desc => "Kinroukansha (JA)"), array( Date => "23-12", type => 1, Desc => "Tennou-Tanjoubi (JA)") ); -- Kikutani, Makoto |
From: Josh C. <jca...@ts...> - 2003-07-16 01:30:00
|
Thanks Dimitri! - Josh On Tuesday, July 15, 2003, at 01:49 AM, Dimitri Fontaine wrote: > On Tue, Jul 08, 2003 at 11:13:28PM -0700, Josh Carlson wrote: >> Setting task state to finished doesn't show as 100% complete > > This is fixed in the head branch of tutos, a release is being prepared > and will contain it. > > -- > Dimitri. > http://dim.tapoueh.org > > Indifference will certainly be the downfall of mankind. But who cares ? > > > ------------------------------------------------------- > This SF.Net email sponsored by: Parasoft > Error proof Web apps, automate testing & more. > Download & eval WebKing and get a free book. > www.parasoft.com/bulletproofapps1 > _______________________________________________ > TUTOS-devel mailing list > TUT...@li... > https://lists.sourceforge.net/lists/listinfo/tutos-devel > > |
From: Dimitri F. <dfo...@cv...> - 2003-07-15 08:50:04
|
On Tue, Jul 08, 2003 at 11:13:28PM -0700, Josh Carlson wrote: > Setting task state to finished doesn't show as 100% complete This is fixed in the head branch of tutos, a release is being prepared and will contain it. -- Dimitri. http://dim.tapoueh.org Indifference will certainly be the downfall of mankind. But who cares ? |
From: Josh C. <jca...@ts...> - 2003-07-09 06:21:17
|
Is it possible to consolidate the "Book Time" and "Time Recorder" functions into one? The reason I ask is because from what I've seen, the Time Recorder function only works when a project is selected, not a task, and the Book Time function works for tasks, but doesn't have the nice time recording feature (have to manually enter hours worked) The only way I've seen to work around this is for a user to go into a project, start the Time Recorder, when done with their task (either completely or partially) stop the Time Recorder, then manually enter their hours in the Book Time screen, then delete the Time Recorder record so there is only one time entry for the worker/task. This whole work- around isn't very efficient. I have multiple workers that will work on one task and it would be nice to have each one just select "Book Time" from a task and do all their time recording that way. Does this make sense? Is this possible? Thanks - Josh |
From: Josh C. <jca...@ts...> - 2003-07-09 06:19:47
|
Setting task state to finished doesn't show as 100% complete If a task or project has been scheduled to be completed in 5 hours but only takes 3 to complete in actual time, I would think that by setting it's state to finished it would change the % complete and graph to show 100% complete but TUTOS doesn't. Is this a bug, or is there a way to fix this? Thanks - Josh |
From: Kikutani, M. <po...@mo...> - 2003-07-07 15:54:02
|
On Mon, Jul 07, 2003 at 08:11:39AM +0200, Gero Kohnert <gok...@us...> wrote: > Yes. Meanwhile there are a LOT of languages supportet and so there are a LOT of > maintainers for the languages. > The reality shows that it is not possible to get all languages in sync before > a new release . So I decided to keep new languages seperate form the main release > which allows sperate updates for the language packs. OK. I understood. > BTW: Thanks for your japanese updates this morning. My pleasure. -- Kikutani, Makoto |
From: Gero K. <gok...@us...> - 2003-07-07 06:11:54
|
On Sun, Jul 06, 2003 at 10:22:16AM -0700, Kikutani, Makoto wrote: > While CVS has the following Japanese files, > tutos-php-1.1.20030404.tar.bz2, for example, doesn't include these. > Is there any reason ? Yes. Meanwhile there are a LOT of languages supportet and so there are a LOT of maintainers for the languages. The reality shows that it is not possible to get all languages in sync before a new release . So I decided to keep new languages seperate form the main release which allows sperate updates for the language packs. In the future more languages will become their own package. Maybe I only keep the english with the main release. The language packs are downloadable from <" rel="nofollow">https://sourceforge.net/project/showfiles.php?group_id=8047&release_id=150888> A nice effect is that we see a statistic how the userlanguages are distributed among all TUTOS installations. BTW: Thanks for your japanese updates this morning. Gero |
From: Kikutani, M. <po...@mo...> - 2003-07-06 17:24:15
|
While CVS has the following Japanese files, tutos-php-1.1.20030404.tar.bz2, for example, doesn't include these. Is there any reason ? ./tutos/php/file/ja.p3 ./tutos/php/group/ja.p3 ./tutos/php/installation/ja.p3 ./tutos/php/invoice/ja.p3 ./tutos/php/ldap/ja.p3 ./tutos/php/localization/holiday_ja.pinc ./tutos/php/localization/ja.p3 ./tutos/php/mailbox/ja.p3 ./tutos/php/note/ja.p3 ./tutos/php/resource/ja.p3 ./tutos/php/url/ja.p3 ./tutos/php/watchlist/ja.p3 -- Kikutani, Makoto |