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

Christian Bauer christian at hibernate.org
Thu Aug 30 12:51:01 EDT 2007


  User: cbauer  
  Date: 07/08/30 12:51:01

  Modified:    examples/wiki/src/etc   import-prod.sql import-dev.sql
  Log:
  Finished Blosxom importer (not perfect though) and minor bugfixes
  
  Revision  Changes    Path
  1.11      +1 -1      jboss-seam/examples/wiki/src/etc/import-prod.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import-prod.sql
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/import-prod.sql,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- import-prod.sql	25 Aug 2007 22:35:10 -0000	1.10
  +++ import-prod.sql	30 Aug 2007 16:51:00 -0000	1.11
  @@ -47,7 +47,7 @@
   insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, STRING_VALUE)   values (32, 0, 'userManagementPreferences', 'newUserInRole', 'member')
   insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, BOOLEAN_VALUE)  values (33, 0, 'userManagementPreferences', 'enableRegistration', true)
   insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, BOOLEAN_VALUE)  values (34, 0, 'userManagementPreferences', 'createHomeAfterUserActivation', false)
  -insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, STRING_VALUE)   values (35, 0, 'userManagementPreferences', 'homepageDefaultContent', '<div style="float:right; width:33%;">@@LF@@ <div>[<=userProfile]</div>@@LF@@ <div style="margin-top:15px;">[<=dirMenu]</div>@@LF@@ <div style="margin-top:15px;">[<=recentEntries]</div>@@LF@@</div>@@LF@@<div style="width:65%;">[<=blogDirectory]</div>@@LF@@@@LF@@')
  +insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, STRING_VALUE)   values (35, 0, 'userManagementPreferences', 'homepageDefaultContent', 'This is your homepage, login to edit it.')
   
   insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, LONG_VALUE)     values (40, 0, 'lastModifiedDocumentsPreferences', 'numberOfItems', '5')
   insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, BOOLEAN_VALUE)  values (41, 0, 'lastModifiedDocumentsPreferences', 'showUsernames', true)
  
  
  
  1.40      +5 -5      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.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- import-dev.sql	25 Aug 2007 22:35:12 -0000	1.39
  +++ import-dev.sql	30 Aug 2007 16:51:01 -0000	1.40
  @@ -47,7 +47,7 @@
   insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, STRING_VALUE)   values (32, 0, 'userManagementPreferences', 'newUserInRole', 'member')
   insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, BOOLEAN_VALUE)  values (33, 0, 'userManagementPreferences', 'enableRegistration', false)
   insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, BOOLEAN_VALUE)  values (34, 0, 'userManagementPreferences', 'createHomeAfterUserActivation', false)
  -insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, STRING_VALUE)   values (35, 0, 'userManagementPreferences', 'homepageDefaultContent', 'Default user home page.')
  +insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, STRING_VALUE)   values (35, 0, 'userManagementPreferences', 'homepageDefaultContent', 'This is your homepage, login to edit it.')
   
   insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, LONG_VALUE)     values (40, 0, 'lastModifiedDocumentsPreferences', 'numberOfItems', '5')
   insert into PREFERENCE(PREF_ID, OBJ_VERSION, COMPONENT_NAME, PROPERTY_NAME, BOOLEAN_VALUE)  values (41, 0, 'lastModifiedDocumentsPreferences', 'showUsernames', true)
  @@ -169,10 +169,10 @@
   
   -- Add some comments
   
  -insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, CREATED_ON) values (1, 0, 'This is a Test comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', '2005-06-27 13:45:00')
  -insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, CREATED_ON) values (2, 0, 'This is another comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', '2005-06-28 13:45:00')
  -insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, CREATED_ON) values (3, 0, 'This is a third comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', '2005-06-29 13:45:00')
  -insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, CREATED_ON) values (4, 0, 'My opinion about this blog entry', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 22, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', '2005-06-29 13:45:00')
  +insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (1, 0, 'This is a Test comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-27 13:45:00')
  +insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (2, 0, 'This is another comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-28 13:45:00')
  +insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (3, 0, 'This is a third comment', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 10, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-29 13:45:00')
  +insert into COMMENTS (COMMENT_ID, OBJ_VERSION, SUBJECT, FROM_USER_NAME, FROM_USER_EMAIL, FROM_USER_HOMEPAGE, DOCUMENT_ID, COMMENT_TEXT, USE_WIKI_TEXT, CREATED_ON) values (4, 0, 'My opinion about this blog entry', 'My Name', 'my at email.address.com', 'http://www.my.home.page.com/', 22, 'Collaboration-oriented websites require a human-friendly markup language for easy entry of formatted text in forum posts, wiki pages, blogs, comments, etc. Seam provides the <s:formattedText/> control for display of formatted text that conforms to the Seam Text language. Seam Text is implemented using an ANTLR-based parser. You do not need to know anything about ANTLR to use it, however.', true, '2005-06-29 13:45:00')
   
   -- Some more subdirectories in the members home
   
  
  
  



More information about the jboss-cvs-commits mailing list