Re: [web2py] Re: web2py 2.15.3 is OUT

2017-08-28 Thread Anthony
On Monday, August 28, 2017 at 2:03:43 PM UTC-4, Yoel Benitez Fonseca wrote: > > Hi, > > new copy of 2.15.3, create a model with a date Field - using SQLite, > in appadmin or a CRUD form the date widget don't show the year, just > the name of the day. > How is this related to the current

Re: [web2py] Re: web2py 2.15.3 is OUT

2017-08-28 Thread Yoel Benitez Fonseca
Hi, new copy of 2.15.3, create a model with a date Field - using SQLite, in appadmin or a CRUD form the date widget don't show the year, just the name of the day. I come from 2.14.6, don't know if this is something related only to 2.15.3 or is that i'm missing something. 2017-08-27 21:13

[web2py] Re: web2py 2.15.3 is OUT

2017-08-27 Thread Anthony
It's not clear how that would be related to response.js, as it appears the code returned via response.js is in fact being executed in the browser. It's hard to say what's going wrong in the browser without knowing more about the JS and what the DOM looks like at that point. Anthony On Sunday,

[web2py] Re: web2py 2.15.3 is OUT

2017-08-27 Thread 黄祥
it seems response.js have a different behaviour in new version e.g. (the same code work well in 2.14.6) ... if form.process().accepted: ... target_response = "jQuery('#test .close').click(); jQuery('#test').get(0).reload()" response.js = target_response

[web2py] Re: web2py 2.15.3 is OUT

2017-08-24 Thread Daniel Vogel
Problems with umlaut äöü and db query (Column %s not found) (1.) Problems with umlaute ä ö ü, if a function with a view called inside a Wiki page. Only with new created application on version 2.15.3. Function in Wiki Page: - @{component:activity/list_a.load} View: {{if count == 0:}}

[web2py] Re: web2py 2.15.3 is OUT

2017-08-22 Thread Dave S
On Monday, August 21, 2017 at 7:36:56 PM UTC-7, Dave S wrote: > > > > On Monday, August 7, 2017 at 7:33:55 AM UTC-7, Massimo Di Pierro wrote: >> >> Contains lots of small fixes. >> Many thanks to Leonel for taking care of many urgent issues in a hurry. >> >> \ >> Massimo >> >> > Looking at the

[web2py] Re: web2py 2.15.3 is OUT

2017-08-21 Thread Dave S
On Monday, August 7, 2017 at 7:33:55 AM UTC-7, Massimo Di Pierro wrote: > > Contains lots of small fixes. > Many thanks to Leonel for taking care of many urgent issues in a hurry. > > \ > Massimo > > Looking at the setup scripts, the nginx-centos one doesn't seem to have been updated for a

[web2py] Re: web2py 2.15.3 is OUT

2017-08-17 Thread Mirek Zvolský
Hotfix for MARKMIN(T()) is bellow. gluon/html.py +empty string in 1st line of MARKMIN constructor. But no idea what is broken with such stupid fix (py3,..) class MARKMIN(XmlComponent): """ For documentation: http://web2py.com/examples/static/markmin.html """ def

[web2py] Re: web2py 2.15.3 is OUT

2017-08-17 Thread Mirek Zvolský
For me: 1) I had no file applications/admin/private/hosts.deny -> when manually created, admin works. 2) This doesn't work for me in templates (was Ok in version from 2016): {{=MARKMIN(T("**something bold** something more"))}} This works: {{=T("**something** something")}} Error for the 1st case

Re: [web2py] Re: web2py 2.15.3 is OUT

2017-08-15 Thread 黄祥
in 2.15.3, sometimes an error occured saying there is no app_name/languages/default.py solution : copy languages/default.py from 2.14.x version question : is the file remove for a purpose ? checked on github, there is no file in welcome/languages/default.py thanks and best regards, stifan --

Re: [web2py] Re: web2py 2.15.3 is OUT

2017-08-08 Thread Richard Vézina
Most of the time ticket unknown is the results of bad permissions settings if I recall.. Richard On Tue, Aug 8, 2017 at 7:01 AM, 黄祥 wrote: > Internal error > > Ticket issued: unknown > > *error shown in terminal (previous version shown in appadmin errors)* >

[web2py] Re: web2py 2.15.3 is OUT

2017-08-08 Thread 黄祥
Internal error Ticket issued: unknown *error shown in terminal (previous version shown in appadmin errors)* ERROR:web2py:Traceback (most recent call last): File "/Users/MacBookPro/site/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment) File

[web2py] Re: web2py 2.15.3 is OUT

2017-08-08 Thread 黄祥
already fixed leonel, the error caused by the sqlite database that already exist and fake_migrate settings (appears in terminal console that run web2py) the different behaviour is in previous version an error will recorded in appadmin errors, while in latest version it appears in terminal

[web2py] Re: web2py 2.15.3 is OUT

2017-08-08 Thread Leonel Câmara
stifan can you provide the application causing that unknown ticket error? -- 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

[web2py] Re: web2py 2.15.3 is OUT

2017-08-07 Thread 黄祥
problems from 2.15.1 still exist 1. Minify problems still exist models/db.py response.optimize_js = 'concat,minify,inline' Access : http://127.0.0.1:8000/test/appadmin/d3_graph_model Return : Traceback (most recent call last): File "/Users/MacBookPro/site/web2py/gluon/restricted.py", line 219,

[web2py] Re: web2py 2.15.3 is OUT

2017-08-07 Thread 黄祥
test the new version (web2py_src.zip) with the same code that work in previous version (2.15.2) got an error : Internal errorTicket issued: unknown step i took : cd rm -rf ~/web2py/applications/test cp -R ~/web2py/applications/welcome/