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
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 wrote:
> @Massimo,
>
>
> aha! Thanks Annet, this fixes a long standing problem.
>
>
> Well, Anthony already mentioned the span12, I just provided my solution to
> the proble
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 wrote:
>
> missing some s for the first "span12"s ?
>>
>
> You're right, it should be:
>
>
>
>
>
>
>
>
>
>
> Kind regards,
>
> Ann
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 N
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 wa
se values to be sorted. As a dict
>>> (..select().as_dict) is not ordered, how can this be accomplished?
>>>
>>> Once I needed something like this but I used the Collections module 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
--
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 ne
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 1.8.1
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 wrote:
> could you please try simply hitting ctrl+f5 to refresh the cache
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 j["outer"+g].call(
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
ay, August 28, 2012 11:35:15 PM UTC-4, Massimo Di Pierro wrote:
>>>>>>
>>>>>> It is ready but we cannot stop tweaking it ...
>>>>>>
>>>>>> we replaced 16,000 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
--
es folder.
>> It works without problems with web2py.
>> I am using eclipse Juno release.
>>
>> Thanks.
>>
>> Kevin Miller
>>
> --
>
>
>
>
--
eclipse Juno release.
Thanks.
Kevin Miller
--
Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_18>
> Click
> here.<http://r1.wisestamp.com/r/landing?promo=18&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_18>
>
>
>
> On Mon,
Hi All,
Can I call custom functions in views? Functions that I have created in my
controller/default.py.
Thanks.
--
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 click
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 bro
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
--
Thank you for testing for me. I downloaded this morning at its working now.
I had a previous download that was not updated, so whatever was causing
that was fixed some time ago.
Thanks again.
On Tue, Jul 24, 2012 at 7:17 AM, Johann Spies wrote:
> On 24 July 2012 14:13, Kevin Miller wr
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 wrote:
> On 24 July 2012 05:03, Kevin Miller wrote:
>
>>
>> Hi all,
>>
>> Anyone knows why the password button is displaced
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
--
<>
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 wrote:
> Just to clarify, are you saying your profile page has a custom URL (i.e.,
> somethin
hony
>
>
> On Wednesday, July 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
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.
;
> On Tue, Jul 10, 2012 at 11:48 AM, Kevin Miller wrote:
>
>> 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
>
> On Tue, Jul 10, 2012 at 12:50 AM, Kevin Miller wrote:
>
>> 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 p
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.
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 wrote:
> Hi all,
>
> Anyone else having thi
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
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 wrote:
> The most current changeset from Google Code is probably the most stable
> version of Web2py:
> http://code.google.com/
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 wrote:
> don't know if anyone "officia
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
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 using
tated on the bootstrap web site. However, the
>>> controls are not rendered properly and I can only the next button works.
>>> The controls are positioned correctly but a big border is around the
>>> controls.
>>>
>>>
>>> ‹
>>>
>>> ›
>>>
>>>
>>> I have attached a screenshot.
>>>
>>> Thanks.
>>>
>>
--
Kevin Miller
Acting Data Controller
Department of Computing
UWI, Mona
Kingston 7
--
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.
>
--
Kevin Miller
Acting Data Controller
Department of Computing
UWI, Mona
Kingston 7
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.
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.
ven want it for the login.
>>
>> I only want it for registration. How can I remove the recaptcha from the
>> request password and login and keep it on registration form?
>>
>>
>>
>> Thanks.
>> **
>>
>>
>>
--
Kevin Miller
Acting Data Controller
Department of Computing
UWI, Mona
Kingston 7
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
Is there an easy way how to make the top bar in web2py fixed?
Thanks
n Wednesday, June 6, 2012 7:26:45 PM UTC-7, dundee wrote:
>>>>
>>>> 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 d
omment using the widget from plugin_wiki, but that did not
>> work for me:
>>
>> https://groups.google.com/**forum/?fromgroups#!topic/**web2py/j8-EG58VbA4<https://groups.google.com/forum/?fromgroups#%21topic/web2py/j8-EG58VbA4>
>>
>>
>> Thanks very much.
>>
>>
--
Kevin Miller
Acting Data Controller
Department of Computing
UWI, Mona
Kingston 7
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:
https://groups.google.c
ok I see you corrected it. Thanks again.
On Tue, May 15, 2012 at 7:10 AM, Kevin Miller 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:53
ever, I do not want these fields to
>> be available in the registration form. How can I hide these fields from the
>> registration for but keep them for the profile view?
>>
>> Thanks very much for your answers.
>>
>
--
Kevin Miller
Acting Data Controller
Department of Computing
UWI, Mona
Kingston 7
46 matches
Mail list logo