[web2py] Re: web2py 2.9.6 is out!

2014-10-16 Thread Prasad Muley
Hi Massimo,
   I have had followed your instructions and got following error.
 [Errno 2] No such file or directory: 
u'pki/mycert.pem'

I think, there is a wrong path assigned in 
*applications/saml2/private/sp_config.py* for these keys
I've resolved this error by changing two lines in CONFIG setting as below

- "key_file": "pki/mykey.pem",
- "cert_file": "pki/mycert.pem"% PATH,

+ "key_file": "%s/pki/mykey.pem" % PATH,
+ "cert_file": "%s/pki/mycert.pem"% PATH,

I hope you'll update it in this pdf file.

On Saturday, September 13, 2014 8:36:54 AM UTC+5:30, Massimo Di Pierro 
wrote:
>
> Not published yet:
>
> https://dl.dropboxusercontent.com/u/18065445/Tmp/saml2.pdf
>
> On Thursday, 11 September 2014 10:50:29 UTC-5, Copper Lark wrote:
>>
>> support for SAML2 (with pysaml2)
>>>
>>
>> in docs not found ( 
>>
>

-- 
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/d/optout.


[web2py] Re: web2py 2.9.6 is out!

2014-09-12 Thread Massimo Di Pierro
Not published yet:

https://dl.dropboxusercontent.com/u/18065445/Tmp/saml2.pdf

On Thursday, 11 September 2014 10:50:29 UTC-5, Copper Lark wrote:
>
> support for SAML2 (with pysaml2)
>>
>
> in docs not found ( 
>

-- 
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/d/optout.


[web2py] Re: web2py 2.9.6 is out!

2014-09-12 Thread Tim Richardson


On Friday, 12 September 2014 01:50:29 UTC+10, Copper Lark wrote:
>
> support for SAML2 (with pysaml2)
>>
>
> in docs not found ( 
>

http://web2py.com/books/default/chapter/29/15/helping-web2py#Documentation--Updating-the-book
 
:)  

-- 
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/d/optout.


[web2py] Re: web2py 2.9.6 is out!

2014-09-11 Thread Copper Lark

>
> support for SAML2 (with pysaml2)
>

in docs not found ( 

-- 
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/d/optout.


Re: [web2py] Re: web2py 2.9.6 is out!

2014-09-03 Thread António Ramos
Having the table of contents always available  gives the user a better
experience in my opinion.


something like meteor docs http://docs.meteor.com/







2014-09-02 22:40 GMT+01:00 Tim Richardson :

> Someone a long time ago added a jump to the top button in the scroll bar.
> Doesn't this help?
> Also, search is good for finding topics.
>
> --
> 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/d/optout.
>

-- 
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/d/optout.


[web2py] Re: web2py 2.9.6 is out!

2014-09-02 Thread Jan Beilicke


Thanks a lot, great work!

Fortunate coincidence: I wanted to use Sphinx for my current web2py project 
and was thinking about the best way to integrate it ... and there it is 
already! :)

Kind regards,

Jan

Am Dienstag, 2. September 2014 04:08:25 UTC+2 schrieb Massimo Di Pierro:
>
> This is a much improved revision. Lots of the changes are internal 
> rewrites to strengthen the security and enable porting to bootstrap 3 in 
> the next version. The list below does not give justice to how much work 
> went into this release. Much better GAE support too. I strongly encourage 
> you to upgrade.
>
> Many thanks all those who have helped in particular Niphlod, Anthony, and 
> Leonel.
>
>
> Changelog:
>
>
> - Sphinx documentation (thanks Niphlod)
>
> - improved scheduler (thanks Niphlod)
>
> - increased security
>
> - support for SAML2 (with pysaml2)
>
> - postgres support for "INSERT ... RETURING ..."
>
> - ldap support for Certificate Authority (thanks Maggs and Shane)
>
> - improved support for S/Mime X.509 (thanks Gyuris)
>
> - better welcome app
>
> - support for Collection+JSON Hypermedia API (RESTful self documenting API)
>
> - jQuery 1.11
>
> - codemirror 4.0.3
>
> - support for the new janrain API
>
> - new "web2py.py -G config" to make GAE configuration easier
>
> - many small bug fixes
>
>
>

-- 
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/d/optout.


Re: [web2py] Re: web2py 2.9.6 is out!

2014-09-02 Thread Tim Richardson
Someone a long time ago added a jump to the top button in the scroll bar. 
Doesn't this help? 
Also, search is good for finding topics. 

-- 
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/d/optout.


[web2py] Re: web2py 2.9.6 is out!

2014-09-02 Thread JorgeH
Thanks and congrats!

Keep up the good work!!

On Monday, September 1, 2014 9:08:25 PM UTC-5, Massimo Di Pierro wrote:
>
> This is a much improved revision. Lots of the changes are internal 
> rewrites to strengthen the security and enable porting to bootstrap 3 in 
> the next version. The list below does not give justice to how much work 
> went into this release. Much better GAE support too. I strongly encourage 
> you to upgrade.
>
> Many thanks all those who have helped in particular Niphlod, Anthony, and 
> Leonel.
>
>
> Changelog:
>
>
> - Sphinx documentation (thanks Niphlod)
>
> - improved scheduler (thanks Niphlod)
>
> - increased security
>
> - support for SAML2 (with pysaml2)
>
> - postgres support for "INSERT ... RETURING ..."
>
> - ldap support for Certificate Authority (thanks Maggs and Shane)
>
> - improved support for S/Mime X.509 (thanks Gyuris)
>
> - better welcome app
>
> - support for Collection+JSON Hypermedia API (RESTful self documenting API)
>
> - jQuery 1.11
>
> - codemirror 4.0.3
>
> - support for the new janrain API
>
> - new "web2py.py -G config" to make GAE configuration easier
>
> - many small bug fixes
>
>
>

-- 
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/d/optout.


[web2py] Re: web2py 2.9.6 is out!

2014-09-02 Thread Joe Barnhart
So does LIKE default to case-sensitive now?  Will it stay that way?

https://code.google.com/p/web2py/issues/detail?id=1973

-- Joe

On Monday, September 1, 2014 7:08:25 PM UTC-7, Massimo Di Pierro wrote:
>
> This is a much improved revision. Lots of the changes are internal 
> rewrites to strengthen the security and enable porting to bootstrap 3 in 
> the next version. The list below does not give justice to how much work 
> went into this release. Much better GAE support too. I strongly encourage 
> you to upgrade.
>
> Many thanks all those who have helped in particular Niphlod, Anthony, and 
> Leonel.
>
>
> Changelog:
>
>
> - Sphinx documentation (thanks Niphlod)
>
> - improved scheduler (thanks Niphlod)
>
> - increased security
>
> - support for SAML2 (with pysaml2)
>
> - postgres support for "INSERT ... RETURING ..."
>
> - ldap support for Certificate Authority (thanks Maggs and Shane)
>
> - improved support for S/Mime X.509 (thanks Gyuris)
>
> - better welcome app
>
> - support for Collection+JSON Hypermedia API (RESTful self documenting API)
>
> - jQuery 1.11
>
> - codemirror 4.0.3
>
> - support for the new janrain API
>
> - new "web2py.py -G config" to make GAE configuration easier
>
> - many small bug fixes
>
>
>

-- 
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/d/optout.


Re: [web2py] Re: web2py 2.9.6 is out!

2014-09-02 Thread Marin Pranjić
Home key doesn't work for you?


On Tue, Sep 2, 2014 at 5:31 PM, António Ramos  wrote:

> Speaking about documentation...
>
> In the English online book, the "Table of Contents" should be fixed.
>
> I HATE having to scroll to the top to select another topic.
>
> I suppose other peolpe should/must hate it also.
>
> Regards
>
>
> 2014-09-02 16:10 GMT+01:00 Massimo Di Pierro :
>
> Thank you Tim for all your hard work, specifically in keeping the
>> documentation updated.
>>
>>
>> On Tuesday, 2 September 2014 07:00:54 UTC-5, Tim Richardson wrote:
>>>
>>> thank you all.
>>>
>>  --
>> 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/d/optout.
>>
>
>  --
> 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/d/optout.
>

-- 
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/d/optout.


Re: [web2py] Re: web2py 2.9.6 is out!

2014-09-02 Thread António Ramos
Speaking about documentation...

In the English online book, the "Table of Contents" should be fixed.

I HATE having to scroll to the top to select another topic.

I suppose other peolpe should/must hate it also.

Regards


2014-09-02 16:10 GMT+01:00 Massimo Di Pierro :

> Thank you Tim for all your hard work, specifically in keeping the
> documentation updated.
>
>
> On Tuesday, 2 September 2014 07:00:54 UTC-5, Tim Richardson wrote:
>>
>> thank you all.
>>
>  --
> 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/d/optout.
>

-- 
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/d/optout.


[web2py] Re: web2py 2.9.6 is out!

2014-09-02 Thread Massimo Di Pierro
Thank you Tim for all your hard work, specifically in keeping the 
documentation updated.

On Tuesday, 2 September 2014 07:00:54 UTC-5, Tim Richardson wrote:
>
> thank you all. 
>

-- 
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/d/optout.


[web2py] Re: web2py 2.9.6 is out!

2014-09-02 Thread Remco Boerma
Thanks!

-- 
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/d/optout.


[web2py] Re: web2py 2.9.6 is out!

2014-09-02 Thread Tim Richardson
thank you all. 

-- 
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/d/optout.