Verschieder Kleinkram, Synchronisation mit aplaws svn.

git-svn-id: https://svn.libreccm.org/ccm/trunk@1437 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2012-01-09 22:48:55 +00:00
parent b63235878c
commit 64325afcdc
14 changed files with 19 additions and 18 deletions

View File

@ -15,7 +15,7 @@
// License along with this library; if not, write to the Free Software // License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// //
// $Id: Forum.pdl 1628 2007-09-17 08:10:40Z chrisg23 $ // $Id: Forum.pdl 2163 2011-06-19 19:45:33Z pboy $
// $DateTime: 2004/08/17 23:26:27 $ // $DateTime: 2004/08/17 23:26:27 $
model com.arsdigita.forum; model com.arsdigita.forum;

View File

@ -65,7 +65,7 @@ import com.arsdigita.web.Application;
* @author chrisg23 * @author chrisg23
* @author Jens Pelzetter (jensp) * @author Jens Pelzetter (jensp)
* @version $Revision: 1.7 $ * @version $Revision: 1.7 $
* @version $Id: Forum.java 1628 2007-09-17 08:10:40Z chrisg23 $ * @version $Id: Forum.java 2261 2012-01-08 17:17:10Z pboy $
*/ */
public class Forum extends Application { public class Forum extends Application {

View File

@ -41,7 +41,7 @@ import org.apache.log4j.Logger;
* *
* @author Justin Ross <jross@redhat.com> * @author Justin Ross <jross@redhat.com>
* @author Chris Gilbert Westsussex Council / Westsussex Learning Grid * @author Chris Gilbert Westsussex Council / Westsussex Learning Grid
* @version $Id: ForumConfig.java 1628 2007-09-17 08:10:40Z chrisg23 $ * @version $Id: ForumConfig.java 2070 2010-01-28 08:47:41Z pboy $
*/ */
public class ForumConfig extends AbstractConfig { public class ForumConfig extends AbstractConfig {

View File

@ -38,7 +38,7 @@ import org.apache.log4j.Logger;
* @author Chris Gilbert (chris.gilbert@westsussex.gov.uk) updated to make use of * @author Chris Gilbert (chris.gilbert@westsussex.gov.uk) updated to make use of
* PageFactory and to enable disablement of client/middleware * PageFactory and to enable disablement of client/middleware
* caching * caching
* @version $Id: ForumServlet.java 1628 2007-09-17 08:10:40Z chrisg23 $ * @version $Id: ForumServlet.java 2213 2011-06-22 20:19:06Z pboy $
*/ */
public class ForumServlet extends BebopApplicationServlet public class ForumServlet extends BebopApplicationServlet
implements Constants { implements Constants {

View File

@ -53,7 +53,7 @@ import com.arsdigita.xml.XML;
* The forum initializer. * The forum initializer.
* *
* @author Justin Ross <jross@redhat.com> * @author Justin Ross <jross@redhat.com>
* @version $Id: Initializer.java 1628 2007-09-17 08:10:40Z chrisg23 $ * @version $Id: Initializer.java 2190 2011-06-20 22:26:12Z pboy $
*/ */
public class Initializer extends CompoundInitializer { public class Initializer extends CompoundInitializer {

View File

@ -46,7 +46,7 @@ import org.apache.log4j.Logger;
* parameters. * parameters.
* *
* @author Justin Ross <jross@redhat.com> * @author Justin Ross <jross@redhat.com>
* @version $Id: Loader.java 1628 2007-09-17 08:10:40Z chrisg23 $ * @version $Id: Loader.java 2261 2012-01-08 17:17:10Z pboy $
*/ */
public class Loader extends PackageLoader { public class Loader extends PackageLoader {

View File

@ -40,7 +40,7 @@ import com.arsdigita.web.URL;
* *
* @author Kevin Scaldeferri (kevin@arsdigita.com) * @author Kevin Scaldeferri (kevin@arsdigita.com)
* @author chrisg23 * @author chrisg23
* @version $Id: Subscription.java 1628 2007-09-17 08:10:40Z chrisg23 $ * @version $Id: Subscription.java 2070 2010-01-28 08:47:41Z pboy $
*/ */
public abstract class Subscription extends BaseSubscription { public abstract class Subscription extends BaseSubscription {

View File

@ -37,7 +37,7 @@ import com.arsdigita.portal.apportlet.AppPortlet;
/** /**
* *
* @version $Id: RecentPostingsPortlet.java 1628 2007-09-17 08:10:40Z chrisg23 $ * @version $Id: RecentPostingsPortlet.java 2137 2011-01-14 09:16:46Z pboy $
*/ */
public class RecentPostingsPortlet extends AppPortlet { public class RecentPostingsPortlet extends AppPortlet {

View File

@ -40,7 +40,7 @@ import java.util.TooManyListenersException;
* @author ron@arsdigita.com * @author ron@arsdigita.com
* @author sarah@arsdigita.com * @author sarah@arsdigita.com
* *
* @version $Id: CategoryWidget.java 1628 2007-09-17 08:10:40Z chrisg23 $ * @version $Id: CategoryWidget.java 2137 2011-01-14 09:16:46Z pboy $
*/ */
public class CategoryWidget extends SingleSelect implements Constants { public class CategoryWidget extends SingleSelect implements Constants {

View File

@ -54,7 +54,7 @@ import com.arsdigita.xml.Element;
* @author Jon Orris (jorris@arsdigita.com) * @author Jon Orris (jorris@arsdigita.com)
* @author rewritten by Chris Gilbert * @author rewritten by Chris Gilbert
* @version $Revision #1 $DateTime: 2004/08/17 23:26:27 $ * @version $Revision #1 $DateTime: 2004/08/17 23:26:27 $
* @version $Id: PostForm.java 1628 2007-09-17 08:10:40Z chrisg23 $ * @version $Id: PostForm.java 2137 2011-01-14 09:16:46Z pboy $
*/ */
public abstract class PostForm extends Wizard implements Constants { public abstract class PostForm extends Wizard implements Constants {

View File

@ -39,7 +39,7 @@ import org.apache.log4j.Logger;
* @author Jon Orris (jorris@arsdigita.com) * @author Jon Orris (jorris@arsdigita.com)
* @author rewritten by Chris Gilbert * @author rewritten by Chris Gilbert
* @version $Revision #1 $DateTime: 2004/08/17 23:26:27 $ * @version $Revision #1 $DateTime: 2004/08/17 23:26:27 $
* @version $Id: ReplyToPostForm.java 1628 2007-09-17 08:10:40Z chrisg23 $ * @version $Id: ReplyToPostForm.java 2070 2010-01-28 08:47:41Z pboy $
*/ */
public class ReplyToPostForm extends PostForm { public class ReplyToPostForm extends PostForm {

View File

@ -33,11 +33,11 @@ import com.arsdigita.tools.junit.framework.BaseTestCase;
* *
* @author Kevin Scaldeferri (kevin@arsdigita.com) * @author Kevin Scaldeferri (kevin@arsdigita.com)
* @author Ron Henderson (ron@arsdigita.com) * @author Ron Henderson (ron@arsdigita.com)
* @version $Id: PostTest.java 1844 2009-03-05 13:25:28Z terry $
*/ */
public class PostTest extends BaseTestCase { public class PostTest extends BaseTestCase {
public static final String versionId = "$Id: PostTest.java 1844 2009-03-05 13:25:28Z terry $ by $Author: terry $, $DateTime: 2004/08/17 23:26:27 $";
protected static final String SUBJECT = "This is the subject"; protected static final String SUBJECT = "This is the subject";
protected static final String BODY = "<p>This is the <b>body</b></p>"; protected static final String BODY = "<p>This is the <b>body</b></p>";

View File

@ -33,13 +33,12 @@ import com.arsdigita.tools.junit.framework.BaseTestCase;
* *
* @author <a href="mailto:manu.nath@devlogics.com">Manu R Nath</a> * @author <a href="mailto:manu.nath@devlogics.com">Manu R Nath</a>
* @version $Revision: #6 $ $Date: 2004/08/17 $ * @version $Revision: #6 $ $Date: 2004/08/17 $
* @version $Id: SubscriptionTest.java 287 2005-02-22 00:29:02Z sskracic $
* @since ACS 4.6.5 * @since ACS 4.6.5
*/ */
public class SubscriptionTest extends BaseTestCase { public class SubscriptionTest extends BaseTestCase {
public static final String versionId = "$Id: SubscriptionTest.java 287 2005-02-22 00:29:02Z sskracic $ by $author$ by $DateTime: 2004/08/17 23:26:27 $";
private ForumSubscription m_subscription; private ForumSubscription m_subscription;
private Forum m_bboard; private Forum m_bboard;

View File

@ -25,10 +25,12 @@ import com.arsdigita.messaging.MessageThread;
import com.arsdigita.tools.junit.framework.BaseTestCase; import com.arsdigita.tools.junit.framework.BaseTestCase;
/**
*
* @version $Id: ThreadSubscriptionTest.java 1844 2009-03-05 13:25:28Z terry $
*/
public class ThreadSubscriptionTest extends BaseTestCase { public class ThreadSubscriptionTest extends BaseTestCase {
public static final String versionId = "$Id: ThreadSubscriptionTest.java 1844 2009-03-05 13:25:28Z terry $ by $Author: terry $, $DateTime: 2004/08/17 23:26:27 $";
private ThreadSubscription m_subscription; private ThreadSubscription m_subscription;
private MessageThread m_thread; private MessageThread m_thread;