jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Archiva
  • Archiva
  • MRM-1497 use new UI web framework
  • MRM-1573

rewrite browse page

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.4-M3
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    5
  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Text File
    browsepage.patch
    08/Mar/12 6:06 PM
    2 kB
    Eric Barboni
  2. Text File
    search.html.patch
    03/Mar/12 9:29 AM
    28 kB
    Eric Barboni
  1. filesystem.jpg
    204 kB
    22/Mar/12 4:55 AM
  2. ics_internal.jpg
    166 kB
    22/Mar/12 4:56 AM
  3. internal.jpg
    171 kB
    22/Mar/12 4:59 AM

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Eric Barboni added a comment - 03/Mar/12 9:29 AM

change header level for Search page has to be h2

Change browser breadcrum to use icon
and search is in the same line to save space on top.

try also to use icon from same library for browser ul li

As lots of space available when browsing artifact put version and info in the same page default

Show
Eric Barboni added a comment - 03/Mar/12 9:29 AM change header level for Search page has to be h2 Change browser breadcrum to use icon and search is in the same line to save space on top. try also to use icon from same library for browser ul li As lots of space available when browsing artifact put version and info in the same page default
Hide
Permalink
Olivier Lamy added a comment - 03/Mar/12 3:36 PM

autocomplete doesn't work with this patch.
not convinced by icon in breadcrum neither same for icon in browser li
Search in the same line is nice and good idea for version.

Show
Olivier Lamy added a comment - 03/Mar/12 3:36 PM autocomplete doesn't work with this patch. not convinced by icon in breadcrum neither same for icon in browser li Search in the same line is nice and good idea for version.
Hide
Permalink
Olivier Lamy added a comment - 05/Mar/12 2:45 AM

based on your ideas. autocomplete in browse is now in the same line as breadcrum and I have made it current groupId aware.

Show
Olivier Lamy added a comment - 05/Mar/12 2:45 AM based on your ideas. autocomplete in browse is now in the same line as breadcrum and I have made it current groupId aware.
Hide
Permalink
Eric Barboni added a comment - 07/Mar/12 6:37 AM

<sic> was not watching issue so was not aware of your comment :s.

Well I have habit of making proposal with no obligation of change but. I woudld prefer sketching before coding but the only way is to go with code (I have no idea of collaborative software for tht).
The design proposal was centred on the "home" button. To have same look & feel.

The major current issue with this page.
Is that the "home" button must be in the color of the link because I'ts not obvious you can click on it. The folder empty and folder full are too close IMO and you get confused.

Are blue folder icon self made or do you use a special library?

Show
Eric Barboni added a comment - 07/Mar/12 6:37 AM <sic> was not watching issue so was not aware of your comment :s. Well I have habit of making proposal with no obligation of change but. I woudld prefer sketching before coding but the only way is to go with code (I have no idea of collaborative software for tht). The design proposal was centred on the "home" button. To have same look & feel. The major current issue with this page. Is that the "home" button must be in the color of the link because I'ts not obvious you can click on it. The folder empty and folder full are too close IMO and you get confused. Are blue folder icon self made or do you use a special library?
Hide
Permalink
Olivier Lamy added a comment - 07/Mar/12 11:36 AM

some icons come from tango desktop project see http://tango.freedesktop.org/Tango_Icon_Library (used in Jenkins ) (I have backup those in a github fork https://github.com/olamy/tango-icon-theme )
Agree on the home button is confusing.

Show
Olivier Lamy added a comment - 07/Mar/12 11:36 AM some icons come from tango desktop project see http://tango.freedesktop.org/Tango_Icon_Library (used in Jenkins ) (I have backup those in a github fork https://github.com/olamy/tango-icon-theme ) Agree on the home button is confusing.
Hide
Permalink
Eric Barboni added a comment - 08/Mar/12 6:06 PM

Some idea for browser

*Make <a>test</a> on same line to avoid space like at generation time <a> test </a> more clean.

*Not sure what the if with no parenthesis in expression are doing what is itended

*try to put title on anchor instead of li

  • try to change the link leading to artifact info to make difference clear.
    (alternative of changing icon)
Show
Eric Barboni added a comment - 08/Mar/12 6:06 PM Some idea for browser *Make <a>test</a> on same line to avoid space like at generation time <a> test </a> more clean. *Not sure what the if with no parenthesis in expression are doing what is itended *try to put title on anchor instead of li try to change the link leading to artifact info to make difference clear. (alternative of changing icon)
Hide
Permalink
Olivier Lamy added a comment - 09/Mar/12 5:08 PM

why removing the home icon ? I would an other icon but not removing it. As some other pages have one in ~same place, it's good IMHO to have "similar" design.
I have changed with other icons let me know WDYT
Thanks!

Show
Olivier Lamy added a comment - 09/Mar/12 5:08 PM why removing the home icon ? I would an other icon but not removing it. As some other pages have one in ~same place, it's good IMHO to have "similar" design. I have changed with other icons let me know WDYT Thanks!
Hide
Permalink
Eric Barboni added a comment - 09/Mar/12 5:44 PM

Was only an alternative to keep blue for link

Home icon looks better with current design
Orange folder make browsing easier.

Not sure the (..) is usefull because:
the breadcrumb but looks nice for going back to previous folder
the .. bug sometimes staying on same page

Seems that headings are sometimes h2 and sometimes h3 across the page

Show
Eric Barboni added a comment - 09/Mar/12 5:44 PM Was only an alternative to keep blue for link Home icon looks better with current design Orange folder make browsing easier. Not sure the (..) is usefull because: the breadcrumb but looks nice for going back to previous folder the .. bug sometimes staying on same page Seems that headings are sometimes h2 and sometimes h3 across the page
Hide
Permalink
Olivier Lamy added a comment - 16/Mar/12 11:14 AM

I think it's finished

Show
Olivier Lamy added a comment - 16/Mar/12 11:14 AM I think it's finished
Hide
Permalink
Eric Barboni added a comment - 21/Mar/12 12:40 PM

Sorry but it seems that repository filtering is not working as expected.

/// my configuration of archiva
I have 4 managed repository
2 for local artifact (snapshot and internal) respectivly ics_snapshot and ics_internal to put home made jar and have separate folder on hard drive
2 for remote artifact (snapshot and internal) respectivly snapshot and internal to get everything else from the web (central and so on)

internal filtering give me the proper content similar of what I had on hard drive

ics_internal filtering give me the content of internal + content of ics_internal

the ics_internal and internal give the same browse content but when I click on artifact details
if filtering on internal and asking info of artefact in internal ok
if filtering on internal and asking info of artefact in ics_internal not ok forever loop

not sure if its directly related to the UI.

Show
Eric Barboni added a comment - 21/Mar/12 12:40 PM Sorry but it seems that repository filtering is not working as expected. /// my configuration of archiva I have 4 managed repository 2 for local artifact (snapshot and internal) respectivly ics_snapshot and ics_internal to put home made jar and have separate folder on hard drive 2 for remote artifact (snapshot and internal) respectivly snapshot and internal to get everything else from the web (central and so on) internal filtering give me the proper content similar of what I had on hard drive ics_internal filtering give me the content of internal + content of ics_internal the ics_internal and internal give the same browse content but when I click on artifact details if filtering on internal and asking info of artefact in internal ok if filtering on internal and asking info of artefact in ics_internal not ok forever loop not sure if its directly related to the UI.
Hide
Permalink
Olivier Lamy added a comment - 22/Mar/12 3:01 AM

any log in firebug/chrome console ?
btw is the artifact you want details available physically in ics_internal fs directory ?
screencast or capture ?
Thanks

Show
Olivier Lamy added a comment - 22/Mar/12 3:01 AM any log in firebug/chrome console ? btw is the artifact you want details available physically in ics_internal fs directory ? screencast or capture ? Thanks
Hide
Permalink
Eric Barboni added a comment - 22/Mar/12 4:55 AM - edited

left ics_internal
(cnes folder artifacts)

right internal
(no presence of cnes artifact)

Show
Eric Barboni added a comment - 22/Mar/12 4:55 AM - edited left ics_internal (cnes folder artifacts) right internal (no presence of cnes artifact)
Hide
Permalink
Eric Barboni added a comment - 22/Mar/12 4:56 AM - edited

browsing contains cnes artifact + all internal folder

Show
Eric Barboni added a comment - 22/Mar/12 4:56 AM - edited browsing contains cnes artifact + all internal folder
Hide
Permalink
Eric Barboni added a comment - 22/Mar/12 4:59 AM

browsing zone contains only internal folder

Show
Eric Barboni added a comment - 22/Mar/12 4:59 AM browsing zone contains only internal folder
Hide
Permalink
Eric Barboni added a comment - 22/Mar/12 5:05 AM

Screenshots are from #864 as I cannot download last version from jenkins. (4 - 6 hours)

Show
Eric Barboni added a comment - 22/Mar/12 5:05 AM Screenshots are from #864 as I cannot download last version from jenkins. (4 - 6 hours)
Hide
Permalink
Olivier Lamy added a comment - 22/Mar/12 5:13 AM

yup browsing display only internal folders not artifacts coming from maven index.
Is that your trouble ?

Show
Olivier Lamy added a comment - 22/Mar/12 5:13 AM yup browsing display only internal folders not artifacts coming from maven index. Is that your trouble ?
Hide
Permalink
Eric Barboni added a comment - 22/Mar/12 5:31 AM

well not sure to understand your point

using filtering on ics_internal I was expecting only 4 folders to browse

and using filtering on internal I was expecting all the other folder with no merge as it seems to be.

Show
Eric Barboni added a comment - 22/Mar/12 5:31 AM well not sure to understand your point using filtering on ics_internal I was expecting only 4 folders to browse and using filtering on internal I was expecting all the other folder with no merge as it seems to be.
Hide
Permalink
Eric Barboni added a comment - 23/Mar/12 7:10 PM

thanks to Olivier it is working. jcr was broken. maybe while migrating from 1.3.5 to 1.4-M1 and to 1.4M3 js

Show
Eric Barboni added a comment - 23/Mar/12 7:10 PM thanks to Olivier it is working. jcr was broken. maybe while migrating from 1.3.5 to 1.4-M1 and to 1.4M3 js

People

  • Assignee:
    Olivier Lamy
    Reporter:
    Olivier Lamy
Vote (0)
Watch (1)

Dates

  • Created:
    05/Jan/12 4:31 PM
    Updated:
    06/Sep/12 7:38 AM
    Resolved:
    16/Mar/12 11:14 AM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.