• user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY n.created DESC limit 5' at line 5 query: SELECT distinct n.nid, n.created, n.title, l.comment_count as totalcount FROM node n INNER JOIN node_comment_statistics l ON n.nid = l.nid ,term_node tn,term_data td WHERE n.nid =tn.nid and tn.tid = td.tid and n.type = 'forum' AND n.status = 1 and td.tid ) ORDER BY n.created DESC limit 5 in /var/www/clarizen-final51/sec/includes/database.mysql.inc on line 172.
  • user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY totalcount DESC limit 5' at line 5 query: SELECT distinct n.nid, n.title, l.comment_count as totalcount FROM node n INNER JOIN node_comment_statistics l ON n.nid = l.nid ,term_node tn,term_data td WHERE n.nid =tn.nid and tn.tid = td.tid and n.type = 'forum' AND n.status = 1 and td.tid ) ORDER BY totalcount DESC limit 5 in /var/www/clarizen-final51/sec/includes/database.mysql.inc on line 172.
  • user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY v.value DESC limit 5' at line 5 query: SELECT distinct n.nid, n.title, l.comment_count ,v.value FROM node n INNER JOIN node_comment_statistics l ON n.nid = l.nid INNER JOIN votingapi_cache v ON n.nid = v.content_id ,term_node tn,term_data td WHERE n.nid =tn.nid and tn.tid = td.tid and v.function='count' and n.type = 'forum' AND n.status = 1 and td.tid ) ORDER BY v.value DESC limit 5 in /var/www/clarizen-final51/sec/includes/database.mysql.inc on line 172.

Collaboration tools



April 20th, 2007
0 Comments
-41
points


Allowing organizations to share parts of their project data in a secure manner allows them to jointly plan and manage projects while keeping security and privacy.

For example: Software vendor <A> may have a milestone MS1 within project P1 that he would like some contractor <B> to manage for him. <A> does not wish to share all the details of project P1 with <B>, while <B> does not wish to share all the details of the plan he prepares and executes in order to deliver MS1 on time. Both project plans, of P1 and MS1, are in sync allowig both parties to work concurrently while maintaining their security and privacy.



April 20th, 2007
0 Comments
-15
points


Tagging allows users to create their own vocabulary and view how other people tagged objects in the system.

For example - a user may tag some milestone as 'design' and 'risky' tags. This will allow this user to later on search for all the objects he had tagged as 'design' or 'risky' - tasks, milestones, projects, etc. 






April 20th, 2007
0 Comments
-74
points


Rating allows users to create knowledge about the quality and relevancy of objects in the system and  can be used in a large variety of ways.

For example: templates can be rated to reflect whether they assist project managers in creating better project plans.

Another example that may require additional security and authorization mechanisms is to allow manager to rate the performance of users in their team or of suppliers they work with.