You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/11/07 08:45:04 UTC

svn commit: r331231 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/java/src/org/apache/lenya/cms/authoring/NewBlogEntryCreator.java

Author: michi
Date: Sun Nov  6 23:45:02 2005
New Revision: 331231

URL: http://svn.apache.org/viewcvs?rev=331231&view=rev
Log:
there seems to be a bug re concat filesystem path. TODO added

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/java/src/org/apache/lenya/cms/authoring/NewBlogEntryCreator.java

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/java/src/org/apache/lenya/cms/authoring/NewBlogEntryCreator.java
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/java/src/org/apache/lenya/cms/authoring/NewBlogEntryCreator.java?rev=331231&r1=331230&r2=331231&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/java/src/org/apache/lenya/cms/authoring/NewBlogEntryCreator.java (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/pubs/blog/java/src/org/apache/lenya/cms/authoring/NewBlogEntryCreator.java Sun Nov  6 23:45:02 2005
@@ -71,6 +71,7 @@
      *
      */
     protected String getChildFileName(Publication publication, String area, String parentId, String childId, String language) {
+        // TODO: Somehow the first character is being cut off!
         String newFilename = publication.getPathMapper().getFile(publication, area, "eentries" + File.separator + year + File.separator + month + "/" + day + "/" + childId + "/index", null).getAbsolutePath();
         log.debug(newFilename);
         return newFilename;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org