logo       
Google Custom Search
    AddThis Social Bookmark Button

roller/src/org/roller/presentation RollerContext.java,1.66,1.67 Application: msg#00193

Subject: roller/src/org/roller/presentation RollerContext.java,1.66,1.67 ApplicationResources.properties,1.17,1.18
Update of /cvsroot/roller/roller/src/org/roller/presentation
In directory sc8-pr-cvs1:/tmp/cvs-serv5807/src/org/roller/presentation

Modified Files:
        RollerContext.java ApplicationResources.properties 
Log Message:
Hierarchical categories working in backend and in UI.

Index: RollerContext.java
===================================================================
RCS file: 
/cvsroot/roller/roller/src/org/roller/presentation/RollerContext.java,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** RollerContext.java  17 Jan 2004 22:46:58 -0000      1.66
--- RollerContext.java  22 Jan 2004 04:32:45 -0000      1.67
***************
*** 173,183 ****
              }
          }
!         catch (RollerException re)
!         {
!             mLogger.fatal("RollerContext initialization failed", re);
!         }
!         catch (MalformedURLException e)
          {
!             mLogger.fatal("RollerContext initialization failed", e);
          }
      }
--- 173,179 ----
              }
          }
!         catch (Throwable t)
          {
!             mLogger.fatal("RollerContext initialization failed", t);
          }
      }

Index: ApplicationResources.properties
===================================================================
RCS file: 
/cvsroot/roller/roller/src/org/roller/presentation/ApplicationResources.properties,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ApplicationResources.properties     1 Jan 2004 17:35:51 -0000       1.17
--- ApplicationResources.properties     22 Jan 2004 04:32:45 -0000      1.18
***************
*** 72,75 ****
--- 72,84 ----
  categoriesForm.parent=Category
  
+ # ------------------------------------------------------- CategoryDeleteOK.jsp
+ 
+ categoryDeleteOK.removeCategory=Remove Weblog Category
+ categoryDeleteOK.warningCatInUse=WARNING: This category is in use!
+ categoryDeleteOK.youMustMoveEntries=You must move the weblog entries in the 
category to another category, use the combo-box to select which category should 
receive the entries.</p>
+ categoryDeleteOK.moveToWhere=Move the contents to another category:
+ categoryDeleteOK.noEntriesInCat=There are no weblog entries in this category, 
OK to delete.
+ categoryDeleteOK.areYouSure=Are you sure you want to delete this weblog 
category?
+ 
  # ---------------------------------------------------------- BookmarkForm.jsp
  




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>