[web2py] Re: online book : jQuery.attr to jQuery.prop

2013-08-08 Thread Massimo Di Pierro
fixed in trunk. Thanks. On Thursday, 8 August 2013 06:48:43 UTC-5, Antonis Konstantinos Tzorvas wrote: > > v5 - p. 504 > > - if(jQuery('#taxpayer_married').attr('checked')) > > attr is not being used anymore and this has to change in: > + if(jQuery('#taxpayer_married').prop('checked')) > > in oth

[web2py] Re: Online book is down (producing internal error)

2012-03-22 Thread Anthony
Yes, the problem was brief.

[web2py] Re: Online book is down (producing internal error)

2012-03-22 Thread Massimo Di Pierro
> > Seems to work now. >

[web2py] Re: Online Book Typo

2011-11-10 Thread Massimo Di Pierro
Lots of typos have been fixed. Will post a book ed 3.3 shortly On Nov 10, 11:19 am, mikech wrote: > So can we assume that the typos we see there now, have not been reported?

Re: [web2py] Re: Online Book Typo

2011-11-10 Thread mikech
So can we assume that the typos we see there now, have not been reported?

Re: [web2py] Re: Online Book Typo

2011-11-10 Thread Anthony
On Wednesday, November 9, 2011 11:13:02 PM UTC-5, mikech wrote: > > +1 for this. I wasn't thinking about major edits, but we could see > whether the typos etc. had already been reported and not > crowd the group with repeats. > The online book is temporarily locked, but normally when a minor typ

Re: [web2py] Re: Online Book Typo

2011-11-09 Thread mikech
+1 for this. I wasn't thinking about major edits, but we could see whether the typos etc. had already been reported and not crowd the group with repeats.

Re: [web2py] Re: Online Book Typo

2011-11-09 Thread Anthony
On Wednesday, November 9, 2011 1:58:56 AM UTC-5, viniciusban wrote: > > I think only texts are sufficient. > > We can send patches to Massimo (or somebody else) merge them in. > Without the book app, it's very difficult to see how your edits will look. Not a big deal for minor edits, but difficult

[web2py] Re: Online Book Typo

2011-11-08 Thread Gour
On Wed, 9 Nov 2011 02:26:44 -0200 Vinicius Assef wrote: > Massimo, > what about putting the book text in a dvcs? (git, hg, etc.) +1 Sincerely, Gour -- Those who are on this path are resolute in purpose, and their aim is one. O beloved child of the Kurus, the intelligence of those who are

Re: [web2py] Re: Online Book Typo

2011-11-08 Thread Vinicius Assef
I think only texts are sufficient. We can send patches to Massimo (or somebody else) merge them in. -- Vinicius Assef. On Wed, Nov 9, 2011 at 4:36 AM, Anthony wrote: > On Tuesday, November 8, 2011 11:26:44 PM UTC-5, viniciusban wrote: >> >> Massimo, >> what about putting the book text in a dvc

Re: [web2py] Re: Online Book Typo

2011-11-08 Thread Anthony
On Tuesday, November 8, 2011 11:26:44 PM UTC-5, viniciusban wrote: > > Massimo, > what about putting the book text in a dvcs? (git, hg, etc.) > > Wouldn't it simplify updates? > Should include the whole book app -- otherwise it would be difficult to see the results of edits made on your local mach

Re: [web2py] Re: Online Book Typo

2011-11-08 Thread Vinicius Assef
Massimo, what about putting the book text in a dvcs? (git, hg, etc.) Wouldn't it simplify updates? -- Vinicius Assef. On Wed, Nov 9, 2011 at 1:15 AM, Massimo Di Pierro wrote: > No but email me. > On Nov 8, 2011, at 6:54 PM, mikech wrote: > >> I was wondering if there was any 'bug' tracking in

[web2py] Re: Online Book Typo

2011-11-08 Thread Massimo Di Pierro
No but email me. On Nov 8, 2011, at 6:54 PM, mikech wrote: I was wondering if there was any 'bug' tracking in relation to the documentation. It might be a good idea to track the corrections, and changes.

[web2py] Re: Online Book Typo

2011-11-08 Thread mikech
I was wondering if there was any 'bug' tracking in relation to the documentation. It might be a good idea to track the corrections, and changes.

Re: [web2py] Re: Online Book Typo

2011-11-08 Thread Ismael Serratos
another :p and it is used internally by the *SQLFORM.gird *and SQLFORM.smartgrid. Should be SQLFORM.grid instead of SQLFORM.gird in http://web2py.com/book/default/chapter/06#smart_query-%28experimental%29 On Mon, Nov 7, 2011 at 5:54 PM, Anthony wrote: > FYI, I am not specifically looking for

[web2py] Re: Online Book Typo

2011-11-07 Thread Anthony
FYI, I am not specifically looking for typos, but I am adding a bunch of material to the book and reviewing most of the newer material, so I'm catching a lot of typos and errors as well. So, as Andrew says, most of the typos and formatting issues will likely be resolved by the next release. Ant

[web2py] Re: Online Book Typo

2011-11-07 Thread Andrew
I'm going through the book in detail looking for typos, and trying to absorb some more learnings at the same time. By all means go ahead, but we may be doubling up in effort. May I suggest waiting for a cleaned up Version 3.3 ? I hope it will only contain one or two missed typos that may need ma

[web2py] Re: Online Book Typo

2011-11-07 Thread mikech
Ok I'm reading thru that chapter, and forward. So I'll report what I find.

[web2py] Re: Online Book Typo

2011-11-07 Thread Andrew
Hi Mike, I'm going through each of the chapters and sending my changes to Massimo. I hope I catch everything, but I'll be looking at your posts here to make sure I've got them. Andrew W On Nov 7, 4:46 pm, mikech wrote: > I would be glad to help clean up the book if you need it.  Otherwise I wil

[web2py] Re: Online Book Typo

2011-11-06 Thread mikech
One more thing: As soon as a worker is available it picks the first ready task schduled to run - As soon as a worker is available it picks the first scheduled task that is ready to run.

[web2py] Re: Online Book Typo

2011-11-06 Thread mikech
Further down in the chapter on scheduler there are these paragraphs. Once a task exists (there is a record in the "scheduler_talk" table), is QUEUED, and is ready (*mmeets* all the conditions specified in the record) it can be picked up by a worker. As soon as a worker is available it picks the

[web2py] Re: Online Book Typo

2011-11-06 Thread mikech
I would be glad to help clean up the book if you need it. Otherwise I will post the issues here. Mike

[web2py] Re: Online Book Typo

2011-11-06 Thread Massimo Di Pierro
Thanks. Massimo On Nov 6, 2011, at 1:17 AM, mikech wrote: > In the section Scheduler: > > It provides a standrad mechanism for creating and scheduling tasks. > > The first argument of the Scheduler class must be the database to be used by > the scheduler to communicate with the workers. Thi

[web2py] Re: Online Book Typo

2011-11-05 Thread mikech
In the section Scheduler: It provides a *standrad* mechanism for creating and scheduling tasks. The first argument of the Scheduler class must be the database to be used by the scheduler to communicate with the workers. This can be the db of the app or another* dedictade* db,perhaps one shared

[web2py] Re: Online Book Typo

2011-11-01 Thread Massimo Di Pierro
yes please! On Nov 1, 10:13 pm, Andrew wrote: > I am currently re-reading the book since version 3.2 came out, and > I'll probably do the same for 4.0.  It's slowly sinking in. > > I have also come across a number of typos too.  Massimo, would you > like feedback on this, or can we make suggested

[web2py] Re: Online Book Typo

2011-11-01 Thread Andrew
I am currently re-reading the book since version 3.2 came out, and I'll probably do the same for 4.0. It's slowly sinking in. I have also come across a number of typos too. Massimo, would you like feedback on this, or can we make suggested changes and send them through. Andrew On Nov 2, 7:4

[web2py] Re: online book

2011-09-21 Thread Massimo Di Pierro
Was added then removed here: http://code.google.com/p/web2py/source/diff?spec=svned44c73152b2dad48cba5737d78681ccc1f24a8a&r=ed44c73152b2dad48cba5737d78681ccc1f24a8a&format=side&path=/gluon/globals.py Now I remember why... we had a discussion on web2py-developers whether to include it or not becaus

[web2py] Re: online book

2011-09-21 Thread Massimo Di Pierro
That is very strange. I remember committing it long ago. Somehow got reverted. I will hunt it down and push back tonight. On Sep 21, 2:46 pm, nick name wrote: > This is quite amazing. Thanks to everyone involved for the great work, and > especially Massimo for masterfully co-ordinating everything

[web2py] Re: online book

2011-09-21 Thread nick name
This is quite amazing. Thanks to everyone involved for the great work, and especially Massimo for masterfully co-ordinating everything without breaking backward compatibility Small remark: (posted it in another thread, but repeating here in case it was not visible enough) request.utcnow is men

[web2py] Re: online book

2011-09-21 Thread Massimo Di Pierro
It is a lot of stuff but it doable in 2-3 weeks. Massimo On Sep 21, 7:13 am, Ross Peoples wrote: > That's a LOT of stuff to document, but it's worth it. All of those great > features in just a short time. Everyone has been doing an awesome job!

[web2py] Re: online book

2011-09-21 Thread Ross Peoples
That's a LOT of stuff to document, but it's worth it. All of those great features in just a short time. Everyone has been doing an awesome job!

Re: [web2py] Re: online book

2011-09-21 Thread Massimiliano
Ok found for Chrome: Preferenze->Roba da smanettoni->Impostazioni di lingua e controllo ortografico Thank you for the tip On Wed, Sep 21, 2011 at 9:51 AM, Massimiliano wrote: > And for Chrome or safari is there a way? > > > On Wed, Sep 21, 2011 at 9:49 AM, Bruno Rocha wrote: > >> what browser

Re: [web2py] Re: online book

2011-09-21 Thread Massimiliano
And for Chrome or safari is there a way? On Wed, Sep 21, 2011 at 9:49 AM, Bruno Rocha wrote: > what browser? > > IN firefox you go to preferences > content > language and set en as the > primary one. > > > On Wed, Sep 21, 2011 at 4:40 AM, Massimiliano wrote: > >> Stupid question. >> Is there a

Re: [web2py] Re: online book

2011-09-21 Thread Bruno Rocha
what browser? IN firefox you go to preferences > content > language and set en as the primary one. On Wed, Sep 21, 2011 at 4:40 AM, Massimiliano wrote: > Stupid question. > Is there a way to get the english version of the book with the browser in > italian language? :-) > > Thank you > > > On W

Re: [web2py] Re: online book

2011-09-21 Thread Massimiliano
Stupid question. Is there a way to get the english version of the book with the browser in italian language? :-) Thank you On Wed, Sep 21, 2011 at 6:17 AM, Ivica Kralj wrote: > Wow, Impressive list... more features to play with... This is going to be > great :) > > Thanks all > > > On 20 Septem

Re: [web2py] Re: online book

2011-09-20 Thread Ivica Kralj
Wow, Impressive list... more features to play with... This is going to be great :) Thanks all On 20 September 2011 23:17, Massimo Di Pierro wrote: > List of new features NOT yet documented in the book. I think: > > > - LICENSE CHANGE FROM GPLv2 to LGPLv3 > - new URL syntax > - new T behavior >

[web2py] Re: online book

2011-09-20 Thread weheh
That is one *very impressive* list of new stuff and new documentation. Thanks everyone who contributed.

[web2py] Re: online book

2011-09-20 Thread Massimo Di Pierro
List of new features NOT yet documented in the book. I think: - LICENSE CHANGE FROM GPLv2 to LGPLv3 - new URL syntax - new T behavior - new app level logging with logging.conf (thanks Jonathan) - Polymmodel support on GAE - current - added pyfpdf, thank Mariano - db(db.table), db(db.table.id) bot

[web2py] Re: Online book updated again

2010-08-11 Thread Rob
I just noticed a typo just above: http://web2py.com/book/default/chapter/13?search=cid >>which can be accessed by the action via the variables: >>1. request.env.http_web2py_component_location >>2. request.env.http_web2py_component_location (should be >>http_web2py_component_element?) On Aug 1

[web2py] Re: online book correction protocol

2010-03-04 Thread mdipierro
more then deleted, marked as fixed. On Mar 4, 10:07 pm, DenesL wrote: > So the entries in errata are finding their way into the book and are > being deleted afte, right?. > > On Mar 4, 9:39 pm, mdipierro wrote: > > > The fact is that some new users may want to be able to report issues > > (and t

[web2py] Re: online book correction protocol

2010-03-04 Thread DenesL
So the entries in errata are finding their way into the book and are being deleted afte, right?. On Mar 4, 9:39 pm, mdipierro wrote: > The fact is that some new users may want to be able to report issues > (and they can edit errata) but they cannot edit the book. > -- You received this message

[web2py] Re: online book correction protocol

2010-03-04 Thread mdipierro
The fact is that some new users may want to be able to report issues (and they can edit errata) but they cannot edit the book. On Mar 4, 9:51 am, DenesL wrote: > Inhttp://groups.google.com/group/web2py/msg/7b9661eac4f788e0Massimo > said: > > - - - - - - - - - - - - > I made some of you editors (

[web2py] Re: online book correction protocol

2010-03-04 Thread DenesL
In http://groups.google.com/group/web2py/msg/7b9661eac4f788e0 Massimo said: - - - - - - - - - - - - I made some of you editors (if you are not and want to be just ask) Please follow these few rules: - Try use wiki instead of editing book section - Do not rearrange or edit text in book sections