[web2py] Re: web2py 2.15.0b1

2017-07-06 Thread 黄祥
tried routes in applications 1. cp ~/site/web2py/examples/routes.parametric.example.py ~/site/web2py/routes.py 2. cp ~/site/web2py/applications/welcome/routes.example.py ~/site/web2py/applications/welcome/routes.py 3. Start Web2py source ~/site/bin/activate python ~/site/web2py/web2py.py --nogui

[web2py] Re: web2py 2.15.0b1

2017-07-06 Thread 黄祥
Done in pydal issue _before_insert not work when required=True in latest version Done in web2py issue appadmin errors page didn't show detail information admin page, manage button (dropdown) not work (no errors occured) graph model didn't show the erd like in previous version can't use response.op

[web2py] Re: web2py 2.15.0b1

2017-07-06 Thread Donald McClymont
Excellent work with this and lots of new features. No major issues with doing some testing so far - but just sharing an observation that a field definition along the lines of: below will cause an error if you insert a record and it attempts to use the default value. Field('plan_editor', 'list

[web2py] Re: web2py 2.15.0b1

2017-07-06 Thread Paolo Valleri
Hi Stifan, regarding _before_insert open an issue on https://github.com/web2py/pydal with the example you posted for the other issues, open an issue on https://github.com/web2py/web2py Paolo On Thursday, July 6, 2017 at 2:20:25 AM UTC+2, 黄祥 wrote: > > tried to build from scratch with minimal cod

[web2py] Re: Web2py Cron depreciado ?

2017-07-06 Thread Leonel Câmara
A alternativa é usar o scheduler do web2py ( http://www.web2py.com/books/default/chapter/29/04#web2py-Scheduler ), nota que podes não ter problemas continuando a usar o cron mesmo que isso não seja recomendado. Da próxima vez, por favor escreve a tua pergunta em Inglês, repara que este grupo é

[web2py] Re: web2py 2.15.0b1

2017-07-06 Thread Dave S
On Thursday, July 6, 2017 at 2:31:03 AM UTC-7, Dave S wrote: > > > > On Thursday, July 6, 2017 at 2:27:05 AM UTC-7, Dave S wrote: >> >> >> On Tuesday, July 4, 2017 at 11:55:21 PM UTC-7, Massimo Di Pierro wrote: >>> >>> Please help us test the new web2py: >>> >>> >>> https://mdipierro.pythonanywhe

[web2py] Re: web2py 2.15.0b1

2017-07-06 Thread Dave S
On Tuesday, July 4, 2017 at 11:55:21 PM UTC-7, Massimo Di Pierro wrote: > > Please help us test the new web2py: > > https://mdipierro.pythonanywhere.com/examples/static/nightly/web2py_src.zip > > https://mdipierro.pythonanywhere.com/examples/static/nightly/web2py_osx.zip > https://mdipierro.pyt

[web2py] Re: web2py 2.15.0b1

2017-07-06 Thread 黄祥
just curious how do you shipping the package, for example, i just found there is fabfile.py in the root of web2py folder on github, but not in the web2py_src.zip i want to test fabfile.py too, and must grab it from github, not from the source one thanks and best regards, stifan -- Resources:

[web2py] Re: web2py 2.15.0b1

2017-07-06 Thread Dave S
On Thursday, July 6, 2017 at 2:27:05 AM UTC-7, Dave S wrote: > > > On Tuesday, July 4, 2017 at 11:55:21 PM UTC-7, Massimo Di Pierro wrote: >> >> Please help us test the new web2py: >> >> >> https://mdipierro.pythonanywhere.com/examples/static/nightly/web2py_src.zip >> >> >> https://mdipierro.py

[web2py] Re: web2py 2.15.0b1

2017-07-06 Thread Dave S
On Tuesday, July 4, 2017 at 11:55:21 PM UTC-7, Massimo Di Pierro wrote: > > Please help us test the new web2py: > > https://mdipierro.pythonanywhere.com/examples/static/nightly/web2py_src.zip > > https://mdipierro.pythonanywhere.com/examples/static/nightly/web2py_osx.zip > https://mdipierro.pyth

Re: [web2py] Re: web2py 2.15.0b1

2017-07-06 Thread Dave S
On Wednesday, July 5, 2017 at 2:01:06 AM UTC-7, Ramos wrote: > > on windows, in admin, the "Manage" Button does not pull dow.. > Also seen on older Fedora newer Firefox. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

[web2py] Re: web2py 2.15.0b1

2017-07-06 Thread Dave S
On Wednesday, July 5, 2017 at 7:22:21 PM UTC-7, 黄祥 wrote: > 2. http://127.0.0.1:8000/welcome/appadmin/d3_graph_model > graph model didn't show the erd like in previous version : > - relation between table not shown > - table fields shown is stacked with another table name > > Also seen on ol

Re: [web2py] Re: web2py 2.15.0b1

2017-07-05 Thread Martin Weissenboeck
Hi, nice to have a new version. The problems with markmin2html remain, see issue 1671 https://github.com/web2py/web2py/issues/1671 A short summary - an ordered list inside a blockquote does not work: A controller: def mmtest(): t=""" --- This is an ordered list: + Item 1 + It

[web2py] Re: web2py 2.15.0b1

2017-07-05 Thread 黄祥
another test 1. can't use response.optimize_js in models/db.py, previous version can work response.optimize_js = 'concat,minify,inline' Traceback (most recent call last): File "/Users/MacBookPro/site/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment) File "", li

[web2py] Re: web2py 2.15.0b1

2017-07-05 Thread 黄祥
tried to build from scratch with minimal code for test before insert callback problem : *1. create new web2py app* *2. models/db_test.py* def before_insert_test(f): f['field1'] = 'field1' db.define_table('table0', Field('field0', notnull = True, required = True), Field('field1', not

[web2py] Re: Web2py Error apache2 ubuntu server form two ports

2017-07-05 Thread Massimo Di Pierro
Does the problem go away if you delete your sessions? If not, can you please open a github issue about this? On Friday, 30 June 2017 13:36:22 UTC-5, Marco Antonio Castro Collazos wrote: > > 1073/5000 > Good morning everyone > I have the following problem: > I have web2py installed on an ubuntu se

[web2py] Re: web2py 2.15.0b1

2017-07-05 Thread Leonel Câmara
My bad I'm still using the old jquery version. -- 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

[web2py] Re: web2py 2.15.0b1

2017-07-05 Thread 黄祥
@leonel : - for before_insert callback problem yes, you are right, i intentionally didn't put fund_manager value because i want to test the before_insert callback during insert data on install controller the same code running well in previous version 2.14.6-stable - for admin page manage button p

Re: [web2py] Re: web2py 2.15.0b1

2017-07-05 Thread António Ramos
tried chrome with a hard refresh and i got this after pressing the "Manage " button [image: Imagem inline 1] 2017-07-05 12:52 GMT+01:00 Leonel Câmara : > Ramos have you done a hard refresh, It's very odd because I don't see that > error at all. > > -- > Resources: > - http://web2py.com > - http:

[web2py] Re: web2py 2.15.0b1

2017-07-05 Thread Leonel Câmara
Ramos have you done a hard refresh, It's very odd because I don't see that error at 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 thi

Re: [web2py] Re: web2py 2.15.0b1

2017-07-05 Thread António Ramos
@leonel @windows 7 /Chrome/Firefox/Internet Explorer 2017-07-05 11:37 GMT+01:00 Leonel Câmara : > @stifan but you actually did not put any fund_manager > > @ramos what browser? it's working fine for me in chrome, firefox and edge. > > -- > Resources: > - http://web2py.com > - http://web2py.com/bo

[web2py] Re: web2py 2.15.0b1

2017-07-05 Thread Leonel Câmara
@stifan but you actually did not put any fund_manager @ramos what browser? it's working fine for me in chrome, firefox and edge. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/li

Re: [web2py] Re: web2py 2.15.0b1

2017-07-05 Thread António Ramos
on windows, in admin, the "Manage" Button does not pull dow.. 2017-07-05 9:51 GMT+01:00 黄祥 : > great jobs massimo and everyone, just found some on the latest version > 1. admin page, manage button (dropdown menu) not work (no errors occured) > 2. before insert callback (put it on module) is not

[web2py] Re: web2py 2.15.0b1

2017-07-05 Thread 黄祥
great jobs massimo and everyone, just found some on the latest version 1. admin page, manage button (dropdown menu) not work (no errors occured) 2. before insert callback (put it on module) is not work in latest version, while the same code and same step is work in 2.14.6-stable Traceback (most r

Re: [web2py] Re: web2py 2.15.1

2017-06-26 Thread Anthony
On Monday, June 26, 2017 at 12:04:37 PM UTC-4, Richard wrote: > > http://web2py.com/books/default/chapter/29/07/forms-and-validators#IS_DATE > > I don't know if we enforce that this formatting respect any python > standard... > > I can give a try if we can pass flatpickr parameters without issue..

Re: [web2py] Re: web2py 2.15.1

2017-06-26 Thread Richard Vézina
http://web2py.com/books/default/chapter/29/07/forms-and-validators#IS_DATE I don't know if we enforce that this formatting respect any python standard... I can give a try if we can pass flatpickr parameters without issue... Richard On Mon, Jun 26, 2017 at 11:57 AM, Anthony wrote: > On Monday,

Re: [web2py] Re: web2py 2.15.1

2017-06-26 Thread Anthony
On Monday, June 26, 2017 at 10:42:33 AM UTC-4, Richard wrote: > > We could certainly do that... Things would happen in web2py.js thought, or > we bringing out flatpickr from there... But it wouldn't work properly > passing parameters time/date/datetime from validators IS_TIME(), IS_DATE(), > etc

Re: [web2py] Re: web2py 2.15.1

2017-06-26 Thread Richard Vézina
We could certainly do that... Things would happen in web2py.js thought, or we bringing out flatpickr from there... But it wouldn't work properly passing parameters time/date/datetime from validators IS_TIME(), IS_DATE(), etc. So we will get complaints saying that it doesn't work specifying date for

Re: [web2py] Re: web2py 2.15.1

2017-06-26 Thread Anthony
I'm not sure it would really have to support Python date formatting. Couldn't we just specify the appropriate default formats in web2py_ajax.html and then point use

Re: [web2py] Re: web2py 2.15.1

2017-06-26 Thread Richard Vézina
To integrate flatpickr a flatpickr plugin should be write to support python date time string formating : http://strftime.org/ That what have been suggested by flatpickr devs : https://github.com/chmln/flatpickr/issues/886 I try to integrate flatpickr here and it get muddy along the road as I lear

[web2py] Re: web2py 2.15.1

2017-06-23 Thread Jim S
For what it's worth, I disagree with the last statement completely. I've used other frameworks and feel the documentation for web2py is far superior. Some best practices docs would be nice but that hardly qualifies as poor documentation. -Jim On Friday, June 23, 2017 at 3:04:11 PM UTC-5, Oas

[web2py] Re: web2py 2.15.1

2017-06-23 Thread Oasis Agano
It can be cool to have best practices documentations too; Unit testing(with auth,decorated methods...), Continuous Integration(Either travis-ci or jenkins...), because web2py may have many features but the documentation is still very poor. kr, Oasis On Monday, June 5, 2017 at 10:39:11 AM UTC

[web2py] Re: web2py 2.15.1

2017-06-23 Thread Oasis Agano
i think this guy is working on the flatpickr datepicker but could use some help https://github.com/web2py/web2py/issues/1646 On Monday, June 5, 2017 at 10:39:11 AM UTC+2, Karoly Kantor wrote: > > Dear Massimo, > > I saw your question in the developers group where I cannot post, therefore > i d

[web2py] Re: web2py 2.15.1

2017-06-20 Thread Massimo Di Pierro
Make a PR On Friday, 16 June 2017 10:05:48 UTC-5, Oasis Agano wrote: > > I think that *flatpickr* should be the default datetime picker for the > next Web2py it looks awesome > > On Monday, June 5, 2017 at 10:39:11 AM UTC+2, Karoly Kantor wrote: >> >> Dear Massimo, >> >> I saw your question in th

Re: [web2py] Re: web2py 2.15.1

2017-06-19 Thread Richard Vézina
Go ahead and integrate it... We shouldn't wait for that before launch long awaiting new web2py version to me. Richard On Fri, Jun 16, 2017 at 11:05 AM, Oasis Agano wrote: > I think that *flatpickr* should be the default datetime picker for the > next Web2py it looks awesome > > On Monday, June

Re: {Disarmed} Re: {Disarmed} Re: [web2py] Re: web2py and SEO

2017-06-16 Thread rajjmatthur
I have this in index.html before {{extend 'layout.html'}} {{ response.title='My Site Name' response.meta.keywords='web2py web development Denver' response.meta.description='my description' response.meta.author='my name' }} Most of the content of the page is in layout.html #---

[web2py] Re: web2py 2.15.1

2017-06-16 Thread Oasis Agano
I think that *flatpickr* should be the default datetime picker for the next Web2py it looks awesome On Monday, June 5, 2017 at 10:39:11 AM UTC+2, Karoly Kantor wrote: > > Dear Massimo, > > I saw your question in the developers group where I cannot post, therefore > i do it here. > > I am current

Re: [web2py] Re: web2py 2.15.1

2017-06-15 Thread Richard Vézina
On Wed, Jun 14, 2017 at 6:22 PM, Anthony wrote: > On Wednesday, June 14, 2017 at 2:33:58 PM UTC-4, Richard wrote: >> >> Anthony, >> >> What are the issue with Calendar?? I know it outdated, support seems to >> shade away (http://www.dynarch.com/ -> Website down and a link to >> documentation is p

{Disarmed} Re: {Disarmed} Re: [web2py] Re: web2py and SEO

2017-06-15 Thread Carlos Cesar Caballero Díaz
Hi, it seems to be working in my apps, can you share how are you using it, and the web2py version? Greetings. El 14/06/17 a las 15:21, rajjmatt...@gmail.com escribió: Did anyone had any success on inserting metadata on layout or SEO ( http://www.web2pyslices.com/slice/show/2048/simple-seo) pl

Re: [web2py] Re: web2py 2.15.1

2017-06-14 Thread Anthony
On Wednesday, June 14, 2017 at 2:33:58 PM UTC-4, Richard wrote: > > Anthony, > > What are the issue with Calendar?? I know it outdated, support seems to > shade away (http://www.dynarch.com/ -> Website down and a link to > documentation is provide... > See OP. > I had step back from implement

Re: [web2py] Re: web2py and SEO

2017-06-14 Thread rajjmatthur
Did anyone had any success on inserting metadata on layout or SEO ( http://www.web2pyslices.com/slice/show/2048/simple-seo) plugins? It doesn't seem to work at all. On Friday, January 3, 2014 at 9:25:14 AM UTC-5, Gael Princivalle wrote: > > Hi Bruno. > > In a same page where you make translatio

Re: [web2py] Re: web2py 2.15.1

2017-06-14 Thread Richard Vézina
Anthony, What are the issue with Calendar?? I know it outdated, support seems to shade away (http://www.dynarch.com/ -> Website down and a link to documentation is provide... But it plays so well with python date/datetime formatting string... I had step back from implementing flatpickr, maybe we

Re: [web2py] Re: web2py 2.15.1

2017-06-13 Thread Richard Vézina
Hmm, I had a look at the code of flatpickr for fromatting : https://github.com/chmln/flatpickr/blob/master/src/flatpickr.js#L1461 Would require a major refactor to support python string fromatting datetime parameter '%Y-%m-%d %H:%M:%S' Also it doesn't seems to support timezone... https://chmln.

Re: [web2py] Re: web2py 2.15.1

2017-06-12 Thread Richard Vézina
Here : https://github.com/web2py/web2py/commit/0205594f0853680e7c548dd0c506640958e36f1b Just go to : welcome/default/test_flatpickr, a dummy form with the 3 field types date, datetime, time demo Meaningful changes are mostly at the top and the bottom of diff... Remain to manger i18n and figure o

Re: [web2py] Re: web2py 2.15.1

2017-06-12 Thread Richard Vézina
Ok, I figure this out, I mean it work with only change into web2py.js and web2py_ajax.html with web2py-master (up to date)... I should remove reference to web2py_ajax.js in this comment and replace it with web2py.js I guess?? Have you any input regarding the previous message about flatpickr integ

Re: [web2py] Re: web2py 2.15.1

2017-06-12 Thread Anthony
On Monday, June 12, 2017 at 2:28:21 PM UTC-4, Richard wrote: > > Also, I am not sure what happen with web2py_ajax.*js *I found reference > to it in web2py_ajax*.html* > You must have a very old version -- web2py_ajax.js was changed to web2py.js a long time ago. Anthony -- Resources: - http://

Re: [web2py] Re: web2py 2.15.1

2017-06-12 Thread Richard Vézina
Also, I am not sure what happen with web2py_ajax.*js *I found reference to it in web2py_ajax*.html* quote: // These variables are used by the web2py_ajax_init function in web2py_ajax.js (which is loaded below). But it seems to have been removed?? I try to search the list and github for explanat

Re: [web2py] Re: web2py 2.15.1

2017-06-12 Thread Richard Vézina
I made some progress... It relatively straigh foward to replace Calendar... I am reading IS_TIME() validator which handle time with second or not... I am not sure how I could translate that with time picker from flatpicker which use enableSeconds boolean flag to determine if it requires second or

[web2py] Re: Web2PY not importing global modules

2017-06-09 Thread Darin Williams
That fixed the issue. On Thursday, June 8, 2017 at 4:17:46 PM UTC-5, Anthony wrote: > > Looks like you are using the OSX binary web2py, which includes its own > Python interpreter and doesn't see anything in your system installation of > Python. Instead, just use the source version of web2py --

Re: [web2py] Re: web2py 2.15.1

2017-06-09 Thread Jörg Schneider
+1 -- 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 uns

[web2py] Re: Web2PY not importing global modules

2017-06-08 Thread Anthony
Looks like you are using the OSX binary web2py, which includes its own Python interpreter and doesn't see anything in your system installation of Python. Instead, just use the source version of web2py -- binary is only needed if you don't have Python installed. Anthony On Thursday, June 8, 201

Re: [web2py] Re: web2py 2.15.1

2017-06-08 Thread Anthony
Note, flatpickr supports dates, datetimes, and times, so it can replace both the calendar widget and the timeEntry widget. Anthony On Thursday, June 8, 2017 at 10:28:59 AM UTC-4, Richard wrote: > > Will give a try... Hope it not too difficult to do, I don't have much > time... > > Richard > > O

[web2py] Re: web2py 2.15.1

2017-06-08 Thread Marlysson Silva
+1 to change built in date picker , I same already changed it by other in my apps . Em segunda-feira, 5 de junho de 2017 05:39:11 UTC-3, Karoly Kantor escreveu: > > Dear Massimo, > > I saw your question in the developers group where I cannot post, therefore > i do it here. > > I am currently awa

Re: [web2py] Re: web2py 2.15.1

2017-06-08 Thread Richard Vézina
Will give a try... Hope it not too difficult to do, I don't have much time... Richard On Wed, Jun 7, 2017 at 4:46 PM, Carlos Costa wrote: > +1 on date picker. It is totally outdated. > > Em segunda-feira, 5 de junho de 2017 05:39:11 UTC-3, Karoly Kantor > escreveu: >> >> Dear Massimo, >> >> I s

[web2py] Re: web2py 2.15.1

2017-06-07 Thread Carlos Costa
+1 on date picker. It is totally outdated. Em segunda-feira, 5 de junho de 2017 05:39:11 UTC-3, Karoly Kantor escreveu: > > Dear Massimo, > > I saw your question in the developers group where I cannot post, therefore > i do it here. > > I am currently aware of the following issues to be fixed: >

Re: [web2py] Re: web2py 2.15.1

2017-06-07 Thread Jim S
+1 On Wednesday, June 7, 2017 at 2:03:09 PM UTC-5, Richard wrote: > > flatpickr seems really nice... Any reason why we don't replace the actual > "built-in" calendar that we ship web2py with? > > Richard > > On Tue, Jun 6, 2017 at 9:31 AM, Anthony > > wrote: > >> On Tuesday, June 6, 2017 at 5:02

Re: [web2py] Re: web2py 2.15.1

2017-06-07 Thread Richard Vézina
flatpickr seems really nice... Any reason why we don't replace the actual "built-in" calendar that we ship web2py with? Richard On Tue, Jun 6, 2017 at 9:31 AM, Anthony wrote: > On Tuesday, June 6, 2017 at 5:02:10 AM UTC-4, tim.nyb...@conted.ox.ac.uk > wrote: >> >> Re #3: I highly recommend swap

Re: [web2py] Re: [web2py/web2py] Auth add_membership and del_membership mistakenly alter the logged-in user's session (#1638)

2017-06-07 Thread Richard Vézina
That what I thought too... filesystem is slow, database would requires a new auth table or at least a new field (system reserved)... What's about a persistent auth parameters?? We could make it persitent from request to request in cache as long as cache (RAM) can be used by web2py internal code??

[web2py] Re: [web2py/web2py] Auth add_membership and del_membership mistakenly alter the logged-in user's session (#1638)

2017-06-06 Thread Anthony
> > When you mention "persist the list of flagged users", it mean that there > is no such thing as persistence in web2py and that at each request web2py > is completely "ignorant" about any given state it may find itself in?? > Well, each request is executed independently, though there are mean

[web2py] Re: [web2py/web2py] Auth add_membership and del_membership mistakenly alter the logged-in user's session (#1638)

2017-06-06 Thread Richard Vézina
We could continue this conversation here... When you mention "persist the list of flagged users", it mean that there is no such thing as persistence in web2py and that at each request web2py is completely "ignorant" about any given state it may find itself in?? I guess using session as a persiste

[web2py] Re: web2py 2.15.1

2017-06-06 Thread Anthony
On Tuesday, June 6, 2017 at 5:02:10 AM UTC-4, tim.nyb...@conted.ox.ac.uk wrote: > > Re #3: I highly recommend swapping in Eonasdan's bootstrap-datetimepicker: > https://github.com/Eonasdan/bootstrap-datetimepicker > That's nice but is tied to Bootstrap and has a lot of dependencies. Something m

[web2py] Re: web2py 2.15.1

2017-06-06 Thread tim . nyborg
Re #3: I highly recommend swapping in Eonasdan's bootstrap-datetimepicker: https://github.com/Eonasdan/bootstrap-datetimepicker I just altered my web2py_ajax.html to swap dependencies and initialize datepickers: # response.files.insert(1,'/inc/css/calendar.css') # response.files.insert(2,'/inc/

[web2py] Re: web2py page refresh causes postgres to reach the max number of connections

2017-06-05 Thread Mick
Thank you so much for your help, my pool_size was set to 100, I set it to 1 and seems to be working ok. On Sunday, June 4, 2017 at 9:19:03 AM UTC-7, Massimo Di Pierro wrote: > > What is your connection string? > > web2py does connection pooling. It does not close connections, it stores > them an

[web2py] Re: web2py page refresh causes postgres to reach the max number of connections

2017-06-04 Thread Massimo Di Pierro
What is your connection string? web2py does connection pooling. It does not close connections, it stores them and recycle them for speed but you can set DAL(, pool_size=...). Set pool_size to 1 for now and see if you still have the problem. On Sunday, 4 June 2017 11:04:52 UTC-5, Mick wrote

[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] Re: web2py uses deprecated driver to connect to Google Cloud SQL

2017-05-24 Thread Karoly Kantor
In the meantime, I have solved the syntax error above (there was a "-" in the data base name...), and I have successfully connected to a 2nd generation Google SQL instance To do this, i had to hack pyDAL. I would appreciate of someone could look at what I have done, and tell me if this is

[web2py] Re: Web2py Postgresql Groupby issue

2017-05-13 Thread Pierre
here: http://web2py.com/books/default/search/29?search=groupby s = db.table.field_a | db.table.field_b groupby s *always obey the computer.* :) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.goog

[web2py] Re: WEB2PY iOS install APP

2017-05-12 Thread Donald McClymont
Is it still required to jailbreak iOS if you want to install Web2py on iOS? Was considering giving this a go with Pythonista but I have not really done much investigation. I am not particularly keen on jailbreak as I don't trust apple to not brick the device at some point if I do this. But i

Re: [web2py] Re: web2py and python3

2017-05-11 Thread Richard Vézina
No problem... I can't say when Massimo's gonna disclose his new framework, you have to ask him... But it should be soon as he compromise his self saying he has one in the pipeline... Keep tune... :) Richard On Thu, May 11, 2017 at 3:49 AM, Muhammad Hashim Malik < has...@rehmansoft.com> wrote: >

Re: [web2py] Re: web2py and python3

2017-05-11 Thread Muhammad Hashim Malik
Dear Richard I know web2py can be used with python3, but, I want to play with web3py and waiting for that badly. Please dont' mind my restless waiting for new framework. Truly, Malik Muhammad Hashim *Malik M. Hashim* PO MCC(East) +92-300-3754107 On Tue, May 2, 2017 at 8:51 PM, Richard Vézi

Re: [web2py] Re: web2py and python3

2017-05-02 Thread Richard Vézina
Muhammad, I don't recall any promise about a date mention by Massimo... Thanks to consider that all this is open source project and there is no specific timeline attach to these initiatives... web2py is still there and I guess we all can be confident that Massimo will take care to soften the tran

Re: [web2py] Re: web2py and python3

2017-05-02 Thread Robin Bryce
At Illumina Python 3 extensively. Bioinformatics, Web development, infrastructure scripting etc. At my group, it's no great hardship for us to use Python 2.7 in return for what web2py offers. But by default all our python is python3 https://www.illumina.com/ On Wednesday, 11 November 2015 15:2

Re: [web2py] Re: web2py and python3

2017-05-01 Thread Jim Steil
Please, let's give Massimo and the team the time to do it right. Massimo said 'maybe some code will be release at the end of April'. I didn't view that as an announcement. -Jim On Sun, Apr 30, 2017 at 10:31 PM, Muhammad Hashim Malik < has...@rehmansoft.com> wrote: > Badly waiting for web3py. I

Re: [web2py] Re: web2py i cant submit customized form with input

2017-04-30 Thread Maurice Waka
A user types in text. The send button submits it. That's where I find it difficult to submit the form On Apr 30, 2017 22:49, "Anthony" wrote: > Yes to what? How is the form submitted? > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2p

Re: [web2py] Re: web2py and python3

2017-04-30 Thread Muhammad Hashim Malik
Badly waiting for web3py. It was announced that web3py will be available​ at the end of April. On 12-Apr-2017 6:37 PM, "Massimo Di Pierro" wrote: May be some code will be released at the end of April. Very preliminary but I will be looking for feedback. On Wednesday, 12 April 2017 07:56:17

Re: [web2py] Re: web2py i cant submit customized form with input

2017-04-30 Thread Anthony
Yes to what? How is the form submitted? -- 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

Re: [web2py] Re: web2py i cant submit customized form with input

2017-04-30 Thread Maurice Waka
Yes On Apr 30, 2017 20:06, "Anthony" wrote: > How is the form submitted? It looks like you simply have some text in a > div for the "Send it" functionality. > > Anthony > > On Sunday, April 30, 2017 at 8:40:03 AM UTC-4, Maurice Waka wrote: >> >> >> >> down votefavorite >>

[web2py] Re: web2py i cant submit customized form with input

2017-04-30 Thread Anthony
How is the form submitted? It looks like you simply have some text in a div for the "Send it" functionality. Anthony On Sunday, April 30, 2017 at 8:40:03 AM UTC-4, Maurice Waka wrote: > > > > down votefavorite >

Re: [web2py] Re: web2py is not starting with python 3.0/3.1

2017-04-27 Thread Nico Zanferrari
Yes, cloning the master branch works fine! Thanks, Nico 2017-04-27 13:28 GMT+02:00 Marlysson Silva : > This feature seems to be in a commit of branch's web2py repository , I > think that still do not was merged with master branch .. But cloning the > repository and checking this branch you can r

[web2py] Re: web2py is not starting with python 3.0/3.1

2017-04-27 Thread Marlysson Silva
This feature seems to be in a commit of branch's web2py repository , I think that still do not was merged with master branch .. But cloning the repository and checking this branch you can run in py3 enviroment. Em segunda-feira, 24 de junho de 2013 06:19:15 UTC-3, Pradeeshnarayan escreveu: > >

Re: [web2py] Re: web2py is not starting with python 3.0/3.1

2017-04-27 Thread Nico Zanferrari
Hello, I have the same problem now, with the current nightly build. Massimo and others said that it's working now with Python3 (experimentally), so I think I'm missing something obvious... Python 3.6.1 on Windows 10 64 bit, and also Python 3.5.2 on Ubuntu 16.10 Thank you 2013-06-24 12:11 GMT+0

[web2py] Re: web2py with firebase

2017-04-19 Thread Anthony
web2py doesn't include any built-in integration with Firebase, but you can use Firebase as you would in any web app. To connect from the client, use their Javascript SDK . If you need to connect to the Firebase REST API from the server, there

Re: [web2py] Re: web2py and python3

2017-04-18 Thread JorgeH
Please consider adding support for GraphQL, if I may suggest On Sunday, April 16, 2017 at 9:51:11 AM UTC-5, Massimo Di Pierro wrote: > > The main goal is to make it as close as possible to web2py but faster, > allow more flexibility and move more logic client-size. It will be smaller > than web2

Re: [web2py] Re: web2py and python3

2017-04-16 Thread JorgeH
the best news I've read in a long time! Can´t wait to use it.. :) On Sunday, April 16, 2017 at 9:51:11 AM UTC-5, Massimo Di Pierro wrote: > > The main goal is to make it as close as possible to web2py but faster, > allow more flexibility and move more logic client-size. It will be smaller > than

{Disarmed} Re: [web2py] Re: web2py and python3

2017-04-16 Thread Carlos Cesar Caballero Díaz
Hi Massimo, I really like a lot what I am reading, is there some kind of schedule or todo list for this? I really will like to help on building this. Have you considered to include some functionality like symfony 2 bundles (http://symfony.com/doc/current/bundles.html) or Yii2 extensions (http:

Re: [web2py] Re: web2py and python3

2017-04-16 Thread Massimo Di Pierro
The main goal is to make it as close as possible to web2py but faster, allow more flexibility and move more logic client-size. It will be smaller than web2py. admin will look different but have similar functionality. the request/response objects will be the bottlepy ones. dal & templates are th

Re: [web2py] Re: web2py and python3

2017-04-15 Thread pbreit
I love web2py but am excited to hear about your next framework. When do you think we might see a functional/preview? will it be recognizable to web2py users are a big departure? What are you thinking for the front-end, template/views like web2py or something more JavaScript like React/Vue? --

[web2py] Re: web2py admin app

2017-04-14 Thread Michael Beller
Yes - you can store sessions in a database rather than the filesystem or cookies. Here is some info: http://www.web2py.com/books/default/chapter/29/04/the-core#session On Wednesday, April 12, 2017 at 6:37:40 AM UTC-7, James Holstead wrote: > > I was testing clustering in our test environment a

[web2py] Re: web2py and python future version strategy

2017-04-14 Thread Massimo Di Pierro
I am trying my best to release an alpha version by the end of April. My guess it will take a few more months to converge to a final product. One my goal is to move most of the template/grid/form logic client-side. That will be one of the main changes. I am unsure whether to backport the SQLFORM

Re: [web2py] Re: web2py and python3

2017-04-13 Thread Richard Vézina
10x speed improve, I buy that anytime! :) Richard On Thu, Apr 13, 2017 at 12:38 PM, Marlysson Silva wrote: > Awesome!! Which features massimo? :D > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://c

Re: [web2py] Re: web2py and python3

2017-04-13 Thread Marlysson Silva
Awesome!! Which features massimo? :D -- 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 Gr

Re: [web2py] Re: web2py and python3

2017-04-12 Thread Massimo Di Pierro
May be some code will be released at the end of April. Very preliminary but I will be looking for feedback. On Wednesday, 12 April 2017 07:56:17 UTC-5, JorgeH wrote: > > > > On Wednesday, April 12, 2017 at 6:37:44 AM UTC-5, Massimo Di Pierro wrote: >> >> >> >> I am working on web3py which is not

Re: [web2py] Re: web2py and python3

2017-04-12 Thread JorgeH
On Wednesday, April 12, 2017 at 6:37:44 AM UTC-5, Massimo Di Pierro wrote: > > > > I am working on web3py which is not to be confused with web2py for python > 3. For this reason it will have another name. It will not be compatible > with web2py (python 2 or python 3) but it will have a lot of t

Re: [web2py] Re: web2py and python3

2017-04-12 Thread Ovidio Marinho
what has changed : https://docs.python.org/3/library/2to3.html [image: http://itjp.net.br] http://itjp.net.b r *Ovidio Marinho Falcao Neto* ovidio...@gmail.com

Re: [web2py] Re: web2py and python3

2017-04-12 Thread Massimo Di Pierro
Basically web2py works with python 3. Not thanks to me but thanks to the many excellent contributors. Have you tried: $ python3 web2py.py web2py with pyhton 2 and web2py with python use the same code base but are not compatible with each other for obvious reasons. I am working on web3py which

<    4   5   6   7   8   9   10   11   12   13   >