[web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Vineet
Hi Bruno, Nice work. I registered to movuca. Some links are erroneous (invalid function (person/favorites)). e.g. 'My Recipe Book', 'New Page', 'My Favorites', etc. Clicking on 'My Drafts' issues this ticket--- Ticket issued: movuca/

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Bruno Rocha
this is a work in progress. 10% are done, have a lot of missing views and I am geting suggestions to improve the next functionalities. thanks for testing it! http://zerp.ly/rochacbruno Em 06/01/2012 06:31, Vineet vineet.deod...@gmail.com escreveu: Hi Bruno, Nice work. I registered to

[web2py] How can I set alternative DAL when main DAL endpoint is not available?

2012-01-06 Thread seongjoo
Hello, When the production database is accessible only from web servers from specified IPs, what would be an effective method to perform test with local development server? For lack of knowledge, I am manually switching db endpoint to local test db and putting it back to production db endpoint

[web2py] Re: Packaging web2py + application

2012-01-06 Thread Ross Peoples
Thank you for the insight LightDot. When you make web2py RPMs, do you use a python setup.py file to make them, or do you manually package an RPM yourself using rpmbuild -ba web2py.spec?

Re: [web2py] Re: Is there an example? RPC between applications

2012-01-06 Thread Ross Peoples
The thing that jumps out at me in this one is that you are using an xmlrpc client, yet your URL is calling jsonrpc. Change the client connection string to: http://127.0.0.1:8000/api/default/call/xmlrpc

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Bruno Rocha
Originally Muvuca, is a word of Indian origin, is a mixture of various grains and seeds with soil, to reforest an area devastated. In portuguese it also means a group of people making a mess I like the name because I think social network is a mixture of various content types (just like the

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Bruno Rocha
http://labs.blouweb.com/movuca/article/show/11/about-the-name-movuca -- Bruno Rocha [http://rochacbruno.com.br]

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Bruno Rocha
On Thu, Jan 5, 2012 at 7:07 PM, Alan Etkin spame...@gmail.com wrote: Martin Mulone is also developing Instant Press for web2py, with similar features i think. InstantPress is a CMS, I think its goal is to be a CMS just like Joomla, Drupal or WordPress where some admin people have rights to

[web2py] Mobile OTP (motp) and other OTP login methods for web2py

2012-01-06 Thread whowhywhat
Dear web2py community, I am interested in using motp (motp.sourceforge.net) / google authenticator (http://code.google.com/p/google-authenticator/) with my web2py apps. Both motp and google authenticator have clients available for every possible platform (android, ios, blackberry, j2me, java,

[web2py] Re: web2py Application Development Cookbook

2012-01-06 Thread Ale
Massimo, I bought the ebook. It is also not available for download? Alessandro On 5 dez 2011, 12:20, Massimo Di Pierro massimo.dipie...@gmail.com wrote: They told me another 3 months. We are doing writing but they do not use any markup language. Packt does all the editing and processing using

[web2py] Hosting services recommendation

2012-01-06 Thread Alex s
Hi guys, Do you have any hosting services to indicate to work with web2py ? Thanks Alex

Re: [web2py] Hosting services recommendation

2012-01-06 Thread Anthony
See https://groups.google.com/d/topic/web2py/e2SL5ViOhL4/discussion

Re: [web2py] Re: crud update with writeable=readable=False

2012-01-06 Thread Richard Vézina
Pretty interresting... I wasn't know about this possibility. Thanks Anthony Richard On Thu, Jan 5, 2012 at 2:54 PM, Anthony abasta...@gmail.com wrote: The readable and writeable attributes of a field can be set conditionally (e.g., depending on request parameters or user authorization) or

[web2py] question about new admin disabled button

2012-01-06 Thread Richard
Hello, Is the admin app disabled button disconnect user already log in?? Thanks Richard

Re: [web2py] question about new admin disabled button

2012-01-06 Thread Anthony
I believe it will stop all access to the application for everyone (i.e., after disabling, every subsequent request will simply return the down for maintenance message). On Friday, January 6, 2012 10:54:03 AM UTC-5, Richard wrote: Hello, Is the admin app disabled button disconnect user

Re: [web2py] question about new admin disabled button

2012-01-06 Thread Richard Vézina
Thanks that's very nice! Richard On Fri, Jan 6, 2012 at 10:58 AM, Anthony abasta...@gmail.com wrote: I believe it will stop all access to the application for everyone (i.e., after disabling, every subsequent request will simply return the down for maintenance message). On Friday, January

[web2py] Re: How can I set alternative DAL when main DAL endpoint is not available?

2012-01-06 Thread Massimo Di Pierro
in DAL(uri) the uri can be a list of uris DAL([uri1, uri2, ...]) On Jan 6, 3:43 am, seongjoo seongjoo@gmail.com wrote: Hello, When the production database is accessible only from web servers from specified IPs, what would be an effective method to perform test with local development

[web2py] Re: How can I set alternative DAL when main DAL endpoint is not available?

2012-01-06 Thread Anthony
For reference: http://web2py.com/books/default/chapter/29/6#Replicated-databases On Friday, January 6, 2012 12:00:04 PM UTC-5, Massimo Di Pierro wrote: in DAL(uri) the uri can be a list of uris DAL([uri1, uri2, ...]) On Jan 6, 3:43 am, seongjoo seongj...@gmail.com wrote: Hello,

[web2py] Re: question about new admin disabled button

2012-01-06 Thread Massimo Di Pierro
Mind it may not work under a proxy (i.e. you think it is disabled but it is not disabled if web2py thinks the request is from localhost). On Jan 6, 9:58 am, Anthony abasta...@gmail.com wrote: I believe it will stop all access to the application for everyone (i.e., after disabling, every

[web2py] crud.update comments False

2012-01-06 Thread lucas
hello one and all, how do i shut off or disable the 3rd column of comments under crud.update? also, how can i change the number of columns and rows of a textarea for a text blob field? basically i wan to make it bigger? thank you in advance and talk to you soon. lucas

[web2py] Re: crud.update comments False

2012-01-06 Thread Anthony
how do i shut off or disable the 3rd column of comments under crud.update? Are you saying your field definitions include comments, but you just don't want them displayed on the crud.update form? I don't think there's a crud setting for that (SQLFORM takes a 'comments' argument that can be

[web2py] crud insert master/detail master.id

2012-01-06 Thread lucas
hello one and all, i setup in db.py: db.define_table('blog', ...format = '%(title, blog_date)s') db.define_table('blog_items', Field('blog_id', db.blog, requires=IS_IN_DB(db, db.blog.id, '% (title)s'), writable=False, readable=False), ... format = '%(item_date)s') so blog is master

[web2py] Re: crud insert master/detail master.id

2012-01-06 Thread Anthony
db.define_table('blog', ...format = '%(title, blog_date)s') First, for the 'format' above, I think you want: format = '%(title)s, %(blog_date)s' how do i designation the db.blog_items.blog_id under the blog_items function so crud.create will insert the record properly and fill

Re: [web2py] Re: web2py Application Development Cookbook

2012-01-06 Thread Tim Alexander
Out of curiosity, what's the link to purchase from the app dev book from safari books? I wasn't able to find it, and wanted to pre-order one from there so I can get drafts as they come in... On Mon, Dec 5, 2011 at 3:23 PM, Constantine Vasil thst...@gmail.com wrote: Currently I am reading a draft

[web2py] Re: crud insert master/detail master.id

2012-01-06 Thread lucas
hey anthony, you know this system great. your advice is awesome. i am kind of a dumb-bu@# when it comes to the format thingy. i don't get that. anyway, setting the default value did the trick nicely. thank you again. i am nearing the end of my development, at least phase 1 for a while. i

[web2py] Re: crud insert master/detail master.id

2012-01-06 Thread Anthony
:-)

[web2py] db unique=True Not working

2012-01-06 Thread Bruce Wade
When using unique=True on my database model the validation is allowing duplicates to pass through the form validation. Also notnull=False does NOT allow me to store Null entries for country, province, city. db.define_table('ads', Field('member_id', db. user_account,

[web2py] Re: global functions in models

2012-01-06 Thread Alan Etkin
Field objects (to define table fields) support default values try something like db.table name.field name.default = list() or Field(field name, ... , default=list()) I haven't used it but I guess that on record creation this should create an empty list field value. On 5 ene, 19:37, Tsvi

[web2py] Re: GAE - SQL cloud connection

2012-01-06 Thread howesc
i don't know if i'm gonna regret this later, but in dal.py i changed that field length to 128: self.db.executesql(CREATE TABLE IF NOT EXISTS web2py_filesystem (path VARCHAR(128), content LONGTEXT, PRIMARY KEY(path) ) ENGINE=InnoDB;) now it works again.

[web2py] Re: db unique=True Not working

2012-01-06 Thread Anthony
unique=True is enforced at the level of the database, not the form. If you want to validate form input, you have to provide a validator in the field's requires attribute: Field('url', unique=True, requires=[IS_NOT_IN_DB(db, 'ads.url'), IS_URL()]) See

[web2py] Cant get emails to send from Google App Engine App

2012-01-06 Thread chawk
I have my db.py file setup this way ## configure email mail=Mail() mail.settings.server=gae mail.settings.sender=myaddress.com mail.settings.login=username:password I have been trying this for hours, I get no errors, when i call functions to send emails they return true, so

Re: [web2py] Re: Movuca - The Social CMS - Need Testers and Contributors

2012-01-06 Thread Bruno Rocha
Got a domain name! http://movu.ca -- Bruno Rocha [http://rochacbruno.com.br]

Re: [web2py] Re: db unique=True Not working

2012-01-06 Thread Bruce Wade
Ok thanks I was trying that except I couldn't figure out how to do the last part 'ads.url' to point to that field, kept getting ads does not exist error because I wasn't using the ' ' with ads.url. What about the second problem? Is it possible to allow null but also have the IS_IN_DB to provide a