You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2009/06/08 05:46:07 UTC

[jira] Created: (ROL-1816) Media Blogging: remove dependence on FileManager

Media Blogging: remove dependence on FileManager
------------------------------------------------

                 Key: ROL-1816
                 URL: https://issues.apache.org/jira/browse/ROL-1816
             Project: Roller
          Issue Type: Improvement
          Components: Database Access & Data Model
            Reporter: David Johnson
            Assignee: Roller Unassigned
            Priority: Critical
             Fix For: 5.0


Remove old FileManager from system.

Anywhere we were using FileManager, we should now be using FileContentManager and/or MediaFileManager.

Pay special attention to the theme manager use cases.

- Dave


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ROL-1816) Media Blogging: remove dependence on FileManager

Posted by "David Johnson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ROL-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Johnson resolved ROL-1816.
--------------------------------

    Resolution: Fixed

Complete - http://svn.apache.org/viewvc?rev=811703&view=rev

> Media Blogging: remove dependence on FileManager
> ------------------------------------------------
>
>                 Key: ROL-1816
>                 URL: https://issues.apache.org/jira/browse/ROL-1816
>             Project: Roller
>          Issue Type: Improvement
>          Components: Database Access & Data Model
>            Reporter: David Johnson
>            Assignee: David Johnson
>            Priority: Critical
>             Fix For: 5.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Remove old FileManager from system. Anywhere we were using FileManager, we should now be using FileContentManager and/or MediaFileManager.
> Some specifics:
> These files fetch/store theme files via FileManager, rewrite
> - ResourceServlet: make sure old URL are honored here
> - PreviewResourceServlet
> - WeblogCustomTheme
> - WeblogSharedTheme
> - ThemeImplManager
> Rewrite weblog client interfaces to use MediaFileManager instead of old manager
> - MetaWeblogAPIHandler
> - MediaCollection
> Delete unneeded actions & related JSPs:
> - Resources

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (ROL-1816) Media Blogging: remove dependence on FileManager

Posted by "David Johnson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ROL-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on ROL-1816 started by David Johnson.

> Media Blogging: remove dependence on FileManager
> ------------------------------------------------
>
>                 Key: ROL-1816
>                 URL: https://issues.apache.org/jira/browse/ROL-1816
>             Project: Roller
>          Issue Type: Improvement
>          Components: Database Access & Data Model
>            Reporter: David Johnson
>            Assignee: David Johnson
>            Priority: Critical
>             Fix For: 5.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Remove old FileManager from system. Anywhere we were using FileManager, we should now be using FileContentManager and/or MediaFileManager.
> Some specifics:
> These files fetch/store theme files via FileManager, rewrite
> - ResourceServlet: make sure old URL are honored here
> - PreviewResourceServlet
> - WeblogCustomTheme
> - WeblogSharedTheme
> - ThemeImplManager
> Rewrite weblog client interfaces to use MediaFileManager instead of old manager
> - MetaWeblogAPIHandler
> - MediaCollection
> Delete unneeded actions & related JSPs:
> - Resources

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ROL-1816) Media Blogging: remove dependence on FileManager

Posted by "David Johnson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ROL-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746593#action_12746593 ] 

David Johnson commented on ROL-1816:
------------------------------------

I'm making progress on this issue and have fixes for the resource servlets and theme implementation.

> Media Blogging: remove dependence on FileManager
> ------------------------------------------------
>
>                 Key: ROL-1816
>                 URL: https://issues.apache.org/jira/browse/ROL-1816
>             Project: Roller
>          Issue Type: Improvement
>          Components: Database Access & Data Model
>            Reporter: David Johnson
>            Assignee: David Johnson
>            Priority: Critical
>             Fix For: 5.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Remove old FileManager from system. Anywhere we were using FileManager, we should now be using FileContentManager and/or MediaFileManager.
> Some specifics:
> These files fetch/store theme files via FileManager, rewrite
> - ResourceServlet: make sure old URL are honored here
> - PreviewResourceServlet
> - WeblogCustomTheme
> - WeblogSharedTheme
> - ThemeImplManager
> Rewrite weblog client interfaces to use MediaFileManager instead of old manager
> - MetaWeblogAPIHandler
> - MediaCollection
> Delete unneeded actions & related JSPs:
> - Resources

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ROL-1816) Media Blogging: remove dependence on FileManager

Posted by "David Johnson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ROL-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746844#action_12746844 ] 

David Johnson commented on ROL-1816:
------------------------------------

I've finished everything except the AtomPub parts and hope the finish them up next weekend and commit the whole dealio.

> Media Blogging: remove dependence on FileManager
> ------------------------------------------------
>
>                 Key: ROL-1816
>                 URL: https://issues.apache.org/jira/browse/ROL-1816
>             Project: Roller
>          Issue Type: Improvement
>          Components: Database Access & Data Model
>            Reporter: David Johnson
>            Assignee: David Johnson
>            Priority: Critical
>             Fix For: 5.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Remove old FileManager from system. Anywhere we were using FileManager, we should now be using FileContentManager and/or MediaFileManager.
> Some specifics:
> These files fetch/store theme files via FileManager, rewrite
> - ResourceServlet: make sure old URL are honored here
> - PreviewResourceServlet
> - WeblogCustomTheme
> - WeblogSharedTheme
> - ThemeImplManager
> Rewrite weblog client interfaces to use MediaFileManager instead of old manager
> - MetaWeblogAPIHandler
> - MediaCollection
> Delete unneeded actions & related JSPs:
> - Resources

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ROL-1816) Media Blogging: remove dependence on FileManager

Posted by "David Johnson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ROL-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Johnson updated ROL-1816:
-------------------------------

    Component/s:     (was: Database Access & Data Model)
                 Media files / uploads

> Media Blogging: remove dependence on FileManager
> ------------------------------------------------
>
>                 Key: ROL-1816
>                 URL: https://issues.apache.org/jira/browse/ROL-1816
>             Project: Roller
>          Issue Type: Improvement
>          Components: Media files / uploads
>            Reporter: David Johnson
>            Assignee: David Johnson
>            Priority: Critical
>             Fix For: 5.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Remove old FileManager from system. Anywhere we were using FileManager, we should now be using FileContentManager and/or MediaFileManager.
> Some specifics:
> These files fetch/store theme files via FileManager, rewrite
> - ResourceServlet: make sure old URL are honored here
> - PreviewResourceServlet
> - WeblogCustomTheme
> - WeblogSharedTheme
> - ThemeImplManager
> Rewrite weblog client interfaces to use MediaFileManager instead of old manager
> - MetaWeblogAPIHandler
> - MediaCollection
> Delete unneeded actions & related JSPs:
> - Resources

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ROL-1816) Media Blogging: remove dependence on FileManager

Posted by "David Johnson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ROL-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Johnson updated ROL-1816:
-------------------------------

           Description: 
Remove old FileManager from system. Anywhere we were using FileManager, we should now be using FileContentManager and/or MediaFileManager.

Some specifics:

These files fetch/store theme files via FileManager, rewrite
- ResourceServlet: make sure old URL are honored here
- PreviewResourceServlet
- WeblogCustomTheme
- WeblogSharedTheme
- ThemeImplManager

Rewrite weblog client interfaces to use MediaFileManager instead of old manager
- MetaWeblogAPIHandler
- MediaCollection

Delete unneeded actions & related JSPs:
- Resources


  was:
Remove old FileManager from system.

Anywhere we were using FileManager, we should now be using FileContentManager and/or MediaFileManager.

Pay special attention to the theme manager use cases.

- Dave


              Assignee: David Johnson  (was: Roller Unassigned)
    Remaining Estimate: 48h
     Original Estimate: 48h

> Media Blogging: remove dependence on FileManager
> ------------------------------------------------
>
>                 Key: ROL-1816
>                 URL: https://issues.apache.org/jira/browse/ROL-1816
>             Project: Roller
>          Issue Type: Improvement
>          Components: Database Access & Data Model
>            Reporter: David Johnson
>            Assignee: David Johnson
>            Priority: Critical
>             Fix For: 5.0
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Remove old FileManager from system. Anywhere we were using FileManager, we should now be using FileContentManager and/or MediaFileManager.
> Some specifics:
> These files fetch/store theme files via FileManager, rewrite
> - ResourceServlet: make sure old URL are honored here
> - PreviewResourceServlet
> - WeblogCustomTheme
> - WeblogSharedTheme
> - ThemeImplManager
> Rewrite weblog client interfaces to use MediaFileManager instead of old manager
> - MetaWeblogAPIHandler
> - MediaCollection
> Delete unneeded actions & related JSPs:
> - Resources

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.