[web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-17 Thread Carlos Zenteno
following -- 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.

[web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-17 Thread João Matos
Thanks Anthony. quarta-feira, 17 de Abril de 2019 às 03:23:50 UTC+1, Anthony escreveu: > > On Tuesday, April 16, 2019 at 11:14:10 AM UTC-4, João Matos wrote: >> >> Thanks Anthony, but I'm using Apache. >> >> Do you know any current solution for Apache? >> > > You should be able to run Centrifugo

[web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-16 Thread Anthony
On Tuesday, April 16, 2019 at 11:14:10 AM UTC-4, João Matos wrote: > > Thanks Anthony, but I'm using Apache. > > Do you know any current solution for Apache? > You should be able to run Centrifugo or Pushpin side-by-side with Apache (on a different port). You could even run Nginx alongside Apach

[web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-16 Thread João Matos
Thanks Anthony, but I'm using Apache. Do you know any current solution for Apache? Do you recommend Nginx over Apache? If so, why? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issue

[web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-16 Thread Anthony
3 de Abril de 2019 às 16:26:13 UTC+1, Massimo Di Pierro escreveu: >> >> No. we do provide a web2py/gluon/contrib/websocket_messaging.py which >> uses tornado and webocket for the same purpose. >> web3py may provide this functionality. >> >> On Friday, 12 April 2019 1

Re: [web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-14 Thread Massimo Di Pierro
t;>>> >>>>> No. we do provide a web2py/gluon/contrib/websocket_messaging.py which >>>>> uses tornado and webocket for the same purpose. >>>>> web3py may provide this functionality. >>>>> >>>>> On Friday, 12 A

Re: [web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-14 Thread Kevin Keller
>>> escreveu: >>>> >>>> No. we do provide a web2py/gluon/contrib/websocket_messaging.py which >>>> uses tornado and webocket for the same purpose. >>>> web3py may provide this functionality. >>>> >>>> On Friday, 12 Apr

Re: [web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-14 Thread Kevin Keller
. >>> web3py may provide this functionality. >>> >>> On Friday, 12 April 2019 15:36:38 UTC-7, João Matos wrote: >>>> >>>> Does web2py support SSE (server sent events) from HTML5? >>>> https://www.w3schools.com/html/html5_serversentevents.as

[web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-14 Thread Massimo Di Pierro
; >> No. we do provide a web2py/gluon/contrib/websocket_messaging.py which >> uses tornado and webocket for the same purpose. >> web3py may provide this functionality. >> >> On Friday, 12 April 2019 15:36:38 UTC-7, João Matos wrote: >>> >>> Does web2py su

[web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-13 Thread João Matos
the same purpose. > web3py may provide this functionality. > > On Friday, 12 April 2019 15:36:38 UTC-7, João Matos wrote: >> >> Does web2py support SSE (server sent events) from HTML5? >> https://www.w3schools.com/html/html5_serversentevents.asp >> > -- Resources:

[web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-13 Thread Massimo Di Pierro
No. we do provide a web2py/gluon/contrib/websocket_messaging.py which uses tornado and webocket for the same purpose. web3py may provide this functionality. On Friday, 12 April 2019 15:36:38 UTC-7, João Matos wrote: > > Does web2py support SSE (server sent events) from HTML5? &

[web2py] Does web2py support SSE (server sent events) from HTML5?

2019-04-12 Thread João Matos
Does web2py support SSE (server sent events) from HTML5? https://www.w3schools.com/html/html5_serversentevents.asp -- 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

[web2py] Support JWT and basic auth for the same API function

2018-10-22 Thread Akash B
Is it possible to support JWT and basic auth on the same API function? It seems like JWT token verification is taking preference and returns even though AuthJWT documentation says token is optional. Some sample code below: *Controller jwt.py:* myjwt = AuthJWT(auth, secret_key = "sometestkey1234

[web2py] Re: Does web2py support reCAPTCHA v2?

2018-02-20 Thread DwfMagic
Hi Anthony, Thank you I'll do it. On Sunday, February 18, 2018 at 8:30:38 AM UTC-5, Anthony wrote: > > On Sunday, February 18, 2018 at 8:25:44 AM UTC-5, DwfMagic wrote: >> >> Hi, >> >> I can update the book; how can I request access to edit the book? >> > > Just make a pull request to the book r

[web2py] Re: Does web2py support reCAPTCHA v2?

2018-02-18 Thread Anthony
On Sunday, February 18, 2018 at 8:25:44 AM UTC-5, DwfMagic wrote: > > Hi, > > I can update the book; how can I request access to edit the book? > Just make a pull request to the book repo: https://github.com/web2py/web2py-book. See http://web2py.com/books/default/chapter/29/15/helping-web2py#Pr

[web2py] Re: Does web2py support reCAPTCHA v2?

2018-02-18 Thread DwfMagic
>> >> On Saturday, July 25, 2015 at 10:06:54 PM UTC+2, Chris wrote: >>> >>> I recently got an email notifying me that Google is upgrading its >>> captcha to the new "no CAPTCHA" version. Does web2py support that by >>> default? I tried search

[web2py] Re: Does web2py support reCAPTCHA v2?

2018-01-26 Thread Yi Liu
here's recaptcha "v2" > https://github.com/web2py/web2py/blob/master/gluon/tools.py#L971 > > On Saturday, July 25, 2015 at 10:06:54 PM UTC+2, Chris wrote: >> >> I recently got an email notifying me that Google is upgrading its captcha >> to the new "no CAP

[web2py] Re: web2py support

2017-05-31 Thread Dave S
On Wednesday, May 31, 2017 at 2:04:26 PM UTC-7, icodk wrote: > > Thanks T.R.Rajkumar > > Sorry for the noise. Using chronological view, I didn't correctly associate your post with what you were following up on., /dps On Wednesday, May 31, 2017 at 11:57:09 AM UTC+2, T.R.Rajkumar wrote: >> >>

[web2py] Re: web2py support

2017-05-31 Thread icodk
Thanks T.R.Rajkumar On Wednesday, May 31, 2017 at 11:57:09 AM UTC+2, T.R.Rajkumar wrote: > > Could be interesting to hear what are the arguments for the porting > > The points are > 1. The application business logic has changed and the workflow has also > changed. So I have to do the app fresh.

[web2py] Re: web2py support

2017-05-31 Thread T.R.Rajkumar
Could be interesting to hear what are the arguments for the porting The points are 1. The application business logic has changed and the workflow has also changed. So I have to do the app fresh. 2. Since I like web2py I thought of porting it to web2py. Why I like web2py? The answer is a. Th

[web2py] Re: web2py support

2017-05-30 Thread Dave S
On Tuesday, May 30, 2017 at 2:54:28 PM UTC-7, icodk wrote: > > Could be interesting to hear what are the arguments for the porting > The porting for what? Porting web2py to Python3? Porting web2py to web3py? Porting web2py apps to web3py? Problems with compatibility [and eventually, Py2 EO

[web2py] Re: web2py support

2017-05-30 Thread icodk
Could be interesting to hear what are the arguments for the porting On Tuesday, May 30, 2017 at 8:41:38 AM UTC+2, T.R.Rajkumar wrote: > > I am now porting a jsp application to web2py. Should I stay with web2py or > wait for web3py? Will there be web2py group support like now after web3py. > Pl

[web2py] Re: web2py support

2017-05-30 Thread Marlysson Silva
I think that it will take a little .. I suggest start with web2py .. After the core developers will see the backward compatibility Em terça-feira, 30 de maio de 2017 03:41:38 UTC-3, T.R.Rajkumar escreveu: > > I am now porting a jsp application to web2py. Should I stay with web2py or > wait for w

[web2py] web2py support

2017-05-29 Thread T.R.Rajkumar
I am now porting a jsp application to web2py. Should I stay with web2py or wait for web3py? Will there be web2py group support like now after web3py. Pl guide. Thanks. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - ht

[web2py] Support graph database pyDAL.

2016-07-07 Thread Marlysson Silva
Are you have some planning in port some graph database to operations in pyDAL? By example: Neo4j , OrientedDB... -- 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 Issu

[web2py] Support for BIT(1) as boolean?

2016-01-11 Thread Alfonso Serra
I need to do some rawsql calculations involving booleans and I would like to add boolean support to web2py using 0 or 1 BIT(1) in the database, so i dont have to convert "T" or "F" every time. My question are: Where can i find the code that does the conversion from CHAR() "T" to boolean and mys

[web2py] Support for GQL DISTINCT

2015-10-26 Thread Carl Hunter Roach
Google slipped in support for DISTINCT in its GQL SELECT in 2013. Are there any plans to add this to the DAL? Ref: https://cloud.google.com/datastore/docs/apis/gql/gql_reference -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

[web2py] Support for python sentry server

2015-09-24 Thread Stefan van den Eertwegh
Hi all, I have a sentry server running for my logs and bugs from my Django projects which are running. But i have also a couple web2py projects running. Is it possible to send the traceback from web2py too a sentry server? I believe there is still no support for python web2py from sentry's side

[web2py] Re: Does web2py support reCAPTCHA v2?

2015-07-29 Thread Niphlod
there's recaptcha "v2" https://github.com/web2py/web2py/blob/master/gluon/tools.py#L971 On Saturday, July 25, 2015 at 10:06:54 PM UTC+2, Chris wrote: > > I recently got an email notifying me that Google is upgrading its captcha > to the new "no CAPTCHA" ve

[web2py] Does web2py support reCAPTCHA v2?

2015-07-25 Thread Chris
I recently got an email notifying me that Google is upgrading its captcha to the new "no CAPTCHA" version. Does web2py support that by default? I tried searching in the mailing list but couldn't find the right keywords. Thanks! -- Resources: - http://web2py.com - http://

[web2py] support

2015-06-01 Thread PAWAN RERU
hi please reply me back I need ur help -- 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

[web2py] Re: Markdown in web2py support for raw HTML

2013-11-18 Thread Scott Hunter
The way Markdown is used from WIKI, it prevents the use of raw HTML. On Sunday, November 17, 2013 10:18:45 PM UTC-5, Scott Hunter wrote: > > I added blank lines before & after the raw HTML; it still got escaped. > > On Sunday, November 17, 2013 9:56:08 PM UTC-5, Scott Hunter wrote: >> >> As I unde

[web2py] Re: Markdown in web2py support for raw HTML

2013-11-17 Thread Scott Hunter
I added blank lines before & after the raw HTML; it still got escaped. On Sunday, November 17, 2013 9:56:08 PM UTC-5, Scott Hunter wrote: > > As I understand it, Markdown allows for raw HTML to be included, so long > as it is set unindented in its own "paragraph". But when I try the example > f

[web2py] Markdown in web2py support for raw HTML

2013-11-17 Thread Scott Hunter
As I understand it, Markdown allows for raw HTML to be included, so long as it is set unindented in its own "paragraph". But when I try the example from the Markdown spec (http://daringfireball.net/projects/markdown/syntax#html), it gets escaped. My view code: {{extend 'layout.html'}} > {{fro

[web2py] Re: Please vote for web2py support in Dash

2013-10-01 Thread Zbigniew Pomianowski
I've send a request:) It is a good idea. All measures are good if they propagate an information about web2py ^^. -- 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 Issue

[web2py] Please vote for web2py support in Dash

2013-10-01 Thread Andreas Wienes
Hey guys, I'm using a Mac app called "dash" (http://kapeli.com/dash) for a quick acces to offline documentation. Web2py is unfortunatly not currently not included, but the author has promissed to create a documentation, if enough people would ask him. Maybe you are also interessted in this i

[web2py] Re: PyCharm 3.0 web2py support

2013-09-30 Thread Tim Richardson
The problem with root folders named other than web2py will be fixed soon, so they say. The workaround is to open that root directory in pycharm and navigate to the app from there. This works. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/

[web2py] RE: PyCharm 3.0 web2py support

2013-09-30 Thread Arnon Marcus
it's respective view file - and jumping between them also works with the special icons that appear. PyCharm 3.0 is awsome - though it seems pretty rough around the edges still. For example, the entire web2py support for a project (as mentioned above) is pretty fragile and demanding - the web

Re: [web2py] Pycharm 3.0 is here with web2py support

2013-09-25 Thread Richard Vézina
+1 Working with EAP since 2 months and it a charm. :) Richard On Tue, Sep 24, 2013 at 5:38 PM, Michele Comitini < michele.comit...@gmail.com> wrote: > +1 > > This is great! > > > 2013/9/24 Alfonso de la Guarda > >> Hi, >> >> Finally we got p

[web2py] pycharm 3 & web2py support...

2013-09-25 Thread Tim Richardson
Pycharm 3 is available for download. There are now 2 editions; the paid one is called professional and supports web2py. If you have an existing project, it seems that you should close it in pycharm, delete the .idea folder and the reopen the project directory. You seem to get an automatically co

Re: [web2py] Pycharm 3.0 is here with web2py support

2013-09-24 Thread Michele Comitini
+1 This is great! 2013/9/24 Alfonso de la Guarda > Hi, > > Finally we got pycharm 3 with web2py support, there is also a > community OSS version with some missing features but great for many > python devs. > > http://www.jetbrains.com/pycharm/whatsnew/ind

[web2py] Pycharm 3.0 is here with web2py support

2013-09-24 Thread Alfonso de la Guarda
Hi, Finally we got pycharm 3 with web2py support, there is also a community OSS version with some missing features but great for many python devs. http://www.jetbrains.com/pycharm/whatsnew/index.html Saludos, Alfonso de la Guarda Twitter: @alfonsodg Redes

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-09 Thread dave
Ok it works now On Friday, August 9, 2013 7:41:48 AM UTC-7, Charles Levesque wrote: > > To debug, simply run the application in debug mode and then, set the break > point. Works fine for me. > > Charles > > Le jeudi 8 août 2013 15:56:50 UTC-4, Richard a écrit : >> >> Hello, >> >> http://blog.jetb

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-09 Thread Charles Levesque
To debug, simply run the application in debug mode and then, set the break point. Works fine for me. Charles Le jeudi 8 août 2013 15:56:50 UTC-4, Richard a écrit : > > Hello, > > http://blog.jetbrains.com/pycharm/2013/06/meet-pycharm-3-0-eap/ > > :) > > Richard > -- --- You received this mes

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-09 Thread Richard Vézina
Not tested yet... I try and report back. Richard On Thu, Aug 8, 2013 at 4:45 PM, dave wrote: > can you debug? I can set breakpoints but it does not break or allow me to > inspect variables. did you encounter this problem too? > > > On Thursday, August 8, 2013 1:41:12 PM UTC-7, Richard wrote: >

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread dave
can you debug? I can set breakpoints but it does not break or allow me to inspect variables. did you encounter this problem too? On Thursday, August 8, 2013 1:41:12 PM UTC-7, Richard wrote: > > Ok, I figure it out. Create a new project, select existing app and say ok, > then pycharm will prompt

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread Richard Vézina
Ok, I figure it out. Create a new project, select existing app and say ok, then pycharm will prompt and say there is already file in app and ask if we want to load instead of creating a new app say ok! But seems that pycharm still not recognize gluon stuff... Richard On Thu, Aug 8, 2013 at 4:32

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread Richard Vézina
I just install it and it seems stable enough... I am not sure how to create project of type web2py... They say just open an app direcotry, but it not working... I use to have already a pycharm project for this app and can't figure how or if it possible to change the project type.. I can't see web

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread dave
how do you debug though, I tried setting breakpoints but it would not break when debugging it? On Thursday, August 8, 2013 1:08:31 PM UTC-7, Robert O'Connor wrote: > > EAP is fine. I use it all the time. > On Aug 8, 2013 4:04 PM, "Richard Vézina" > > wrote: > >> >> http://confluence.jetbrains.c

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread Robert O'Connor
EAP is fine. I use it all the time. On Aug 8, 2013 4:04 PM, "Richard Vézina" wrote: > > http://confluence.jetbrains.com/display/PYH/JetBrains+PyCharm+Preview+%28EAP%29 > > 30 days free from july 29 > > But it not even as stable as a beta... Be aware. > > Richard > > > On Thu, Aug 8, 2013 at 3:56

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread Richard Vézina
http://confluence.jetbrains.com/display/PYH/JetBrains+PyCharm+Preview+%28EAP%29 30 days free from july 29 But it not even as stable as a beta... Be aware. Richard On Thu, Aug 8, 2013 at 3:56 PM, Richard wrote: > Hello, > > http://blog.jetbrains.com/pycharm/2013/06/meet-pycharm-3-0-eap/ > > :

[web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread Richard
Hello, http://blog.jetbrains.com/pycharm/2013/06/meet-pycharm-3-0-eap/ :) Richard -- --- 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...@goo

Re: [web2py] pyCharm has web2py support

2013-07-01 Thread Jason (spot) Brower
I suppose that is something you can request for pyCharm. :) On Sun, Jun 30, 2013 at 12:49 PM, Quint wrote: > Will this also support web2py in combination with GAE? > so when i have a GAE project with web2py, will pycharm be web2py "aware" > too? Or does this only work if i create a web2py proje

[web2py] pyCharm has web2py support

2013-06-30 Thread Quint
Will this also support web2py in combination with GAE? so when i have a GAE project with web2py, will pycharm be web2py "aware" too? Or does this only work if i create a web2py project? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To u

[web2py] Re: pyCharm has web2py support

2013-06-29 Thread Alex
that's great! has anyone already tested PyCharm with web2py support? I actually wanted to wait for the final 3.0 version but maybe I'll give it a try... here's some more info: http://blog.jetbrains.com/pycharm/2013/06/meet-pycharm-3-0-eap/ Alex Am Samstag, 29. Juni 2013

[web2py] pyCharm has web2py support

2013-06-29 Thread Massimo Di Pierro
Fantastic news: PyCharm has web2py support http://youtrack.jetbrains.com/issue/PY-1648 First of all congratulations to the JetBrains staff for pulling this off. We all appreciate it. Second, I encourage all of you to give it a try. PyCharm is an excellent IDE. Massimo -- --- You

[web2py] Support for internationalization in web2py wiki

2013-05-28 Thread Daniel Gonzalez
Hi, I have started to use the web2py wiki module, but can not find any support for internationalization of the wiki pages. What I would like is to be able to select the language based on some query parameters or some configuration parameters. Of course, the pages must be already be saved in the

[web2py] Re: Will web2py support database view? When?

2013-04-18 Thread Niphlod
defining a "fake table" that points to the view and set migrate=False is definitely the best (and recommended) way to do it. On Thursday, April 18, 2013 10:19:05 PM UTC+2, David Ripplinger wrote: > > I'm not familiar with the Django way. Web2py is my first serious attempt > at web programming. W

[web2py] Re: Will web2py support database view? When?

2013-04-18 Thread David Ripplinger
I'm not familiar with the Django way. Web2py is my first serious attempt at web programming. What is the Django way, or (alternatively) what is the cleanest way, to use database views in web2py? Should I just do the define_table with migrate=False described by Vasile in this thread, or is there

Re: [web2py] Re: Web2Py support on roadmap for pycharm 3

2013-03-26 Thread Vasile Ermicioi
http://confluence.jetbrains.com/display/PYH/PyCharm+3.0+Roadmap Planned release date: Autumn 2013 -- --- 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+u

Re: [web2py] Re: Web2Py support on roadmap for pycharm 3

2013-03-26 Thread Alex
awesome :) desperately waiting for a good IDE with web2py support. what are currently the best options for debugging web2py applications? I'm using Komodo Edit which is quite nice - is it possible to easily debug a web2py application with Komodo IDE? Wing IDE seems to support debugging but

Re: [web2py] Re: Web2Py support on roadmap for pycharm 3

2013-03-25 Thread Teddy Nyambe
Finally this is great news!!!This is one of the missing puzzles of the treasure of web2py!!! On Tue, Mar 26, 2013 at 4:43 AM, samuel bonilla wrote: > good news. > > El lunes, 25 de marzo de 2013 14:57:38 UTC-5, Shawn McElroy escribió: > >> Just wanted to share, it looks like Web2Py is finall

[web2py] Re: Web2Py support on roadmap for pycharm 3

2013-03-25 Thread samuel bonilla
good news. El lunes, 25 de marzo de 2013 14:57:38 UTC-5, Shawn McElroy escribió: > > Just wanted to share, it looks like Web2Py is finally on the pycharm 3 > roadmap. Article was posted today: > > http://confluence.jetbrains.com/display/PYH/PyCharm+3.0+Roadmap > > > http://blog.jetbrains.com/

[web2py] Re: Web2Py support on roadmap for pycharm 3

2013-03-25 Thread Massimo Di Pierro
:-) On Monday, 25 March 2013 14:57:38 UTC-5, Shawn McElroy wrote: > > Just wanted to share, it looks like Web2Py is finally on the pycharm 3 > roadmap. Article was posted today: > > http://confluence.jetbrains.com/display/PYH/PyCharm+3.0+Roadmap > > > http://blog.jetbrains.com/pycharm/2013/03/che

[web2py] Web2Py support on roadmap for pycharm 3

2013-03-25 Thread Shawn McElroy
Just wanted to share, it looks like Web2Py is finally on the pycharm 3 roadmap. Article was posted today: http://confluence.jetbrains.com/display/PYH/PyCharm+3.0+Roadmap http://blog.jetbrains.com/pycharm/2013/03/check-out-the-pycharm-3-0-roadmap/?utm_source=feedburner&utm_medium=feed&utm_campaig

[web2py] support for list comprehensions and enumerate in template language

2012-08-06 Thread Andreas Christoffersen
I just ran my head agains jinja2... Does web2py template language support list comprehensions? Sincerely --

[web2py] Re: Web2py support the netherlands

2012-03-15 Thread Massimo Di Pierro
Of course. Please email me personally your contact info. Also, sign up at experts4solutions.com Massimo On Wednesday, 14 March 2012 20:42:23 UTC-5, acidjunk wrote: > > Hi Web2py users, > > I would like to announce web2py support for the Netherlands by > Formatics.nl . >

[web2py] Web2py support the netherlands

2012-03-15 Thread Rene Dohmen
Hi Web2py users, I would like to announce web2py support for the Netherlands by Formatics.nl . We did a couple of sites with web2py and I personally think it's the best invention since sliced bread ;-) Can we be included on the web2py professional support page? (I don't know if t

[web2py] support for bound (instance) methods for represent

2012-02-21 Thread Carlos
Hi Massimo, Can we please add support for bound (instance) methods for represent?. I propose to add the following line (immediately after assigning "n" in "represent" function at sqlhtml.py): if getattr(f, 'im_self', None): n -= 1 At aprox. line # 41. Alternatively you can check n==1 (for

Re: [web2py] Support for PyPy

2012-02-11 Thread Phyo Arkar
has anyone tested with Pypy 1.8 ? Seems good this time. Previous tests fails web2py , On Fri, Feb 10, 2012 at 10:05 PM, Sathvik Ponangi wrote: > Is there some way to run Web2Py on PyPy ?

[web2py] Support for PyPy

2012-02-10 Thread Sathvik Ponangi
Is there some way to run Web2Py on PyPy ?

[web2py] Re: Looking for people to help test web2py support in New Relic.

2011-10-23 Thread Massimo Di Pierro
:34 pm, Graham Dumpleton wrote: > I tweeted about this already recently, but got no response. > > I am looking for people who want to take the opportunity while New > Relic Python agent is in beta, to test out the web2py support we > provide. I had someone try a long long time

[web2py] Re: Looking for people to help test web2py support in New Relic.

2011-10-21 Thread Graham Dumpleton
ed about this already recently, but got no response. > > > I am looking for people who want to take the opportunity while New > > Relic Python agent is in beta, to test out the web2py support we > > provide. I had someone try a long long time back but we had issues. We > >

Re: [web2py] Looking for people to help test web2py support in New Relic.

2011-10-21 Thread Bruno Rocha
t no response. > > I am looking for people who want to take the opportunity while New > Relic Python agent is in beta, to test out the web2py support we > provide. I had someone try a long long time back but we had issues. We > worked out since then that it was likely a uWSGI issue, but

[web2py] Looking for people to help test web2py support in New Relic.

2011-10-21 Thread Graham Dumpleton
I tweeted about this already recently, but got no response. I am looking for people who want to take the opportunity while New Relic Python agent is in beta, to test out the web2py support we provide. I had someone try a long long time back but we had issues. We worked out since then that it was

Re: [web2py] support-ticket plugin

2011-09-12 Thread Martin Weissenboeck
I am very interested in the ticket part. 2011/9/12 Kenneth Lundström > Sorry, forgot to send an email in this threads. > > Do you need source for the ticket part or the whole application? Just so I > know what to send to you. > > > Kenneth > > > Hi Kenneth, > > I have found your webpage (in an

Re: [web2py] support-ticket plugin

2011-09-12 Thread Kenneth Lundström
Sorry, forgot to send an email in this threads. Do you need source for the ticket part or the whole application? Just so I know what to send to you. Kenneth Hi Kenneth, I have found your webpage (in an other thread): http://web2py.nudata.fi/em The ticket looks nice - is it possible to get

Re: [web2py] support-ticket plugin

2011-09-12 Thread Martin Weissenboeck
Hi Kenneth, I have found your webpage (in an other thread): http://web2py.nudata.fi/em The ticket looks nice - is it possible to get the source? Martin 2011/9/9 Martin Weissenboeck > Hi Kenneth, thank you! > > > 2011/9/9 Kenneth Lundström > >> Hi Martin, >> >> in my billing/customer/product a

Re: [web2py] support-ticket plugin

2011-09-09 Thread Martin Weissenboeck
Hi Kenneth, thank you! 2011/9/9 Kenneth Lundström > Hi Martin, > > in my billing/customer/product application I have a simple ticket system. > It would be easy to use only the ticket part if needed. I´m going to put up > an english version of the application during the weekend. Then you can look

Re: [web2py] support-ticket plugin

2011-09-08 Thread Kenneth Lundström
Hi Martin, in my billing/customer/product application I have a simple ticket system. It would be easy to use only the ticket part if needed. I´m going to put up an english version of the application during the weekend. Then you can look at it. Kenneth Hi, does somebody knows a plugin for

[web2py] support-ticket plugin

2011-09-08 Thread Martin Weissenboeck
Hi, does somebody knows a plugin for a support ticket system? Desired function: something like 1. the user fills a form or sends an email, 2. web2py creates and sends a ticket to the admin of the webpage 3. the admin answers 4. the user can answer again or the ticket will be closed after s

[web2py] Re: Can web2py support chaining response.files inside a component?

2011-05-08 Thread Anthony
On Sunday, May 8, 2011 1:27:00 PM UTC-4, Iceberg wrote: > > Hi Anthony, > > I have to say, your proposal is logically correct. Good hint! > Furthermore, I find a more appropriate place to add those code. That > place is generic.load. > > However, my complicated action "index" contains multi co

[web2py] Re: Can web2py support chaining response.files inside a component?

2011-05-08 Thread Iceberg
cluded > > > in layout.html. Your index view probably extends layout.html, so > > > response.files added within the index controller will get included by > > > web2py_ajax.html. However, your component .load views probably do not > > extend > > >

[web2py] Re: Can web2py support chaining response.files inside a component?

2011-05-07 Thread Anthony
component .load views probably do not > extend > > layout.html, so I would guess response.files added within component > > controllers would be ignored. > > > > Haven't tried it, though, so I may be missing something. > > > > Anthony >

[web2py] Re: Can web2py support chaining response.files inside a component?

2011-05-07 Thread Iceberg
e index controller will get included by > web2py_ajax.html. However, your component .load views probably do not extend > layout.html, so I would guess response.files added within component > controllers would be ignored. > > Haven't tried it, though, so I may be missing something.

[web2py] Re: Can web2py support chaining response.files inside a component?

2011-05-07 Thread Anthony
bably do not extend layout.html, so I would guess response.files added within component controllers would be ignored. Haven't tried it, though, so I may be missing something. Anthony On Saturday, May 7, 2011 9:52:27 AM UTC-4, Iceberg wrote: > Hi Massimo, > > Can web2

[web2py] Re: Can web2py support chaining response.files inside a component?

2011-05-07 Thread pbreit
Can you do something like this? js_files = [ URL(..., 'fancy_helper1.js'), URL(..., 'fancy_helper2.js'), .., URL(..., 'fancy_helper10.js'), ] def index(): response.files.extend(js_files) return {'': LOAD('default', 'skeleton.load', ajax=Fa

[web2py] Can web2py support chaining response.files inside a component?

2011-05-07 Thread Iceberg
Hi Massimo, Can web2py support chaining response.files inside a component? Scenario. def component(): response.files.extend([ URL(..., 'fancy_helper1.js'), URL(..., 'fancy_helper2.js'), .., URL(..., 'fancy_helper10.js'),

Re: [web2py] Re: is web2py support html 5 and css 3?

2011-04-08 Thread Anthony
On Friday, April 8, 2011 1:04:36 PM UTC-4, 黄祥 wrote: > > actually, my intention is to embed audio or video file into web2py apps, > i've tried embed and object but it's not going to work, so that i tried to > use html 5 tags audio and video, but got the same result, i ever posted to > this foru

Re: [web2py] Re: is web2py support html 5 and css 3?

2011-04-08 Thread Jonathan Lundell
On Apr 8, 2011, at 10:04 AM, Stifan Kristi wrote: > actually, my intention is to embed audio or video file into web2py apps, i've > tried embed and object but it's not going to work, so that i tried to use > html 5 tags audio and video, but got the same result, i ever posted to this > forum too

Re: [web2py] Re: is web2py support html 5 and css 3?

2011-04-08 Thread pbreit
Don't forget you can always just use regular HTML tags in your views as well (which is what many prefer to do anyway). Example: your browser does not support the video tag

Re: [web2py] Re: is web2py support html 5 and css 3?

2011-04-08 Thread Stifan Kristi
actually, my intention is to embed audio or video file into web2py apps, i've tried embed and object but it's not going to work, so that i tried to use html 5 tags audio and video, but got the same result, i ever posted to this forum too about my detail error using embed tag. pardon me, what do u m

[web2py] Re: is web2py support html 5 and css 3?

2011-04-08 Thread Massimo Di Pierro
We have no plan to add more tags since you can generate any tag you need as Jonathan suggests. If we need to change the behavior of some tags, please let me know with a concrete example. Massimo On Apr 8, 9:57 am, Jonathan Lundell wrote: > On Apr 8, 2011, at 7:37 AM, Stifan Kristi wrote: > > > n

Re: [web2py] is web2py support html 5 and css 3?

2011-04-08 Thread Jonathan Lundell
On Apr 8, 2011, at 7:37 AM, Stifan Kristi wrote: > no, i mean html 5 tag is it support to be converted by python format, > actually, i've tried to convert audio and video tag using html 5 (references > from w3schools), but it's not goin to work (audio n video), any solution for > this problem?

Re: [web2py] is web2py support html 5 and css 3?

2011-04-08 Thread Stifan Kristi
no, i mean html 5 tag is it support to be converted by python format, actually, i've tried to convert audio and video tag using html 5 (references from w3schools), but it's not goin to work (audio n video), any solution for this problem? thanks very much On Fri, Apr 8, 2011 at 9:27 PM, Jonathan

Re: [web2py] is web2py support html 5 and css 3?

2011-04-08 Thread Jonathan Lundell
On Apr 8, 2011, at 7:02 AM, Stifan Kristi wrote: > a, i c, i mean is it support the python format for html 5 and css 3 tags, > like : > e.g. > {{=BR()}} web2py always generates for BR(), which is OK for html5 (though not really great for html4...). Just be sure to generate an html5 doctype: >

Re: [web2py] is web2py support html 5 and css 3?

2011-04-08 Thread Stifan Kristi
a, i c, i mean is it support the python format for html 5 and css 3 tags, like : e.g. {{=BR()}} thank you On Fri, Apr 8, 2011 at 8:46 PM, Vasile Ermicioi wrote: > web2py is a server side framework, html5 and css3 are client side > technologies, and they should be supported by browsers not by s

Re: [web2py] is web2py support html 5 and css 3?

2011-04-08 Thread Vasile Ermicioi
web2py is a server side framework, html5 and css3 are client side technologies, and they should be supported by browsers not by servers

[web2py] is web2py support html 5 and css 3?

2011-04-08 Thread 黄祥
Hi, i want to create audio n video controller like on web2py applicances, n try to using html 5 for audio n video, but it can't run, is web2py support html 5 and css 3? thanks

[web2py] support for Amazon Simple Email Service (Amazon SES) ?

2011-04-07 Thread kuokon
Hi, Is there support for using Amazon SES as email server ? I'm thinking using it for user registration authentication / confirmation. Best, kuokon

  1   2   >