[jboss-cvs] jboss-seam/examples/wiki/src/etc ...

Christian Bauer christian at hibernate.org
Sun Oct 14 07:06:43 EDT 2007


  User: cbauer  
  Date: 07/10/14 07:06:43

  Modified:    examples/wiki/src/etc  import-dev.sql
  Log:
  Added [<=endTeaser] macro, JBSEAM-2102
  
  Revision  Changes    Path
  1.48      +2 -2      jboss-seam/examples/wiki/src/etc/import-dev.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import-dev.sql
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/import-dev.sql,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- import-dev.sql	1 Oct 2007 19:08:07 -0000	1.47
  +++ import-dev.sql	14 Oct 2007 11:06:42 -0000	1.48
  @@ -171,10 +171,10 @@
   insert into NODE_DOCUMENT (DOCUMENT_ID, CONTENT, NAME_AS_TITLE, ENABLE_COMMENTS, ENABLE_COMMENT_FORM, PLUGINS_USED) values (22, 'This is a regular blog entry with some text that we need to fill up the layout. Lets just repeat it a few times: This is a regular blog entry with some text that we need to fill up the layout.This is a regular blog entry with some text that we need to fill up the layout.@@LF@@@@LF@@This is a blog entry with a picture:@@LF@@@@LF@@[=>Another Area|The Moon]@@LF@@@@LF@@And some more text.@@LF@@@@LF@@[<=showTags]', true, true, true, 'showTags')
   
   -- And some feed entries for these entris
  -insert into FEEDENTRY (FEEDENTRY_ID, OBJ_VERSION, LINK, TITLE, AUTHOR, PUBLISHED_ON, UPDATED_ON, DESCRIPTION_TYPE, DESCRIPTION_VALUE, DOCUMENT_ID) values (1, 0, 'http://www.lacewiki.org/wiki/21.lace', 'Entry Six', 'Regular Member', '2007-04-09 12:45:00', '2007-04-09 12:45:00', 'html', '<p>Blog Entry Nr.6</p>', 21)
  +insert into FEEDENTRY (FEEDENTRY_ID, OBJ_VERSION, LINK, TITLE, AUTHOR, PUBLISHED_ON, UPDATED_ON, DESCRIPTION_TYPE, DESCRIPTION_VALUE, DOCUMENT_ID) values (1, 0, 'http://www.lacewiki.org/wiki/21.lace', 'Entry Six', 'Regular Member', '2007-04-09 12:45:00', '2007-04-09 12:45:00', 'html', '<p>Blog Entry Nr.6 and a teaser that is not cut manually but automatically after a certain length. Because we strip HTML in the feedTeasers plugin, that can look funny if it is cut in the middle of a list or even in the middle of a word.</p>', 21)
   insert into FEED_FEEDENTRY (FEEDENTRY_ID, FEED_ID) values (1, 1)
   insert into FEED_FEEDENTRY (FEEDENTRY_ID, FEED_ID) values (1, 2)
  -insert into FEEDENTRY (FEEDENTRY_ID, OBJ_VERSION, LINK, TITLE, AUTHOR, PUBLISHED_ON, UPDATED_ON, DESCRIPTION_TYPE, DESCRIPTION_VALUE, DOCUMENT_ID) values (2, 0, 'http://www.lacewiki.org/wiki/22.lace', 'This is Blog Entry Seven', 'Regular Member', '2007-04-09 13:45:00', '2007-04-09 13:45:00', 'html', '<p>This is a regular blog entry with some text that we need to fill up the layout. Lets just repeat it a few times: This is a regular blog entry with some text that we need to fill up the layout. This is a regular blog entry with some text that we need to fill up the layout.</p><p>@@LF@@@@LF@@This is a blog entry with a picture:</p>@@LF@@@@LF@@<p>[Embedded Image]</p></p>', 22)
  +insert into FEEDENTRY (FEEDENTRY_ID, OBJ_VERSION, LINK, TITLE, AUTHOR, PUBLISHED_ON, UPDATED_ON, DESCRIPTION_TYPE, DESCRIPTION_VALUE, DOCUMENT_ID) values (2, 0, 'http://www.lacewiki.org/wiki/22.lace', 'This is Blog Entry Seven', 'Regular Member', '2007-04-09 13:45:00', '2007-04-09 13:45:00', 'html', '<p>This is a regular blog entry with some text that we need to fill up the layout. Lets just repeat it a few times: This is a regular blog entry (Teaser ends here.) [<=endTeaser] with some text that we need to fill up the layout. This is a regular blog entry with some text that we need to fill up the layout.</p><p>@@LF@@@@LF@@This is a blog entry with a picture:</p>@@LF@@@@LF@@<p>[Embedded Image]</p></p>', 22)
   insert into FEED_FEEDENTRY (FEEDENTRY_ID, FEED_ID) values (2, 1)
   insert into FEED_FEEDENTRY (FEEDENTRY_ID, FEED_ID) values (2, 2)
   
  
  
  



More information about the jboss-cvs-commits mailing list