coursework-help Mailing List for CourseWork (Page 2)
Brought to you by:
ianeboston,
john765367
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(19) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(2) |
Feb
|
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
From: Ian B. <ie...@tf...> - 2003-10-04 13:41:29
|
The Lets Talk software is a Cocoon application that is mounted under the discuss directory. You must have a Cocoon servlet mapped in web.xml and the sitemap.xmap configured correctly. From memory the 2.1 release and 2.5 RC1 releases both have discussion built in, just activate the tool when using a course. If you want to use a 3rd party discussion server like panfora, you will need to change the Discussion tool class to use that instead. It might be worth a check in 2.5 to make certain that the integration was done and that we didnt just leave it out (by mistake). Remember that the 2.5 port was a port from the Oracle version and not an upgrade from the 2.1 on postgres release. Ian Sam Ottenhoff wrote: > Hi all, > > Quick question about discussion software integrated into Coursework.... > > I can't find any reference to Lets-Talk in the Coursework CVS or in the > RC1 tarball. Am I missing something? Do I need to integrate the > lets-talk source into the Coursework source and adjust the builds > accordingly? The only references to discussion board software I see in > 2.5 are to linking to third-party discussion boards. > > Thanks, > Sam > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Coursework-help mailing list > Cou...@li... > https://lists.sourceforge.net/lists/listinfo/coursework-help > |
From: <ie...@tf...> - 2003-10-03 19:10:04
|
Sam, Thanks for the patch, yes we will commit to CVS and check 2.5 to see if the bug exists there as well. Ian Quoting Sam Ottenhoff <sa...@lo...>: > I was receiving this error in my logs when trying to view announcments > for a class: > > AnnouncementController.java: SQL Exception: Parameter index out of range. > > Looks like the prepared statements setInts were off. Here is my diff to > fix: > > 105,106c105,106 > < stmt.setInt(3, nexusID); > < stmt.setInt(4, personID); > --- > > // stmt.setInt(3, nexusID); > > stmt.setInt(3, personID); > > I will also post in sourceforge bug tracker. Does someone with > developer access commit the bug fixes in the bug tracking system to CVS? > > Sam > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Coursework-help mailing list > Cou...@li... > https://lists.sourceforge.net/lists/listinfo/coursework-help > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
From: Sam O. <sa...@lo...> - 2003-10-03 18:27:24
|
I was receiving this error in my logs when trying to view announcments for a class: AnnouncementController.java: SQL Exception: Parameter index out of range. Looks like the prepared statements setInts were off. Here is my diff to fix: 105,106c105,106 < stmt.setInt(3, nexusID); < stmt.setInt(4, personID); --- > // stmt.setInt(3, nexusID); > stmt.setInt(3, personID); I will also post in sourceforge bug tracker. Does someone with developer access commit the bug fixes in the bug tracking system to CVS? Sam |
From: Sam O. <sa...@lo...> - 2003-10-03 16:13:17
|
Hi all, Quick question about discussion software integrated into Coursework.... I can't find any reference to Lets-Talk in the Coursework CVS or in the RC1 tarball. Am I missing something? Do I need to integrate the lets-talk source into the Coursework source and adjust the builds accordingly? The only references to discussion board software I see in 2.5 are to linking to third-party discussion boards. Thanks, Sam |
From: Sam O. <sa...@lo...> - 2003-10-02 21:19:08
|
I just joined the list, but I haven't seen a response to the question about problems importing the tables on a recent (7.3) version of Postgres. Recent versions of Postgres have deprecated the column type 'datetime' in favor of the more standard 'timestamp'. ---------Quote from http://www.postgresql.org/docs/6.3/interactive/c0804.htm---- In future releases, the number of date/time types will decrease, with the current implementation of datetime becoming timestamp, timespan becoming interval, and (possibly) abstime and reltime being deprecated in favor of timestamp and interval. The more arcane features of the date/time definitions from the SQL92 standard are not likely to be pursued. ------------------------------------------------------------------------------------ If you are on a *nix system, here is an easy command to change all references of 'datetime' to 'timestamp': find ./ -name \*sql |xargs perl -pi -e 's/datetime/timestamp/g' Do older version of Postgres also support the timestamp column type? Would there be any harm in changing the SQL files in CVS to comply with new versions of Postgres? Would we be losing backward-compatability? Sam |
From: Ka W. Y. <kwy@u.washington.edu> - 2003-09-30 19:10:17
|
http://sourceforge.net/forum/forum.php?thread_id=944999&forum_id=301914 I have posted a message on the forums about my problem. Please review and any help would be much appreciated. Thanks! ------------------------------------ Ka Wang Yee Earth and Space Science University of Washington kwy@u.washington.edu (425) 829-8964 http://students.washington.edu/~kwy/ ------------------------------------ |
From: Ian B. <ie...@tf...> - 2003-09-24 09:39:05
|
List test |