[web2py] Re: web2py 2.7.1 is OUT

2013-10-07 Thread Mirko
Hi,
Is it this one ? https://github.com/mdipierro/web2py-book
Thanks,
Mirko

On Monday, October 7, 2013 3:36:09 AM UTC+2, Tim Richardson wrote:

 the trunk version of the book available on GIT is as up to date as 
 possible (and a lot more recent than the version linked to on the website). 
 The book is simply a web2py app, so you can git clone it into a web2py 
 applications directory and hey presto, you've got the latest version. 


 On Saturday, October 5, 2013 10:20:21 PM UTC+10, Arnon Marcus wrote:

 How updated are the documentation? What version does the book reflect?



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [web2py] Re: web2py 2.7.1 is OUT

2013-10-07 Thread Johann Spies
On 7 October 2013 08:30, Mirko mscavaz...@gmail.com wrote:

 Hi,
 Is it this one ? https://github.com/mdipierro/web2py-book


Yes.

Regards
Johann

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [web2py] Re: web2py 2.7.1 is OUT

2013-10-06 Thread 黄祥
just want to clarify the order field (is not normal) only in windows 
binary, not in source. already tested (packed from windows binary (that is 
not normal order field on grid) and upload it to pythonanywhere (that use 
source) the order field on grid is normal).
btw, how can i get the order field on grid is same like on the source?

thanks and best regards,
stifan

On Saturday, October 5, 2013 9:44:58 AM UTC+7, 黄祥 wrote:

 is the order field on grid is change?
 e.g. 
 db.define_table('purchase_requisition_header', 
 Field('purchase_requisition_no'), 
 Field('purchase_requisition_date', 'date', notnull=True),
 Field('supplier', 'reference supplier', notnull=True), 
 Field('payment_type', 'reference payment_type', notnull=True), 
 Field('is_delivery', 'boolean'),
 Field('notes', 'text'),
 Field('is_authorized', 'boolean'),
 Field('status', notnull=True),
 Field('grand_total', 'decimal(10,2)'), 
 format='%(purchase_requisition_no)s')

 in 2.6.4 grid (the order field in grid same like the ordered field table 
 define in models) :
 Id, Purchase Requisition No, Purchase Requisition Date, Supplier, Payment 
 Type, Is Delivery, Notes, Is Authorized, Status, Grand Total

 In 2.7.1 grid :
 Is Delivery, Id, Supplier, Payment Type, Status, Is Authorized, Grand 
 Total, Purchase Requisition Date, Notes, Purchase Requisition No

 how can i get the same order field in grid same like ordered field in 
 models?

 thanks and best regards,
 stifan


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: web2py 2.7.1 is OUT

2013-10-06 Thread Tim Richardson
the trunk version of the book available on GIT is as up to date as possible 
(and a lot more up to the date than the version linked to on the website). 
The book is simply a web2py app, so you can git clone it into a web2py 
applications directory and hey presto, you've got the latest version. 


On Saturday, October 5, 2013 10:20:21 PM UTC+10, Arnon Marcus wrote:

 How updated are the documentation? What version does the book reflect?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: web2py 2.7.1 is OUT

2013-10-05 Thread Gour
On Fri, 4 Oct 2013 19:54:25 -0500
Massimo DiPierro
massimo.dipie...@gmail.com wrote:

 Changelog

When I try with the trunk just cloned from github:

python web2py.py -p localport -a recycle

and attempt to access admin remotely (see the admin disabled... or why is 
parameters_80.py needed thread, I get only 'a' as response for both
http and https requests:

/usr/lib/python2.6/dist-packages/pytz/__init__.py:32: UserWarning: 
Module _mysql was already imported
from /usr/lib/pymodules/python2.6/_mysql.so,
but /usr/lib/pymodules/python2.6 is being added to sys.path from
pkg_resources import resource_stream web2py Web Framework Created by
Massimo Di Pierro, Copyright 2007-2013 Version
2.7.1-stable+timestamp.2013.10.04.21.30.48 Database drivers available:
SQLite(sqlite2), SQLite(sqlite3), MySQL(pymysql), MySQL(MySQLdb),
PostgreSQL(psycopg2), PostgreSQL(pg8000), MSSQL(pyodbc), DB2(pyodbc),
Teradata(pyodbc), Ingres(pyodbc), CouchDB(couchdb), MongoDB(pymongo),
IMAP(imaplib) please visit: http://127.0.0.1:localport/ use kill
-SIGTERM 16411 to shutdown the web2py server


Sincerely,
Gour

-- 
As a blazing fire turns firewood to ashes, O Arjuna, so does the 
fire of knowledge burn to ashes all reactions to material activities.

http://www.atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: web2py 2.7.1 is OUT

2013-10-05 Thread Arnon Marcus
How updated are the documentation? What version does the book reflect?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: web2py 2.7.1 is OUT

2013-10-04 Thread IVINH
LDAP_AUTH:

 File D:\web2py\gluon\contrib\login_methods\ldap_auth.py, line 645
if username is None:
   ^
IndentationError: unindent does not match any outer indentation level




Vào 07:54:25 UTC+7 Thứ bảy, ngày 05 tháng mười năm 2013, Massimo Di Pierro 
đã viết:

 Changelog 

 - jQuery 1.10.2 
 - codemirror 3.18, thanks Paolo 
 - namespaces in T(Welcome, ns=namespace), thanks jamarcer 
 (experimental) 
 - more Auth options, thanks Charles 
 - more admin configuration, thanks Roberto 
 - new gluon.contrib.strip.StripeForm for PCI compliant payments 
 - webclient can hendle lists, thanks Yair 
 - allows SQLFORM.grid(...,ignore_common_filters=True) 
 - more translations, thanks Vladyslav 
 - better session2trash.py, works with scheduler, thanks niphlod 
 - fixed problem with ENABLED/DISABLED 
 - many bug fixes, thanks Simone, Michele, Anthony, Paolo, Roberto, Tim, 
 and many others 

 Warm thank you to all those who contributed. 

 Massimo

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: web2py 2.7.1 is OUT

2013-10-04 Thread Massimo Di Pierro
Ouch. I will post 2.7.2 asap.

On Friday, 4 October 2013 21:13:24 UTC-5, IVINH wrote:

 LDAP_AUTH:

  File D:\web2py\gluon\contrib\login_methods\ldap_auth.py, line 645
 if username is None:
^
 IndentationError: unindent does not match any outer indentation level




 Vào 07:54:25 UTC+7 Thứ bảy, ngày 05 tháng mười năm 2013, Massimo Di Pierro 
 đã viết:

 Changelog 

 - jQuery 1.10.2 
 - codemirror 3.18, thanks Paolo 
 - namespaces in T(Welcome, ns=namespace), thanks jamarcer 
 (experimental) 
 - more Auth options, thanks Charles 
 - more admin configuration, thanks Roberto 
 - new gluon.contrib.strip.StripeForm for PCI compliant payments 
 - webclient can hendle lists, thanks Yair 
 - allows SQLFORM.grid(...,ignore_common_filters=True) 
 - more translations, thanks Vladyslav 
 - better session2trash.py, works with scheduler, thanks niphlod 
 - fixed problem with ENABLED/DISABLED 
 - many bug fixes, thanks Simone, Michele, Anthony, Paolo, Roberto, Tim, 
 and many others 

 Warm thank you to all those who contributed. 

 Massimo



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [web2py] Re: web2py 2.7.1 is OUT

2013-10-04 Thread Alfonso de la Guarda
Massimo,

Let me fix that, i am checking also for more possible bugs using
inspect code from pycharm
Saludos,


Alfonso de la Guarda
Twitter: @alfonsodg
Redes sociales: alfonsodg
   Telef. 991935157
1024D/B23B24A4
5469 ED92 75A3 BBDB FD6B  58A5 54A1 851D B23B 24A4


On Fri, Oct 4, 2013 at 9:30 PM, Massimo Di Pierro
massimo.dipie...@gmail.com wrote:
 Ouch. I will post 2.7.2 asap.


 On Friday, 4 October 2013 21:13:24 UTC-5, IVINH wrote:

 LDAP_AUTH:

  File D:\web2py\gluon\contrib\login_methods\ldap_auth.py, line 645
 if username is None:
^
 IndentationError: unindent does not match any outer indentation level




 Vào 07:54:25 UTC+7 Thứ bảy, ngày 05 tháng mười năm 2013, Massimo Di Pierro
 đã viết:

 Changelog

 - jQuery 1.10.2
 - codemirror 3.18, thanks Paolo
 - namespaces in T(Welcome, ns=namespace), thanks jamarcer
 (experimental)
 - more Auth options, thanks Charles
 - more admin configuration, thanks Roberto
 - new gluon.contrib.strip.StripeForm for PCI compliant payments
 - webclient can hendle lists, thanks Yair
 - allows SQLFORM.grid(...,ignore_common_filters=True)
 - more translations, thanks Vladyslav
 - better session2trash.py, works with scheduler, thanks niphlod
 - fixed problem with ENABLED/DISABLED
 - many bug fixes, thanks Simone, Michele, Anthony, Paolo, Roberto, Tim,
 and many others

 Warm thank you to all those who contributed.

 Massimo

 --
 Resources:
 - http://web2py.com
 - http://web2py.com/book (Documentation)
 - http://github.com/web2py/web2py (Source code)
 - https://code.google.com/p/web2py/issues/list (Report Issues)
 ---
 You received this message because you are subscribed to the Google Groups
 web2py-users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to web2py+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [web2py] Re: web2py 2.7.1 is OUT

2013-10-04 Thread 黄祥
is the order field on grid is change?
e.g. 
db.define_table('purchase_requisition_header', 
Field('purchase_requisition_no'), 
Field('purchase_requisition_date', 'date', notnull=True),
Field('supplier', 'reference supplier', notnull=True), 
Field('payment_type', 'reference payment_type', notnull=True), 
Field('is_delivery', 'boolean'),
Field('notes', 'text'),
Field('is_authorized', 'boolean'),
Field('status', notnull=True),
Field('grand_total', 'decimal(10,2)'), 
format='%(purchase_requisition_no)s')

in 2.6.4 grid (the order field in grid same like the ordered field table 
define in models) :
Id, Purchase Requisition No, Purchase Requisition Date, Supplier, Payment 
Type, Is Delivery, Notes, Is Authorized, Status, Grand Total

In 2.7.1 grid :
Is Delivery, Id, Supplier, Payment Type, Status, Is Authorized, Grand 
Total, Purchase Requisition Date, Notes, Purchase Requisition No

how can i get the same order field in grid same like ordered field in 
models?

thanks and best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.