[web2py] Re: upgraded and lost + - in string:list

2014-06-23 Thread Niphlod
np. Glad that the issue was located and fixed ^_^ On Monday, June 23, 2014 3:00:12 AM UTC+2, LoveWeb2py wrote: > > Issue resolved. Copied the web2py.js from the welcome app which had all > the right lines. Very very weird! Thank you so much for your help, Niphlod. > I didn't even think to check

[web2py] Re: upgraded and lost + - in string:list

2014-06-22 Thread LoveWeb2py
Issue resolved. Copied the web2py.js from the welcome app which had all the right lines. Very very weird! Thank you so much for your help, Niphlod. I didn't even think to check the git branch. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/

[web2py] Re: upgraded and lost + - in string:list

2014-06-22 Thread LoveWeb2py
We're currently running 2.9.5 with Python 2.6 and our JS is only 209 lines. very odd. On Sunday, June 22, 2014 8:44:20 PM UTC-4, LoveWeb2py wrote: > > Well... first of all my web2py.js only has 209 lines not 721.I am afraid > to upgrade again because we had trouble with our last upgrade. In fact

[web2py] Re: upgraded and lost + - in string:list

2014-06-22 Thread LoveWeb2py
Well... first of all my web2py.js only has 209 lines not 721.I am afraid to upgrade again because we had trouble with our last upgrade. In fact, I don't see any reference to the w2p_list in web2py.js Guess I should just try adding the code? On Saturday, June 21, 2014 2:51:31 PM UTC-4, Niphlod

[web2py] Re: upgraded and lost + - in string:list

2014-06-21 Thread Niphlod
let's start from scratch. listwidget now just creates a ul with a class w2p_list for the listwidget. all the other bits are taken care by https://github.com/web2py/web2py/blob/master/applications/welcome/static/js/web2py.js#L84. If you don't notice the "plus signs" around the listwidget, then the

[web2py] Re: upgraded and lost + - in string:list

2014-06-20 Thread LoveWeb2py
any other recommendations? This is a big deal for our users On Friday, June 20, 2014 9:38:38 AM UTC-4, LoveWeb2py wrote: > > yes. It is a completely new version. Should I revert back the web2py.js ? > > On Friday, June 20, 2014 9:28:08 AM UTC-4, Niphlod wrote: >> >> did you update web2py.js too ?

[web2py] Re: upgraded and lost + - in string:list

2014-06-20 Thread LoveWeb2py
yes. It is a completely new version. Should I revert back the web2py.js ? On Friday, June 20, 2014 9:28:08 AM UTC-4, Niphlod wrote: > > did you update web2py.js too ? > > On Friday, June 20, 2014 3:13:32 PM UTC+2, LoveWeb2py wrote: >> >> I upgraded to the latest version of web2py and lost the + -

[web2py] Re: upgraded and lost + - in string:list

2014-06-20 Thread Niphlod
did you update web2py.js too ? On Friday, June 20, 2014 3:13:32 PM UTC+2, LoveWeb2py wrote: > > I upgraded to the latest version of web2py and lost the + - in the SQLFORM > which allowed users to add additional records. Any idea why? > -- Resources: - http://web2py.com - http://web2py.com/book