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
(1) |
4
(1) |
5
|
6
|
7
|
8
|
9
|
10
(1) |
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
(2) |
20
|
21
|
22
(2) |
23
|
24
|
25
|
26
|
27
|
28
(1) |
|
|
From: --s+ <se...@me...> - 2002-02-28 23:58:29
|
gero, could you please change diff format sent to commits list into 'unified' - much more readable? thanks - sergiusz -- http://ibiblio.org/ser/ | http://it-zone.org/ ________________________________________________________ linuxdoc.org|gnu.org|hyperreal.pl|pld.org.pl|it-zone.org "The moon is made of green cheese." -- John Heywood |
From: Ron M. <rm...@en...> - 2002-02-22 02:44:07
|
disregard this. i just needed to spend more time looking things over. On Thu, 2002-02-21 at 17:57, Ron McKown wrote: > hey everyone, > i've done a few projects in php, but have never worked with a php > application with a framework quite like this one. > > i'm trying to do a simple thing, and i could easily hack out a solution, > but i want to stick with the framework design and keep it clean. > > basically, in the task_overview, i want a column showing the worker that > has been assigned the task. the function that handles each task row is > printRow, found in task.pinc. > i'm not looking for someone to solve my problem. i'd rather someone > shove me into a direction so i can do it myself. > > any ideas how to proceed? > > Ron McKown > rm...@en... > > > > _______________________________________________ > TUTOS-devel mailing list > TUT...@li... > https://lists.sourceforge.net/lists/listinfo/tutos-devel |
From: Ron M. <rm...@en...> - 2002-02-22 01:57:28
|
hey everyone, i've done a few projects in php, but have never worked with a php application with a framework quite like this one. i'm trying to do a simple thing, and i could easily hack out a solution, but i want to stick with the framework design and keep it clean. basically, in the task_overview, i want a column showing the worker that has been assigned the task. the function that handles each task row is printRow, found in task.pinc. i'm not looking for someone to solve my problem. i'd rather someone shove me into a direction so i can do it myself. any ideas how to proceed? Ron McKown rm...@en... |
From: Jeroen B. <je...@i2...> - 2002-02-19 18:35:19
|
Op dinsdag 19 februari 2002 19:06, schreef Gero Kohnert: > On Monday 11 February 2002 00:35, you wrote: > > hello gero, > > what do you think about extending company info of: > > I think I'll add this to the location table. This will allow different > accounts for different subsidiaries of a company and also enable the > feature for departments. > > > - bank account number and bank information > > - number of tax identification > > what format / fields will be usefull here ? > > I think about something like this: > > array( column => "acc_info1", type => "varchar(60)", constraints => > "", Desc => "bank account info line 1"), > array( column => "acc_info2", type => "varchar(60)", constraints => > "", Desc => "bank account info line 2"), > array( column => "acc_nr", type => "varchar(60)", constraints => > "", Desc => "bank account info nr") > > BTW: this is part of the common DB layout description in the next release. Great solution for the financial info, but what about other stuff (as I mentioned before) like the chamber of commerce info, no of personel, VAT numbers and what not? kind regards, p.s. I've just build a tool to scan a CD-rom, add all files with size and type info ('file' command) to a database. 3 tables. One with producers (Red Hat, SuSE, etc), One with cd info like title, version, etc, and one with file info. the program to scan the cd is a bash script. Is this something that is usefull to include in TUTOS? kind regards, -- Jeroen Baten | EMAIL : JE...@I2... ____ _ __ | web : www.i2rs.nl | )|_)(_ | tel : +31 (0)30 221 00 11 _|_/_| \__) | fax : +31 (0)30 220 31 91 Kometenlaan 26, 3721 JT, Bilthoven |
From: Gero K. <gok...@us...> - 2002-02-19 18:06:31
|
On Monday 11 February 2002 00:35, you wrote: > hello gero, > what do you think about extending company info of: I think I'll add this to the location table. This will allow different accounts for different subsidiaries of a company and also enable the feature for departments. > > - bank account number and bank information > - number of tax identification what format / fields will be usefull here ? I think about something like this: array( column => "acc_info1", type => "varchar(60)", constraints => "", Desc => "bank account info line 1"), array( column => "acc_info2", type => "varchar(60)", constraints => "", Desc => "bank account info line 2"), array( column => "acc_nr", type => "varchar(60)", constraints => "", Desc => "bank account info nr") BTW: this is part of the common DB layout description in the next release. Gero |
From: --s+ <se...@me...> - 2002-02-10 23:35:56
|
hello gero, what do you think about extending company info of: - bank account number and bank information - number of tax identification ? -- http://ibiblio.org/ser/ | http://it-zone.org/ ________________________________________________________ linuxdoc.org|gnu.org|hyperreal.pl|pld.org.pl|it-zone.org "The moon is made of green cheese." -- John Heywood |
From: <Ger...@t-...> - 2002-02-04 10:16:28
|
On Sun, Feb 03, 2002 at 12:40:53PM +0100, --s+ wrote: > hello, > 2) there are problems with polish characters in current tutos, > (thanks for Micha? Kala?ski for reporting it) - please look > at output of bottom code live at https://it-zone.org/tmp/test.php : > [PHP 4.0.6] I've already heard about these problems and have centralized all htmlentities calls in a own function myentities. Inside this function we will be able to make some characterset specific stuff. Another reason for that step is that I need some control what kind of HTML is allowed in user entered text and what not. Some guys have started to enter Javascript in the description fields on the demo side and I want to allow things like <B>BLA</B> in the descriptions but no scripting and no links. Please wait some days and you will have this myentities function and some more changes available on CVS. Gero |
From: --s+ <se...@me...> - 2002-02-03 11:41:01
|
hello, 1) maybe we want to integrate http://sourceforge.net/projects/drawboard/ in tutos? 2) there are problems with polish characters in current tutos, (thanks for Michał Kalański for reporting it) - please look at output of bottom code live at https://it-zone.org/tmp/test.php : [PHP 4.0.6] <HTML> <HEAD> <META http-equiv="Content-Type" CONTENT="text/html; charset=iso-8859-2"> </HEAD> <?php $a="??꿼ćółńˇ|ĘŻ?ĆÓŁŃ";// polish characters in iso-8859-2 echo "1st way - OK - wthout anything - ".$a."<br>"; echo "2nd way - BAD - with htmlentities without charset - ".htmlentities($a).'<br>'; echo "3td way - OK - with htmlspecialchars without charset - ".htmlspecialchars($a)."<br>"; ?> </html> so - i think tutos should use htmlspecialchars instead of htmlentities. what do you think about it? -- http://ibiblio.org/ser/ | http://it-zone.org/ _____________________________________________________________________ linuxdoc.org|gnu.org|hyperreal.pl|pld.org.pl|maxweber.net|it-zone.org "The moon is made of green cheese." -- John Heywood |