 |
TUTOS - Default branch
|
Section: Unix |
|
|
|
| Added: Wed, Aug 23rd 2000 11:26 PDT (7 years, 8 months ago) |
Updated: Sat, Mar 17th 2007 02:12 PDT (1 year, 2 months ago) |
|
|
About:
TUTOS (The Ultimate Team Organization Software) is
a groupware, ERP (Enterprise Resource Planing),
CRM (Customer Relationship Management), and PLM
(Project Lifecycle Management) suite that helps
small to medium teams manage various things in one
place. Its features include personal and group
calendars, an address book, product and project
management, bug tracking, installation management,
a task list, notes, files, mailboxes, and useful
links between all of the above.
Author:
Gero Kohnert [contact developer]
Homepage:
http://www.tutos.org/homepage/index.html
Tar/GZ:
http://sourceforge.net/project/showfiles.php?group_id=8047
Tar/BZ2:
http://sourceforge.net/project/showfiles.php?group_id=8047
Zip:
http://sourceforge.net/project/showfiles.php?group_id=8047
CVS tree (cvsweb):
http://tutos.cvs.sourceforge.net/tutos/?only_with_tag=BRANCH-1-2
Demo site:
http://demo.tutos.de/php/mytutos.php
Trove categories:
[change]
Dependencies:
[change]
PHP (required)
[download links]
|
|
» Rating:
8.10/10.00
(Rank 362)
» Vitality: 0.03% (Rank 1898)
» Popularity: 11.20% (Rank 177)

(click to enlarge graphs)
Record hits: 125,041
URL hits: 103,391
Subscribers: 206
|
|
Branches
Articles referencing this project
Comments
[»]
Database support -- go with postgres
by epte - Jul 13th 2006 13:21:56
After having had difficulty installing tutos with mysql, I looked at the
code and found that the SQL is postgres-oriented. The same SQL is used
for all the different database engines, and the project as a whole is
starting to have difficulties keeping up with the differences, it
seems.
A couple of examples are in order:
1) I tried to introduce backticks around field names. Since there is no
one place where the SQL is generated, I would have to modify all the field
names throughout the project. This is now a necessity for getting MySQL to
work, because of the introduction of the repeat keyword in MySQL 4 and
5.
2) There is a "SELECT DISTINCT ON (alias) tablename" type of
query in the bugtracking module. This is not valid mysql SQL. Again,
this application seems to have been written for postgres with the hopes
that it would just work for other DBs.
These issues lost my confidence in this project. My recommendation is
that if you do install this project, use postgres.
[reply]
[top]
|
|
 |