Re: [web2py] web2py/DAL support for "increasing number"?

2011-09-20 Thread Vasile Ermicioi
db.define_table('your_table', #your other fields here Field("added_on", 'datetime', default=request.now), Field("updated_on", 'datetime', default=request.now, update=request.now), ) and don't bother, just do inserts and updates

[web2py] Re: what about web2py 2.0?

2011-09-20 Thread Robert Kooij
2.0 should be a mark of maturity in my opinion. I fear change in software. I strongly recommend you all to read the following article, because this is not where we want to be in a few years: http://www.unleashedmind.com/en/blog/sun/the-drupal-crisis It's about the current state of the well mark

[web2py] Re: password storage with per-user salt

2011-09-20 Thread pbreit
It might not be a bad idea to improve password handling at this time. I think the biggest problem is that password hases are not currently salted. The hmac_hash function appears to take a salt but I didn't see any evidence that is ever actually used. The Django model seems sufficient: https://d

[web2py] Re: what about web2py 2.0?

2011-09-20 Thread Rahul
I like the idea that we are not breaking backward compatibility here . Backward Compatibility not supported with web3py will be fine. Rahul On Sep 21, 10:19 am, Massimo Di Pierro wrote: > WE WILL NOT BREAK BACKWARD COMPATiBILITY. > > In fact there will be less changes between 1.99 and 2.0 then be

[web2py] Re: what about web2py 2.0?

2011-09-20 Thread Massimo Di Pierro
WE WILL NOT BREAK BACKWARD COMPATiBILITY. In fact there will be less changes between 1.99 and 2.0 then between 1.98 and 1.99. Massimo On Sep 20, 11:23 pm, guruyaya wrote: > -1 for breaking compatibility. I can see the need here and there, but > I have some apps running on web2py, and thinking t

[web2py] Re: Using cxfreeze for creating web2py exe with custom libraries

2011-09-20 Thread Massimo Di Pierro
done. good job. On Sep 20, 6:44 pm, Praneeth Bodduluri wrote: > Hello all, > > I have been looking at using cxfreeze to create a web2py standalone > exe with custom libraries added in. Attached is the script used - Can > be used if you want to repackage web2py's windows exe adding in custom > lib

[web2py] Re: what about web2py 2.0?

2011-09-20 Thread guruyaya
-1 for breaking compatibility. I can see the need here and there, but I have some apps running on web2py, and thinking that I'll have to make sure they work aain, just because we got to a rounded number - is unthinkable. When web2py moves to python 3 - it'll make sense to reexamine all features. Bu

Re: [web2py] Re: online book

2011-09-20 Thread Ivica Kralj
Wow, Impressive list... more features to play with... This is going to be great :) Thanks all On 20 September 2011 23:17, Massimo Di Pierro wrote: > List of new features NOT yet documented in the book. I think: > > > - LICENSE CHANGE FROM GPLv2 to LGPLv3 > - new URL syntax > - new T behavior >

[web2py] Re: what about web2py 2.0?

2011-09-20 Thread encompass
Yeah, we use haystack in Django here at my work for our search tool of choice. On Sep 20, 1:58 pm, Anthony wrote: > On Tuesday, September 20, 2011 12:27:20 PM UTC-4, Massimo Di Pierro wrote: > > > I promised somebody geospatial features. That will probably come > > before full text search but thi

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Martin Weissenboeck
In gloun/tools there is the definition of class Recaptcha. It contains a class variable self.comment = '' but there is no way to change by a parameter. Is it intended or is it a bug? Martin

Re: [web2py] online book

2011-09-20 Thread Martin Weissenboeck
2011/9/20 Massimo Di Pierro > I took some time to merge book edits with the 3rd edition. Now the > book online should show all the recent edits. > I want to congratulate with those who have contributed edits since I > noticed a lot of improvements. All edits have been accepted. > > I need to add

[web2py] Re: password storage with per-user salt

2011-09-20 Thread Massimo Di Pierro
This will be useful put presents a technical difficulty because of the way CRYPT works. CRYPT is the validator that check is a password is valid, and it does not know what is stored in db therefore it does not know the salt. Anyway, let me know if you have a suggestion. Massimo On Sep 20, 9:25 pm

[web2py] password storage with per-user salt

2011-09-20 Thread Dave
I have just started using web2py but already, I'm quite impressed. In the past couple days I've already rolled out an entire site rewrite and I'm working on my second project. The project I'm working on right now is currently in PHP. I was in the process of converting it to a Java / Spring MVC p

[web2py] Re: what about web2py 2.0?

2011-09-20 Thread Massimo Di Pierro
we'll work on it. On Sep 20, 6:49 pm, niknok wrote: > Web2Py 2.0 must be *fully* documented in online book. > > On Sep 20, 4:26 pm, Mengu wrote: > > > > > > > > > anything special coming up? > > > will it broke backward compatibility? nobody needs backward > > compatibility in a major version. >

[web2py] Re: online book

2011-09-20 Thread weheh
That is one *very impressive* list of new stuff and new documentation. Thanks everyone who contributed.

[web2py] Re: what about web2py 2.0?

2011-09-20 Thread niknok
Web2Py 2.0 must be *fully* documented in online book. On Sep 20, 4:26 pm, Mengu wrote: > anything special coming up? > > will it broke backward compatibility? nobody needs backward > compatibility in a major version. > > are there any plans for a clean up?

[web2py] Using cxfreeze for creating web2py exe with custom libraries

2011-09-20 Thread Praneeth Bodduluri
Hello all, I have been looking at using cxfreeze to create a web2py standalone exe with custom libraries added in. Attached is the script used - Can be used if you want to repackage web2py's windows exe adding in custom libraries. One of the major advantages of using cxfreeze for creating the sta

[web2py] Re: online book

2011-09-20 Thread Massimo Di Pierro
List of new features NOT yet documented in the book. I think: - LICENSE CHANGE FROM GPLv2 to LGPLv3 - new URL syntax - new T behavior - new app level logging with logging.conf (thanks Jonathan) - Polymmodel support on GAE - current - added pyfpdf, thank Mariano - db(db.table), db(db.table.id) bot

Re: [web2py] Re: Are there any Lotus Notes developers using web2py?

2011-09-20 Thread António Ramos
* The Web2py security methods put Notes ACL to shame?* Can you explain why you think this way? how do i solve this problem in web2py? In a small organization (+- 100 users) it can be dificult to manage ACLs without being able to add group to group membership. consider my company we have this g

[web2py] web2py/DAL support for "increasing number"?

2011-09-20 Thread nick name
I need to have a number that generally increases with every request made to the service. The only requirement is that it is strictly monotonous - I don't need a specific start, and I don't care if there are any holes. Possible solutions: - just use request.utcnow -- seems to satisfy, but I've

Re: [web2py] Re: I did not know one could do this with css

2011-09-20 Thread Michele Comitini
Some fonts: http://www.google.com/webfonts http://code.google.com/apis/webfonts/ 2011/9/20 kasapo : > I always liked this one (though really not as cool): > > http://fictivekin.com/ > > Double click the dots. You can even put them back. > > The modifiable text/style/font is ti**ies though! > > -

[web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread kasapo
Yes, sometimes when I do google searches it seems to find the code i search for in the french version (since the code is still english... like searching for "response.vars" or something), but there is a variable "?_language=fr" in the URL. After accessing a page (creating a session?) with the 'fr'

[web2py] Re: Are there any Lotus Notes developers using web2py?

2011-09-20 Thread Cliff
>>> web2py ... does not reach yet the Lotus Notes power of views, ACLs, >>> formulas,calendar,etc Not sure about that. It takes about as long to put a simple view together in Web2py as in Notes. It would take a bit longer to do a view with child records the first time around, but after that I

[web2py] Re: I did not know one could do this with css

2011-09-20 Thread kasapo
I always liked this one (though really not as cool): http://fictivekin.com/ Double click the dots. You can even put them back. The modifiable text/style/font is ti**ies though! -Kasapo On Sep 19, 8:13 pm, Massimo Di Pierro wrote: > http://use.fontorie.com/ > > How about an app?

Re: [web2py] online book

2011-09-20 Thread Michele Comitini
Putting a *BIG* flag would help? ;-) mic 2011/9/20 Massimo Di Pierro : > I took some time to merge book edits with the 3rd edition. Now the > book online should show all the recent edits. > I want to congratulate with those who have contributed edits since I > noticed a lot of improvements. All

[web2py] online book

2011-09-20 Thread Massimo Di Pierro
I took some time to merge book edits with the 3rd edition. Now the book online should show all the recent edits. I want to congratulate with those who have contributed edits since I noticed a lot of improvements. All edits have been accepted. I need to add a few paragraphs here and there to docume

[web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Massimo Di Pierro
This is a commit error. Will fix in a few hours when I will have access to my dev machine again. Sorry. On Sep 20, 2:56 pm, Bruno Rocha wrote: > On Tue, Sep 20, 2011 at 12:00 AM, Massimo Di Pierro < > > massimo.dipie...@gmail.com> wrote: > > Please download the nightly built and try it with your

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Anthony
On Tuesday, September 20, 2011 2:29:08 PM UTC-4, juanduke wrote: > > Some weeks ago, I reported here some typo related with validators. Someone > tell me that the typo has been corrected, but when I check again the book, > the typo still there. Yes, the typos have been fixed in the markmin but

[web2py] login with gmail and google login failed

2011-09-20 Thread Martin Weissenboeck
Hi, here are my next tries (yes, now from the English version of THE BOOK): (1) In db.py I have added: from gluon.contrib.login_methods.email_auth import email_auth auth.settings.login_methods=[email_auth("smtp.gmail.com:587", "@gmail.com"), ] The Login-Form and the Register-Form look like usual

Re: [web2py] Are we ready to launch 1.99.1?

2011-09-20 Thread Carlos
Hi Bruno, Please see: https://groups.google.com/d/topic/web2py-developers/yqn3IjNdmDA/discussion Carlos

Re: [web2py] Are we ready to launch 1.99.1?

2011-09-20 Thread Bruno Rocha
Teh same in another app File "/home/rochacbruno/projects/199test/applications/cursodepython/controllers/default.py" , line 272, in user return dict(form=auth()) File "/home/rochacbruno/projects/199test/gluon/

Re: [web2py] Are we ready to launch 1.99.1?

2011-09-20 Thread Bruno Rocha
On Tue, Sep 20, 2011 at 12:00 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Please download the nightly built and try it with your apps. If they > work, say go and I we will launch tomorrow. I ran in to this: Traceback (most recent call last): File "/home/rochacbruno/projects

Re: [web2py] Populate a JQueryTable using Ajax

2011-09-20 Thread Bruno Rocha
websockets http://vimeo.com/18399381 or ajax long polling, or ape http://www.ape-project.org/ On Tue, Sep 20, 2011 at 4:07 PM, rami wrote: > I have a table sorter plugin that I use inside my view and I have an > external database that I use (inside my controller I import a python > module that

[web2py] Re: what about web2py 2.0?

2011-09-20 Thread pbreit
Something like that does sound interesting although I suspect easier said than done. I inquired about something similar when I was looking at Postgres text search. It sounds like it is currently not that easy for an end user to extend DAL to create a new type of query. That would be cool. And I

[web2py] Populate a JQueryTable using Ajax

2011-09-20 Thread rami
I have a table sorter plugin that I use inside my view and I have an external database that I use (inside my controller I import a python module that connects to my database and returns an object). My controller returns data to my view and inside my table in the view I populate this data. How can I

[web2py] Re: Are there any Lotus Notes developers using web2py?

2011-09-20 Thread HarryE
We use Domino 7. In order not to have a full Domino server exposed on the Internet, I try to create a web2py frontend on DMZ to extract the necessary info from Domino and present it to the public. as in def getmetinfo(): ad=request.args(0) key="" if ad : key=ad[0:4] else :

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread juanduke
Some weeks ago, I reported here some typo related with validators. Someone tell me that the typo has been corrected, but when I check again the book, the typo still there. PS: And I see Book (es) but fully english lang HTH Bye, and sorry for my bad english

[web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Massimo Di Pierro
At some point we made the book multi-language. That means that the book detects the language from accept_language and uses that. 8 languages were created (en, es, de, fr, pt, jp, cz, it) and pre populated with english (official 3rd ed, except for it pre populated with italian) to easy translation.

[web2py] Re: components and sessions

2011-09-20 Thread DenesL
On Sep 20, 12:30 pm, Massimo Di Pierro wrote: > I do not understand what is causing this. To have the same session?. Isn't that the way sessions are supposed to work?. My hunch is still that components need their own session, associated to the main one somehow. > Please open a ticket and link

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread Phyo Arkar
I do not manage to package it as an app. sphinx need to be installed seprately , as its client-server architecture , not easy to packaged inside as one. what my project do it with : - Generate configuration for new tables and database - Generate Indexes - Start Stop searchd - Run queries and show

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Anthony
On Tuesday, September 20, 2011 12:28:48 PM UTC-4, mweissen wrote: > > That is the headline of the first page: > > The Official (3rd Ed.) > web2py Book(de) > > Does "de" mean "German"? But there is no German word inside this book. > And I cann't find any way to change the language. > A number of p

[web2py] Re: what about web2py 2.0?

2011-09-20 Thread Anthony
On Tuesday, September 20, 2011 12:27:20 PM UTC-4, Massimo Di Pierro wrote: > > I promised somebody geospatial features. That will probably come > before full text search but this is a good time to look into it. > Should we take an approach sqlite/mysql/postgresql only or outsource > it to Sphinx

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread Bruno Rocha
I do not like the idea of break of compatibility. Why needs to break it to include new features? http://zerp.ly/rochacbruno Em 20/09/2011 14:44, "Richard Vézina" escreveu: > Hello Phyo, > > What have to be done to package it with an app? > > Richard > > On Tue, Sep 20, 2011 at 1:33 PM, Phyo Arka

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread Richard Vézina
Hello Phyo, What have to be done to package it with an app? Richard On Tue, Sep 20, 2011 at 1:33 PM, Phyo Arkar wrote: > Sphinx u mean sphinxsearch ? > > I am using it with web2py and everything works fine . > > On 9/20/11, pbreit wrote: > > "+1 for breaking compatibility" > > > > -1000 > > >

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread pbreit
"+1 for breaking compatibility" -1000

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread Phyo Arkar
Sphinx u mean sphinxsearch ? I am using it with web2py and everything works fine . On 9/20/11, pbreit wrote: > "+1 for breaking compatibility" > > -1000 >

[web2py] Re: login and logout functionality along with session management

2011-09-20 Thread pbreit
Pretty much no one rolls their own user registration since Web2py supplies a pretty good and flexible version.

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Martin Weissenboeck
That is the answer. Now I switched to "en" and I can see the actual version of this example. 2011/9/20 Massimo Di Pierro > Yes. There are different versions depending on the accept_language > browser settings. Problem is that non-english one that have not been > translated default to engllish. >

Re: [web2py] Re: Question About Higher level protocols for inter-process socket communication

2011-09-20 Thread Phyo Arkar
Also check JsonBox , its used in RedBox 2D game engine. On 9/20/11, Phyo Arkar wrote: > heres what i found: > from json.org > C: > > JSON_checker. > JSON parser. > M's JSON parser. > YAJL. > cJSON. > Jansson. > js0n. > LibU. > jsmn. > cson. > json-c. >

[web2py] Superticket: online ticket system

2011-09-20 Thread Alfonso de la Guarda
Hello, ICTEC has released a web application for the sale of tickets for events. The development was funded by an American company and we has freed a variation of the beta site into production. If someone wants to start a business with it, go ahead! http://paol.pe/superticket As always, please r

Re: [web2py] Re: Question About Higher level protocols for inter-process socket communication

2011-09-20 Thread Phyo Arkar
heres what i found: from json.org C: JSON_checker. JSON parser. M's JSON parser. YAJL. cJSON. Jansson. js0n. LibU. jsmn. cson. json-c. C++: jsoncpp. zoolib. JOST. CAJUN. libjson. nosjob. JSONKit. JsonBox. On 9/20/11,

Re: [web2py] Re: Question About Higher level protocols for inter-process socket communication

2011-09-20 Thread Phyo Arkar
yeah may be due to nature of C/C++ is not used for programming web apps json support is quite weak. Python's Native json lib are a lot more mature than C++ versions. Did u also check AMF as alternative? On 9/20/11, Magnitus wrote: > Thanks for all the feedback from everyone. > > For the json c

[web2py] Re: Problem uploading files.

2011-09-20 Thread Massimo Di Pierro
What's the production web server? How does it talk to web2py? On Sep 20, 4:24 am, Daniel Gonzalez Zaballos wrote: > I only can reproduce it on the production server. The fail comes about 2 > seconds aftehr when the upload begins (and with my connection is impossible > to upload 1.2 mb in 2 second

[web2py] Re: Are there any Lotus Notes developers using web2py?

2011-09-20 Thread Massimo Di Pierro
tell us more. On Sep 20, 8:43 am, HarryE wrote: > I use Domino web services within web2py. XML-RPC. > Works ok.

Re: [web2py] Re: what about web2py 2.0?

2011-09-20 Thread Richard Vézina
About Sphinx I would propose to introduce fulltext search the way it's faster if it's with Sphinx go head and then use the DB oriented approach after just to offer a simpler fulltext search option maybe... My point is just use first the faster approach. ;-) Richard On Tue, Sep 20, 2011 at 12:27

[web2py] Re: I did not know one could do this with css

2011-09-20 Thread Massimo Di Pierro
How about? reponse.files.append(('http://somefile','css')) # works with URL() or reponse.files.append('http://somefile[.css]') # does not work with URL() and then re-move css/[.css] automatically. On Sep 20, 5:43 am, Martín Mulone wrote: > Massimo to add fonts support we have to thi

[web2py] Re: components and sessions

2011-09-20 Thread Massimo Di Pierro
I do not understand what is causing this. Please open a ticket and link this thread so it does not get lost. I try process tickets before other issues. On Sep 20, 7:04 am, DenesL wrote: > On Sep 19, 10:57 pm, Massimo Di Pierro > wrote: > > > Can you help me with wireshark and see if the ajax req

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Martin Weissenboeck
That is the headline of the first page: The Official (3rd Ed.) web2py Book(de) Does "de" mean "German"? But there is no German word inside this book. And I cann't find any way to change the language. 2011/9/20 Anthony > Weird, I see different code when visiting that link. Are you looking at

[web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Massimo Di Pierro
Yes. There are different versions depending on the accept_language browser settings. Problem is that non-english one that have not been translated default to engllish. The title should tell you which one you are looking at. On Sep 20, 11:10 am, Martin Weissenboeck wrote: > My link ishttp://www.we

Re: [web2py] Do we have a calendar plugin?

2011-09-20 Thread Richard Vézina
Hello Ivica, Feel free to ask anything... I will be glad to help you to make something really cool and usefull... There is also António that were motivated... http://groups.google.com/group/web2py/browse_thread/thread/82966962ef82a22c?pli=1 Richard CC.: António On Mon, Sep 19, 2011 at 10:45 P

[web2py] Re: what about web2py 2.0?

2011-09-20 Thread Massimo Di Pierro
I promised somebody geospatial features. That will probably come before full text search but this is a good time to look into it. Should we take an approach sqlite/mysql/postgresql only or outsource it to Sphinx? On Sep 20, 9:00 am, Michele Comitini wrote: > +1 fulltext search > > *Some* graph da

[web2py] Re: what about web2py 2.0?

2011-09-20 Thread Massimo Di Pierro
This is not an option. web3py (TM) will break backward compatibility. Not web2py 2.0 On Sep 20, 5:17 am, "Sebastian E. Ovide" wrote: > +1 for breaking compatibility (in a major version) a remove obsolete > features,,, > > On Tue, Sep 20, 2011 at 9:26 AM, Mengu wrote: > > anything special coming

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Martin Weissenboeck
My link is http://www.web2py.com/book/default/chapter/08#Customizing-Auth(it is the same!) I have tried twice with two different browsers. 2011/9/20 Anthony > Here's what I see at > http://web2py.com/book/default/chapter/08#Customizing-Auth (screenshot > attached) -- not the same as what you h

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread Richard Vézina
To me the 1.99.1 already improving a lot of things, no?! And I was thinking about the reason why it takes that amount of time to launch this version and my answer was maybe the core team wants to make a new features full major version... Richard On Tue, Sep 20, 2011 at 10:00 AM, Michele Comitin

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Anthony
Weird, I see different code when visiting that link. Are you looking at the English version? On Tuesday, September 20, 2011 11:47:11 AM UTC-4, Ross Peoples wrote: > > The code I posted is from here: > > http://web2py.com/book/default/chapter/08#Customizing-Auth >

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Ross Peoples
The code I posted is from here: http://web2py.com/book/default/chapter/08#Customizing-Auth

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Martin Weissenboeck
Thank you - now it works. But: maybe there are two versions of THE BOOK? Five minutes ago I have found the following code in the online version (chapter "Customizing Auth"): # after # auth = Auth(globals(),db) db.define_table( auth.settings.table_user_name, Field('first_name', length=128, def

[web2py] sidebar : how to customize

2011-09-20 Thread Vineet
I wish to reduce the widths of left & right sidebars. In base.css, uncommented & modified the following line left_sidebar { width: 10px; float:left; display: none; } Inline documentation in css file says--- - column widths (change this to use left_sidebar and right_sidebar) Secondly, I had put cer

[web2py] Re: login and logout functionality along with session management

2011-09-20 Thread Anthony
Have you read http://web2py.com/book/default/chapter/08. What are you trying to do that cannot be accommodated by the existing access control functionality? On Tuesday, September 20, 2011 2:54:34 AM UTC-4, Viren Patel wrote: > > Hi, > > I would like to have my own login and logout functionality

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Richard Vézina
It seems like it's the most stable release that's coming ;-) Richard On Tue, Sep 20, 2011 at 9:23 AM, Anthony wrote: > +1 for more comments in the code. Also, sometimes comments/docstrings need > to be updated when changes are made. > > > On Tuesday, September 20, 2011 3:55:24 AM UTC-4, David

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread Michele Comitini
+1 fulltext search *Some* graph databases have already some good pythonic API. Do you think that DAL can be adapted to graphs also? Isn't the DAL too "relational oriented"? mic 2011/9/20 Vasile Ermicioi : > dal supporting graph databases and fulltext search

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Furqan Rauf
so is there anyone who is in charge of updating the book? Massimo is already doing too much? On Tue, Sep 20, 2011 at 8:23 AM, Anthony wrote: > +1 for more comments in the code. Also, sometimes comments/docstrings need > to be updated when changes are made. > > > On Tuesday, September 20, 2011 3:

[web2py] Re: Are there any Lotus Notes developers using web2py?

2011-09-20 Thread HarryE
I use Domino web services within web2py. XML-RPC. Works ok.

Re: [web2py] Re: Administration interface for ruby on rails, maybe some inspiration for SQLFORM.grid in some areas ...

2011-09-20 Thread Javier Quarite
is it my connection or the first one is even faster than the second? I think I should try them in my computer first =) But... in my opinion... first seems easy to handle, but it's on rails :( On Tue, Sep 20, 2011 at 7:58 AM, David Marko wrote: > Its very nice. I just installed this into my proje

[web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Anthony
+1 for more comments in the code. Also, sometimes comments/docstrings need to be updated when changes are made. On Tuesday, September 20, 2011 3:55:24 AM UTC-4, David Marko wrote: > > Many features have been added recently(last 3 months) but documentation is > behind these. Can docs can be updat

[web2py] Re: Administration interface for ruby on rails, maybe some inspiration for SQLFORM.grid in some areas ...

2011-09-20 Thread David Marko
Its very nice. I just installed this into my project but I cant see any tables on dashboard. Is there a way to specifiy tables handled by this admin tool?

[web2py] Re: Question About Higher level protocols for inter-process socket communication

2011-09-20 Thread Magnitus
Thanks for all the feedback from everyone. For the json cpp libraries, I find that jsoncpp looks unpolished with outstanding bugs (it is still advertised as Beta) and it is a hassle to install (you have to install some Python modules just to read the documentation). Cajun looked more polished and

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread Vasile Ermicioi
dal supporting graph databases and fulltext search

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Ross Peoples
The actual code from the book: db.define_table( auth.settings.table_user_name, Field ('first_name', length=128, default=''), Field ('last_name', length=128, default=''), Field

[web2py] Re: Administration interface for ruby on rails, maybe some inspiration for SQLFORM.grid in some areas ...

2011-09-20 Thread Anthony
Also, there's http://sramana.in/web2py-instant-admin/. On Tuesday, September 20, 2011 8:18:35 AM UTC-4, David Marko wrote: > > http://activeadmin.info/ > there is even the live demo ... >

Re: [web2py] Unicode encoding

2011-09-20 Thread António Ramos
try string.encode('latin1') 2011/9/20 Samuel Mac > Hi, > I've been searching for older threads but I can't find the solution, > so I decided to ask you. > > I have a problem with the encoding. For example, in the menu.py file, > one of my fields is: > (("Área Téncica"),False,URL('default','visi

[web2py] Re: Administration interface for ruby on rails, maybe some inspiration for SQLFORM.grid in some areas ...

2011-09-20 Thread Massimo Di Pierro
It took them 4 years to catch up with us. On Sep 20, 7:18 am, David Marko wrote: > http://activeadmin.info/ > there is even the live demo ...

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Martin Weissenboeck
copy and paste from the book. :-) Chapter "Custimizing Auth" 2011/9/20 Ross Peoples > Actually, sorry, it should be "db.auth_user". Where did you get the > "auth_table" variable from anyways?

[web2py] Re: question about csv import of unmatched fields

2011-09-20 Thread Massimo Di Pierro
It will choke. Edit the csv with excel and delete the c column. On Sep 20, 1:58 am, weheh wrote: > Doesn't exactly answer my question. For example, say in web2py you > define table with fields a, b, c. In old db you have fields a, b and > d. Will you be able to load blank web2py table with old db

[web2py] does markin support centered images?

2011-09-20 Thread Gour-Gadadhara Dasa
Hello! I've started to play with Instant Press 2.0 and noticed that image cannot be centered on the page using markmin markup. It works with 'left' & 'right', but neither with 'center' nor 'centered'. Do I miss something? Sincerely, Gour -- “In the material world, conceptions of good and ba

[web2py] Re: components and sessions

2011-09-20 Thread DenesL
On Sep 19, 10:57 pm, Massimo Di Pierro wrote: > Can you help me with wireshark and see if the ajax requests send or > not back he cookie? What browser did you use? With Firebug in Firefox: GET db1login.load web2py-component-location http://127.0.0.1:8000/timesap/test/index web2py-compon

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Ross Peoples
Actually, sorry, it should be "db.auth_user". Where did you get the "auth_table" variable from anyways?

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Ross Peoples
You should be using "db.auth_table", not just "auth_table"

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread Ross Peoples
I was looking at something that would potentially be big, although it would be more of an addon rather than replacement. Integrating qooxdoo to make RIA applications rather than the traditional HTML + AJAX applications. I think we could do something like this, without breaking backwards compatib

[web2py] login and logout functionality along with session management

2011-09-20 Thread Viren Patel
Hi, I would like to have my own login and logout functionality also my own table for authentication i am a bit new to this framework, i m looking for code snippet for this implementation

[web2py] Unicode encoding

2011-09-20 Thread Samuel Mac
Hi, I've been searching for older threads but I can't find the solution, so I decided to ask you. I have a problem with the encoding. For example, in the menu.py file, one of my fields is: (("Área Téncica"),False,URL('default','vision_casos'),[]), But when I run the aplication, it is showed as: "?

Re: [web2py] I did not know one could do this with css

2011-09-20 Thread Martín Mulone
Massimo to add fonts support we have to think how to resolve the problem to add css to files that not have the .css extension. 2011/9/19 Massimo Di Pierro > http://use.fontorie.com/ > > How about an app? -- http://martin.tecnodoc.com.ar

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread David Marko
We should make some wishlist for 2.0 version somewhere. What about the user voice http://web2py.uservoice.com/forums/42577-general ?

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread Martín Mulone
Yes 2.0 we have to make it big. 2011/9/20 Sebastian E. Ovide > +1 for breaking compatibility (in a major version) a remove obsolete > features,,, > > > On Tue, Sep 20, 2011 at 9:26 AM, Mengu wrote: > >> anything special coming up? >> >> will it broke backward compatibility? nobody needs backwar

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread Sebastian E. Ovide
+1 for breaking compatibility (in a major version) a remove obsolete features,,, On Tue, Sep 20, 2011 at 9:26 AM, Mengu wrote: > anything special coming up? > > will it broke backward compatibility? nobody needs backward > compatibility in a major version. > > are there any plans for a clean up?

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Martin Weissenboeck
I forgot: it's Version 1.99.0 (2011-09-20 03:52:08) 2011/9/20 Martin Weissenboeck > I wanted to play with other login methods. Therefore I created a new > application called "alt_login" - it started with no problems. > > Next step: I copied the definition of my own "auth_table" from the book > i

Re: [web2py] Re: Problem uploading files.

2011-09-20 Thread Daniel Gonzalez Zaballos
I only can reproduce it on the production server. The fail comes about 2 seconds aftehr when the upload begins (and with my connection is impossible to upload 1.2 mb in 2 seconds), but the uploading screen doesn't changes, is like the firefox is waiting for a response. 2011/9/20 Massimo Di Pierr

Re: [web2py] Re: Are we ready to launch 1.99.1?

2011-09-20 Thread Martin Weissenboeck
I wanted to play with other login methods. Therefore I created a new application called "alt_login" - it started with no problems. Next step: I copied the definition of my own "auth_table" from the book into alt_login. Here are the lines of code: from gluon.tools import Auth, Crud, Service, Plugi

Re: [web2py] Are there any Lotus Notes developers using web2py?

2011-09-20 Thread António Ramos
YES i´m a lotus notes Developer, i have moved a lot of code to python and a few simple apps to web2py. I think xpages is way more dificult to jquery ui mobile with web2py.So i decided to not learn xpages and go with web2py+jqueryui mobile. Also i like a lot web2

Re: [web2py] what about web2py 2.0?

2011-09-20 Thread Bruno Rocha
clean up is being done day by day without break of compatibility. http://zerp.ly/rochacbruno Em 20/09/2011 05:26, "Mengu" escreveu: > anything special coming up? > > will it broke backward compatibility? nobody needs backward > compatibility in a major version. > > are there any plans for a clean

  1   2   >