Hi!
Please find an idea of repo module UI at:
http://home.arcor.de/martin.schmidkunz/repos21.html
The main differences to the current UI are:
* compliance with basic concept of overviews as shown on
gagarin.suse.de (OK, the edit string and delete functionality is
missing, but I am sure you`ll figure it out :-))
* less information on screen
* hints on priority
* first implementation of enable/disable in YaST based on current
survey results
My usability questions are:
* What do you think about the mock up?
* What does "Keep downloaded packages" mean?
* Does the target user group member know what the term "repository"
is? I doubt that.
* Does the target user group member know about "priorities"? Shouldn`t
it be explained a little bit more? Tooltip?
Looking forward to your comments!
Cu,
Martin
----------------------------------------------------------------
Martin Schmidkunz
User Experience Specialist
martin.schmidkunz(a)novell.com
+49 (0) 911 740 53-346
-----------------------------------------------------------------
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
-----------------------------------------------------------------
Novell, Inc.
Novell® Making IT Work As One™
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Do we have defined which standard/version should be used for webYaST?
There are several of them, see http://www.w3.org/standards/techs/css#w3c_all
IMO, we could use 'Cascading Style Sheets Level 2 Revision 1 (CSS 2.1)',
but it must be 'defined' somehow.
Thanks in advance
Lukas
- --
Lukas Ocilka
Appliances Department, Novell Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
iD8DBQFLfQqVVSqMdRCqTiwRAtTJAJwNXmrb1gmPKaxGNeKSez42DJPLuwCeJ13n
Qvm5tHkwDwr9Q61nK7n9CcA=
=T7nr
-----END PGP SIGNATURE-----
--
To unsubscribe, e-mail: yast-devel+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-devel+help(a)opensuse.org
jsrain, jdsn, tgoettlicher, mzugec, kkaempf, jsuchome, mkudlvasr, jreidinger,
lslezak, mvidner, dmacvicar
jsrain: working on docu
jdsn: planning to fix registration issues today
tgoettlicher: trying to get OBS autotest running, ETA today
mzugec: fixing, testing new appliance
kkaempf: mostly testing
jsuchome: testing, testcases, looking into 11.2 appliance
mkudlvasr: continuing firewall UIs, fixed in modules
jreidinger: held a testing session in Prague, examining test coverage
lslezak: bugfixing, testing new appliance, testcases - problems with package
kit mocking
mvidner: back, catching up
dmacvicar: still working on building the appliance in build service
--
Regards,
Jiri Srain
YaST Team Leader
---------------------------------------------------------------------
SUSE LINUX, s.r.o. e-mail: jsrain(a)suse.cz
Lihovarska 1060/12 tel: +420 284 084 659
190 00 Praha 9 fax: +420 284 084 001
Czech Republic http://www.suse.cz
--
To unsubscribe, e-mail: yast-devel+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-devel+help(a)opensuse.org
Hi,
yesterday during Prague testing session I talk about testing request to ensure, that correct data is sent, that model really try to get information from rest-service etc.
Today I add these checks to time module test suite for functional tests.
You can see it here
http://gitorious.org/opensuse/yast-web-client/commit/6645c5ff1666a63d0d4bb2…
If you have any question, feel free to ask
Josef
--
Josef Reidinger
YaST team
maintainer of perl-Bootloader, YaST2-Repair, parts of webyast
--
To unsubscribe, e-mail: yast-devel+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-devel+help(a)opensuse.org
Hi,
I am working on include WebYaST in the appliance. I followed the WebYaST vendor's guide:
http://www.novell.com/documentation/webyast/book_webyast_vendor/?page=/docu…
WebYaST initialization got stuck after accepting the license with error: Permission org.opensuse.yast.modules.yapi.administrator.read is not granted for user root
The appliance is vmware image and has 2G memory. I used SUSE Sudio Online to build the appliance.
Thanks,
Hai
Hi, all
>=== --- branches/SuSE-Code-11-Branch/gtk/ChangeLog (original)
> +++ branches/SuSE-Code-11-Branch/gtk/ChangeLog Thu Feb 18 18:22:11 2010
> @@ -1,3 +1,8 @@
> +2010-02-18 Martin Kudlvasr <mkudlvasr(a)novell.com>
> +
> + * tests/Firewall_bnc567505.ycp: add Ricardo's test for bnc#567505
> + * Version 2.17.16
I've just noticed this test-case and also the bug it is associated with.
It's certainly helpful that y2-gtk now handles this situation gracefully and
prevents the whole thing from crashing, but - `item cell and the least of all,
the entire`item content should *never ever* become nil.
If it does, it is a bug in YCP code - think about substituting an empty string
if the value is undefined or eliminate nil's from the term list before passing
it to UI.
The bug (https://bugzilla.novell.com/show_bug.cgi?id=567505) should now be
reassigned to y2-firewall maintainer (with lower priority and/or severity) to
solve the YCP part.
fB.
> ===========================================================================
>=== --- branches/SuSE-Code-11-Branch/gtk/tests/Firewall_bnc567505.ycp
> (added) +++ branches/SuSE-Code-11-Branch/gtk/tests/Firewall_bnc567505.ycp
> Thu Feb 18 18:22:11 2010 @@ -0,0 +1,21 @@
> +// bug 567505
> +// GTK UI crashes when cell not set
> +
> +{
> + UI::OpenDialog(
> + `VBox(
> + `Table(
> + `header("Name", "Price"),
> + [
> + `item(`id(1), "Chili", 6),
> + `item(`id(2), "Salami Baguette", nil),
> + `item(nil), // crash
> + `item(`id(4), "Steak Sandwich", 12)
> + ]
> + ),
> + `PushButton("&OK")
> + )
> + );
> + UI::UserInput();
> + UI::CloseDialog();
> +}
--
To unsubscribe, e-mail: yast-devel+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-devel+help(a)opensuse.org
Hi webyast hackers!
Today I submited groups selection / deselection implementation into git, see
https://bugzilla.novell.com/show_bug.cgi?id=580455
There are 3 issues I'd like to ask you for help:
1 - it doesn't work with Internet Explorer 8 (which is supported
browser). Could anyone experienced find where the problem is?
2 - when one of the lists is too long it looks very bad. Any idea how to
solve it? (scrollbars, align into more columns, ...)
3 - also some visible distinction between "all groups" and "selected
groups" would be nice. I'll add labels there of course ;-)
Thank you,
Michal
--
To unsubscribe, e-mail: yast-devel+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-devel+help(a)opensuse.org
jsrain, mzugec, jdsn, kkaempf, dmacvicar, tgoettlicher, bbrunner, jsuchome,
schubi, jreidinger, mschmidkunz
everyone: fixing bugs
jdsn: digging into registration issues
dmacvicar: getting the release out, already announced
planning to build appliance in BuildService for next release
bbrunner: working on autotest script, starting tests automatically
jsuchome: to work on services module
schubi: clean-up BS projects in order to run on 11.2
jreidinger: found out security problems - even non-public methods can be
called from browser, alrady in bzilla
mschmidkunz: created enabling/disabling concept
Reminder: Beta5 is due on Thursday next week
Please, focus on bugfixing and test cases, everyone should spend time on
testing the appliance (we will have a daily build) and write a test report
--
Regards,
Jiri Srain
YaST Team Leader
---------------------------------------------------------------------
SUSE LINUX, s.r.o. e-mail: jsrain(a)suse.cz
Lihovarska 1060/12 tel: +420 284 084 659
190 00 Praha 9 fax: +420 284 084 001
Czech Republic http://www.suse.cz
--
To unsubscribe, e-mail: yast-devel+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-devel+help(a)opensuse.org