I'm using the standard auth_user. there is a checkbox remember me for 30
days. I can't find anything like that in the db.
On Thu, Sep 20, 2012 at 9:09 AM, Johann Spies wrote:
> On 19 September 2012 19:54, BlueShadow wrote:
>
>> Hi,
>> I like to change the layout of a couple forms for example for
#!/usr/bin/python
# -*- coding: utf-8 -*-
routers = dict(
BASE = dict(
domains = {
'mydomain.de' : 'App1',
'www.mydomain.de' : 'App1',
'ip' : 'App2',
'ip/Test' : 'TestEnv',
'ip/MA' : 'dbmigratetest',
}
),
)
logging = 'debug'
def _
when I visit the funktion showArticle?id=1 , I want the URL to say
www.mydomain.de/showArticle/TitletextofdbArticlewithid1
table article
Fields{id,*title*,content}
On Thu, Mar 14, 2013 at 8:42 PM, Jonathan Lundell wrote:
> On 14 Mar 2013, at 12:32 PM, Kevin Bethke wrote:
>
> #!/usr/b
Thats exactly what i'm saying anthony. Those total times are enormous
considering the whole page including images is now a little under 300kb.
And i actually dont care if its called ttfb or something else i just want
to have quick response times.
Am 10.04.2013 15:23 schrieb "Anthony" :
> But in th
There are 6 files which they start to load at the same time. Or what do you
did you mean?
Am 10.04.2013 15:34 schrieb "Niphlod" :
> edit: the real problem on that graph is that there's no concurrency: I
> don't know if it's a feature of webpagetest.org, but apparently there's
> no new connection u
Before i had the mod-deflate i had times around 3.5 secs the ttfbs were
about the same +- 50 ms
Am 10.04.2013 15:49 schrieb "Niphlod" :
> probably nothing, just check that they are not sequential. probably is
> just how they draw their graphs.
> On the TTFB note: did you try timing it without gzip
Thats no anchor thats the first random character i found. Try it it fails.
Code 400
Am 19.04.2013 20:50 schrieb "Niphlod" :
> uhm you can't (even in a normal request) have the value that is
> assigned with an #anchor (call it anchor, fragment, whatever) ... that
> doesn't get passed to the web
I used the standard web2py-ubuntu-nginx install so www-user should be the
right one. but I got that user and full access to the cache folder for
everyone. drwxrwxrwx
On Thu, May 30, 2013 at 12:41 PM, LightDot wrote:
> If it's a linux system, it must have an owner. Perhaps it's just called
> "no
for me its on both local development(windows) and server(ubuntu)
On Thu, May 30, 2013 at 1:10 PM, Marian wrote:
> My local development system is windows 7 width the build in rocket server,
> my test server is a IIS 7 running with isapi_wsgi.
>
> On both, the cache.shelve created by web2py has n
How the ssh tunnel is probably the best and only real secure option. If
anyone can point me towards a tutorial for this would be awesome.
Thinking about another solution: how about adding a username. This would
make bruteforce even harder. As far as my novice knowlege goes server like
apache and ng
Having this file is awesome I will write a few lines of code to add this to
my security report.
just one question: I tested a failed login myself because my file was
fortunatly empty.
The file format looks like this:
ip 1 1370164406
I asume the one is number of attemps and the long number is a time
on the ticket page.
Error ticket for "AppName" Ticket ID
IP.datetime.somenumber
list index out of range Version ...
On Fri, Oct 25, 2013 at 1:09 PM, Niphlod wrote:
> ehm, where exactly ?
>
> Il giorno venerdì 25 ottobre 2013 11:59:12 UTC+2, BlueShadow ha scritto:
>
>> Hi,
>> I would lov
that was the answer I was looking for. how do I direct the request to a 404
page or some other function?
On Wed, Nov 20, 2013 at 5:21 PM, Niphlod wrote:
> shouldn't this question be raised to google than web2py ?
> if this is unsolvable, wrap the entire thing in a try except raising a
> HTTP(40
each book has one author but I want to select all Books which have Author
id=7
On Thu, Nov 21, 2013 at 3:30 PM, Richard Vézina wrote:
> Each book that refer to an Author will only has one Author what the
> problem there?
>
> You may want to aggregate the book for one author in the same cell of
thats why.
thanks richard for your solution it works perfectly.
--
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
So I checked bitlocker is of for all devices. So it can't be bitlocker.
Is there a log somewhere where I can get more informations on the unknown
ticket?
On Sun, May 15, 2016 at 5:58 PM, Alfonso Serra wrote:
> Bit locker is a windows feature that encrypts your harddrive so no one can
> read your
like I said an internal server error so I guess the error is before web2py?
On Mon, May 23, 2016 at 6:45 PM, Jim Steil wrote:
> And, what is the error?
>
> On Mon, May 23, 2016 at 11:33 AM, BlueShadow
> wrote:
>
>> #!/usr/bin/python
>> # -*- coding: utf-8 -*-
>>
>>
>> routers = dict(
>> BASE
Os: ubuntu 16.04. Webserver: Nginx url: www.movie-alarm.de
Am 23.05.2016 18:52 schrieb "Jim Steil" :
> What OS?
>
> On Mon, May 23, 2016 at 11:52 AM, Jim Steil wrote:
>
>> What webserver, and what URL are you accessing?
>>
>> On Mon, May 23, 2016 at 11:45 AM, Jim Steil wrote:
>>
>>> And, what is
that bsm select looks already way better than the standard w2p
implementation.
My requirements are pick 0-max ingredience. All ingredience have to be in
the ingredience table. no ingredient can be picket twice.
I don't need the default or most common 10 stuff. Just a simple way to pick
quite a few
t with bootstrap multiselect and
> typeahead... To me what was important was to make sure order of picked
> items remains from input and update, so you can see the order of importance
> of the thing selected, like ingredient label on can...
>
> :)
>
> Richard
>
>
> On Mo
ault... BSM
> select is not going to work out of the box you will have to give it what it
> need to work : web2py custom widget that wrap BSM for instance.
>
> Richard
>
>
> On Mon, Dec 9, 2013 at 10:43 AM, Kevin Bethke wrote:
>
>> autocomplete would be nice. but anything
thanks but to be honest now I'm even more confused.
why do you need a piece of jquery code in a javascript variable. I sopose
you included the entire jquery library.
Why do you do the ordering with javascript and not with python is there a
special reason for this? I think I just explained the last
e javascript as a list object... then I
> create option from that list in javascript like you could do in web2py with
> helpers for instance or by generating html yourself...
>
> Hope it helps.
>
> Richard
>
>
> On Fri, Dec 13, 2013 at 7:27 AM, Kevin Bethke wrote:
>
>
Well actually I got one more question: How do you change the standard form
from web2py, to use the bsmselect form?
On Fri, Dec 13, 2013 at 4:18 PM, Kevin Bethke wrote:
> Thanks it explains a lot. I will try to work on it as soon as I got the
> time. Unfortunatly we got a deadline at work
External links to my side from a diffrent website i got no control over.
Thats the problem
Am 04.01.2014 13:21 schrieb "Massimo Di Pierro" :
> How are you generating those links? Can you show the code?
>
> On Saturday, 4 January 2014 05:57:10 UTC-6, BlueShadow wrote:
>>
>> Hi,
>> for some reason s
well I want to make a redirekt and parse the url. thats the plan. So my
idea was to get every 404 error if there is %3F inside the requested url it
will redirekt you to the url where it is replaced by a ? the same thing for
the = Sign in all other cases it shows you the 404 page.
would that be poss
So my controller function would look something like this?
def Article():
idstring=request.args(0)
/*seperate id out of /112/-Title-of-Article*/
row=db(db.Article.id==id).select()
return dict(Article=row[0])
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
thecode can't be that bad. Can it?
On Tue, Feb 25, 2014 at 8:50 PM, Niphlod wrote:
> Every efficiency trick brings down considerably the response time, but
> usually you'd start from < 400 ms response times to go lower, maybe
> arriving at < 100 ms
>
> 2 full seconds is so much that it's not web
what do you mean by profiler?
thanks
On Wed, Feb 26, 2014 at 5:10 PM, Michele Comitini
wrote:
> check that there is not a problem with your dns setup where web2py runs.
> use the profiler to find out it can give you some good hints.
>
>
>
> 2014-02-25 22:49 GMT+01:00 Niphlod :
>>
>> try yourself.
Hi thanks for the post villas.
I have the database on my local pc. (storage.sqlite)
I opened it with the tool db browser and it seems to be OK. At least I can
view all the tables and I checked a few entries which are still there.
Are there any tools you reccommend to verify and check it.
I looked
Oo i didn't know. Tell me more about the track changes.
Am 28.05.2014 17:04 schrieb "Anthony" :
> Did you restart the server? Changes to modules have no effect after the
> first request in which they are imported, unless you restart or use the
> track_changes functionality.
>
> Anthony
>
> On Wedn
I haven't fixed the issue jet.
Regards
Am 25.11.2014 02:47 schrieb "Dennis Jacobs" :
> Hi TSmith,
>
> I'm experiencing the exact same issue! Were you able to resolve this issue?
> And if so, how exactly did you do so?
>
> Regards,
> Dennis.
>
> On Wednesday, November 27, 2013 5:14:25 PM UTC+1, Blu
apparently I did something diffrent back than. Now its working.
Thanks
On Tue, Nov 25, 2014 at 6:55 PM, Leonel Câmara
wrote:
> This is working fine for me.
>
> db.define_table('fruit',
> Field('name'),
> )
>
>
> db.define_table('cocktail',
> Field('fruit','list:reference fruit'),
> )
>
>
I think I was a little quick to write it works. The multiple select shows
but the entries won't move to the second box. So no function of the widget
at all.
How do I open up the console to check for javascript errors?
On Fri, Nov 28, 2014 at 11:55 AM, Kevin Bethke
wrote:
> apparent
storing it in a session is probably not a good idea since the the action
from the user should be 2-4 times a month the update of the file is every
hour. but creating a new temp database will probably work.
On Thu, Mar 19, 2015 at 12:28 PM, Leonel Câmara
wrote:
> Instead of using a database you c
thanks that will give me at least a starting point. Until you wrote I had
no idea what I have to look at. I would be interested in your progress if
you like to share
On Mon, Apr 6, 2015 at 8:06 PM, Dave S wrote:
>
>
> On Monday, April 6, 2015 at 3:16:35 AM UTC-7, BlueShadow wrote:
>>
>> Hi,
>> I
thanks it worked perfectly
On Sat, Apr 25, 2015 at 6:18 PM, 黄祥 wrote:
> what version did you use right now?
> if i'm not wrong in the newest version got the pydal modules separate.
> please download and unzip from web2py website.
>
> ref:
> http://web2py.com/books/default/chapter/29/14/other-rec
37 matches
Mail list logo