Re: [web2py] Re: web2py 2.0 almost done

2012-08-14 Thread dave
this is one of the main changes I was looking forward for 2.0, I would rather wait until the integration is complete On Thursday, August 9, 2012 9:43:28 AM UTC-7, AngeloC wrote: > > Hi Massimo, > > I think I cannot complete the bootstrap/web2py css merging in time for > 2.0, it's really a lot of

Re: [web2py] Re: web2py 2.0 almost done

2012-08-12 Thread Andrew
IE7 is looking "normal" ! Great work Angelo. Thanks. On Saturday, August 11, 2012 3:11:39 AM UTC+12, AngeloC wrote: > > Hi Massimo, > > I fixed compatibility with IE and reverted to a non mobile first approach. > I reverted because bootstrap is not mobile first (so we add too little) and > fo

Re: [web2py] Re: web2py 2.0 almost done

2012-08-11 Thread Angelo Compagnucci
Hi Massimo, Mobile browser on mobile phones can work in "mobile mode" or in "desktop mode". If you are in desktop mode, without that line, you cannot see the menu because it's faded away. And you cannot click, so the menu is faded and not clickable! In a desktop instead, when a windowed browser h

Re: [web2py] Re: web2py 2.0 almost done

2012-08-10 Thread Massimo Di Pierro
Can you explain the consequences of this line in your patch? if (jQuery(document).width() >= 980) On Friday, 10 August 2012 10:11:39 UTC-5, AngeloC wrote: > > Hi Massimo, > > I fixed compatibility with IE and reverted to a non mobile first approach. > I reverted because bootstrap is not mobile

Re: [web2py] Re: web2py 2.0 almost done

2012-08-10 Thread Angelo Compagnucci
Hi Massimo, I fixed compatibility with IE and reverted to a non mobile first approach. I reverted because bootstrap is not mobile first (so we add too little) and for the sake of compatibility with IE. Patch is attached to issue http://code.google.com/p/web2py/issues/detail?id=896 which I cannot

Re: [web2py] Re: web2py 2.0 almost done

2012-08-10 Thread lyn2py
Thank you AngeloC! On Friday, August 10, 2012 1:50:03 PM UTC+8, AngeloC wrote: > > Hi Massimo, > > I'm writing it right now to fix ie issues! Please be patient until fixed! > > 2012/8/9 Massimo Di Pierro > > >> This may be ok but where do I get bootswatch_ie.css from? >> >> >> On Thursday, 9 Augus

Re: [web2py] Re: web2py 2.0 almost done

2012-08-10 Thread Michele Comitini
I agree the new behavior makes much more sense. Maybe there should be a backward compatibility flag in Auth? mic 2012/8/8 Massimo Di Pierro : > more issues have been addressed. In order to fix an issue I had to introduce > a slight change of behavior and I am not sure what is the best way to ha

Re: [web2py] Re: web2py 2.0 almost done

2012-08-09 Thread Angelo Compagnucci
Hi Massimo, I'm writing it right now to fix ie issues! Please be patient until fixed! 2012/8/9 Massimo Di Pierro > This may be ok but where do I get bootswatch_ie.css from? > > > On Thursday, 9 August 2012 11:43:28 UTC-5, AngeloC wrote: > >> Hi Massimo, >> >> I think I cannot complete the boots

Re: [web2py] Re: web2py 2.0 almost done

2012-08-09 Thread Massimo Di Pierro
This may be ok but where do I get bootswatch_ie.css from? On Thursday, 9 August 2012 11:43:28 UTC-5, AngeloC wrote: > > Hi Massimo, > > I think I cannot complete the bootstrap/web2py css merging in time for > 2.0, it's really a lot of work and I'm a bit busy these days. > > Btw, i'm fixing the bu

Re: [web2py] Re: web2py 2.0 almost done

2012-08-09 Thread Angelo Compagnucci
Hi Massimo, I think I cannot complete the bootstrap/web2py css merging in time for 2.0, it's really a lot of work and I'm a bit busy these days. Btw, i'm fixing the bug I introduced with issue 896 and I want to share a thought with you. Actually, there is no way to maintain a mobile first approa

Re: [web2py] Re: web2py 2.0 almost done

2012-08-09 Thread Alec Taylor
It would be good to have OAuth working for web2py 2 Facebook and LinkedIn still have some issues LinkedIn: https://groups.google.com/forum/#!topic/web2py/SbnQEnXEcOg Facebook: (will add bug report once I've gotten LinkedIn login to work) On Thu, Aug 9, 2012 at 11:25 PM, Massimo Di Pierro wrote

Re: [web2py] Re: web2py 2.0 almost done

2012-08-09 Thread lyn2py
I see. I understand it now. Thanks Anthony On Wednesday, August 8, 2012 9:37:51 PM UTC+8, Anthony wrote: > > On Wednesday, August 8, 2012 5:30:10 AM UTC-4, lyn2py wrote: >> >> Does this mean that if I uncomment the jquery-ui in layout.html, the >> autocomplete will be working even on IE? >> > > N

[web2py] Re: web2py 2.0 almost done

2012-08-09 Thread Massimo Di Pierro
Can you help us fix the CSS? On Thursday, 9 August 2012 00:29:58 UTC-5, Andrew wrote: > > Just a note on IE7 navbar behaviour: > > The Menu has taken a turn for the worse: > Initially the Welcome App Sub Menus dissapeared in : "welcome css pathc, > issue 896, thanks Angelo" > They then returned

[web2py] Re: web2py 2.0 almost done

2012-08-09 Thread Luc Chase
Should it not, as a matter of principle, try to maintain mutual accuracy of data? Or at least give the option do so. So, if the same data is updated where-ever, the system should aim for a cascade update, or the next best thing to that. -- Luc. On Wednesday, 8 August 2012 22:17:17 UTC+1, Mas

[web2py] Re: web2py 2.0 almost done

2012-08-08 Thread pbreit
Seems to me a workflow engine should be an add-on of some sort. Does any other framework include something similar? --

[web2py] Re: web2py 2.0 almost done

2012-08-08 Thread Andrew
I guess Ross People's worflow process engine didn't make it in to 2.0 ? On Thursday, August 9, 2012 5:29:58 PM UTC+12, Andrew wrote: > > Just a note on IE7 navbar behaviour: > > The Menu has taken a turn for the worse: > Initially the Welcome App Sub Menus dissapeared in : "welcome css pathc, >

[web2py] Re: web2py 2.0 almost done

2012-08-08 Thread Massimo Di Pierro
more issues have been addressed. In order to fix an issue I had to introduce a slight change of behavior and I am not sure what is the best way to handle it. If you login using a third party service (for example janrain using facebook) and the service sends info about you, if web2py has corresp

[web2py] Re: web2py 2.0 almost done

2012-08-08 Thread Massimo Di Pierro
This is puzzling. Is it a physiological delay? On Wednesday, 8 August 2012 01:08:27 UTC-5, lyn2py wrote: > > Thanks Akash for informing about downloading zip vs clone git. > I also experienced that the zip download is not the most recent with > changes. > Cloning gets the latest. > > On Wednesda

Re: [web2py] Re: web2py 2.0 almost done

2012-08-08 Thread Johann Spies
On 8 August 2012 15:36, Anthony wrote: > As I recall, the autocomplete doesn't work at all in IE (at least not < 9, > not sure about 9). That's why I was thinking we should switch to a > third-party client-side widget. This was on LInux and with Firefox. I would appreciate any solution what wo

Re: [web2py] Re: web2py 2.0 almost done

2012-08-08 Thread Anthony
On Wednesday, August 8, 2012 5:30:10 AM UTC-4, lyn2py wrote: > > Does this mean that if I uncomment the jquery-ui in layout.html, the > autocomplete will be working even on IE? > No, jQuery UI autocomplete is not implemented with web2py. Anthony --

Re: [web2py] Re: web2py 2.0 almost done

2012-08-08 Thread Anthony
As I recall, the autocomplete doesn't work at all in IE (at least not < 9, not sure about 9). That's why I was thinking we should switch to a third-party client-side widget. Anthony On Wednesday, August 8, 2012 8:53:00 AM UTC-4, Johann Spies wrote: > > On Tuesday, 7 August 2012 17:23:34 UTC+2,

Re: [web2py] Re: web2py 2.0 almost done

2012-08-08 Thread lyn2py
Does this mean that if I uncomment the jquery-ui in layout.html, the autocomplete will be working even on IE? On Tuesday, August 7, 2012 9:40:30 PM UTC+8, Anthony wrote: > > Maybe we should consider adopting jQuery UI autocomplete for the > client-side code. > > Anthony > > On Tuesday, August 7,

[web2py] Re: web2py 2.0 almost done

2012-08-07 Thread lyn2py
Thanks Akash for informing about downloading zip vs clone git. I also experienced that the zip download is not the most recent with changes. Cloning gets the latest. On Wednesday, August 8, 2012 1:48:10 PM UTC+8, Akash Kakkar wrote: > > > This behavior was noticed on the src downloaded as zip fro

[web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Akash Kakkar
This behavior was noticed on the src downloaded as zip from git hub, the web2py_src from the site works fine I am not aware if downloading zip from github is a good practice or not On Wednesday, 8 August 2012 10:44:39 UTC+5:30, Akash Kakkar wrote: > > I am unable to use ajax save (ctrl+S) in th

[web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Akash Kakkar
I am unable to use ajax save (ctrl+S) in the new version after editing the file. ctrl+S opens file save dialog. The button save button on top of file editor does not work for me. Thanks Akash On Tuesday, 7 August 2012 10:03:48 UTC+5:30, Massimo Di Pierro wrote: > > Web2py 2.0 is almost done. >

Re: [web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Anthony
> > Nah, I'm pretty sure jQuery UI is a little too heavy for our needs. > The required autocomplete code is 20KB minified (before gzipping), so not that bad, and it has a lot of functionality. > Maybe just the bootstrap autocomplete plugin? > Something like this may be OK too, though not qui

Re: [web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Annet
> Maybe just the bootstrap autocomplete plugin? > I am using the Bootstrap autocomplete (typeahead) plugin, as far as I know it styles well in IE. Annet --

[web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Dirk Krause
If you want the trunk (i.e. the latest version) I assume it's best that you do a git clone https://github.com/web2py/web2py/ and work from there. Every once and a while you will want to do a git pull to receive the latest version. Am Dienstag, 7. August 2012 18:03:24 UTC+2 schrieb Luc Chase: >

[web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Luc Chase
Where is the Ver. 2.0 system? Is it at https://github.com/web2py/web2py/ ? On Tuesday, 7 August 2012 05:33:48 UTC+1, Massimo Di Pierro wrote: > > Web2py 2.0 is almost done. > Please try the nightly build. > Let us know if it breaks anything. > > massimo > --

[web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Dirk Krause
Sry if this is a dumb question: am I supposed to post possible bugs here or file an issue on google code? Am Dienstag, 7. August 2012 06:33:48 UTC+2 schrieb Massimo Di Pierro: > > Web2py 2.0 is almost done. > Please try the nightly build. > Let us know if it breaks anything. > > massimo > --

Re: [web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Massimo Di Pierro
Has anybody worked out a good CSS for this? I do not think web2py ever shipped with css for the autocomplete widget. On Tuesday, 7 August 2012 07:56:57 UTC-5, Johann Spies wrote: > > On 7 August 2012 06:48, lyn2py wrote: > >> Question on the autocomplete widget: >> >> Previous post / discussions

Re: [web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Massimo Di Pierro
Looks like the css is missing... On Tuesday, 7 August 2012 07:56:57 UTC-5, Johann Spies wrote: > > On 7 August 2012 06:48, lyn2py wrote: > >> Question on the autocomplete widget: >> >> Previous post / discussions indicate that this widget doesn't work for >> IE, may I know if it has been fixed?

Re: [web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Alec Taylor
Nah, I'm pretty sure jQuery UI is a little too heavy for our needs. Maybe just the bootstrap autocomplete plugin? On Tue, Aug 7, 2012 at 11:40 PM, Anthony wrote: > Maybe we should consider adopting jQuery UI autocomplete for the client-side > code. > > Anthony > > > On Tuesday, August 7, 2012 8:

Re: [web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Anthony
Maybe we should consider adopting jQuery UI autocomplete for the client-side code. Anthony On Tuesday, August 7, 2012 8:56:57 AM UTC-4, Johann Spies wrote: > > On 7 August 2012 06:48, lyn2py wrote: > >> Question on the autocomplete widget: >> >> Previous post / discussions indicate that this wi

Re: [web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Johann Spies
On 7 August 2012 06:48, lyn2py wrote: > Question on the autocomplete widget: > > Previous post / discussions indicate that this widget doesn't work for IE, > may I know if it has been fixed? Or what seems to be preventing IE from > rendering it properly? > > The autocomplete widget does look good

[web2py] Re: web2py 2.0 almost done

2012-08-07 Thread apps in tables
Hi, I suggest adding (intentionally) few bugs. Once they are discovered, most probably others are discovered. Ashraf --

[web2py] Re: web2py 2.0 almost done

2012-08-06 Thread lyn2py
Question on the autocomplete widget: Previous post / discussions indicate that this widget doesn't work for IE, may I know if it has been fixed? Or what seems to be preventing IE from rendering it properly? Thanks Massimo! On Tuesday, August 7, 2012 12:33:48 PM UTC+8, Massimo Di Pierro wrote: