[web2py] Re: A Call to Arms - Necessary and KILLER Apps for Web2py

2010-08-03 Thread aure
+1 On Aug 2, 12:16 pm, Phyo Arkar phyo.arkarl...@gmail.com wrote: Web2py is Great, Greatest framework that i had ever tried and stick onto it. But what it is lacking is publicity and lack of KILLER web-apps like those Made PHP most popular web-development platform. Here are some , what that

[web2py] Filling a form with AJAX / contextual JQuery dialog?

2010-07-29 Thread aure
Hi everyone, I would like that when a user clicks on a button add an address, a small window shows up with the form to be filled in. The point is that I do not want to leave for another view to fill the form and then come back, I want to stay on the page containing the button opening the form...

[web2py] group memberships on the fly : to auth or not to auth?

2010-07-27 Thread aure
Hi everyone, I am trying to create an app in which a user can create a group and invite people to join it. A member of a group can then add documents to the group. This is not possible for non members of a group. My question is: is the authorisation mechanism described in the book (with

[web2py] Re: group memberships on the fly : to auth or not to auth?

2010-07-27 Thread aure
Thanks, Massimo! On 27 juil, 12:02, mdipierro mdipie...@cs.depaul.edu wrote: It is appropriate for what you need to do. On Jul 27, 4:40 am, aure aureliengir...@googlemail.com wrote: Hi everyone, I am trying to create an app in which a user can create a group and invite people to join

[web2py] sending membership invitations

2010-07-27 Thread aure
Hi everyone, In an app a user have to send invitations to friends for them to register on the app, and possibly join a group the sender has created beforehand. 1. Does someone know about a way to have the app connect to GMail/ Facebook/... bring a list of people to select from, and send an email

[web2py] Re: plugin_wiki / roles

2010-07-26 Thread aure
.  My best shot is to say you can add/remove users from a group (editor in this case) at any time.  There is however in the defaultplugin_wikionly three levels of authentication. Not-Registered Registered Wiki_Editor On Jul 21, 5:49 pm, aure aureliengir...@googlemail.com wrote: Hi

[web2py] plugin_wiki / roles

2010-07-21 Thread aure
Hi everyone, Massimo, thanks a lot for the last video. I have just tried everything on a webfaction web2py website and this is really fast and easy to build applications this way! :D I have questions considering roles though. At the bottom of the Pages when we build them using plugin_wiki, I can

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-11 Thread aure
Comment below On Jul 10, 9:32 am, mdipierro mdipie...@cs.depaul.edu wrote: Answers below On 9 Lug, 21:42, Scott blueseas...@gmail.com wrote: I think this should replace the Welcome application and the documentation should be integrated into the web2py book.  I'm impressed with the

[web2py] Re: markmin, t2, t3, cube9 etc. (important update)

2010-07-09 Thread aure
Great news! Thanks for the work Massimo! Being new to both, I myself still hesitate for my project between choosing a CMS and struggle with the programming vs. choosing web2by and struggle with all the things which come for free in a CMS... And Cube2py starts to bridge the gap in some ways :-) I

[web2py] Re: Webfaction rocks

2010-04-29 Thread aure
to shop around, and decide on buying your own SSL cert. for your site. Have fun! Regards, -Yarko On Apr 28, 3:24 am, aure aureliengir...@googlemail.com wrote: Hi everyone, Thanks for your help! @Jonathan: yes, if I disable https I can access the welcome web2py app without any

[web2py] Re: Webfaction rocks

2010-04-28 Thread aure
. Is this a problem? Kind regards, Aurelien On 27 avr, 17:01, Jonathan Lundell jlund...@pobox.com wrote: On Apr 27, 2010, at 7:32 AM, aure wrote: As I had started to do it your way before you even mentioned it (created 2 websites...), I decided to try your solution. Unfortunately, when I

[web2py] Re: Webfaction rocks

2010-04-27 Thread aure
Hello Annet, As I had started to do it your way before you even mentioned it (created 2 websites...), I decided to try your solution. Unfortunately, when I try to access the admin website I get this in Firefox: -- Secure Connection Failed admin.aurerua.webfactional.com uses an invalid

[web2py] Re: Webfaction rocks

2010-04-27 Thread aure
running on a domain and it has to be the root domain. However you can have as many web2py apps running on this instance as you want, and you can always use routes to make sure things go to the correct place (say each app has its own domain). -- Thadeus On Sun, Apr 25, 2010 at 6:12 AM, aure

[web2py] Re: Webfaction rocks

2010-04-25 Thread aure
Hi, Like Thadeus, I got web2py working on webfaction. Well, I went so far as having the web2py welcome page open when I point the browser to the site. From there, I would be very glad if some people could help me figure out the answer to some of these questions: - I cannot log into the admin

[web2py] Re: Webfaction rocks

2010-04-25 Thread aure
Annet and Thadeus, Thanks a lot for the quick reply! :) I will check that tomorrow. Aurelien On Apr 25, 6:30 pm, annet annet.verm...@gmail.com wrote: I took a somewhat different approach. I signed up for a shared 1 plan and got a dedicated IP address. Under domains I added two subdomains:

[web2py] form=auth and error 404

2010-04-13 Thread aure
Hi everyone, I already posted that at the end of a discussion (How to by-pass user/ login page for authentication). But I have no clue why it does behave this way, sorry. If I put in my index controller: return dict(form=auth()) then I get error 404 when I try to access my index view. Yet I

[web2py] Re: How to by-pass user/login page for authentication

2010-04-13 Thread aure
Great! Grazie mille Massimo! On 13 avr, 15:21, mdipierro mdipie...@cs.depaul.edu wrote: Have you tried? In the index action do not require login and in the index view {{=auth.login()}} Massimo On Apr 13, 6:58 am, Rohan yourbuddyro...@gmail.com wrote: anyway to customize login form?

[web2py] Re: Recording voice samples from a web2py app

2010-03-19 Thread aure
a flash media server. Here is a freeish solutionhttp://fms.denniehoopingarner.com/ if you can compile the flex to an swf and run your own red 5 server you are good to go. On Mar 18, 8:05 am, aure aureliengir...@googlemail.com wrote: Hi everyone, I would like to let some users record voice

[web2py] Re: URL structure for multilanguage site

2010-03-18 Thread aure
So here is the full procedure I have been using. 1. As explained by Massimo and Wikus, in order to use two languages (here French -fr- and English -en-) I wrote the following code in file routes.py found in the web2py folder: #---routes.py---# routes_in = (

[web2py] Re: URL structure for multilanguage site

2010-03-18 Thread aure
...@gmail.com wrote: Wow, I swear people using web2py can read minds. 14 minutes before my above post aure posts a solution... aure, do you want to put that up on web2pyslices or I could do it for you. Thank you! Chris On Mar 18, 7:36 am, Christopher Steel chris.st...@gmail.com wrote: Jiri, Aure

[web2py] Recording voice samples from a web2py app

2010-03-18 Thread aure
Hi everyone, I would like to let some users record voice samples (read bits of text) from a web2py application. I imagine the user just clicks on a button to start the recording process, reads the text, clicks to stop the recording. Listens to it. And saves it if they are happy with it.

[web2py] Re: URL structure for multilanguage site

2010-03-16 Thread aure
select correct translation using ID and selected language. Jiri 2010/3/15 aure aureliengir...@googlemail.com Please, I would need some help for developing a multilanguage website. 1. I would like to use different URLs for each language: /myapp/en/index.html /myapp/en/user.html

[web2py] Re: web2py beautification

2010-03-13 Thread aure
Other interesting ones: http://bluetrip.org/ http://sencss.kilianvalkhof.com/ On 12 mar, 13:33, Johann Spies johann.sp...@gmail.com wrote: On 11 March 2010 06:11, villas villa...@gmail.com wrote: Obviously if anyone else thinks they have an idea to move towards a well-tested div layout

[web2py] Re: web2py beautification

2010-03-08 Thread aure
Looking for more info about OOCSS, I just stumbled upon that: http://www.yaml.de/en/ (It seems to also make use of jQuery in some ways.) I am no expert, but it looks interesting to me, so I thought I would mention it. Aurelien On Mar 7, 6:21 pm, villas villa...@gmail.com wrote: On Mar 7,

[web2py] Re: Combining LEFT OUTER JOIN with COUNTING

2010-02-24 Thread aure
(db.person.id==db.dog.owner),groupby=db.person.id) print row.person.name, row[count] On Feb 18, 7:03 am, aure aureliengir...@googlemail.com wrote: Hi, I have used the methods given in the web2py manual, in the One to Many Relation part, to try and combine a left outer join with grouping

[web2py] typos in new documentation?

2010-02-24 Thread aure
Here is what reads on page 6.5. Query, Set, Rows, in part orderby, groupby, limitby, distinct: --- You can fetch the records sorted by name in reverse order (notice the !): for row in db().select(db.person.ALL, orderby= db.person.name): print row.name Carl Bob Alex --- There is no !

[web2py] session.flash not displayed anymore

2010-02-18 Thread aure
Hi everyone, Does someone have an idea about why session.flash might stop to work (is not displayed) for my controllers but keeps on working for login, logout,... Thank you, Aurelien -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to

[web2py] Combining LEFT OUTER JOIN with COUNTING

2010-02-18 Thread aure
Hi, I have used the methods given in the web2py manual, in the One to Many Relation part, to try and combine a left outer join with grouping and counting. But I did not manage. The examples given are: rows=db().select(db.person.ALL, db.dog.ALL, left=db.dog.on(db.person.id==db.dog.owner))

[web2py] Re: session.flash not displayed anymore

2010-02-18 Thread aure
 pm, aure aureliengir...@googlemail.com wrote: Hi everyone, Does someone have an idea about why session.flash might stop to work (is not displayed) for my controllers but keeps on working for login, logout,... Thank you, Aurelien -- You received this message because you are subscribed

[web2py] Re: session.flash not displayed anymore

2010-02-18 Thread aure
identify the problem. On Feb 18, 7:20 am, aure aureliengir...@googlemail.com wrote: I just figured out that it only happens if I do a redirect to the page from which the controller was called. It happens like this: - A link on a page home is clicked to access a page book

[web2py] Re: auth_user registration, password field: Order is relevant (OR other reason) OR bug?

2010-02-12 Thread aure
Thank for your help! On Feb 11, 7:19 pm, mdipierro mdipie...@cs.depaul.edu wrote: make sure you ALWAYS pass CRYPT(auth.setting.hmac_key) to CRYPT. On Feb 11, 9:50 am, aure aureliengir...@googlemail.com wrote: Hi everyone, I have customised my table for authentificaition, as shown

[web2py] Re: Ladies and Gentelmen... the web2py book is online

2010-02-12 Thread aure
Great news! Thank you! The lulu and amazon links to purchase the book seem not to point to the right place (they both point to http://web2py.com/book/default/section) Aurelien On Feb 12, 2:30 am, mdipierro mdipie...@cs.depaul.edu wrote: http://web2py.com/book This is only for testing

[web2py] auth_user registration, password field: Order is relevant (OR other reason) OR bug?

2010-02-11 Thread aure
Hi everyone, I have customised my table for authentificaition, as shown by Massimo here: http://groups.google.com/group/web2py/browse_thread/thread/f4ae0f4c5b9336d0/327ff8e49d88fbb3?lnk=gstq=custom+authentication+form#327ff8e49d88fbb3 If I put CRYPT() before IS_NOT_EMPTY(...) in the list of

[web2py] Re: Error with mail sending and T(...)

2010-02-07 Thread aure
Thanks a lot! I am not on my computer now, but I will try that tomorrow. On Feb 5, 10:32 pm, mdipierro mdipie...@cs.depaul.edu wrote: for now message=str(T('mail message')) instead of message=T('mail message') On Feb 5, 3:16 pm, aure aureliengir...@googlemail.com wrote: I am using

[web2py] web based editor lost functionalities

2010-02-05 Thread aure
Hi everyone, I am new to web2py. I have started to make an application a few days ago and I was using the web based editor and it worked just fine. Yesterday I lost some functionalities of the web based editor like shortcuts (e.g CTR-s to save) and highlighting. Anybody knows how to fix it or

[web2py] Error with mail sending and T(...)

2010-02-05 Thread aure
Hi everyone, I am trying to make my application send a mail. It works fine using: mail.send(to=[mail_to], subject='myApp request', message='mail message') But if I use T(...) in the message: mail.send(to=[mail_to], subject='myApp request', message=T('mail message')) I get this error:

[web2py] Re: Error with mail sending and T(...)

2010-02-05 Thread aure
I am using web2py Version 1.74.11 But I upgraded today from source and copied my app to the applications folder. On Feb 5, 8:43 pm, mdipierro mdipie...@cs.depaul.edu wrote: which version of web2py are you using? This was fixed recently I think. On Feb 5, 1:41 pm, aure aureliengir