I've been recently just updating with the link in the admin console.
Will this update the admin and welcome apps?
If not, how do I best migrate to the new version?
--
Andrew Thompson
http://aktzero.com/
web2py is running on ubuntu, but I'm managing it from chrome on win7.
After upgrading, the redirect back failed. Attempting to reload the
admin page gave me more failures.
If anyone wants to glance over the error files:
http://aktzero.com/static/scratch/__ffff_127.0.0.1.2010-11-12.19-03-03.214c98d0-8098-402f-b763-4343b57db743
http://aktzero.com/static/scratch/__ffff_127.0.0.1.2010-11-12.19-03-00.e4723686-3941-4b87-b311-ff93903df654
http://aktzero.com/static/scratch/__ffff_127.0.0.1.2010-11-12.19-04-02.80cd2b37-276d-4029-b138-f51cfe10ff1c
http://aktzero.com/static/scratch/__ffff_127.0.0.1.2010-11-12.19-02-57.431d91af-4e2f-465c-8e59-c5e5f0f2e444
Restarting the web2py process cleared it up, and it seems to be ok. I've
got the new admin interface, and my small handfull of sites are still
running.
1. controls are microscopic
2. it's not obvious you can switch between fields by clicking on them
since fields are enclosed in a single box with no visible separators
3. you cannot jump to desired values (you must cycle through values)
The optimal control would:
1. use familiar mechanism for selecting values
2. enable jumping to desired values
3. separate the components
A set of drop-downs or text boxes will do just fine in satisfying the
above requirements. I'll write the widget for you if you want, as soon
as I'm done with e4s layout.
--
Branko Vukelić
bg.b...@gmail.com
stu...@brankovukelic.com
Check out my blog: http://www.brankovukelic.com/
Check out my portfolio: http://www.flickr.com/photos/foxbunny/
Registered Linux user #438078 (http://counter.li.org/)
I hang out on identi.ca: http://identi.ca/foxbunny
Gimp Brushmakers Guild
http://bit.ly/gbg-group
Timeentry
--
Branko Vukelić
Should not, but they do. People should use Ctrl+V for paste (or
Shift+Ins), but they don't. You'd think that even the toolbar paste
icon would be quick enough, but they right-click and look for the
paste item which _never_ appear at the same place.
Us geeks have more than once made completely incorrect assumptions
about what people actually do. And they do unimaginably inefficient
things. Hell, if they did what I think is best, they'd be using
terminals for day-to-day file management, and write scripts to help
with those tasks. My impression in working with people who use office
type of apps is that they do indeed keep one hand on the mouse (not
literally, obviously). On more than one occasion, I've gotten explicit
requests to use drop-downs as time picker.
--
Branko Vukelić
I've looked around for a good timepicker a lot back when someone said
we needed a datetime picker. And my conclusion was that there is
currently no good solution for this. 80% of the solutions are
overengineered, and the rest either broken or painfully slow to use.
To quote a conclusion from a stackoverflow user:
"Time pickers just take this kind of UI fetish to a new extreme. Why
not allow your users to either type the time or just use a couple of
drop down boxes for hours and mins. Even drop down lists allow a user
to just type the time."[1]
So, a fancy-shmancy time picker is just a waste of time. Indeed,
writing a text box with client-side validation or a few drop-downs
makes much more sense until someone comes with a solution that just
makes sense to all of us and requires no further comments.
[1] http://stackoverflow.com/questions/476822/jquery-time-picker
--
Branko Vukelić
Don't say that twice. :) I work in a medium-sized company (few hundred
employees), and you can't imagine the pain some trainers went through
(and trainees, no doubt) trying to go over such simple operations as
pasting text using Ctrl+V. Tabbing through form fields is indeed black
art for some people. Anyway, nothing wrong in tabbing through. I'm
just saying that it's an acquired skill, that's all. Maybe it depends
on the region, I dunno, but I've gotten a similar impression working
with some people from the States.