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 Driscoll (JIRA)" <ji...@apache.org> on 2009/10/31 04:22:59 UTC

[jira] Created: (ROL-1844) MediaFileAddSuccess Form

MediaFileAddSuccess Form 
-------------------------

                 Key: ROL-1844
                 URL: https://issues.apache.org/jira/browse/ROL-1844
             Project: Roller
          Issue Type: Bug
          Components: User Interface - General
            Reporter: David Driscoll
            Assignee: Roller Unassigned


After I  pulling the latest trunk code, and building , I tried out the new media file stuff.
I ran into a small UI bug.
When I click on Media Files, I successfully uploaded a image file, and ended up on the MediaFileAddSuccess.jsp page.
On this page there is a button "Create Post with Image", I click this and it redirects to the blog entry page, but it does not
include the image file.
Since I was in debug mode, I noticed that java class: EntryAddWithMediaFile, method: Execute expects a value for type, but
the page MediaFileAddSuccess.jsp does not have a type checkbox or dropdown that sets the type.
I have included a patch for MediaFileAddSuccess.jsp that adds a dropdown for users to select either a type of "weblog" or "podcast" and additional text for the dropdown's title in ApplicationResources patch.

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


[jira] Updated: (ROL-1844) MediaFileAddSuccess Form

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

David Driscoll updated ROL-1844:
--------------------------------

    Attachment: screenshot_drpdown.jpg
                applicationResources_patch20091030.patch
                mediaFileAddSuccess_patch20091030.patch

Attaching dropdown ui addition with screenshot

> MediaFileAddSuccess Form 
> -------------------------
>
>                 Key: ROL-1844
>                 URL: https://issues.apache.org/jira/browse/ROL-1844
>             Project: Roller
>          Issue Type: Bug
>          Components: User Interface - General
>            Reporter: David Driscoll
>            Assignee: Roller Unassigned
>         Attachments: applicationResources_patch20091030.patch, mediaFileAddSuccess_patch20091030.patch, screenshot_drpdown.jpg
>
>
> After I  pulling the latest trunk code, and building , I tried out the new media file stuff.
> I ran into a small UI bug.
> When I click on Media Files, I successfully uploaded a image file, and ended up on the MediaFileAddSuccess.jsp page.
> On this page there is a button "Create Post with Image", I click this and it redirects to the blog entry page, but it does not
> include the image file.
> Since I was in debug mode, I noticed that java class: EntryAddWithMediaFile, method: Execute expects a value for type, but
> the page MediaFileAddSuccess.jsp does not have a type checkbox or dropdown that sets the type.
> I have included a patch for MediaFileAddSuccess.jsp that adds a dropdown for users to select either a type of "weblog" or "podcast" and additional text for the dropdown's title in ApplicationResources patch.

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


[jira] Updated: (ROL-1844) MediaFileAddSuccess Form

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

Anil Gangolli updated ROL-1844:
-------------------------------

    Affects Version/s: 5.0

Should fix before 5.0 release.

> MediaFileAddSuccess Form 
> -------------------------
>
>                 Key: ROL-1844
>                 URL: https://issues.apache.org/jira/browse/ROL-1844
>             Project: Roller
>          Issue Type: Bug
>          Components: User Interface - General
>    Affects Versions: 5.0
>            Reporter: David Driscoll
>            Assignee: Roller Unassigned
>         Attachments: applicationResources_patch20091030.patch, mediaFileAddSuccess_patch20091030.patch, screenshot_drpdown.jpg
>
>
> After I  pulling the latest trunk code, and building , I tried out the new media file stuff.
> I ran into a small UI bug.
> When I click on Media Files, I successfully uploaded a image file, and ended up on the MediaFileAddSuccess.jsp page.
> On this page there is a button "Create Post with Image", I click this and it redirects to the blog entry page, but it does not
> include the image file.
> Since I was in debug mode, I noticed that java class: EntryAddWithMediaFile, method: Execute expects a value for type, but
> the page MediaFileAddSuccess.jsp does not have a type checkbox or dropdown that sets the type.
> I have included a patch for MediaFileAddSuccess.jsp that adds a dropdown for users to select either a type of "weblog" or "podcast" and additional text for the dropdown's title in ApplicationResources patch.

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