Ok, sounds good. I'll convert the code to use hidden argument explained in
Chapter 7. Thanks for the explanation, Anthony.
I'm guessing that was never supposed to work. I think the 'type' argument
to Field() is only supposed to take one of the DAL's pre-defined types. In
the past this worked because without specifying a widget or one of the
recognized field types, the field was given the string widget by default,
a
SQLFORM.factory hidden fields are not working the same in 1.99.3 as in
1.99.2. Here is a simple example
form = SQLFORM.factory(
Field('text_field'),
Field('hidden_field', type='hidden', default='test'),)
The hidden field is not hidden. Here is the html produced. The first is
from 1.99.2, the
Web2py leitmotiv should be :
Web2py : always further...
:)
Richard
On Sun, Dec 11, 2011 at 8:26 PM, Anthony wrote:
> Massimo, shortly I'll be sending an updated 'examples' that fixes this as
> well as some other issues (courtesy of Chris May). The Bossie Award problem
> is resolved by moving
Massimo, shortly I'll be sending an updated 'examples' that fixes this as
well as some other issues (courtesy of Chris May). The Bossie Award problem
is resolved by moving the .announce div outside the statusbar div (perhaps
it was nested inadvertently).
Anthony
On Sunday, December 11, 2011 3:
Does this work?
.announce { clear:both;position:absolute;align:center;color:white;top:
120px;font-weight:bold;text-align:center;}
your proposed chance breaks it for me with chrome.
On Dec 11, 12:11 pm, Jim Gregory wrote:
> Changing the "announce" class specification on line 13 in examples.css
>
Changing the "announce" class specification on line 13 in examples.css
from :
.announce { position:absolute;align:center;color:white;top:120px;font-
weight:bold;text-align:center;}
to:
.announce {clear:both;color:white;top:120px;font-weight:bold;text-
align:center;}
takes care of the problem for
we abandoned ez-css.
we are not abandoning mercurial. Just replacing bzr with git.
On Dec 11, 5:11 am, "ma...@rockiger.com"
wrote:
> The new home page looks very nice.
>
> Means this web2py is leaving ez-css und mercurial behind?
> I am just asking because of my introductory book to web developm
The new home page looks very nice.
Means this web2py is leaving ez-css und mercurial behind?
I am just asking because of my introductory book to web development
featuring web2py
and don't wanna present obsolete solutions.
This was just a on the fly test in Firebug. And it doesn't feel
right to insert some random BR in there.
Oh, how I hate floats. You can't do without them and then
something random happens ...
Massimo Di Pierro wrote:
> Can you emailed me the fixed layout.html?
>
> On Dec 10, 6:02 pm, Stefan S
Can you emailed me the fixed layout.html?
On Dec 10, 6:02 pm, Stefan Scholl wrote:
> Massimo Di Pierro wrote:
>
> > The new web site layout needs work but we put it out there hoping for
> > more feedback.
>
> The announcement "2011 BOSSIE AWARD FOR OPEN SOURCE DEVELOPMENT
> SOFTWARE" is cut off
Massimo Di Pierro wrote:
> The new web site layout needs work but we put it out there hoping for
> more feedback.
The announcement "2011 BOSSIE AWARD FOR OPEN SOURCE DEVELOPMENT
SOFTWARE" is cut off and too far on the right in Firefox 9.0 Beta
on Mac OS X 10.6.
Haven't found a good solution, but
> We could not call it 1.100 because it would break the old automatic
> upgrade mechanism (1 comes before 9, yikes).
>
Why not make the upgrade from old version a two-step process? Or is
this too high a price to pay for being absolutely clear that the API
not been broken?
I know bumping major ve
LightDot escribió:
I'm browsing trough the new web page a bit and I can report a glitch:
div class "sixteen columns announce" gets thrown to the right, so I
get a horizontal scroll bar even on a 1920px wide screen. Tested on
linux, Firefox 8 and Opera 11.60 (screenshot attached).
Chromium 1
http://web2py.com/examples/static/1.99.2/web2py_src.zip, etc.
Anthony
Congrats to everyone. If people are still using 1.99.2 (or older version),
is there a place of reference for those versions? At last the n - 1 (n =
latest version)?
BTW, I like to new layout
Rgds,
Joseph
I think I fixed it. Can you check it?
On Dec 9, 4:18 pm, nick name wrote:
> I just pulled git and hg and there's a small difference (that was also
> already there a few days ago):
>
> Only in web2py.hg/applications/examples/static/js: modernizr-1.6.min.js
> Only in web2py.hg/applications: __ini
Safest way to update from 1.99.2? last time I did an update through
the interface and it didnt go through.
Thanks
dan
On Dec 9, 2:18 pm, nick name wrote:
> I just pulled git and hg and there's a small difference (that was also
> already there a few days ago):
>
> Only in web2py.hg/appl
I just pulled git and hg and there's a small difference (that was also
already there a few days ago):
Only in web2py.hg/applications/examples/static/js: modernizr-1.6.min.js
Only in web2py.hg/applications: __init__.py
Only in web2py.hg/applications/welcome/models: db.py.orig
Only in web2py.gi
I solved so:
admin\static\plugin_multiselect\jquery.multiselect.css
line 14 becomes
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */;
overflow-y:scroll; margin-left:0; width:100%; }
line 16 becomes
.ui-multiselect-checkboxes label input { position:relative; top:1px;
right
You are not the only one.
If anybody whats to work on improving it (perhaps merging the old and
new one) I'd be happy. Thins I like about the new one:
-uses skeleton (like welcome)
- shares lots of structure and files with welcome
- menu is generated from text, not an image
Massimo
On Dec 9, 12:
I miss a "click here for regular website" to bypass mobile detection.
http://zerp.ly/rochacbruno
Em 09/12/2011 16:01, "Vasile Ermicioi" escreveu:
> also web2py.com website changed,
> I like old menu better than new one
>
also web2py.com website changed,
I like old menu better than new one
It includes a link to the QR code for the url.
On Dec 9, 11:04 am, Bruno Rocha wrote:
> what does {{=MARKMIN('qr:http://web2py.com')}} ??
This is a CSS issue. Can you help us fix it?
On Dec 9, 11:04 am, António Ramos wrote:
> BUG!
> I have windows 7
> the app wizard does not show any plugin but if i select *check all* it
> replies "23 selected"
> If i select uncheck all , nothing happens. Still 23 selected
>
> This was also a b
25 matches
Mail list logo