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

Christian Bauer christian at hibernate.org
Thu Jan 3 19:21:28 EST 2008


  User: cbauer  
  Date: 08/01/03 19:21:28

  Modified:    examples/wiki/src/etc   import-prod.sql
                        messages_docPager_en.properties
  Log:
  Minor improvements to forum browsing and doc pager
  
  Revision  Changes    Path
  1.25      +1 -0      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.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- import-prod.sql	2 Jan 2008 18:59:48 -0000	1.24
  +++ import-prod.sql	4 Jan 2008 00:21:28 -0000	1.25
  @@ -47,6 +47,7 @@
   INSERT INTO PREFERENCE VALUES(151,'DirMenu','menuLevels',3,NULL,NULL,NULL,NULL,0,NULL)
   INSERT INTO PREFERENCE VALUES(152,'DirMenu','menuDepth',3,NULL,NULL,NULL,NULL,0,NULL)
   INSERT INTO PREFERENCE VALUES(160,'Tags','linkToCurrentDocument',NULL,NULL,NULL,TRUE,NULL,0,NULL)
  +INSERT INTO PREFERENCE VALUES(170,'DocPager','showNames',NULL,NULL,NULL,TRUE,NULL,0,NULL)
   INSERT INTO PREFERENCE VALUES(180,'Forum','topicsPerPage',20,NULL,NULL,NULL,NULL,0,NULL)
   
   INSERT INTO `ROLES` (`ROLE_ID`, `ACCESS_LEVEL`, `CREATED_ON`, `DISPLAY_NAME`, `NAME`, `OBJ_VERSION`) VALUES (1,1000,'2006-06-27 13:45:00','Administrator','admin',0)
  
  
  
  1.2       +1 -0      jboss-seam/examples/wiki/src/etc/messages_docPager_en.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: messages_docPager_en.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/messages_docPager_en.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- messages_docPager_en.properties	1 Jan 2008 13:00:55 -0000	1.1
  +++ messages_docPager_en.properties	4 Jan 2008 00:21:28 -0000	1.2
  @@ -1,2 +1,3 @@
   docPager.preferences.Name=Plugin: Doc Pager
   docPager.preferences.ByProperty=Property used to search previous/next doc
  +docPager.preferences.ShowNames=Show names of previous/next document
  
  
  



More information about the jboss-cvs-commits mailing list