Between the fixes, is the one about change/personalize auth tables?
2010/2/12, mdipierro <mdip...@cs.depaul.edu>:
> Please check it out. Minor fixes.
>
> --
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To post to this group, send email to web...@googlegroups.com.
> To unsubscribe from this group, send email to
> web2py+un...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/web2py?hl=en.
>
>
--
Atenciosamente
--
=========================
Alexandre Andrade
Hipercenter.com
On Feb 12, 6:52 pm, Alexandre Andrade <alexandrema...@gmail.com>
wrote:
> If minor fixes, why 1.15.1 and not 1.74.12?
>
> Between the fixes, is the one about change/personalize auth tables?
>
> 2010/2/12, mdipierro <mdipie...@cs.depaul.edu>:
> If this something you sent me? I do not recall anything on the
> subject.
The question is: how did you decide to go from 1.74 to 1.75, instead of bumping the third field.
Bug fixes.
Reserved SQL keywords checking
Parents and siblings
Can specify port with Firebird
Upgrade an app by unpacking over it
-Thadeus
> Normally we bump because there is a new feature, not a bug fix.
> Technically no features was added in 1.75.1 vs 1.74.11 but many new
> features have been added in between 1.74.1 and 1.74.11. All together
> they have been tested and together they justify a new full version
> number. I think they jump should have been happened before but i did
> not feel confident. I agree this process is somewhat arbitrary. I
> would not oppose to some more strict rules about numbering. Feel free
> to make a proposal.
Nothing from me. In my (commercial) experience it tends to be a marketing decision. But that it's always a good conversation starter.
(What would it take to go from 1. to 2.? Presumably less than it would take to go from web2py to web3py.)
When will software stop being about versions and just being about
feature sets and stability!
-Thadeus
<snip>
> (What would it take to go from 1. to 2.? Presumably less than it would take to go from web2py to web3py.)
Maybe you already know, but the 2 in web2py refers to the python major
version it is supported for. When it moves to full support for python
3 it will be web3py.
Regarding version numbers, I like just the date it was released.
i.e., Version 20100212 instead of 1.75.1 :)
-wes
when/if there will be a web3py 3 will definitively mean python 3.
Right now I am not so excited about python 3. Perhaps a web4py is more
likely although py4web would be a better name.
On Feb 12, 11:10 pm, Wes James <compte...@gmail.com> wrote:
On Feb 13, 4:09 am, Alexandre Andrade <alexandrema...@gmail.com>
wrote:
> In 8/Feb/2010 you wrote about the subject "Customizing Auth"
> ------------------------------------
> It is combinations of two things:
> 1) a bug (just fixed in trunk)
> 2) the example is missing something (I fixed it). Should be:
>
> auth.settings.table_user = db.define_table('auth_user',
> Field('first_name', length=512,default=''),
> Field('last_name', length=512,default=''),
> Field('email', length=512,default='',
> requires = [IS_EMAIL(),IS_NOT_IN_DB(db,'
> auth_user.email')]),
> Field('password', 'password',
> readable=False, label='Password',
> requires=CRYPT(auth.settings.hmac_key)),
> Field('registration_key', length=512,
> writable=False, readable=False,default=''),
> Field('reset_password_key', length=512,
> writable=False, readable=False, default=''))
>
> Sorry about this and thanks for help in debugging.
>
> Massimo
> -------------------------------------------------------
>
> I'm asking about the 1) a bug fixed in trunck
>
> 2010/2/13 mdipierro <mdipie...@cs.depaul.edu>
>
>
>
> > If this something you sent me? I do not recall anything on the
> > subject.
>
> > On Feb 12, 6:52 pm, Alexandre Andrade <alexandrema...@gmail.com>
> > wrote:
> > > If minor fixes, why 1.15.1 and not 1.74.12?
>
> > > Between the fixes, is the one about change/personalize auth tables?
>
> > > 2010/2/12, mdipierro <mdipie...@cs.depaul.edu>:
>
> > > > Please check it out. Minor fixes.
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "web2py-users" group.
> > > > To post to this group, send email to web...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > web2py+un...@googlegroups.com<web2py%2Bunsu...@googlegroups.com>
> > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/web2py?hl=en.
>
> > > --
> > > Atenciosamente
>
> > > --
> > > =========================
> > > Alexandre Andrade
> > > Hipercenter.com
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "web2py-users" group.
> > To post to this group, send email to web...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > web2py+un...@googlegroups.com<web2py%2Bunsu...@googlegroups.com>
On the server however... I havn't upgraded those things in forever,
and I won't until I find a version I am happy with :)
-Thadeus
On Feb 15, 9:49 am, Thadeus Burgess <thade...@thadeusb.com> wrote:
> I test code in trunk with my development, I always pull changes at the
> start of my day.
>
> On the server however... I havn't upgraded those things in forever,
> and I won't until I find a version I am happy with :)
>
> -Thadeus
>