 |
TUTOS - Development branch
|
Section: Unix |
|
|
|
| Added: Wed, Aug 23rd 2000 11:26 UTC (7 years, 11 months ago) |
Updated: Sat, Mar 17th 2007 02:12 UTC (1 year, 4 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
Tar/GZ:
https://sourceforge.net/[..]iles.php?group_id=8047&package_id=115188
Tar/BZ2:
https://sourceforge.net/[..]iles.php?group_id=8047&package_id=115188
Zip:
https://sourceforge.net/[..]iles.php?group_id=8047&package_id=115188
CVS tree (cvsweb):
http://tutos.cvs.sourceforge.net/tutos/
Bug tracker:
https://sourceforge.net/tracker/?group_id=8047&atid=108047
Demo site:
http://development.tutos.org
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.10/10.00
(Rank 365)
» Vitality: 0.02% (Rank 1956)
» Popularity: 11.19% (Rank 178)

(click to enlarge graphs)
Record hits: 126,803
URL hits: 104,263
Subscribers: 205
|
|
Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.3beta.20050904
|
Major feature enhancements |
05-Sep-2005 16:25 |
|
1.1 beta
|
Major feature enhancements |
07-Feb-2003 09:24 |
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]
|
|
 |