[web2py] Re: Cache + Bottlenose API - need help

2015-10-08 Thread Leonel Câmara
The thing is web2py caching logic is different from what bottlenose wants as it never really returns None, it also never really stores values directly it calls a function to get a value when it needs one so you need to make some kind of adapter for it, you were almost there. I haven't tested

[web2py] Re: Unable to edit any apps even after logging in

2015-10-08 Thread Willoughby
"Edit" is under the "Manage" button - so you really just need a functional "Manage" button. Do you have NoScript installed? Perhaps try another browser or another machine. On Wednesday, October 7, 2015 at 10:00:27 PM UTC-4, Larry Graves wrote: > > Hi, > > I'm working with web2py for a

Re: [web2py] Re: Has anyone done a detailed security analysis or attempted a methodical attack on web2py?

2015-10-08 Thread António Ramos
Niphold, i dont see where you are pointing on https://www.qualys.com/ where is the web2py app that survived the security scan ? thank you 2015-10-05 11:25 GMT+01:00 Niphlod : > here in ***undisclosed company web2py survives a > https://www.qualys.com/ security scan with

Re: [web2py] Re: Has anyone done a detailed security analysis or attempted a methodical attack on web2py?

2015-10-08 Thread Niphlod
not really. I built some apps on web2py that are live and in production, and since EVERY app in my environment NEEDS to pass a Qualys scan to be live and production ready, I know that MY apps survive a Qualys scan with flying colors. Point being "ATM web2py does not expose any obvious/hidden

[web2py] Re: Oracle drivers.

2015-10-08 Thread Niphlod
the repo for pydal is the other one no worries though, I linked your one in https://github.com/web2py/pydal/issues/299 On Thursday, October 8, 2015 at 3:13:11 AM UTC+2, Michael M wrote: > > Submitted: > https://github.com/web2py/web2py/issues/1082 > > On Wednesday, October 7, 2015 at 5:29:43

[web2py] Re: Oracle drivers.

2015-10-08 Thread Michael M
Thank-you Niphlod! On Thursday, October 8, 2015 at 12:08:40 PM UTC-7, Niphlod wrote: > > the repo for pydal is the other one no worries though, I linked your > one in https://github.com/web2py/pydal/issues/299 > > On Thursday, October 8, 2015 at 3:13:11 AM UTC+2, Michael M wrote: >> >>

[web2py] Re: Multiple select options not displayed

2015-10-08 Thread Niphlod
and what do you see instead ? :D On Thursday, October 8, 2015 at 3:27:42 AM UTC+2, DJ wrote: > > Hi, > > I'm wondering if there's a problem with my multi-select syntax. I'm not > able to see the drop down options when I try this on the latest web2py > (2.12.13). See code example below: > >

[web2py] Re: How to disable the calendar widget?

2015-10-08 Thread Niphlod
you need to override event_handlers(). Basically just copy the event_handlers function to your own with $.web2py.event_handlers, and rewrite the part that attaches the calendar to input.date, input.datetime and input.time . There's an example on

Re: [web2py] Re: Has anyone done a detailed security analysis or attempted a methodical attack on web2py?

2015-10-08 Thread Richard Vézina
:) Nice to heard that! Richard On Thu, Oct 8, 2015 at 2:59 PM, Niphlod wrote: > not really. > I built some apps on web2py that are live and in production, and since > EVERY app in my environment NEEDS to pass a Qualys scan to be live and > production ready, I know that MY

[web2py] Postgres: No databases/*.table files created

2015-10-08 Thread Matt Norris
I am using Postgres and my tables are created fine when I first hit my application. However, on the next hit, I get the following error: File applications/APPNAME/databases/715f66f7f718f8a2afa073dfc0be5874_web2py_session_APPNAME.table appears corrupted I get this error because *no files*

[web2py] Postgres: .table files not created in databases folder

2015-10-08 Thread Matt Norris
I am using Postgres and can successfully create tables and load a new application. However, the next request to the app fails with this error: File applications/APPNAME/databases/715f66f7f718f8a2afa073dfc0be5874_web2py_session_APPNAME.table appears corrupted This is because *no .table

[web2py] Re: Unable to edit any apps even after logging in

2015-10-08 Thread Dave S
On Thursday, October 8, 2015 at 4:49:42 AM UTC-7, Willoughby wrote: > > "Edit" is under the "Manage" button - so you really just need a functional > "Manage" button. Do you have NoScript installed? Perhaps try another > browser or another machine. > > Trying another machine might run into

[web2py] Re: Multiple select options not displayed

2015-10-08 Thread Niphlod
I can't spot any error in the markup. Sure you're not fiddling with css's or js ? Can you try the same thing on a fresh app, e.g. on the "default" welcome that comes with web2py ? On Thursday, October 8, 2015 at 9:50:20 PM UTC+2, DJ wrote: > > Sorry, here's a screenshot attached. I am unable to

Re: [web2py] Re: Cache + Bottlenose API - need help

2015-10-08 Thread Kiran Subbaraman
I'll try this out in the next couple of days. Currently, have side-stepped the callback options from bottlenose, and using web2py cache the way it was designed to be used. Thanks for your suggestions, Leonel. Kiran Subbaraman

Re: [web2py] Re: Has anyone done a detailed security analysis or attempted a methodical attack on web2py?

2015-10-08 Thread Richard Vézina
@Antonio I think Simone just point to the tool that can be use for such purpose... You can use it over your App. From my understanding the App tested is the Ian App... Richard On Thu, Oct 8, 2015 at 1:19 PM, António Ramos wrote: > Niphold, > i dont see where you are