[opensuse-buildservice] Webclient test install
Hi, we installed a testversion of the current webclient svn to: https://build.opensuse.org/stage/ It contains a new inplace login field, and some changes to the codebase. Please check if everything works as expected, We plan to put it into production at the end of the week if there are no problems. Thanks, Greetings -- Thomas Schmidt (tom [at] opensuse.org) openSUSE Boosters Team "Don't Panic", Douglas Adams (1952 - 11.05.2001) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hello, on Mittwoch, 28. Oktober 2009, Thomas Schmidt wrote:
Hi, we installed a testversion of the current webclient svn to: https://build.opensuse.org/stage/
It contains a new inplace login field, and some changes to the codebase. Please check if everything works as expected, We plan to put it into production at the end of the week if there are no problems.
I found a small issue: When I hover the login area in Konqueror [1], everything from "Username" to "Manage account" is underlined. I doubt this is intended... (This does not happen in Firefox.) I'd like to propose another change: A common usecase for me is that I want to go to a project or package that is not in my watchlist. To do this, there are basically two ways: a) go to the projects list, search for the project, click it, then click the package Disadvantage: this is slow and circumstantial b) go to any project or package page, then modify the URL in the browser's address bar. Disadvantage: not really user-friendly I'd like to have some of "quick jump" input fields where I can enter the project and (optional) package name and am then taken to this project/package. A quick mockup is attached to this mail. The code that handles this form would be very simple. Pseudocode: if ($package == "") { header("Location: project_page?project=$project") } else { header("Location: package_page?project=$project&package=$package") } Regards, Christian Boltz [1] Konqueror version from 11.2 RC1 + Updates -- Natürlich kann man Bäume mit der Nagelschere fällen, und es ist bedeutend sicherer, als, sagenwirmal, eine Kettensäge. Trotzdem ist eine Säge das korrekte Werkzeug. [Ratti in suse-linux]
On Thursday 29 October 2009 12:28:54 Christian Boltz wrote:
Hello,
on Mittwoch, 28. Oktober 2009, Thomas Schmidt wrote:
Hi, we installed a testversion of the current webclient svn to: https://build.opensuse.org/stage/
It contains a new inplace login field, and some changes to the codebase. Please check if everything works as expected, We plan to put it into production at the end of the week if there are no problems.
I found a small issue: When I hover the login area in Konqueror [1], everything from "Username" to "Manage account" is underlined. I doubt this is intended... (This does not happen in Firefox.)
The same with rekonq 0.2.90 on Qt 4.5.3 and openSUSE 11.2 RC1. Best greetings Buschmann ---------------------------------------------------------------------------------- openSUSE Member - de.opensuse.org Sys-Op http://en.opensuse.org/User:Buschmann23 http://en.opensuse.org/How_to_Participate http://en.opensuse.org/Geeko_wants_you!
Christian Boltz wrote:
Hello,
on Mittwoch, 28. Oktober 2009, Thomas Schmidt wrote:
Hi, we installed a testversion of the current webclient svn to: https://build.opensuse.org/stage/
It contains a new inplace login field, and some changes to the codebase. Please check if everything works as expected, We plan to put it into production at the end of the week if there are no problems.
I found a small issue: When I hover the login area in Konqueror [1], everything from "Username" to "Manage account" is underlined. I doubt this is intended... (This does not happen in Firefox.)
This one should be fixed now. For your request to a fast project/package access: I like the idea, and we will keep in in mind for the future development. Greetings
I'd like to propose another change:
A common usecase for me is that I want to go to a project or package that is not in my watchlist. To do this, there are basically two ways: a) go to the projects list, search for the project, click it, then click the package Disadvantage: this is slow and circumstantial b) go to any project or package page, then modify the URL in the browser's address bar. Disadvantage: not really user-friendly
I'd like to have some of "quick jump" input fields where I can enter the project and (optional) package name and am then taken to this project/package.
A quick mockup is attached to this mail.
The code that handles this form would be very simple. Pseudocode:
if ($package == "") { header("Location: project_page?project=$project") } else { header("Location: package_page?project=$project&package=$package") }
Regards,
Christian Boltz
[1] Konqueror version from 11.2 RC1 + Updates
------------------------------------------------------------------------
-- Thomas Schmidt (tom [at] opensuse.org) openSUSE Boosters Team "Don't Panic", Douglas Adams (1952 - 11.05.2001) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Dne 28.10.2009 21:02, Thomas Schmidt napsal(a):
Hi, we installed a testversion of the current webclient svn to: https://build.opensuse.org/stage/
It contains a new inplace login field, and some changes to the codebase. Please check if everything works as expected, We plan to put it into production at the end of the week if there are no problems.
It renders with some thin black lines around the boxes, see screenshot. Michal
Michal Marek wrote:
Dne 28.10.2009 21:02, Thomas Schmidt napsal(a):
Hi, we installed a testversion of the current webclient svn to: https://build.opensuse.org/stage/
It contains a new inplace login field, and some changes to the codebase. Please check if everything works as expected, We plan to put it into production at the end of the week if there are no problems.
It renders with some thin black lines around the boxes, see screenshot.
This seems to be related to firefox' zoom feature. It also happens with the old code on build.o.o. Maybe Robert has an idea how to fix this? Greetings -- Thomas Schmidt (tom [at] opensuse.org) openSUSE Boosters Team "Don't Panic", Douglas Adams (1952 - 11.05.2001) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Dne 29.10.2009 16:02, Thomas Schmidt napsal(a):
Michal Marek wrote:
Dne 28.10.2009 21:02, Thomas Schmidt napsal(a):
Hi, we installed a testversion of the current webclient svn to: https://build.opensuse.org/stage/
It contains a new inplace login field, and some changes to the codebase. Please check if everything works as expected, We plan to put it into production at the end of the week if there are no problems.
It renders with some thin black lines around the boxes, see screenshot.
This seems to be related to firefox' zoom feature. It also happens with the old code on build.o.o.
Ah, you're right, the page was zoomed somehow and Ctrl-0 fixed it. And the same happens with the old webclient, so it's not a regression. Sorry for the noise then. Michal -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Thomas Schmidt wrote:
Hi, we installed a testversion of the current webclient svn to: https://build.opensuse.org/stage/
It contains a new inplace login field, and some changes to the codebase. Please check if everything works as expected, We plan to put it into production at the end of the week if there are no problems.
The current svn state is now deployed on build.opensuse.org. Greetings -- Thomas Schmidt (tom [at] opensuse.org) openSUSE Boosters Team "Don't Panic", Douglas Adams (1952 - 11.05.2001) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (4)
-
Christian Boltz
-
Matthias Fehring
-
Michal Marek
-
Thomas Schmidt