![]()
A new version of the Project Tracker has been released today. This version incorporates over a dozen major feature upgrades and enhancements - plus a whole lot of bug fixes as well.
The improvements go something like this:
Head on over to http://projecttracker.riaforge.com for the code!
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Project Tracker v2.0 Released
Mike said: great app! thanks heaps.
found a few bugs in the initial install...
-forgot.cfm - no need to inclu...
[More]
Project Tracker v2.0 Released
Nathan said: Hi Joe
I went to check out the demo site http://ajaxcf.com/project... and it throws an error.
Inval...
[More]
Project Tracker v2.0 Released
Lachie said: Wow thanks for creating a version 2. I have extensively used version 1 for my projects. It works gre...
[More]
Project Tracker v2.0 Released
Steve W said: Joe,
You style sheet is missing because a period was left out of the path.
<link rel="styl...
[More]
Project Tracker v2.0 Released
Mark Mandel said: Joe,
Great work! I can't wait to have a play!
Btw, your CSS isn't rendering on your post view pag...
[More]
Great work! I can't wait to have a play!
Btw, your CSS isn't rendering on your post view pages... it's all very naked ;o) Figured I would let you know.
Keep up the good work!
You style sheet is missing because a period was left out of the path.
<link rel="stylesheet" href="./includes/blogstyle.css" type="text/css" />
Anyway, I am having some real issues upgrading. Is there any documentation for upgrading. All I found was the readme file and followed these directions. Also in the install directory I found the sql_upgarade file. Which I executed for the database.
I am getting too many errors to mention.
Is there a couple of step process that I could follow for this.
Thanks so much!!
I went to check out the demo site http://ajaxcf.com/project/ and it throws an error.
Invalid token '6' found on line 193 at column 15.
The error occurred in /vservers/ajaxcfco/htdocs/project/includes/udf.cfm: line 193
191 : var delta = dateDiff("s", pastDate, now());
192 :
193 : if(delta < 60) {
Could it be that you developed it using CF8 and are now hosting it on CF7? If so, I think the issue is the less than symbol (<) in your cfscript.
I've been chasing a good CF based open source project tracker, so I'm eager to check it out!
Cheers
found a few bugs in the initial install...
-forgot.cfm - no need to include the isEmail script as this is included in the udf.cfm
-notify.cfc - line 151 you have used qFile and it does not exist - occurs a few more times in this template
-project.cfm - have used <cfqueryparam value="#CreateODBCDate(DateAdd("d",i,Now()))#" cfsqltype="CF_SQL_TIMESTAMP" /> in your milestone queries as it would throw a query of queries error in cfmx6.1 (not sure what happens in versions above)