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 2008/12/07 16:02:19 UTC

[jira] Created: (ROL-1765) Media Blogging for Roller

Media Blogging for Roller
-------------------------

                 Key: ROL-1765
                 URL: https://issues.apache.org/roller/browse/ROL-1765
             Project: Roller
          Issue Type: Improvement
          Components: User Interface - General, User Management, Web Services
            Reporter: David Johnson
            Assignee: David Johnson
             Fix For: 4.1


For Ganesh and Tanuja's proposal.
http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Media+Blogging+Support

Attach patches here for the roller_mediablogging branch

Also addresses these issues:
ROL-1099 - Need thumbnail view in "Manage Uploaded Files"
ROL-1003 - Sort by name, date, size, type in File Upload page
ROL-896 - Need a picture gallery

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


[jira] Commented: (ROL-1765) Media Blogging for Roller

Posted by "Ganesh Mathrubootham (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/roller/browse/ROL-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14538#action_14538 ] 

Ganesh Mathrubootham commented on ROL-1765:
-------------------------------------------

I have committed the second patch (media_blogging_2.patch) to media blogging branch in SVN repository.

> Media Blogging for Roller
> -------------------------
>
>                 Key: ROL-1765
>                 URL: https://issues.apache.org/roller/browse/ROL-1765
>             Project: Roller
>          Issue Type: Improvement
>          Components: User Interface - General, User Management, Web Services
>            Reporter: David Johnson
>            Assignee: David Johnson
>             Fix For: 5.0
>
>         Attachments: media_blogging_1.patch, media_blogging_2.patch
>
>
> For Ganesh and Tanuja's proposal.
> http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Media+Blogging+Support
> Attach patches here for the roller_mediablogging branch
> Also addresses these issues:
> ROL-1099 - Need thumbnail view in "Manage Uploaded Files"
> ROL-1003 - Sort by name, date, size, type in File Upload page
> ROL-896 - Need a picture gallery

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


[jira] Updated: (ROL-1765) Media Blogging for Roller

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

Ganesh Mathrubootham updated ROL-1765:
--------------------------------------

    Attachment: media_blogging_1.patch

The first patch for media blogging enhancement contains,

1) Add a media file - Implemented end-to-end  (except internationalization, Javadoc and integration with tabs at the top).  Requires direct URL access - http://<domain>:<port>/<context-root>/roller-ui/authoring/mediaFileAdd.rol?weblog=<blog-handle>
2) Few backend functionalities - edit metadata for media file, create a directory, delete a directory, delete a media file, list directory contents.
3) Unit tests for all backend functionalities implemented.
4) Velocity template for db script creation.

> Media Blogging for Roller
> -------------------------
>
>                 Key: ROL-1765
>                 URL: https://issues.apache.org/roller/browse/ROL-1765
>             Project: Roller
>          Issue Type: Improvement
>          Components: User Interface - General, User Management, Web Services
>            Reporter: David Johnson
>            Assignee: David Johnson
>             Fix For: 4.1
>
>         Attachments: media_blogging_1.patch
>
>
> For Ganesh and Tanuja's proposal.
> http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Media+Blogging+Support
> Attach patches here for the roller_mediablogging branch
> Also addresses these issues:
> ROL-1099 - Need thumbnail view in "Manage Uploaded Files"
> ROL-1003 - Sort by name, date, size, type in File Upload page
> ROL-896 - Need a picture gallery

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


[jira] Updated: (ROL-1765) Media Blogging for Roller

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

Ganesh Mathrubootham updated ROL-1765:
--------------------------------------

    Attachment: media_blogging_2.patch

This is the second patch for media blogging with the following features included

- View media files in a tabular fashion
-  View media files in a hierarchical fashion
- Create directories from above pages
- Ability to move multiple files across directories
- Ability to delete one or more files.
- Search for a media file with results displayed with pagination.
- Edit metadata for media file. 

This patch is functionality rich.  However, please note that not much attention has been paid to visual aspect of the pages.  Except hierarchical menu, other front-end rich components (context menu, overlays) have not been implemented.  And, file list display looks raw right now without styling applied.  Tanuja is actively working on this part and hopefully these issues will be addressed in the next patch.   

> Media Blogging for Roller
> -------------------------
>
>                 Key: ROL-1765
>                 URL: https://issues.apache.org/roller/browse/ROL-1765
>             Project: Roller
>          Issue Type: Improvement
>          Components: User Interface - General, User Management, Web Services
>            Reporter: David Johnson
>            Assignee: David Johnson
>             Fix For: 5.0
>
>         Attachments: media_blogging_1.patch, media_blogging_2.patch
>
>
> For Ganesh and Tanuja's proposal.
> http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Media+Blogging+Support
> Attach patches here for the roller_mediablogging branch
> Also addresses these issues:
> ROL-1099 - Need thumbnail view in "Manage Uploaded Files"
> ROL-1003 - Sort by name, date, size, type in File Upload page
> ROL-896 - Need a picture gallery

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


[jira] Commented: (ROL-1765) Media Blogging for Roller

Posted by "Manos Batsis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/roller/browse/ROL-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14539#action_14539 ] 

Manos Batsis commented on ROL-1765:
-----------------------------------

could you please take a moment to post the URLs for those actions? Thanks!

> Media Blogging for Roller
> -------------------------
>
>                 Key: ROL-1765
>                 URL: https://issues.apache.org/roller/browse/ROL-1765
>             Project: Roller
>          Issue Type: Improvement
>          Components: User Interface - General, User Management, Web Services
>            Reporter: David Johnson
>            Assignee: David Johnson
>             Fix For: 5.0
>
>         Attachments: media_blogging_1.patch, media_blogging_2.patch
>
>
> For Ganesh and Tanuja's proposal.
> http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Media+Blogging+Support
> Attach patches here for the roller_mediablogging branch
> Also addresses these issues:
> ROL-1099 - Need thumbnail view in "Manage Uploaded Files"
> ROL-1003 - Sort by name, date, size, type in File Upload page
> ROL-896 - Need a picture gallery

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


[jira] Commented: (ROL-1765) Media Blogging for Roller

Posted by "Manos Batsis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/roller/browse/ROL-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526#action_14526 ] 

Manos Batsis commented on ROL-1765:
-----------------------------------

Are there any other direct URLs that work in this patch? Just trying to figure out how to move this further.

> Media Blogging for Roller
> -------------------------
>
>                 Key: ROL-1765
>                 URL: https://issues.apache.org/roller/browse/ROL-1765
>             Project: Roller
>          Issue Type: Improvement
>          Components: User Interface - General, User Management, Web Services
>            Reporter: David Johnson
>            Assignee: David Johnson
>             Fix For: 5.0
>
>         Attachments: media_blogging_1.patch
>
>
> For Ganesh and Tanuja's proposal.
> http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Media+Blogging+Support
> Attach patches here for the roller_mediablogging branch
> Also addresses these issues:
> ROL-1099 - Need thumbnail view in "Manage Uploaded Files"
> ROL-1003 - Sort by name, date, size, type in File Upload page
> ROL-896 - Need a picture gallery

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