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) |
2
|
3
|
4
(1) |
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
(1) |
16
|
17
|
18
(1) |
19
|
20
|
21
|
22
|
23
|
24
|
25
(1) |
26
|
27
(1) |
28
|
29
|
30
|
31
|
|
|
|
|
|
|
From: <gok...@us...> - 2002-03-27 12:10:32
|
Project: TUTOS (tutos) Package: php Date : 2002-03-27 12:40 Project "TUTOS" ('tutos') has released the new version of package 'php'. = You can download it from SourceForge by following this link: <http://sourceforge.net/project/showfiles.php?group_id=3D8047&release_id=3D= 81658> or browse Release Notes and ChangeLog by visiting this link: <=20" rel="nofollow">http://sourceforge.net/project/shownotes.php?release_id=3D81658>=20 You receive this email because you requested to be notified when new vers= ions of this package were released. If you don't wish to be notified in the fu= ture, please login to SourceForge and click this link: <http://sourceforge.net/project/filemodule_monitor.php?filemodule_id=3D10= 073> If you lost your SourceForge login name or password, refer to this docume= nt: <" rel="nofollow">http://sourceforge.net/docman/display_doc.php?docid=3D760&group_id=3D1> Note that you may receive this message indirectly via one of your mailing= list subscriptions. Please review message headers before reporting unsolicited mailings. |
From: <Ger...@t-...> - 2002-03-25 21:40:50
|
Hi, you can find the first (not too bad) results of the machine generated API= -DOC=20 for TUTOS here: http://www.tutos.org/homepage/apidoc/index2.html This stuff was generated by PHPDoc (http://www.phpdoc.de/index.html) ------------------ Some words on the last changes in CVS. The feature handling was extended and allows now the finetuning (per user= ) of=20 the different features. for example: A user may now have the right to see bugs but not to create = new=20 ones or search in the database. It is still necessary to have the usual per object permission to=20 see/modify/delete something. Currently these Rights where defined (but not used everywhere) regards Gero --=20 Gero Kohnert email: ge...@ma... 91058 Erlangen Ger...@t-... Germany ICQ: #124267092 http://www.tutos.org |
From: Ron M. <rm...@en...> - 2002-03-18 18:55:37
|
There has been a lot of changes to the tutos_dbs table, but there's no documentation regarding this. I would like beta the new development version with existing data. Where is there a place detailing all major database changes? The Changelog doesn't include any changes to the database. Also, something interesting. When viewing the global bug list, and you select "Printable Version", a button appears on the screen with the words, 'Override' in it. The button appears to do nothing, and I would like to get rid of it. I've searched, but I'm unable to find anything in the code regarding this. A little strange... Thanks! Ron McKown rm...@en... On Fri, 2002-03-15 at 11:30, Gero Kohnert wrote: > Hi List, > > > all of you who are reading here are invited to test the latest stuff. > > I'm away for a week now and would be happy if there are someone would > test the latest state of development. > > You can find a release either in CVS or at > http://demo.tutos.org/tutos/tutos-php-20020315.tar.bz2 > http://demo.tutos.org/tutos/tutos-php-20020315.tar.gz > > If you like to update from a (hopefuly backuped) older version > you should simply call > > http://....../tutos/php/update.php?id=NUMBER > > where NUMBER is the config.pinc id of your Database > > What"s new since the last release > > * some massupdate stuff in the overview pages > * better sync between differnet databases > * invoices (via product detail page) > * update mechanism (update.php uses table.pinc) > (fixes all DB changes between releases) > * Oracle OCI8 support > * better Interbase support > * a common base object for all TUTOS objects (base.pinc) > * a lot of fixes > > *** Still missing docu. If you want it --- MAKE IT > > Please give this Testrelease a try (HARD) and give me all neccessay feedback. > > I plan to make a release a soon as I"m back from skiing ( 24/25 March) > > > regards > > Gero > > _______________________________________________ > TUTOS-devel mailing list > TUT...@li... > https://lists.sourceforge.net/lists/listinfo/tutos-devel |
From: Gero K. <gok...@us...> - 2002-03-15 19:39:22
|
Hi List, all of you who are reading here are invited to test the latest stuff. I'm away for a week now and would be happy if there are someone would test the latest state of development. You can find a release either in CVS or at=20 http://demo.tutos.org/tutos/tutos-php-20020315.tar.bz2 http://demo.tutos.org/tutos/tutos-php-20020315.tar.gz If you like to update from a (hopefuly backuped) older version you should simply call=20 http://....../tutos/php/update.php?id=3DNUMBER where NUMBER is the config.pinc id of your Database What"s new since the last release * some massupdate stuff in the overview pages * better sync between differnet databases * invoices (via product detail page) * update mechanism (update.php uses table.pinc)=20 (fixes all DB changes between releases) * Oracle OCI8 support * better Interbase support * a common base object for all TUTOS objects (base.pinc) * a lot of fixes *** Still missing docu. If you want it --- MAKE IT Please give this Testrelease a try (HARD) and give me all neccessay feedb= ack.=20 I plan to make a release a soon as I"m back from skiing ( 24/25 March) regards=20 Gero |
From: Jeroen B. <je...@i2...> - 2002-03-04 22:01:38
|
Hi, My first big contribution has just arrived. I have submitted a sales forecast report program with graph (using jpgraph). Since this is my first real program to add to a project I have some questions: -I gather that some of you will try it out and notify me of possible bugs. -There are some additions to the language files needed. Am I supposed to add the new entries to all langiage files so others can translate them or do other people manage this part? thank you for your patience. 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-03-01 06:43:33
|
On Friday 01 March 2002 01:25, you wrote: > hello again, > > en.p3:$lang['ProdClasses2'][1] =3D "North Region"; > en.p3:$lang['ProdClasses2'][2] =3D "South Region"; > > this regional division is rather artificial in my > country, can i adapt it? in other words: is there > obligation to keep translation identical to english > version? The standard (deliverd in the releases) shoud be identical. Only that way= a=20 switch makes sense and is correct, All "personal" changes should go to the lang_custom.p3 files and should u= se=20 "higher" indices in order to not conflict with possible future updates of= =20 TUTOS. bye Gero |
From: --s+ <se...@me...> - 2002-03-01 00:25:55
|
hello again, en.p3:$lang['ProdClasses2'][1] = "North Region"; en.p3:$lang['ProdClasses2'][2] = "South Region"; this regional division is rather artificial in my country, can i adapt it? in other words: is there obligation to keep translation identical to english version? -- 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 |