[web2py] Re: Email and PGP

2014-01-30 Thread szimszon
I think the problem here is - The key was found but the can_sign property is set to False but I can't find how to set it... :( 2014. január 30., csütörtök 11:55:39 UTC+1 időpontban Alan Etkin a következőt írta: > > Okay, looks like nobody can help me. I guess not that many people use PGP >>

[web2py] Re: Email and PGP

2014-01-29 Thread szimszon
r the receiver > can decrypt the message. Surely web2py can send an encrypted email to > anybody without a public key... > > Alternatively, can I send an encrypted email to myself, since my public > key should already be in my keyring? Ultimately, that's what I want to do, >

[web2py] Re: Email and PGP

2014-01-29 Thread szimszon
care whether the receiver > can decrypt the message. Surely web2py can send an encrypted email to > anybody without a public key... > > Alternatively, can I send an encrypted email to myself, since my public > key should already be in my keyring? Ultimately, that's what I want to do

[web2py] Re: Email and PGP

2014-01-29 Thread szimszon
* email *without > errors*. > > Thanks. > > On Wednesday, 29 January 2014 03:11:55 UTC-5, szimszon wrote: >> >> If you list your private keys is there a key for 'my_h...@gmail.com'? >> >> (gpg --list-secret-keys) >> >> And yes you need to have re

[web2py] Re: Email and PGP

2014-01-29 Thread szimszon
les with gpg for sender >> "my_h...@gmail.com". >> By default, they're created in my home directory, so I moved the .gnupg >> folder to /home/www-data/ and chown'd it and its contents to >> "www-data:www-data". >> >> I don'

[web2py] Re: Email and PGP

2014-01-28 Thread szimszon
Sorry, mail.error :-o my bad. 2014. január 28., kedd 14:35:55 UTC+1 időpontban horridohobbyist a következőt írta: > > AttributeError: 'Mail' object has no attribute 'err' > > > On Tuesday, 28 January 2014 08:25:43 UTC-5, szimszon wrote: >> >> Could

[web2py] Re: Email and PGP

2014-01-28 Thread szimszon
Could you please print mail.err after the failed send? 2014. január 28., kedd 14:22:59 UTC+1 időpontban horridohobbyist a következőt írta: > > As per the web2py book, I've installed python-pyme and created the key > files (for sender 'my_h...@gmail.com '). I have the > following code: > >

[web2py] Re: Important New Year News: Edison Award

2014-01-19 Thread szimszon
Good luck! :) Hajrá! 2014. január 19., vasárnap 22:49:04 UTC+1 időpontban step a következőt írta: > > Yes! Good luck Massimo and web2py, go go go > > On Saturday, January 4, 2014 5:08:38 AM UTC+1, Massimo Di Pierro wrote: >> >> Web2py/me have been nominated for the Edison Award. Please wish web2py

[web2py] Re: request.user_agent().is_mobile

2013-11-28 Thread szimszon
I had that with 2.7.x too. I changed all my app to user_agent()['is_mobile'] :-o 2013. november 28., csütörtök 20:55:14 UTC+1 időpontban mr.freeze a következőt írta: > > Did request.user_agent() change from a Storage object to dict? > request.user_agent().is_mobile is throwing errors for me on

[web2py] Re: disk cache problem

2013-11-28 Thread szimszon
usr/lib/python2.7/shelve.py", line 104, in __len__ return len(self.dict) ValueError: __len__() should return >= 0 2013. november 27., szerda 10:53:05 UTC+1 időpontban szimszon a következőt írta: > > Hello! > > > Nobody has problem with disk cache? > > 2013. november 26.

[web2py] Re: disk cache problem

2013-11-27 Thread szimszon
Hello! Nobody has problem with disk cache? 2013. november 26., kedd 9:16:31 UTC+1 időpontban szimszon a következőt írta: > > http://code.google.com/p/web2py/issues/detail?id=1791&thanks=1791&ts=1385453629 > > I have an app with lot of disk cache usage in selects af

[web2py] disk cache problem

2013-11-26 Thread szimszon
http://code.google.com/p/web2py/issues/detail?id=1791&thanks=1791&ts=1385453629 I have an app with lot of disk cache usage in selects after 2.7 - don't know exactly the exact version :( - I got a lot of trouble with it, sometimes the app just wait and if I try disk. Or if I make a cache.disk.f

Re: [web2py] Re: Some forms need to be submitted multiple times.

2013-09-22 Thread szimszon
http://code.google.com/p/web2py/issues/detail?id=1688 Thanks. 2013. szeptember 22., vasárnap 19:33:22 UTC+2 időpontban Massimo Di Pierro a következőt írta: > > Please open a ticket. I have an idea about what to do. > > On Sep 22, 2013, at 12:31 PM, szimszon wrote: > > Hi! &g

Re: [web2py] Re: Some forms need to be submitted multiple times.

2013-09-22 Thread szimszon
Hi! I have some apps where I usually do multiple things simultaneously or I have to look at some page for information (page with form too) and copy&past to the first. But I have to reload the first page because the single form key. It can be really annoying :( So if it could be change I'm for

[web2py] Re: Latest Trunk - problem with auth(session) and login using 'remember me'

2013-08-22 Thread szimszon
Seems to work. Tnx! 2013. augusztus 22., csütörtök 11:36:16 UTC+2 időpontban Massimo Di Pierro a következőt írta: > > Please try again. Thanks for checking this. > > On Thursday, 22 August 2013 03:29:03 UTC-5, szimszon wrote: >> >> Hi! >> >> It

[web2py] Re: Latest Trunk - problem with auth(session) and login using 'remember me'

2013-08-22 Thread szimszon
enew*(*clear_session*=not self.*settings*.* keep_session_onlogin*)* 2013. augusztus 22., csütörtök 10:29:03 UTC+2 időpontban szimszon a következőt írta: > > Hi! > > It's still broken for me. > > googlecode 7a1ff6228799 > > I have a session in db. If I didn't check

[web2py] Re: Latest Trunk - problem with auth(session) and login using 'remember me'

2013-08-22 Thread szimszon
Hi! It's still broken for me. googlecode 7a1ff6228799 I have a session in db. If I didn't check the Remember me than I get Traceback (most recent call last): File "/home/gyszabolcs/fejlesztes/web2py/gluon/restricted.py", line 217, in restricted exec ccode in environment File "/hom

Re: [web2py][LDAP] once authenticated with LDAP I got "No fields to update"

2013-08-02 Thread szimszon
Could you try setting the logging_level to debug? from gluon.contrib.login_methods.ldap_auth import ldap_auth auth.settings.login_methods.append(ldap_auth(mode='ad', bind_dn='userName', bind_pw='passWord', manage_groups=False, server='serverName', base_dn='ou=OU,ou=OU,dc=DC,dc=DC', lo

[web2py] Re: Encrypting/decrypting db values

2013-06-27 Thread szimszon
+1 2013. június 25., kedd 22:23:32 UTC+2 időpontban Massimo Di Pierro a következőt írta: > > Should we include decrypt(key,data) and encrypt(key,data) in gluon.utils? > > On Tuesday, 25 June 2013 13:42:29 UTC-5, Niphlod wrote: >> >> sorry, cut&paste error. >> >> >> >> import gluon.contrib.aes as

[web2py] Re: AD LDAP manage_user problem

2013-06-04 Thread szimszon
It's like you do not have a "db" DAL object. Where is your db connection settings? 2013. június 3., hétfő 23:22:30 UTC+2 időpontban mrendon a következőt írta: > > Thanks! Is this it? > > Traceback (most recent call last): > File "/home/www-data/web2py/gluon/restricted.py", line 212, in restricte

[web2py] Using a recursive select but encountered a broken reference (versioning and auth.signature)

2013-03-30 Thread szimszon
Hi All! I wonder if somebody could help me. I use record versioning with auth.signature but if I delete (is_active=False) the parent row than I got a "Using a recursive select but encountered a broken reference" ticket issued when I try to access the child... I opened a ticket about it: http:

Re: [web2py] Re: scheduler sincronization

2013-03-25 Thread szimszon
következőt írta: > > Accordingly to the book > http://web2py.com/books/default/chapter/29/04?search=scheduler#Scheduler-(experimental) > It doesn't start when the previous task ends but when the previous task > starts instead. > > Paolo > > > 2013/3/25 szimszon

[web2py] Re: scheduler sincronization

2013-03-25 Thread szimszon
I think the period starts as the last execution ends. Sometimes I miss the feature to start the task exactly at fixed interval rater than fixed interval starting after the last run ends but I can live without it. :) It's a great tool anyway :-D 2013. március 25., hétfő 16:23:56 UTC+1 időpontban

[web2py] Re: I got a fancy wiki problem. All user end up in rw mode :(

2013-03-11 Thread szimszon
Okay. :) 2013. március 11., hétfő 20:22:11 UTC+1 időpontban Alan Etkin a következőt írta: > > > Is it relevant where is logged into the application? > > It seems it is, since when the admininstrator session is expired, the wiki > access control returns to normal behavior (it requires access righ

[web2py] Re: I got a fancy wiki problem. All user end up in rw mode :(

2013-03-11 Thread szimszon
ldn't touch it again and reactivate it... 2013. március 11., hétfő 18:22:24 UTC+1 időpontban Massimo Di Pierro a következőt írta: > > membership record should be created automatically only for users logged > into admin. Are you saying this is not the case? > > On Monday,

[web2py] Re: I got a fancy wiki problem. All user end up in rw mode :(

2013-03-11 Thread szimszon
2013. március 11., hétfő 18:05:36 UTC+1 időpontban Alan Etkin a következőt írta: > > > ''wiki-editor'' I think it's just a typo :) > > Me too, there's no use of "wiki-editor" in the Wiki class (it checks for > "wiki_editor") > > > and than I recognized that the new user got in to a wiki_editor

[web2py] I got a fancy wiki problem. All user end up in rw mode :(

2013-03-11 Thread szimszon
Hi! I wonder if somebody could help me. I tried to set up a wiki in web2py and I face some funny errors :( 1, In book http://web2py.com/books/default/chapter/29/03 there is: ''recognizes permissions for "wiki-editor" and "wiki-author"'' but auth.wiki creates ''wiki_editor'' not ''wiki-ed

[web2py] Re: Encrypt an email?

2013-03-10 Thread szimszon
Hello! You can try this: http://web2py.com/books/default/chapter/29/08#x509-and-PGP-Encryption 2013. március 10., vasárnap 4:55:06 UTC+1 időpontban a.ma...@hotmail.com a következőt írta: > > I found that website http://www.msgpadlock.com who basically allow you to > encrypt/decrypt a message t

[web2py] Re: Debugging with the scheduler

2013-02-27 Thread szimszon
for the ugly print vars I use: import logging logger=logging.getLogger('web2py.app.yourappname') logger.setLevel(logging.DEBUG) logger.debug(msg) 2013. február 26., kedd 21:12:23 UTC+1 időpontban José L. a következőt írta: > > Hello, > I'm working with async processes using the scheduler (with

[web2py] Old app and 2.4.1-alpha.2+timestamp.2013.01.18.10.00.28 and form submission get 'Consecutive update'

2013-02-01 Thread szimszon
I wonder if somebody could help me. I have an old app with a simple form but if I try to submit in second time. I change some value than press Submit button (after that I got an extra # in the end of the url) than I change some value and press Submit button I end up with this flash message: A

[web2py] Re: Autoincrement field

2013-01-29 Thread szimszon
:05:17 UTC-6, szimszon wrote: >> >> Some other issue: >> >> db: >> import datetime >> db.define_table('sometable', >> Field('otherid', >> compute=lambda r: 'SPPRIME%s' % ( >>

[web2py] Re: Autoincrement field

2013-01-29 Thread szimszon
current.db.sometable.insert() The new record has otherid==None :( 2013. január 29., kedd 9:17:38 UTC+1 időpontban szimszon a következőt írta: > > The really ugly thing is that compute can silently fail and you could end > up with None in the db table cell :( > > 2013. január 29., k

[web2py] Re: Autoincrement field

2013-01-29 Thread szimszon
The really ugly thing is that compute can silently fail and you could end up with None in the db table cell :( 2013. január 29., kedd 9:13:29 UTC+1 időpontban szimszon a következőt írta: > > Something about this issue? Should it work? > > 2013. január 28., hétfő 15:44:22 UTC+

[web2py] Re: Autoincrement field

2013-01-29 Thread szimszon
Something about this issue? Should it work? 2013. január 28., hétfő 15:44:22 UTC+1 időpontban szimszon a következőt írta: > > Hi! > > I wonder if somebody could help me. > > The > > definet_table('sometable', > Field('otherid', compute=l

Re: [web2py] Re: Autoincrement field

2013-01-28 Thread szimszon
ields which would be much better to utilise than what > we provide in the DAL. > > Maybe we should have an 'autoincrement' field, like we have a 'datetime' > field? > > Gracefully degrade to a lambda if there isn't native autoincrement > supp

Re: [web2py] Re: Autoincrement field

2013-01-28 Thread szimszon
> > Maybe we should have an 'autoincrement' field, like we have a 'datetime' > field? > > Gracefully degrade to a lambda if there isn't native autoincrement > support. > > On Tue, Jan 29, 2013 at 1:44 AM, szimszon > > wrote: > >

[web2py] Re: Autoincrement field

2013-01-28 Thread szimszon
Hi! I wonder if somebody could help me. The definet_table('sometable', Field('otherid', compute=lambda r: r['id']) ) doesn't work for me. :( Sould it work? With other than r['id'] it's working. Version 2.4.1-alpha.2+timestamp.2013.01.27.10.24.17 2010. május 28., péntek 16:02:23 UTC+2 id

[web2py] Re: Is it possible to define how a field is rendered in the DB model?

2013-01-07 Thread szimszon
Hi! What is a difference between represent and filter_out? Tnx. --

[web2py] Re: Repo in github missing

2013-01-01 Thread szimszon
OK. Tnx. 2013. január 1., kedd 17:38:14 UTC+1 időpontban Massimo Di Pierro a következőt írta: > > I deleted it to avoid confusion. The official is github.com/web2py/web2py. > > On Tuesday, 1 January 2013 02:21:40 UTC-6, szimszon wrote: >> >> Where is the web2py repo

[web2py] Repo in github missing

2013-01-01 Thread szimszon
Where is the web2py repo from https://github.com/mdipierro/ ? Happy New Year for everyone! --

[web2py] Re: Disable hidden columns export in grid

2012-12-04 Thread szimszon
Nice and working feature :) Tnx. 2012. december 4., kedd 11:26:50 UTC+1 időpontban Niphlod a következőt írta: > > with trunk just pass exportclasses=dict(csv_with_hidden_cols=False, > tsv_with_hidden_cols=False) > > On Tuesday, December 4, 2012 10:35:52 AM UTC+1, szimszon wrot

[web2py] Disable hidden columns export in grid

2012-12-04 Thread szimszon
Hi All! I wonder if somebody could help me. How can I disable hidden column export in grid? --

[web2py] Re: server request as transfer encoding: chunked not working

2012-12-03 Thread szimszon
> don't know if it's a design decision but request.body is filled only if > there is a content-length header, otherwise a StringIO() is returned. > > you can still read the contents iterating over request.env.wsgi_input > > On Monday, December 3, 2012 12:30:38 PM UTC+1,

[web2py] Re: server request as transfer encoding: chunked not working

2012-12-03 Thread szimszon
: > > don't know if it's a design decision but request.body is filled only if > there is a content-length header, otherwise a StringIO() is returned. > > you can still read the contents iterating over request.env.wsgi_input > > On Monday, December 3, 2012 12:30:38 PM UTC+1

[web2py] Re: server request as transfer encoding: chunked not working

2012-12-03 Thread szimszon
Version 2.2.1 (2012-11-04 20:45:19) stable --

[web2py] server request as transfer encoding: chunked not working

2012-12-03 Thread szimszon
Hi All! I wonder if somebody could help me. I need a little help with rocket :( I have a contoller like: def statementlist(): body = request.body.read() return dict(body=body) And I try to send a request as: curl -H "Transfer-Encoding: chunked" --data 'Some data inside the request...'

[web2py] Re: Custom import creates module name conflicts (2.1.1)

2012-10-30 Thread szimszon
I have in app's modules dir a modul named sftp.py and I try to use paramiko but sftp.py modul can't import it because paramiko has it's own modul named as sftp.py and custom_import find the app's module first and nor paramiko's :( http://code.google.com/p/web2py/issues/detail?id=1125 2012. okt

Re: [web2py] Re: manage_groups AD problem

2012-10-22 Thread szimszon
the group feature? I am quiet surprised, > cause AD is widely used and you guys need to test. From the searches I > have done, looks like AD does not work well with web2py as far as > groups are concerned. > > I goes I have reached a dead end. > > :< > > Thank

Re: [web2py] Re: manage_groups AD problem

2012-10-20 Thread szimszon
ldap_auth(...as usual...,logging_level='debug') 2012. október 20., szombat 9:29:44 UTC+2 időpontban software.ted a következőt írta: > > Whr do I set the log level and see how the code is executing I realy need > that for debugging. > On Oct 20, 2012 9:20 AM, "szims

Re: [web2py] Re: manage_groups AD problem

2012-10-20 Thread szimszon
Could you set ldap_auth's *logging_level* to debug and see (in console) what's happening? Or you could specify *allowed_groups*=['some group name'] if there a logic error and login works only with allowed_groups set. Sorry I have no AD to test. With ldap it works. So I need a bit help... 2012.

[web2py] Re: 2.1rc1 parse_version error

2012-10-08 Thread szimszon
, line 529, in close_all_instances\nTHREA D_LOCAL.db_instances.clear()\nAttributeError: \'thread._local\' object has no attribute \'db_instances\'\n' p4570 If you just do http://127.0.0.1:8000/admin you got error. 2012. október 8., hétfő 9:23:03 UTC+2 időpontban s

[web2py] 2.1rc1 parse_version error

2012-10-08 Thread szimszon
parse_version can handle only numbers... and not rc1 :( fileutils.py line 46: re_version = re.compile('[^\d]+ (\d+)\.(\d+)\.(\d+)\s*\((?P.+?)\)\s*(?P[a-z]+)?') --

Re: [web2py] Please stop embedding Bootstrap classes in your HTML!

2012-10-04 Thread szimszon
Recently was a bit messy the SQLFORM.[smart]grid because a class changed from button to btn :-o Because we need to maintain backward compatibility but the used css framework for welcome can change significantly I think that maintaining a web framework's own class names could be beneficial. So t

[web2py] Re: removed form.vars.{fieldname}_newfilename -- I used it :(

2012-08-30 Thread szimszon
ant > > On Thursday, 30 August 2012 05:18:52 UTC-5, szimszon wrote: >> >> Hi! >> >> >> https://github.com/mdipierro/web2py/commit/74418b1a6962bf2db36b46f9620e16297abfd059 >> >> I used it :( >> > --

[web2py] crud file upload do not work :(

2012-08-30 Thread szimszon
http://code.google.com/p/web2py/issues/detail?id=966 --

[web2py] removed form.vars.{fieldname}_newfilename -- I used it :(

2012-08-30 Thread szimszon
Hi! https://github.com/mdipierro/web2py/commit/74418b1a6962bf2db36b46f9620e16297abfd059 I used it :( --

[web2py] Re: menu, mobile phones and tablets

2012-08-21 Thread szimszon
+1 https://groups.google.com/d/msg/web2py-developers/FMCF0HTs64A/CJ-PNCaIsuwJ 2012. augusztus 21., kedd 15:58:27 UTC+2 időpontban mweissen a következőt írta: > > I have played with some menu details and these are my results > > First try: > > response.menu = [ > (T('Home'), False, URL('defau

[web2py] auth exception with Version 2.0.0 (2012-07-04 23:30:47) dev

2012-07-05 Thread szimszon
Hi! I'm using ldap auth and after the web2py update I get: Traceback (most recent call last): File "/home/PRIMERATE.LAN/gyszabolcs/fejlesztes/web2py/gluon/restricted.py", line 205, in restricted exec ccode in environment File "/home/PRIMERATE.LAN/gyszabolcs/fejlesztes/web2py/application

[web2py] with the new welcome app as template in mobile view some menu isn't accessible

2012-07-04 Thread szimszon
I have an app with Version 2.00.0 (2012-07-01 22:43:58) dev of welcome as template. But if I browse it with a mobile all the menus with a submenu didn't get into the dropdown list. So I can access only the top level menus without submenu. :( With a new look I can't put a link in top level menu

[web2py] Re: smartgrid look & feel with last trunk

2012-07-02 Thread szimszon
Monday, July 2, 2012 5:40:17 PM UTC-4, Jim S wrote: >> >> I personally like it the new way. Just my 2 cents. >> >> -Jim >> >> On Monday, July 2, 2012 8:45:13 AM UTC-5, szimszon wrote: >>> >>> Hi! >>> >>> I noticed the fol

[web2py] Re: smartgrid look & feel with last trunk

2012-07-02 Thread szimszon
http://code.google.com/p/web2py/issues/detail?id=870 2012. július 2., hétfő 15:45:13 UTC+2 időpontban szimszon a következőt írta: > > Hi! > > I noticed the following if you create a new app from welcome with > smartgrid then the linked table names aren't looking like buttons

[web2py] smartgrid look & feel with last trunk

2012-07-02 Thread szimszon
Hi! I noticed the following if you create a new app from welcome with smartgrid then the linked table names aren't looking like buttons anymore. And the acural table names are just a link it looks a bit odd... <><>

[web2py] Re: Error importing ldap_auth module

2012-06-21 Thread szimszon
es, 21 de junio de 2012 10:18:43 UTC-4:30, szimszon escribió: >> >> Try to use ldap_auth.py from trunk. Just copy it over the old one. >> >> You say Python 2.7.3 but in the error there is a >> >> ... python2.6/dist-packages/ldap ... >> >> >> 2

[web2py] Re: Error importing ldap_auth module

2012-06-21 Thread szimszon
Try to use ldap_auth.py from trunk. Just copy it over the old one. You say Python 2.7.3 but in the error there is a ... python2.6/dist-packages/ldap ... 2012. június 21., csütörtök 16:39:40 UTC+2 időpontban ehgonzalez a következőt írta: > > Hi, > > When I try to import the ldap_auth module in

Re: [web2py] Users Poll: To keep the button look for the welcome app's auth options, or not ?

2012-06-16 Thread szimszon
b.1 2012. június 17., vasárnap 8:06:54 UTC+2 időpontban encompass a következőt írta: > > B.1 looks nice. > > On 06/17/2012 06:30 AM, Andrew wrote: > > A week or two ago a change was made to the nav bar to give the auth > buttons for Login, Register, etc a button look. This was part of the

[web2py] Re: commit 2799e09d6bb4 broke backward compatibility

2012-06-14 Thread szimszon
+1 2012. június 5., kedd 22:22:44 UTC+2 időpontban Niphlod a következőt írta: > > The only thing coming to mind is "add" a > web2py-component-flash-international header in "new trunk" and check only > that in new web2py.js, leaving web2py-component-flash header the way it was > before. > > Il

[web2py] Re: newcron.py", line 227 AttributeError: 'list' object has no attribute 'split'

2012-06-11 Thread szimszon
gt; > Have you something in your applications crontab ? > > also, are you on linux, mac or windows ? > > Il giorno lunedì 11 giugno 2012 18:49:58 UTC+2, simon ha scritto: >> >> I also get this. It appears after the "cron fix" update to trunk. >> >> On Monda

[web2py] Re: newcron.py", line 227 AttributeError: 'list' object has no attribute 'split'

2012-06-11 Thread szimszon
It's on the console where you start the web2py.py... 2012. június 11., hétfő 14:19:45 UTC+2 időpontban szimszon a következőt írta: > > http://code.google.com/p/web2py/issues/detail?id=849 > > Exception in thread Thread-21: > Traceback (most recent call last): > F

[web2py] newcron.py", line 227 AttributeError: 'list' object has no attribute 'split'

2012-06-11 Thread szimszon
http://code.google.com/p/web2py/issues/detail?id=849 Exception in thread Thread-21: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner self.run() File "/home/szimszon/fejlesztes/sajat/web2py/gluon/newcron.py"

[web2py] Re: commit 2799e09d6bb4 broke backward compatibility

2012-06-10 Thread szimszon
There are sometimes "null" displayed in flash :( (Version 2.0.0 (2012-06-10 01:18:28) dev) 2012. június 5., kedd 22:22:44 UTC+2 időpontban Niphlod a következőt írta: > > The only thing coming to mind is "add" a > web2py-component-flash-international header in "new trunk" and check only > that i

[web2py] Re: grid's web2py style cleanup

2012-06-10 Thread szimszon
gt; static/css/css3buttons.css > > > > On Wednesday, June 6, 2012 1:37:51 PM UTC+1, szimszon wrote: >> >> Hi! >> >> I wonder if somebody could help to clean up sqlhtml.py's grid web2py >> style because there are buttons with 'button' and &

[web2py] session in cookies

2012-06-10 Thread szimszon
Hi All! What is the use case behind a session in cookies scenario? Tnx.

[web2py] Re: grid's web2py style cleanup

2012-06-06 Thread szimszon
the jquery-ui dictionary that is already in the sqlhtml.py? I > should have realized that sooner... And it's a great idea, of course. > > Regards > > > On Wednesday, June 6, 2012 3:57:40 PM UTC+2, szimszon wrote: >> >> SQLFORM.grid and .smartgrid is experi

[web2py] Re: grid's web2py style cleanup

2012-06-06 Thread szimszon
default css doesn't use them, > some developer could already be using them for custom css definitions. > > So wouldn't this break backward compatibility of web2py? > > Regards > > On Wednesday, June 6, 2012 2:37:51 PM UTC+2, szimszon wrote: >> >> Hi! >>

[web2py] grid's web2py style cleanup

2012-06-06 Thread szimszon
Hi! I wonder if somebody could help to clean up sqlhtml.py's grid web2py style because there are buttons with 'button' and 'buttontext' class but the css have no visible definition for it. It should be 'btn' or something. I opened an issue about it in google code: http://code.google.com/p/web2

[web2py] Re: LOAD with ajax=True not working please help

2012-06-06 Thread szimszon
eload();"; element.reload = function (){ // Continue if times is Infinity or // the times limit is not reached 2012. június 6., szerda 13:38:12 UTC+2 időpontban szimszon a következőt írta: > > > Version 2.00.0 (2012-06-05 00:02:52) dev > > in layout.ht

[web2py] Re: Anyone using BootSwatch with new web2py layout

2012-06-06 Thread szimszon
I have issue with dropdown menu when the main menu is a link too. If I click on the main menu than that menu is activated and I can't access the items below it with any means :(

[web2py] LOAD with ajax=True not working please help

2012-06-06 Thread szimszon
Version 2.00.0 (2012-06-05 00:02:52) dev in layout.html {{=LOAD('default','setuser',extension='load',ajax=True)}} $("#" + target) is null @ http://127.0.0.1:8000/.../static/js/web2py.js:107 without ajax=True it loads but is is working correctly only with ajax=True :( http://code.google.com/p/w

Re: [web2py] MailCaptcha

2012-06-04 Thread szimszon
There is now a honeypot address handling to put sender directly in to blacklist. 1. somebody send you an email from someb...@domain.com 2. postfix ask MailCaptcha what to do - if the recipient address is not in the protected list do nothing special - else if the sender is i

[web2py] Re: I have trouble with the new scheduler and mysql: NotSupportedError

2012-06-04 Thread szimszon
Thank you! 2012. június 4., hétfő 22:00:54 UTC+2 időpontban Niphlod a következőt írta: > > patched and ready for new testing.. > Thank you for your patience szimszon > > Niphlod >

[web2py] Re: I have trouble with the new scheduler and mysql: NotSupportedError

2012-06-04 Thread szimszon
t; On Monday, 4 June 2012 04:00:05 UTC-5, szimszon wrote: >> >> Prev. patch wasn't good, here it is: >> >> --- scheduler.py.old2012-06-02 14:44:26.0 +0200 >> +++ scheduler.py2012-06-04 10:53:59.013899780 +0200 >> @@ -417,13 +417,13

[web2py] Re: I have trouble with the new scheduler and mysql: NotSupportedError

2012-06-04 Thread szimszon
ch my task! +db.commit() logging.debug(' work to do %s' % updated) task = db(ts.assigned_worker_name==self.worker_name)\ (ts.status==RUNNING).select().first() 2012. június 4., hétfő 9:47:29 UTC+2 időpontban szimszon a

[web2py] Re: I have trouble with the new scheduler and mysql: NotSupportedError

2012-06-04 Thread szimszon
touch my task! +db.commit() logging.debug(' work to do %s' % updated) task = db(ts.assigned_worker_name==self.worker_name)\ (ts.status==RUNNING).select().first() 2012. június 4., hétfő 9:47:29 UTC+2 időpontban szimszon a követ

[web2py] I have trouble with the new scheduler and mysql: NotSupportedError

2012-06-04 Thread szimszon
workers that have not sent heartbeat 2012-06-04 09:40:47,889 - root - INFO - TICKER: I'm a ticker (info-szimszon#709cdf44-805a-41a5-b197-8aa124acf311) Traceback (most recent call last): File "/home/PRIMERATE.LAN/gyszabolcs/fejlesztes/web2py/gluon/shell.py", line 219, in run e

[web2py] Re: MailCaptcha

2012-05-25 Thread szimszon
Agree. On Friday, May 25, 2012 6:04:22 AM UTC+2, Massimo Di Pierro wrote: > > We need a way to post apps like this. Perhaps a subsection of poweredby > for apps with may not be deployed but are available for download. > > On Thursday, 24 May 2012 17:00:43 UTC-5, szimszon wrot

Re: [web2py] MailCaptcha

2012-05-25 Thread szimszon
The right order: (sorry) 1. somebody send you an email from someb...@domain.com 2. postfix ask MailCaptcha what to do - if the recipient address is not in the protected list do nothing special - *else if the sender is in the blacklist reject the message with 5xx cod

Re: [web2py] MailCaptcha

2012-05-24 Thread szimszon
On Friday, May 25, 2012 12:54:42 AM UTC+2, Ricardo Pedroso wrote: > > On Thu, May 24, 2012 at 11:00 PM, szimszon wrote: > > > > MailCaptcha > > === > > > > For e-mail address protection with recaptcha for postfix. > > I'm not u

[web2py] MailCaptcha

2012-05-24 Thread szimszon
* web2py 1.99.7 (http://web2py.com) * postfix (http://postfix.com) https://github.com/szimszon/web2py_mailcaptcha

[web2py] Re: OverflowError: long int too large to convert to int (SQLFORM.grid)

2012-05-21 Thread szimszon
Sorry, invalid. 2012. május 21., hétfő 12:21:29 UTC+2 időpontban szimszon a következőt írta: > > File "applications/szegedarchive/compiled/controllers_default_index.py", > line 127, in index > File "/srv/web2py/gluon/sqlhtml.py", line 1905, in grid >

[web2py] OverflowError: long int too large to convert to int (SQLFORM.grid)

2012-05-21 Thread szimszon
File "applications/szegedarchive/compiled/controllers_default_index.py", line 127, in index File "/srv/web2py/gluon/sqlhtml.py", line 1905, in grid tr.append(TD(link['body'](row))) File "applications/szegedarchive/compiled/controllers_default_index.py", line 120, in File "/srv/web2

[web2py] Re: Little problem with scheduler_task - has no signature Fields

2012-05-21 Thread szimszon
Wrong project. Sorry. http://code.google.com/p/web2py/issues/detail?id=814 2012. május 21., hétfő 8:40:43 UTC+2 időpontban szimszon a következőt írta: > > Here it is: http://code.google.com/p/osmand/issues/detail?id=1012 > > Thank you! > > 2012. május 20., vasárnap 23:19:3

[web2py] signature field's label should be translatable and _archive.current_record too...

2012-05-21 Thread szimszon
Hi All! I think it could be good to have auth.signature. ... .label wrapped with T(). And _archive.current_record too... Thanks! http://code.google.com/p/web2py/issues/detail?id=812 http://code.google.com/p/web2py/issues/detail?id=813

[web2py] Re: Little problem with scheduler_task - has no signature Fields

2012-05-20 Thread szimszon
y 2012 03:43:38 UTC-5, szimszon wrote: >> >> Hi! >> >> I wonder if somebody could help me. >> >> I have to audit scheduler_task >> db.scheduler_task._enable_record_versioning() works but scheduler_task have >> no Created On, By and Modified On, By (is_active) Fields :( >> >> Can we put this Fields in it? >> >

[web2py] Re: Little problem with scheduler_task - has no signature Fields

2012-05-20 Thread szimszon
ecord but keeping the entire history) and will try to execute all > of them. > > anyway, why do you need to audit the task table ? > > Il giorno venerdì 18 maggio 2012 10:43:38 UTC+2, szimszon ha scritto: >> >> Hi! >> >> I wonder if somebod

[web2py] Little problem with scheduler_task - has no signature Fields

2012-05-18 Thread szimszon
Hi! I wonder if somebody could help me. I have to audit scheduler_task db.scheduler_task._enable_record_versioning() works but scheduler_task have no Created On, By and Modified On, By (is_active) Fields :( Can we put this Fields in it?

[web2py] Re: mailing with pgp

2012-05-15 Thread szimszon
Is there any progress? Are you able to use it? 2012. április 27., péntek 23:06:40 UTC+2 időpontban szimszon a következőt írta: > > What distrib is this? > What is the content of GPGKEY? > > The list is from python shell or from web2py? > > 2012. április 27., péntek 17:3

Re: [web2py] Need a little help in code review (a function eating up all memory)

2012-05-11 Thread szimszon
I had only to reach that count of browser request :-D

Re: [web2py] Need a little help in code review (a function eating up all memory)

2012-05-11 Thread szimszon
for your time and thanks for help. =-<>-= 2012. május 11., péntek 9:30:28 UTC+2 időpontban szimszon a következőt írta: > > The problem is not that if I call the controller function if consumes > memory. My problem is that there is something that still reference > something afte

Re: [web2py] Need a little help in code review (a function eating up all memory)

2012-05-11 Thread szimszon
t; offset = stage * block > query = queryraw % {'limitquery': 'LIMIT %s, %s' % (offset, block)} > if not records(query): > break > > rows = db.executesql(query) > for row in rows: > rec += 1 > # do something &

Re: [web2py] Need a little help in code review (a function eating up all memory)

2012-05-10 Thread szimszon
Could it be related? https://groups.google.com/forum/#!topic/web2py/hmsupVHdDHo/discussion (Memory leak in standalone DAL (issue #731), can you please help test?) 2012. május 10., csütörtök 22:32:53 UTC+2 időpontban szimszon a következőt írta: > > Okay. It's clear. > > I

  1   2   3   4   >