[web2py] Re: web2py 2.4.2 is OUT

2013-03-03 Thread Monte Milanuk
So... running 2.3.2 on Windows 7 and Ubuntu 12.10... on both when I click the 'Check for Upgrades' button in the admin dashboard, I get a message 'Unable to check for upgrades' that replaces the button, and is a link to web2py.com. Is that the expected behavior? -- --- You received this mes

[web2py] Re: web2py 2.4.2 is OUT

2013-03-03 Thread 黄祥
no, same like in the newest version when click check for upgrade have the same result : Version 2.4.2 stable (2013-03-04 03:26:21) Unable to check for upgrades if you want to try newest version, please download it from website. -- --- You received this message because y

[web2py] Re: web2py 2.4.2 is OUT

2013-03-03 Thread Massimo Di Pierro
That is not the expected behavior. I will check what is going on but the more info you can provide the better. On Sunday, 3 March 2013 23:09:22 UTC-6, Monte Milanuk wrote: > > So... running 2.3.2 on Windows 7 and Ubuntu 12.10... on both when I click > the 'Check for Upgrades' button in the admin

[web2py] Re: web2py 2.4.2 is OUT

2013-03-03 Thread Paolo valleri
Good works, I will try it later today. I don't know if you have already discussed about that, just in case, I would suggest to start the use of git tags so it will be easier to update web2py and keep track of the different releases. Paolo On Monday, March 4, 2013 7:58:19 AM UTC+1, Massimo Di Pi

[web2py] Re: web2py 2.4.2 is OUT

2013-03-04 Thread Niphlod
until tags are pushed to the main repo, tags are here... in the evening I'll add the 2.4.2 tag. On Monday, March 4, 2013 8:50:31 AM UTC+1, Paolo valleri wrote: > > Good works, I will try it later today. > I don't know if you have already discussed about th

[web2py] Re: web2py 2.4.2 is OUT

2013-03-04 Thread Alan Etkin
> using google for QR codes (although Graph API will be deprecated in 2015) What to do then? Is there any other core feature that relies in Graph API? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop

[web2py] Re: web2py 2.4.2 is OUT

2013-03-04 Thread Niphlod
multiple options: - someone will make available a service - you make your own QRs (plenty of libs out there) On Monday, March 4, 2013 2:10:17 PM UTC+1, Alan Etkin wrote: > > > using google for QR codes (although Graph API will be deprecated in 2015) > > What to do then? Is there any other core f

[web2py] Re: web2py 2.4.2 is OUT

2013-03-04 Thread samuel bonilla
+10 good job. El domingo, 3 de marzo de 2013 22:38:19 UTC-5, Massimo Di Pierro escribió: > > The book will be out shortly describing this version. > I am sure there are some corners to iron but I could not wait any longer. > > Changelog: > > - 2D GEO API: geoPoint, getLine, geoPolygon > - support

[web2py] Re: web2py 2.4.2 is OUT

2013-03-04 Thread Monte Milanuk
Well, I get the same thing as the other poster: Version 2.3.2 (2012-12-17 15:03:30) stable Unable to check for upgrades only I don't have 2.4.2. Same laptop, dual-booting Windows 7 Pro and Ubuntu 12.10 desktop, python 2.7.3 on both... running web2py from a folder in the

[web2py] Re: web2py 2.4.2 is OUT

2013-03-04 Thread Massimo Di Pierro
we are using hg tags, git tags, and semantic versioning. On Monday, 4 March 2013 01:50:31 UTC-6, Paolo valleri wrote: > > Good works, I will try it later today. > I don't know if you have already discussed about that, just in case, I > would suggest to start the use of git tags so it will be easi

[web2py] Re: web2py 2.4.2 is OUT

2013-03-04 Thread Niphlod
git tags are not published https://github.com/web2py/web2py/tags . did you issue git push --tags ? On Monday, March 4, 2013 5:11:27 PM UTC+1, Massimo Di Pierro wrote: > > we are using hg tags, git tags, and semantic versioning. > > On Monday, 4 March 2013 01:50:31 UTC-6, Paolo valleri wrote:

[web2py] Re: web2py 2.4.2 is OUT

2013-03-04 Thread Niphlod
ps: version check fails because it expects version (date) stable/dev instead of the current format Version 2.4.2 (stable) 2013-03-04 03:26:21 On Monday, March 4, 2013 5:13:34 PM UTC+1, Niphlod wrote: > > git tags are not published https://github.com/web2py/web2py/tags . > did you issue git

[web2py] Re: web2py 2.4.2 is OUT

2013-03-05 Thread Derek
Tried to 'graph models' on a windows machine, old apps get the error: invalid function (appadmin/graph_model) Created a new app from the wizard, clicked 'graph models' pygraphviz library not found Tried to install pygraphviz on Windows (after installing Graphviz), get this message: Your Gra

[web2py] Re: web2py 2.4.2 is OUT

2013-03-05 Thread LightDot
I know of some users that made it work on windows, so it wouldn't be enough to just check the OS. Also, if the button is hidden in case the lib import fails, then new users would never see it and be reminded that they can install the library and use it. In both cases, the button serves a cause,

[web2py] Re: web2py 2.4.2 is OUT

2013-03-05 Thread Derek
Eh, I'd rather have it not shown unless it actually does something. It's poor software design if you have a button which just gives you an error message. On Tuesday, March 5, 2013 10:48:27 AM UTC-7, LightDot wrote: > > I know of some users that made it work on windows, so it wouldn't be > enoug

[web2py] Re: web2py 2.4.2 is OUT

2013-03-05 Thread Paolo Caruccio
I solved in this way: https://groups.google.com/d/msg/web2py/6obMbP6OY6A/PAI5wStWFIQJ Maybe it helps you too. Il giorno martedì 5 marzo 2013 18:27:09 UTC+1, Derek ha scritto: > > Tried to 'graph models' on a windows machine, old apps get the error: > > invalid function (appadmin/graph_model) >

[web2py] Re: web2py 2.4.2 is OUT

2013-03-05 Thread Tim Richardson
On Tuesday, 5 March 2013 07:07:46 UTC+11, Niphlod wrote: > > ps: version check fails because it expects > > version (date) stable/dev > > instead of the current format > > Version 2.4.2 (stable) 2013-03-04 03:26:21 > Is there a quick fix for this (ie a change to 2.3.2)? > > On Monday, March 4,

[web2py] Re: web2py 2.4.2 is OUT

2013-03-05 Thread Ralo Tannahill
+1 for web2py!! In the admin interface I can see: Version 2.4.2 stable (2013-03-04 03:26:21) Unable to check for upgrades Running on *%s* %s should be information about the server type, version..., right? I'm using Centos 6, nginx+uwsgi. Maybe web2py expects some wsgi var

[web2py] Re: web2py 2.4.2 is OUT

2013-03-05 Thread Tim Richardson
Thanks for 2.4.2. I manually updated on Windows and my apps are all working (although for a couple I needed to delete the scheduler tables and update some queries to new field names, where I had things to monitor jobs ... I look forward to using the new scheduler features). -- --- You receiv

[web2py] Re: web2py 2.4.2 is OUT

2013-03-06 Thread Niphlod
there's a scheduler monitor plugin too. On Wednesday, March 6, 2013 12:41:22 AM UTC+1, Tim Richardson wrote: > > Thanks for 2.4.2. I manually updated on Windows and my apps are all > working (although for a couple I needed to delete the scheduler tables and > update some queries to new field nam

[web2py] Re: web2py 2.4.2 is OUT

2013-03-06 Thread Paolo Caruccio
For a similar project please see https://groups.google.com/d/msg/web2py/6obMbP6OY6A/QfjoDpZqCJAJ It uses javascript libraries and it is simple to implement. I didn't tested extensively so please report your feedback. Il giorno martedì 5 marzo 2013 18:48:27 UTC+1, LightDot ha scritto: > > I know

[web2py] Re: web2py 2.4.2 is OUT

2013-03-10 Thread Massimo Di Pierro
This should now be fixed. Can you check? On Tuesday, 5 March 2013 17:21:03 UTC-6, Ralo Tannahill wrote: > > +1 for web2py!! > > In the admin interface I can see: > > Version 2.4.2 stable (2013-03-04 03:26:21) > > Unable to check for upgrades > > Running on *%s* > > %s should b

[web2py] Re: web2py 2.4.2 is OUT

2013-04-07 Thread Luc Chase
+ and - definitely don't work on (2, 4, 6, 'stable', datetime.datetime(2013, 4, 6, 17, 37, 38)) -- Luc. On Sunday, 10 March 2013 14:31:04 UTC, Massimo Di Pierro wrote: > > This should now be fixed. Can you check? > > On Tuesday, 5 March 2013 17:21:03 UTC-6, Ralo Tannahill wrote: >> >> +1 for w

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-03-04 Thread Tito Garrido
Is SQLFORM.grid translatable now? :) Thanks! Tito On Mon, Mar 4, 2013 at 5:07 PM, Niphlod wrote: > ps: version check fails because it expects > > version (date) stable/dev > > instead of the current format > > Version 2.4.2 (stable) 2013-03-04 03:26:21 > > > On Monday, March 4, 2013 5:13:34 P

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-03-06 Thread Alec Taylor
For Windows PyDot is the native Python solution; which unlike PyGraphViz; doesn't require C extensions built. Will have a go at abstracting the implementation so either can be used first chance I get (probably not starting for another 7 days) On Wed, Mar 6, 2013 at 6:16 AM, Derek wrote: > Eh, I'

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-03-06 Thread António Ramos
Why dont you use a javascript library for the graph? This way you dont have problems with with windows/linux 2013/3/6 Alec Taylor > For Windows PyDot is the native Python solution; which unlike > PyGraphViz; doesn't require C extensions built. > > Will have a go at abstracting the implementati

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-03-06 Thread Phyo Arkar
D3.js is far better than pydot , pygraphviz . On Wed, Mar 6, 2013 at 5:05 PM, António Ramos wrote: > Why dont you use a javascript library for the graph? > This way you dont have problems with with windows/linux > > > > 2013/3/6 Alec Taylor > >> For Windows PyDot is the native Python solution;

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-03-06 Thread Alec Taylor
TBH: They're all lacking. The best option would be to get model import with wwwsqldesigner working: https://github.com/ondras/wwwsqldesigner Using just JavaScript, it currently allows you to visually design your database schemas. At the moment it only supports export to web2py DAL; but if someon

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-03-06 Thread Adnan Smajlovic
Thanks for a new version. Will upgrade production tonight or tomorrow morning :) On Sunday, March 3, 2013 8:38:19 PM UTC-7, Massimo Di Pierro wrote: The book will be out shortly describing this version. I am sure there are some corners to iron but I could not wait any longer.

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-03-06 Thread Marco Túlio Cícero de M . Porto
When using the "New application wizard", cannot add new input row for new tables at "Step 2: Tables" neither by clicking on the plus signal nor by pressing ENTER. Same happens on "Step 3: Fields for table "auth_user" (1 of 1)" and on "Step 4: Pages". Besides that, seems to be working properly...

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-03-06 Thread Fernando Lucas
I had the same problem. In the Wizard 2.4.2 the buttons [+] end [-] don't work. Thanks, thanks for the new version. Fernando Lucas 2013/3/6 Marco Túlio Cícero de M. Porto > When using the "New application wizard", cannot add new input row for new > tables at "Step 2: Tables" neither by clicki

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-03-06 Thread Paolo Caruccio
just submitted a proposal patch on issue tracker https://code.google.com/p/web2py/issues/detail?id=1358 Il giorno mercoledì 6 marzo 2013 20:26:52 UTC+1, Fernando Lucas ha scritto: > > I had the same problem. In the Wizard 2.4.2 the buttons [+] end [-] don't > work. > > Thanks, thanks for the new

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-03-10 Thread Marco Túlio Cícero de M . Porto
Hi, I just tested and it still doesn't work. Windows XP Python 2.7.3 Web2py - Current (2.4.2 2013-03-04 03:26:21) (Stable) Browsers: Internet Explorer 8, Chrome (Version 25.0.1364.160 m), Firefox (19.0.2). I haven't tested on other versions of Windows (such as Vista and 7 for ex) and also on Li

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-03-10 Thread Monte Milanuk
Not working here, in either Win7 / Chrome or Ubuntu 12.10 / Chromium. On Sun, Mar 10, 2013 at 7:31 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > This should now be fixed. Can you check? > > > On Tuesday, 5 March 2013 17:21:03 UTC-6, Ralo Tannahill wrote: >> >> +1 for web2py!! >> >

Re: [web2py] Re: web2py 2.4.2 is OUT

2013-04-08 Thread Marco Túlio Cícero de M . Porto
worked for me 2013/4/8 Luc Chase > + and - definitely don't work on > > (2, 4, 6, 'stable', datetime.datetime(2013, 4, 6, 17, 37, 38)) > > -- > Luc. > > On Sunday, 10 March 2013 14:31:04 UTC, Massimo Di Pierro wrote: >> >> This should now be fixed. Can you check? >> >> On Tuesday, 5 March 2013