[web2py] Re: Bootstrap is really killing web2py

2015-03-04 Thread Guilherme Rosa
I am running the latest version of web2py and for some reason it will not 
let me load the w2p file in the admin interface under upload and instal 
packed application.

Anyone having this same issue?

On Monday, 21 July 2014 03:39:56 UTC-5, Massimo Di Pierro wrote:

 Here is welcome optimized for bootstrap 3. It still needs to have forms 
 and grid formstyle be set to formstyle_bootstrap3. 

 On Sunday, 20 July 2014 10:31:03 UTC-5, Anthony wrote:

 Can you give examples of things that work only with Bootstrap 2?

 On Friday, July 18, 2014 3:17:34 PM UTC-4, Moustafa Mahmoud wrote:

 I have been using web2py for 3 years know, and I was really impressed by 
 it, I defended it in every discussion, even implemented all my projects 
 using it and even convinced my Graduation Project Team to use it in our GP. 
 However, as my skill increased and I began looking more into customizing my 
 applications, I have hit a brick wall discovering how tightly bound web2py 
 is to bootstrap2, I wanted to use bootstrap 3 but was faced with tons of 
 problems. If I want to move to another front end framework then I 
 discovered that it would be easier to use another framework because of the 
 time and effort I would need to invest in modifying all parts of web2py 
 that are tightly bound  to bootstrap.
 This will result in making web2py a headache to me rather than my best 
 friend. I am writing this message because I am really sad that an amazing 
 framework like web2py is forcing me to consider an alternative because I do 
 really feel it is constraining me at this point.
 Any help or ideas about that ?



-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] web2py static files and bootstrap 3

2015-03-04 Thread Guilherme Rosa
I have seen it, yes. Thanks Richard. Unfortunatly when I tried to upload 
this into the admin interface as either a a packed application or as a 
layout template it fails 

Even if I could get that w2p file to work, I'd really like to know which 
css and js are extra and which are must have.

On Tuesday, 3 March 2015 12:04:39 UTC-6, Richard wrote:

 Hello Guilherme,

 Are you aware of wecolme optimized for bs3 : 
 https://groups.google.com/d/msg/web2py/9ipT2xkXMhc/yi7sF2Uzm7MJ

 ?

 You may consider just starting from this app instead of try to do 
 everything by yourself... Or you can get alot of inspiration from it with 
 diff tools.

 Richard

 On Mon, Mar 2, 2015 at 4:22 PM, Guilherme Rosa gcr0...@gmail.com 
 javascript: wrote:

 I am trying to create a new app in web2py which will use bootstrap 3. I 
 tried simply changing the bootstrap.min css and js but that caused a mess.

 I have read that nothing in web2py really relies in a UI framework, 
 except maybe SQLFORM, which has styles for bootstrap3, so I assume that all 
 I really need to do is redo the layout.html from the ground up.

 So here is my question: Which static files are must have for web2py?

 For CSS we have:
 bootstrap.min.css - which needs to be replaced with the new one
 bootstrap-responsive.min.css - no idea what this is...
 calendar - I assume this is used for Fields that are datetime, does it 
 require bootstrap2?
 web2py.css - This I assume is a must-have
 web2py_bootstrap.css - How necessary is this?
 web2py_bootstrap_nojs.css -  no idea what this is...


 For JS we have:
 bootstrap.min.js - which needs to be replaced with the new one
 calendar.js - Again, for Fields I think
 dd_belatedpng - No idea
 jquery - Duh, though I'd rather point to CDN
 modernizr.custom.js - Again, no idea...
 share.js - This I know I don't need, as this application is for internal 
 use
 web2py.js - Assume it is a must have
 web2py_bootstrap - Seems to only affect menus, so not a big deal


 So there we have it, if you could shed light on what files need to be 
 edit to work with bootstrap 3 and help me understand what each one is 
 responsible for, I am at a loss.

 Let me thank you in advance for any help you may provide.

 -- 
 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 unsubscribe from this group and stop receiving emails from it, send an 
 email to web2py+un...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] web2py static files and bootstrap 3

2015-03-03 Thread Guilherme Rosa
I am trying to create a new app in web2py which will use bootstrap 3. I 
tried simply changing the bootstrap.min css and js but that caused a mess.

I have read that nothing in web2py really relies in a UI framework, except 
maybe SQLFORM, which has styles for bootstrap3, so I assume that all I 
really need to do is redo the layout.html from the ground up.

So here is my question: Which static files are must have for web2py?

For CSS we have:
bootstrap.min.css - which needs to be replaced with the new one
bootstrap-responsive.min.css - no idea what this is...
calendar - I assume this is used for Fields that are datetime, does it 
require bootstrap2?
web2py.css - This I assume is a must-have
web2py_bootstrap.css - How necessary is this?
web2py_bootstrap_nojs.css -  no idea what this is...


For JS we have:
bootstrap.min.js - which needs to be replaced with the new one
calendar.js - Again, for Fields I think
dd_belatedpng - No idea
jquery - Duh, though I'd rather point to CDN
modernizr.custom.js - Again, no idea...
share.js - This I know I don't need, as this application is for internal use
web2py.js - Assume it is a must have
web2py_bootstrap - Seems to only affect menus, so not a big deal


So there we have it, if you could shed light on what files need to be edit 
to work with bootstrap 3 and help me understand what each one is 
responsible for, I am at a loss.

Let me thank you in advance for any help you may provide.

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Email attachment size limit

2014-06-02 Thread Guilherme Rosa
What is the email attachment size limit for any one file and as a whole?



Thank you.

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.