[web2py] Proper way to send multiple emails in Background

2013-07-02 Thread Kevin Miller
Hi all, Is there a proper way to send multiple emails in the background of your application? I would not want the user to wait while the emails are being sent. I am considering using a threads, but I would like to hear from the community if this is the best approach. Thanks. -- Kevin Miller

Re: [web2py] Re: web2py default layout.html

2012-09-12 Thread Kevin Miller
Yes definitely that span12 is causing the problem. Thanks guys. Now I have to add some extra padding now. On Wed, Sep 12, 2012 at 2:35 AM, Annet anneve...@googlemail.com wrote: missing some /div s for the first span12s ? You're right, it should be: header class=header mastheader div

Re: [web2py] Re: web2py default layout.html

2012-09-12 Thread Kevin Miller
Thanks again Annet and all the others who took the time to respond to my question. On Wed, Sep 12, 2012 at 11:11 AM, Annet anneve...@googlemail.com wrote: @Massimo, aha! Thanks Annet, this fixes a long standing problem. Well, Anthony already mentioned the span12, I just provided my

[web2py] web2py default layout.html

2012-09-11 Thread Kevin Miller
Hi All, I notice that when I use the layout.html, even though the div with class=container and the Section with id=main are the same size, the Section is pushed to the right. I used the inspector in firefox to check it, when I noticed that text I had was going out of the container div. This was

Re: [web2py] Re: web2py default layout.html

2012-09-11 Thread Kevin Miller
I tried to fix it but was unsuccessful so I resorted to just making sure that my content does not take up the entire section. I use a width of 95% and that did the trick. I know that this is not the best fixed. I will be looking on it some more. NB: This problem only happens when the columns are

Re: [web2py] Re: Sorting ajax return

2012-09-10 Thread Kevin Miller
and the OrderedDict, but this is different. I need some opinions on the best approach for this. Thanks. Regards Kevin -- -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7 --

[web2py] Sorting ajax return

2012-09-09 Thread Kevin Miller
Hi all, I have an ajax call to some values and I use the ...select().as_dict in my controller so that I can return a dict to process the results in my view. Now I realize that I need these values to be sorted. As a dict (..select().as_dict) is not ordered, how can this be accomplished? Once I

Re: [web2py] Re: web2py 2.0.6 and JqueryUI

2012-09-04 Thread Kevin Miller
Ok I found my problem that I spoke of earler. It was the version of jquery. I was using jquery 1.7.2 before with no problems. When I upgraded to web2py 2.0.6, it came with Jquery 1.8.0 and that was causing the problem. So I just copied the older version jquery and all is ok for now. JQuery UI

[web2py] web2py 2.0.6 and JqueryUI

2012-09-02 Thread Kevin Miller
Hi all, I have converted my app from web2py 2.0 to use web2py 2.0.6. Everything is working fine except my jqueryUI dialog. I have used it all the 2.0.x versions and it worked fine. I am getting this error in firebug: TypeError: i is undefined ...){if(typeof l!==number)return

Re: [web2py] Re: web2py 2.0.6 and JqueryUI

2012-09-02 Thread Kevin Miller
I cleared the cache and refreshed the page and I got the same result. That line was from a javascript file that I created. It was in a method that I called when a linked was clicked. On Sun, Sep 2, 2012 at 1:42 PM, Niphlod niph...@gmail.com wrote: could you please try simply hitting ctrl+f5 to

Re: [web2py] Re: web2py 2.0 stats

2012-08-29 Thread Kevin Miller
lines of code and we added 41,000 new lines when compared with web2py 1.99.2 (minified js count as one line). We may release it tomorrow. -- -- -- -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7 --

Re: [web2py] web2py 2.0.2 is out

2012-08-29 Thread Kevin Miller
Massimo and the team and all those who have contributed, a HUGE THANK YOU. On Wed, Aug 29, 2012 at 10:41 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: After 5 months. It is done. This is the most waited and the most feature-packed release. I am sure we'll find some corners that

[web2py] modules folder and pythonpath in web2py

2012-08-15 Thread Kevin Miller
eclipse Juno release. Thanks. Kevin Miller --

Re: [web2py] Re: modules folder and pythonpath in web2py

2012-08-15 Thread Kevin Miller
. Kevin Miller -- --

[web2py] Functions in Views

2012-08-13 Thread Kevin Miller
Hi All, Can I call custom functions in views? Functions that I have created in my controller/default.py. Thanks. --

Re: [web2py] Functions in Views

2012-08-13 Thread Kevin Miller
%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_18 On Mon, Aug 13, 2012 at 9:34 PM, Kevin Miller kevinvani...@gmail.comwrote: Hi All, Can I call custom functions in views? Functions that I have created in my controller/default.py. Thanks. -- -- --

Re: [web2py] displacement of password button [web2py twitter bootstrap]

2012-07-25 Thread Kevin Miller
To me it seems like it was the placement of the welcome message that caused the problem. In the latest build the welcome message is now in the same line as the other auth links. Are you sure you are using the most current build? If you were using a previous build you should probably clear your

[web2py] [WEB2PY] Twitter bootstrap Carousel not cycling

2012-07-25 Thread Kevin Miller
Hi all, Any ideas why twitter bootstrap carousel not cycling. I followed what was told: I put this in the header: $(document).ready(function(){ $('#myCarousel').carousel({ interval: 2000 }); } and in the body I placed the code as indicated on the website. It only cycles after I

Re: [web2py] displacement of password button [web2py twitter bootstrap]

2012-07-24 Thread Kevin Miller
Which version are you using? oops... I forgot to say that it only happens in google chrome. On Tue, Jul 24, 2012 at 4:58 AM, Johann Spies johann.sp...@gmail.comwrote: On 24 July 2012 05:03, Kevin Miller kevinvani...@gmail.com wrote: Hi all, Anyone knows why the password button is displaced

Re: [web2py] displacement of password button [web2py twitter bootstrap]

2012-07-24 Thread Kevin Miller
, Kevin Miller kevinvani...@gmail.com wrote: Which version are you using? oops... I forgot to say that it only happens in google chrome. I have updated this morning from the trunk and that was using Firefox. I have tested now in Chrome and it also works correctly. Regards Johann

[web2py] web2py instant admin

2012-07-24 Thread Kevin Miller
Hi all, Anyone using web2py instant admin? I have a problem with the css. I have installed the plugin its functional, but its not picking up the CSS. Any reason? Thanks very much. Kevin --

[web2py] displacement of password button [web2py twitter bootstrap]

2012-07-23 Thread Kevin Miller
Hi all, Anyone knows why the password button is displaced by the welcome message when using twitter bootstrap and Nightly Build? I have attached a picture as example. Thanks. Kevin -- attachment: Screenshot from 2012-07-23 21:57:46.png

[web2py] Profile link

2012-07-11 Thread Kevin Miller
Hi all, I have created a custom view for profile. However, I don't know where to look to change the profile link (auth.navbar) to use my link. Thanks.

Re: [web2py] Re: Profile link

2012-07-11 Thread Kevin Miller
11, 2012 11:15:21 AM UTC-4, dundee wrote: Hi all, I have created a custom view for profile. However, I don't know where to look to change the profile link (auth.navbar) to use my link. Thanks. -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7

Re: [web2py] Re: Profile link

2012-07-11 Thread Kevin Miller
Perfect. Thank you very much. I wanted a custom view. I choose the latter approach and it worked like a charm. I didn't realize it was that easy. Thanks again. On Wed, Jul 11, 2012 at 11:52 AM, Anthony abasta...@gmail.com wrote: Just to clarify, are you saying your profile page has a custom

Re: [web2py] Multiple select Web2py

2012-07-10 Thread Kevin Miller
... Richard On Tue, Jul 10, 2012 at 12:50 AM, Kevin Miller kevinvani...@gmail.comwrote: Hi all, I have a multiple select that I attach to a auth user profile. However, after I save the profile and log back in, I don't see the selected values when I am editing the profile form. Any ideas

Re: [web2py] Multiple select Web2py

2012-07-10 Thread Kevin Miller
, Kevin Miller kevinvani...@gmail.comwrote: Thanks for your reply. The form is auto generated by web2py. It is the profile link you click on when you log in the system. On Tue, Jul 10, 2012 at 8:25 AM, Richard Vézina ml.richard.vez...@gmail.com wrote: Would need to see the model and your

[web2py] Multiple select Web2py

2012-07-09 Thread Kevin Miller
Hi all, I have a multiple select that I attach to a auth user profile. However, after I save the profile and log back in, I don't see the selected values when I am editing the profile form. Any ideas. Thank you all very much.

[web2py] footer misplaced with three columns (NightlyBuild)

2012-07-07 Thread Kevin Miller
Hi all, Anyone else having this problem? When I use three columns like this: {{left_sidebar_enabled,right_sidebar_enabled=True,True}} The footer gets misplaced. If I disable the left and right sidebar, everything is ok. Thanks very much. Kevin Miller

[web2py] Re: footer misplaced with three columns (NightlyBuild)

2012-07-07 Thread Kevin Miller
Hi all, Well what I notice is that when the sidebars are enabled the sticky footer stays at the bottom of the page, where it should be. However, when disabled the sticky footer does not work. On Sat, Jul 7, 2012 at 11:04 PM, Kevin Miller kevinvani...@gmail.comwrote: Hi all, Anyone else

Re: [web2py] Re: Launch of Web2py 2

2012-07-01 Thread Kevin Miller
Thank you pbreit. Since web2py is the easiest web framework to move your app around, I will definately try this version shortly. On Sun, Jul 1, 2012 at 10:35 PM, pbreit pbreitenb...@gmail.com wrote: The most current changeset from Google Code is probably the most stable version of Web2py:

[web2py] Container div background

2012-06-28 Thread Kevin Miller
Hi All, I am using the Nightly Build with twitter-bootstrap which is fun for the most part. However I wanted the container to have a white background. I thought I could just find the div and add the color:#FF; to the div in the web2py.css file. This has some weird effects. I even tried

[web2py] Launch of Web2py 2

2012-06-28 Thread Kevin Miller
Hi All, Anyone knows when web2py 2.0 will be released? I am fighting with the nightly build and having some trouble with twitter bootstrap. I have an app that I want to release but I don't want to release it using the NIghtly build and I need to use twitter bootstrap. Would really love to have

Re: [web2py] Re: Launch of Web2py 2

2012-06-28 Thread Kevin Miller
I see your point, but I am not a designer and the integration of twitter bootstrap and web2py is my answer. It has mostly been working out so far. It would take too much work for me to style my app from scratch. :-) On Thu, Jun 28, 2012 at 4:34 PM, Niphlod niph...@gmail.com wrote: don't know

Re: [web2py] Re: bootstrap carousel web2py Nightly build

2012-06-19 Thread Kevin Miller
. a class=carousel-control left href=#myCarousel data-slide=prev lsaquo;/a a class=carousel-control right href=#myCarousel data-slide=next rsaquo;/a I have attached a screenshot. Thanks. -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7 --

[web2py] Web2py Admin interface

2012-06-14 Thread Kevin Miller
Hi all, I just realize that the admin interface in web2py is disabled in production mode. I though it would be available so I can securely manage all my tables (CRUD). I know there must be way to do this. Anyone can point me to the right material to properly do this? Thanks.

Re: [web2py] Re: Web2py Admin interface

2012-06-14 Thread Kevin Miller
can point me to the right material to properly do this? Thanks. -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7

[web2py] search bar in top bar

2012-06-12 Thread Kevin Miller
Hi all, How can i make the top bar fixed/static at the top of the web2py default theme. I also want a nice search bar in the bar. Any ideas please. Thanks.

[web2py] How to Top Bar fixed

2012-06-11 Thread Kevin Miller
Is there an easy way how to make the top bar in web2py fixed? Thanks

[web2py] recaptcha and web2py

2012-06-11 Thread Kevin Miller
Hey all, I have enabled the recaptcha system by using: from gluon.tools import Recaptcha auth.settings.captcha = Recaptcha(request, 'PUBLIC_KEY', 'PRIVATE_KEY') as recommended by the web2py book. However, even my reset password needs a recaptcha. I don't even want it for the login. I only

Re: [web2py] Re: recaptcha and web2py

2012-06-11 Thread Kevin Miller
it on registration form? Thanks. ** -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7

Re: [web2py] Re: Embed youtube videos

2012-06-07 Thread Kevin Miller
#!topic/**web2py/** j8-EG58VbA4https://groups.google.com/forum/?fromgroups#%21topic/web2py/j8-EG58VbA4 Thanks very much. -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7 -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona

[web2py] Embed youtube videos

2012-06-06 Thread Kevin Miller
I have been trying to figure out the best way to embed a youtube video in web2py. I would like a form with an entry for the youtube video link/code then at some point it will be displayed. I found this comment using the widget from plugin_wiki, but that did not work for me:

Re: [web2py] Re: Embed youtube videos

2012-06-06 Thread Kevin Miller
/?fromgroups#!topic/**web2py/j8-EG58VbA4https://groups.google.com/forum/?fromgroups#%21topic/web2py/j8-EG58VbA4 Thanks very much. -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7

Re: [web2py] Re: Edit the regsitration form view and Profile

2012-05-15 Thread Kevin Miller
for the profile view? Thanks very much for your answers. -- Kevin Miller Acting Data Controller Department of Computing UWI, Mona Kingston 7

Re: [web2py] Re: Edit the regsitration form view and Profile

2012-05-15 Thread Kevin Miller
ok I see you corrected it. Thanks again. On Tue, May 15, 2012 at 7:10 AM, Kevin Miller kevinvani...@gmail.com wrote: Thank you very much for your reply Alan. I had to add db.auth_user.About_me.writable=False and db.auth_user.About_Me.writable=False for it to work. On Tue, May 15, 2012 at 6