[Rapforums-developer] src/source/edu/fullcoll/uportal/channels/rap/forum/commands AboutModeCommand.j
Status: Beta
Brought to you by:
brippe
|
From: <br...@us...> - 2003-09-25 22:57:13
|
Update of /cvsroot/rapforums/src/source/edu/fullcoll/uportal/channels/rap/forum/commands
In directory sc8-pr-cvs1:/tmp/cvs-serv17361/source/edu/fullcoll/uportal/channels/rap/forum/commands
Modified Files:
AboutModeCommand.java AdminModeCommand.java
ForumModeCommand.java IForumCommand.java MainModeCommand.java
PostModeCommand.java SearchModeCommand.java
ThreadModeCommand.java
Log Message:
no message
Index: AboutModeCommand.java
===================================================================
RCS file: /cvsroot/rapforums/src/source/edu/fullcoll/uportal/channels/rap/forum/commands/AboutModeCommand.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** AboutModeCommand.java 17 Sep 2003 19:54:00 -0000 1.1.1.1
--- AboutModeCommand.java 25 Sep 2003 22:57:07 -0000 1.2
***************
*** 30,35 ****
/**
- * AboutModeCommand
- *
* This class provides the display for the about screen.
*
--- 30,33 ----
***************
*** 37,41 ****
*
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...)
! * @version 0.3 $Revision
*/
public class AboutModeCommand implements IForumCommand {
--- 35,39 ----
*
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...)
! * @version 0.8.2 $Revision
*/
public class AboutModeCommand implements IForumCommand {
Index: AdminModeCommand.java
===================================================================
RCS file: /cvsroot/rapforums/src/source/edu/fullcoll/uportal/channels/rap/forum/commands/AdminModeCommand.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** AdminModeCommand.java 17 Sep 2003 19:54:00 -0000 1.1.1.1
--- AdminModeCommand.java 25 Sep 2003 22:57:07 -0000 1.2
***************
*** 46,53 ****
/**
- * AdminModeCommand
* This class provides the administration functionality.
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...)
! * @version 0.3 $Revision 02/05/2003 - Brad Rippe
*/
public class AdminModeCommand implements IForumCommand {
--- 46,54 ----
/**
* This class provides the administration functionality.
+ *
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...)
! * @version 0.8.2 $Revision %G%
! * 02/05/2003 - Brad Rippe
*/
public class AdminModeCommand implements IForumCommand {
Index: ForumModeCommand.java
===================================================================
RCS file: /cvsroot/rapforums/src/source/edu/fullcoll/uportal/channels/rap/forum/commands/ForumModeCommand.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ForumModeCommand.java 17 Sep 2003 19:54:00 -0000 1.1.1.1
--- ForumModeCommand.java 25 Sep 2003 22:57:07 -0000 1.2
***************
*** 38,47 ****
/**
- * ForumModeCommand
- *
* This class provides the forum display for rap forums.
*
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...)
! * @version 0.3 $Revision
*/
public class ForumModeCommand implements IForumCommand {
--- 38,45 ----
/**
* This class provides the forum display for rap forums.
*
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...)
! * @version 0.8.2 $Revision %G%
*/
public class ForumModeCommand implements IForumCommand {
Index: IForumCommand.java
===================================================================
RCS file: /cvsroot/rapforums/src/source/edu/fullcoll/uportal/channels/rap/forum/commands/IForumCommand.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** IForumCommand.java 17 Sep 2003 19:54:00 -0000 1.1.1.1
--- IForumCommand.java 25 Sep 2003 22:57:07 -0000 1.2
***************
*** 31,41 ****
/**
- * IForumModeCommand
- *
* This is the interface used rendering different displays for RAP Forums.
* Different displays are About, Creating Forums, Viewing Forums, Viewing Threads, etc.
*
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...)
! * @version 0.3 $Revision %G%
*/
public interface IForumCommand {
--- 31,39 ----
/**
* This is the interface used rendering different displays for RAP Forums.
* Different displays are About, Creating Forums, Viewing Forums, Viewing Threads, etc.
*
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...)
! * @version 0.8.2 $Revision %G%
*/
public interface IForumCommand {
Index: MainModeCommand.java
===================================================================
RCS file: /cvsroot/rapforums/src/source/edu/fullcoll/uportal/channels/rap/forum/commands/MainModeCommand.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** MainModeCommand.java 17 Sep 2003 19:54:01 -0000 1.1.1.1
--- MainModeCommand.java 25 Sep 2003 22:57:07 -0000 1.2
***************
*** 38,48 ****
/**
- * MainModeCommand
- *
* This class provides the rendering method for the main rap forum page.
* This simply renders a display of all the forums available.
*
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...), Tung Lai Thanh (lt...@ya...)
! * @version 0.8 $Revision 5/5/2003
*/
public class MainModeCommand implements IForumCommand {
--- 38,47 ----
/**
* This class provides the rendering method for the main rap forum page.
* This simply renders a display of all the forums available.
*
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...), Tung Lai Thanh (lt...@ya...)
! * @version 0.8.2 $Revision %G%
! * 5/5/2003
*/
public class MainModeCommand implements IForumCommand {
Index: PostModeCommand.java
===================================================================
RCS file: /cvsroot/rapforums/src/source/edu/fullcoll/uportal/channels/rap/forum/commands/PostModeCommand.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** PostModeCommand.java 17 Sep 2003 19:54:01 -0000 1.1.1.1
--- PostModeCommand.java 25 Sep 2003 22:57:07 -0000 1.2
***************
*** 43,53 ****
/**
- * PostModeCommand
- *
* This class provides the post functionality for rap forums.
* This is the process that allows users to post messages to rap forums.
*
* @author Chris Pereda (cp...@fu...)
! * @version 0.3 $Revision
*/
public class PostModeCommand implements IForumCommand {
--- 43,51 ----
/**
* This class provides the post functionality for rap forums.
* This is the process that allows users to post messages to rap forums.
*
* @author Chris Pereda (cp...@fu...)
! * @version 0.8.2 $Revision %G%
*/
public class PostModeCommand implements IForumCommand {
Index: SearchModeCommand.java
===================================================================
RCS file: /cvsroot/rapforums/src/source/edu/fullcoll/uportal/channels/rap/forum/commands/SearchModeCommand.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** SearchModeCommand.java 17 Sep 2003 19:54:01 -0000 1.1.1.1
--- SearchModeCommand.java 25 Sep 2003 22:57:07 -0000 1.2
***************
*** 38,47 ****
/**
- * SearchModeCommand
- *
* This class provides the search funcitionality for the forums.
*
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...)
! * @version 0.3 $Revision %G%
*/
public class SearchModeCommand implements IForumCommand {
--- 38,45 ----
/**
* This class provides the search funcitionality for the forums.
*
* @author Brad Rippe (br...@fu...), Chris Pereda (cp...@fu...)
! * @version 0.8.2 $Revision %G%
*/
public class SearchModeCommand implements IForumCommand {
Index: ThreadModeCommand.java
===================================================================
RCS file: /cvsroot/rapforums/src/source/edu/fullcoll/uportal/channels/rap/forum/commands/ThreadModeCommand.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ThreadModeCommand.java 17 Sep 2003 19:54:01 -0000 1.1.1.1
--- ThreadModeCommand.java 25 Sep 2003 22:57:07 -0000 1.2
***************
*** 41,51 ****
/**
- * ThreadModeCommand
- *
* This class provides the rendering method for threads in rap forum.
* This simply renders a display of threads.
*
* @author Chris Pereda (cp...@fu...)
! * @version 0.3 $Revision 02/03/2003
*/
public class ThreadModeCommand implements IForumCommand {
--- 41,50 ----
/**
* This class provides the rendering method for threads in rap forum.
* This simply renders a display of threads.
*
* @author Chris Pereda (cp...@fu...)
! * @version 0.8.2 $Revision %G%
! * 02/03/2003
*/
public class ThreadModeCommand implements IForumCommand {
|