Re: [web2py] Re: Problem tranfering to a new database...

2012-05-23 Thread Jason Brower
a better error message for this issue could be created. BR, Jason On 05/24/2012 07:15 AM, Jason Brower wrote: I got the connection to work. However, it's now throwing the same error as before. Dang. This is on a blank database to csv. Attached... On 05/24/2012 12:54 AM, pbreit wrote: It

[web2py] SQL syntax error when trying to create db...

2012-05-23 Thread Jason Brower
I get this: File"/home/jason/Desktop/InterestID_4/Development_Environment/gluon/dal.py",line1386,inlog_execute ret=self.cursor.execute(*a, **b) ProgrammingError:syntax error atornear"user" LINE4:user INTEGER REFERENCES auth_user(id)ON DELETE CASCADE, When web2py tries creating it's mode

Re: [web2py] Re: Trying to create a DAL connection and getting some errors...

2012-05-24 Thread Jason Brower
ced the comment here: "Creating new tables dynamically is not allowed." Isn't this just what I am about to do? --- BR, Jason Brower On 05/23/2012 07:04 PM, Massimo Di Pierro wrote: This has been fixed in trunk some time ago self.driver = d

Re: [web2py] Development Environments vs Live Environment

2012-05-25 Thread Jason Brower
//..." db = DAL(con) On Wed, May 23, 2012 at 12:06 PM, Jason Brower <mailto:encomp...@gmail.com>> wrote: Locally I only want to use SQLite. And on the deployment I want to use Postgres. Is there a way to make this happen automatically? BR, Jason Brower -- Bruno Rocha [http://rochacbruno.com.br]

[web2py] Migrations not working on Postgres

2012-05-27 Thread Jason Brower
ck )| inspect attributes How can I solve this? I think it has something to do with the new table I needed to create, but I though most migrations where handle seamlessly. --- BR, Jason Brower

[web2py] Trying to autocreate users but having trouble...

2012-05-29 Thread Jason Brower
: |db6ff6dd097fb1d804eabc2b8ecb0d6a|None| Which isn't correct. What am I doing wrong? BR, Jason Brower

Re: [web2py] cool new wysiwyg editor

2012-05-29 Thread Jason Brower
Hardy Har Very true. BR, Jason On 05/29/2012 05:29 AM, Massimo Di Pierro wrote: On Monday, 28 May 2012 17:51:02 UTC-5, Vasile Ermicioi wrote: and no font name, font size That's a plus. It should he handled by css. I will wait a few releases until they will conquer the world

Re: [web2py] Re: Trying to autocreate users but having trouble...

2012-05-29 Thread Jason Brower
Woot. That did it! Thanks! And I never know when to use them or not when moving to a new line. :) BR, Jason Brower On 05/29/2012 04:28 PM, Anthony wrote: db.auth_user.insert(password=db.auth_user.password.validate(password), Validators (including the password CRYPT

Re: [web2py] Web2py and XMPP

2012-05-29 Thread Jason Brower
Your going to need a service running to recording any incoming messages. But this is most likely a good start. http://xmpppy.sourceforge.net/ I have done similar with other technologies. BR, Jason On 05/30/2012 01:49 AM, Román Torres wrote: Hi everybody. Im on a big project, and now I need to

Re: [web2py] Web2py and XMPP

2012-05-30 Thread Jason Brower
When you get to that point I would ping the list again. Good luck! BR, Jason Brower On 05/30/2012 12:07 PM, Román Torres wrote: Thanks for the answer! I think that it is going to be so useful to me. But I have a doubt... How I create my own server? I mean... The people dont have to regist

Re: [web2py] Web2py and XMPP

2012-05-30 Thread Jason Brower
I suppose if your boss said you need to do this project with jabber, but a simple chatting server could be done without xmpp at all. So, what is it you really are trying to do and go from there. BR, Jason On 05/30/2012 12:07 PM, Román Torres wrote: Thanks for the answer! I think that it is goi

[web2py] Thinking of building a bug tracker...

2012-05-31 Thread Jason Brower
I have noticed one other tracker in web2py, but I couldn't demo it. Besides that it is cloning, and I wonder if I could just start from scratch with a few features. One in particular is integrating with web2py a bit. For example, seeing tickets for a particular app and binding the ticket to a n

Re: [web2py] cool new wysiwyg editor

2012-05-31 Thread Jason Brower
He just changed it. I have the one with the other license so I guess I will use that for now. I worry he changed it cause I twitted about it. :( And no it's not too expensive. BR, Jason Brower On 05/31/2012 05:57 AM, Anthony wrote: On Wednesday, May 30, 2012 5:16:56 PM UTC-4, Vasile Erm

Re: [web2py] cool new wysiwyg editor

2012-05-31 Thread Jason Brower
Interesting that I didn't see it somehow. Actually, I say the gpl, mit license. On 05/31/2012 05:57 AM, Anthony wrote: On Wednesday, May 30, 2012 5:16:56 PM UTC-4, Vasile Ermicioi wrote: about redactorjs http://redactorjs.com/download/ You are *f

Re: [web2py] cool new wysiwyg editor

2012-05-31 Thread Jason Brower
Oh, and it's compatible with refrigerators. :P Says it right in the front page. :O On 05/31/2012 05:57 AM, Anthony wrote: On Wednesday, May 30, 2012 5:16:56 PM UTC-4, Vasile Ermicioi wrote: about redactorjs http://redactorjs.com/download/ You are *

Re: [web2py] Thinking of building a bug tracker...

2012-05-31 Thread Jason Brower
to avoid the requirement. BR, Jason Brower On 05/31/2012 05:32 PM, Bruce Wade wrote: I second this idea and would be interested in helping. However I want to get git integration more then HG :D Thinking we should also have a feature request built into this, because the CEO constantly asks for

[web2py] What do you think of this service? Pagodabox

2012-05-31 Thread Jason Brower
, Jason Brower

[web2py] Data in database as translated...

2012-06-01 Thread Jason Brower
I have some states of an row in the database. read and unread There will be more states later. To do the translations I made this in the the template {{=T("read")}} {{=T("unread")}} {{=T("message.state")}} Do you see a better way for something like this to happen? BR, Jason Brower

[web2py] "Add a user" only showing logged in user.

2012-06-03 Thread Jason Brower
do this without a manual form? BR, Jason Brower

[web2py] Fwd: "Add a user" only showing logged in user.

2012-06-03 Thread Jason Brower
Shizzle, ok, dumb typo on my part. Works fine now. BR, Jason Original Message Subject:"Add a user" only showing logged in user. Date: Mon, 04 Jun 2012 06:35:06 +0300 From: Jason Brower To: web2py@googlegroups.com I have been trying to add a user

Re: [web2py] translation from php to python

2012-06-05 Thread Jason Brower
Try using this... http://docs.python.org/library/md5.html What that like is doing is making an md5 sum of all those strings together to make a special unique key. Where that is used I have no idea. BR, Jason Brower On 06/05/2012 03:46 PM, Hassan Alnatour wrote: Dear ALL , i need help in

[web2py] We should add mariaDB to the list of functioning databases

2012-06-06 Thread Jason Brower
aDB a chance. BR, Jason Brower

Re: [web2py] Fluxflex will be shut down and no longer available on June 30, 2012

2012-06-06 Thread Jason Brower
On 06/06/2012 08:35 PM, Andrew wrote: So where do we go now? I know the owners of Pagodabox. They are looking to support python, and I think web2py should be involved. :) BR, Jason

Re: [web2py] Re: A Web2py CMS like Joomla ?

2012-06-12 Thread Jason Brower
There are also big drawbacks to these cms's for example the sucurity flaws in Joomla are out of this world. Same with drupal, so many plugins, add-ons and other what not with wholes in them it's sometimes very hard to keep up with the issues. I work on drupal based sites all the time and run in

Re: [web2py] Is web2py the right tool for a report project?

2012-06-13 Thread Jason Brower
I think web2py would do this very well. I come from experience in jasper reports. --- Jason On 06/13/2012 11:15 PM, thinkwell wrote: I'm rewriting a python report script that processes CSV files and emails the reports on a monthly basis (triggered from system cron). My python script basically

Re: [web2py] how to install web2py and deploy web2py application in ubuntu server?

2012-06-14 Thread Jason Brower
o it manually, where as the script I showed you installs postgresql. From web2py, most things are going to be identical to postgres so your not going to notice much of a difference in my opinion. :) Help that explains things for you. BR, Jason Brower On 06/15/2012 06:07 AM, Amit wrote: Thanks

Re: [web2py] how to install web2py and deploy web2py application in ubuntu server?

2012-06-14 Thread Jason Brower
de on your local machine? BR, Jason Brower On 06/15/2012 07:15 AM, pbreit wrote: Both MySQL and Postgres are fine. Use whichever you or anyone on your team has experience with and/or is comfortable with. The Rocket web server that comes with Web2py is great for development but most or all peopl

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

2012-06-16 Thread Jason Brower
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 fix to the dropdown menus to get them to work with bootstrap. Another change was made to revert b

Re: [web2py] Forms - MVC model

2012-06-27 Thread Jason Brower
On 06/27/2012 07:30 PM, Jonathan Lundell wrote: On Jun 27, 2012, at 4:08 AM, Pedro Casalinho wrote: This may be a dumb question but, should forms be created in controllers and passed to the view or should they be created in the view, taking into consideration the MVC model MVC is a pretty

Re: [web2py] Webservice to upload files

2012-06-27 Thread Jason Brower
Sure. Easy. Make your model that will hold the files. Create pages that handle the uploading of files. Create pages to handle the downloading of files. The hard part is in the details, for example, what features do you want to have. Which is really something web2py can do be I think you should

[web2py] Change password without the link...

2012-07-04 Thread Jason Brower
Is there a way that the user can change their password from the default features of auth without getting an email with the link? It seems the only way is the link to get an email with a link to change the password. BR, Jason Brower

Re: [web2py] When does translation take place.

2012-07-05 Thread Jason Brower
Don't know all the details. But it's best to leave logical things outside of the translations. Otherwise you end up destroying your app when someone does the translation change. The translations can happen anywhere. They are executed as soon as you run them. So T('test') = test it is a string

Re: [web2py] html5 background video script

2012-07-05 Thread Jason Brower
There are usually javascript plugins that you can have handle any function you like when the video ends... Never used this but a quick google lead me to here... http://jplayer.org/latest/developer-guide/#jPlayer-events Notice it has event handling for when the video has ended. BR, Jason On 07/05

Re: [web2py] Re: Has anyone done a detailed security analysis or attempted a methodical attack on web2py?

2012-07-09 Thread Jason Brower
I know a few of these guys, and they relly seem to know their stuff. Let's see if they take the bait. :) They know python and webservices very well. BR, Jason Brower On 07/10/2012 01:24 AM, Massimo Di Pierro wrote: No but I am willing to pay to get it done. On Monday, 9 July 2012 10:

Re: [web2py] Any jquery gurus out there?

2012-07-10 Thread Jason Brower
What is it that isn't working in IE? On 07/11/2012 01:54 AM, RKS wrote: I know this is probably not the right place to ask, but I am using w2p and post here pretty frequently so I figured what the heck. I'm also in a rush and not finding out what I need on stackoverflow. I have some jquery an

[web2py] Interesting thing on the book website...

2012-07-10 Thread Jason Brower
When I search for || It stops at the first | and crashes my browser. Are you guys getting this too? BR, Jason

[web2py] REQUEST: Flag if database changes

2012-07-11 Thread Jason Brower
I wonder if the following would be good: A flag would be marked True if there has been an auto-migration. Then you could check if a change has happened and fix items in your database, but not need to search every time a page is run. For example, if there are items that have a None and now need to

[web2py] How "experimental" is postgis?

2013-01-17 Thread Jason Brower
I am hoping to use it in an upcoming application.  Does anyone here have issues with this that still need to be resolved? BR, Jason --

[web2py] Logging in with applications.

2013-01-18 Thread Jason Brower
I want to allow external devices, like phones, to login to my web2py. My current app runs with only JSON calls is there a way to make the login occure with JSON? BR, Jason --

Re: [web2py] Do we have to have first_name in auth tables?

2013-01-18 Thread Jason Brower
https://groups.google.com/d/topic/web2py/D8VewP3g-R0 On Wed, Jan 2, 2013 at 5:52 AM, encompass wrote: I am getting an error when trying to view the database in the admin AttributeError: 'Row' object has no attribute 'first_name' How would I get around this as the database admin is pr

[web2py] Coding of the future?

2013-01-31 Thread Jason Brower
Interesting that we have coding tools built into our framework. http://www.webdesignerdepot.com/2013/01/web-ides-the-future-of-coding/ BR, Jason Brower -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this

[web2py] Updating data in auth.user.(data)

2013-02-03 Thread Jason Brower
When I change data in auth_user.first_name for example that data doesn't change in the auth.user.first_name. In otherwords, it seems that when I make a change to a users settings in the database that information is not updated in auth.user. Is this the correct behavior? BR, Jason B

[web2py] Rendering to SVG...

2012-10-21 Thread Jason Brower
Had a fun idea. I would create pdf templates in svg format using inkscape and it's magic. Then when the template is rendered using the render() method, I would using inscape from command line to convert the page to PDF. Fun right? Any problems you see in this? BR, Jason Brower --

[web2py] I have a generated pdf file I want to return to the view...

2012-10-22 Thread Jason Brower
n job.) BR, Jason Brower --

[web2py] How do I include text from a file in static in my email templates?

2012-11-16 Thread Jason Brower
'),ajax=False)}} But this doesn't work as I can't use js in email messages. BR, Jason Brower --

[web2py] How do I handle more than 32768 characters in the database?

2012-11-16 Thread Jason Brower
he CSS would be cool too.) BR, Jason Brower --

[web2py] Sending and Recieving JSON data...

2012-11-17 Thread Jason Brower
, Jason Brower --

Re: [web2py] Sending and Recieving JSON data...

2012-11-18 Thread Jason Brower
On Sunday, November 18, 2012 7:48:02 AM UTC+2, Marin Pranjić wrote: JSONRPC should be used if you want to implement RPC service but if you only need to send json data, you can do it that way or another. How would you send the data? Something that works in the

[web2py] custom forms can be annoying/confusing...

2012-12-18 Thread Jason Brower
eird to be formating in the model if we can put it in the view instead. I have this as my code in normal HTML5: Send me the results! BR, Jason Brower (the confused.) --

Re: [web2py] Added Conditional Validation in the Model...

2012-12-30 Thread Jason Brower
I'll take number 2. :) Looks much cleaner to me!  I new about number 1 but was hoping to see something that sat in the model.  Thanks. BR, Jason Brower On Sun, Dec 30, 2012 at 8:16 AM, Bruno Rocha wrote:  can see two options. 1. Use form validation: def check_user(form):    

Re: [web2py] Added Conditional Validation in the Model...

2012-12-30 Thread Jason Brower
However.  I just tried it and was told it can't be done. OperationalError: Cannot add a UNIQUE column Error snapshot help (Cannot add a UNIQUE column) Bummer. BR, Jason Brower On Sun, Dec 30, 2012 at 8:16 AM, Bruno Rocha wrote:  can see two options. 1. Use form validation: def check

[web2py] Confused as I thought this would crash...

2011-09-23 Thread Jason Brower
r.nickname print item.users_tags.event.name Is this some new feature or is it like django where it is lazy and creates another query from that line. BR, Jason Brower

Re: [web2py] dynamic session variables

2011-01-31 Thread Jason Brower
You can do that. At the top of the default.py or what ever you are using, place something like... session.pages[request.page] = True or how ever you want to do it. Just make sure because it is a dictionary that you blank it or initialize it befor asigning anything to it. - Original message

Re: [web2py] drop support for python 2.4?

2011-02-05 Thread Jason Brower
Similar with me as well. Dreamhost comes with 2.4 and 2.5 is what I installed to work with my existing code. BR, Jason Brower On 02/05/2011 08:15 AM, Martin Weissenboeck wrote: Me too. Martin 2011/2/5 Kenneth Lundström <mailto:kenneth.t.lundst...@gmail.com>> I´m using CentOS

Re: [web2py] web2py working on my iPad! :vD

2011-02-06 Thread Jason Brower
It is always fun to get web2py running on a small environment like a phone or tablet. Congrats, Jason Brower On 02/05/2011 07:39 AM, kgingeri wrote: I have renewed interest in using web2py for simple Google gadgets and CRUD updates to a web database, and in exploring it, wondered if I could

Re: [web2py] Why do we do what we do?

2011-02-06 Thread Jason Brower
Very good. I hope to think about these things with my business and rebuild the way we are working. On 02/06/2011 07:02 PM, Massimo Di Pierro wrote: http://www.thersa.org/events/vision/animate/rsa-animate-drive

Re: [web2py] Re: GSoC

2011-02-16 Thread Jason Brower
Some ideas: Mangodb support Improved wizard tool Improved plugin_wiki statistics engine - Original message - > We need proposals. What do we want to be done? > > On Feb 16, 2:57 pm, Tim Michelsen wrote: > > Hello, > > is web2py considering to mentor for this year? > > > > http://code.go

Re: [web2py] Re: GSoC

2011-02-16 Thread Jason Brower
Local editor integration and permenent admin settings for that and other features. - Original message - > We need proposals. What do we want to be done? > > On Feb 16, 2:57 pm, Tim Michelsen wrote: > > Hello, > > is web2py considering to mentor for this year? > > > > http://code.google

[web2py] GSOC who is in charge and how should we proceed?

2011-02-19 Thread Jason Brower
s would be important, or updates to the installation and administration features. Don't get me wrong, every feature mentioned here on the GSOC thread is great, I just think we need to focus on the framework if we are to be accepted for Google summer of code. --- Best regards, Jason Brower

Re: [web2py] Re: GSOC who is in charge and how should we proceed?

2011-02-20 Thread Jason Brower
On 02/20/2011 06:04 PM, Massimo Di Pierro wrote: I cannot work on this for another week. After that I am all for it and I will send my comments about the proposed goals. Some are interesting. I do not think voting is a good idea since feasibility is also important. I totally agree. A team of co

Re: [web2py] Re: GSOC who is in charge and how should we proceed?

2011-02-20 Thread Jason Brower
On 02/20/2011 12:25 PM, Tim Michelsen wrote: I am very excited for GSOC as I was an achiever back in 2009. It changed my career forever. http://www.google-melange.com/document/show/gsoc_program/google/gsoc2011/timeline We need get our applications in very soon so let's get cracking! Who is in ch

[web2py] How do I do complex validation?

2011-03-05 Thread Jason Brower
erestID3/appadmin/select/db?orderby=user_role.checked_in> and I want to make sure that there is no user_id and conference_id duplicatants. --- Best Regards, Jason Brower

Re: [web2py] Re: Proposals for New Tagline

2011-03-17 Thread Jason Brower
It's nice to see people are getting my point of the tag-line. To me it's simple to the point and brings all goals of the product together in a few words. So many things, to many to tag line, are made for our productivity. It scratches more itches in web development than others. BR, Jason On 03

Re: [web2py] Re: We really should have something similar to DjDT in Web2py

2011-03-18 Thread Jason Brower
Yup. Found out about it at my new job where I am programming in Django. BR, Jason Brower On 03/18/2011 05:01 PM, Ross Peoples wrote: That would be pretty cool. You sometimes have to jump through a few hoops to see all the variables and SQL code.

[web2py] Found an app running on facebook with web2py.

2011-03-27 Thread Jason Brower
I don't use facebook, but he mentioned it runs on web2py I wanted to post the link to it here. http://mytop10gift.appspot.com/ BR, Jason Brower

[web2py] Issues with python in the menu.py

2011-04-03 Thread Jason Brower
m code is not executed but taken as an "almost literal string". Must be something simple I am missing. --- Best Regards, Jason Brower <>

Re: [web2py] Issues with python in the menu.py

2011-04-03 Thread Jason Brower
On 04/03/2011 02:36 PM, Kenneth Lundström wrote: On 3.4.2011 14:03, Jason Brower wrote: So I have been playing with the idea of having some dynamic menus and I am a bit stuck... If a user is logged in and has created a conference then they should see an extra menu item with all of the

Re: [web2py] Re: Issues with python in the menu.py

2011-04-03 Thread Jason Brower
ts... feels like lisp!!! Thanks, that didn't. Once again, it was just a little python hickup from me. :D Your solution did the trick. --- Best Regards, Jason Brower

[web2py] Making my own decorator...

2011-04-03 Thread Jason Brower
I am making my first decorator and I want to make sure I do it right... def is_in_conference(): if not session.current_conference: redirect(URL('default', 'index')) @is_in_conference() def index(): """ INFO: This page takes all the various things of the conference on to one p

Re: [web2py] Re: Making my own decorator...

2011-04-03 Thread Jason Brower
nference() def index(): """ INFO: This page takes all the various things of the conference on to one page. """ return dict() On Apr 3, 1:20 pm, Jason Brower wrote: I am making my first decorator and I want to make sure I do it right... def is_in_con

[web2py] Session lost in decorator....

2011-04-06 Thread Jason Brower
I think the session is lost in the decorator Here is my controller called "conference.py" def enter_conference(): ''' INFO:This page is for changing your session to match a particular conference that a user may be attending or managing. ''' print "enter_conference" i

Re: [web2py] Re: Session lost in decorator....

2011-04-06 Thread Jason Brower
7;'' def g(f=f): if not session.current_conference: redirect(URL('default', 'index')) return g On Apr 6, 12:18 pm, Jason Brower wrote: I think the session is lost in the decorator Here is my controller called "conference.py" d

[web2py] MARKMIN() not working...

2011-04-08 Thread Jason Brower
It seems when I do the following: {{=MARKMIN(page.content)}} It ignores it and simply prints the text. Is there something I am doing wrong? Best Regards, Jason Brower

Re: [web2py] Re: Change IPython to BPython in shell mode

2011-04-08 Thread Jason Brower
+1 BPython kicks some seriouls python console! BR, Jason On 04/08/2011 08:50 PM, Bruno Rocha wrote: I Dont know if I am talking about the same thing. When using web2py shell form console, if IPython is installed web2py shell runs in IPython interactive console. I wqas wondering about change i

[web2py] MARKMIN() not working...

2011-04-09 Thread Jason Brower
On 04/08/2011 08:36 PM, Jason Brower wrote: It seems when I do the following: {{=MARKMIN(page.content)}} It ignores it and simply prints the text. Is there something I am doing wrong? Best Regards, Jason Brower Bump... this problem may be a bug in the system and wanted to see if anyone else

Re: [web2py] MARKMIN() not working...

2011-04-09 Thread Jason Brower
Yeah those work. After looking at what I had typed for markmin I noticed that: ** not bold** and **bold** are different. The space after the ** doesn't let it be bold. If this was intentional, I am all for it, but it could be a bug. BR, Jason Brower On 04/09/2011 09:53 PM, Bruno Rocha

Re: [web2py] Re: Help rate this logo I designed.

2011-04-10 Thread Jason Brower
er or just the logo itself, your option. Just my two cents. BR, Jason Brower On 04/10/2011 02:45 AM, b00m_chef wrote: A little off-topic isn't this? Wouldn't you benefit more from getting feedback from http://www.reddit.com/r/graphic_design or ARS Technica? On Apr 9, 2:48 pm, Pysta

Re: [web2py] Performance Considerations

2011-04-12 Thread Jason Brower
On 04/12/2011 08:52 PM, Ross Peoples wrote: I've been developing my application for 6 weeks now and I stay updated with the trunk version of web2py. I know that Massimo, Johnathan, and others have been working to increase performance of web2py, but I had to make a Django app for someone that wa

Re: [web2py] Performance Considerations

2011-04-12 Thread Jason Brower
ooohhh, nice! On 04/12/2011 09:31 PM, Anthony wrote: On Tuesday, April 12, 2011 2:14:30 PM UTC-4, encompass wrote: I wish there was a way to make a query that could be read easily by all users. And it updates at a rate I can set in my default.py or something similar. :D T

[web2py] I think I need to make a join on a many to many... getting complicated for me...

2011-04-13 Thread Jason Brower
Field('conference', 'integer'), Field('tag', 'integer')) # Any help with this would be very appreciated as this is still way over my head. --- Best Regards, Jason Brower

Re: [web2py] Re: I think I need to make a join on a many to many... getting complicated for me...

2011-04-13 Thread Jason Brower
hatispart of an expression And I sadly have no idea what that is. Could you perhaps explain what each line does for me in this query? I am very curious how this all works. BR, Jason Brower On 04/14/2011 01:56 AM, howesc wrote: untested but... If i where to write raw SQL, i think this is what

Re: [web2py] web2py as the best choice for newstarters in web frameworks

2011-04-13 Thread Jason Brower
It's great to see you using web2py! I am also working to make web2py a popular tool in the small and medium business markets. And it is serving me well here in Finland. --- Good Luck! Jason On 04/14/2011 01:47 AM, Todor Todorov wrote: I am running a small IT company in Bulgaria. We are not sof

Re: [web2py] Re: I think I need to make a join on a many to many... getting complicated for me...

2011-04-14 Thread Jason Brower
On 04/14/2011 08:46 AM, ron_m wrote: The _select is a nested select - the one in the second half of the WHERE clause that Christian wrote out for the SQL equivalent. But the _select needs to return exactly one column, try changing _select() to _select(db.user_tags.tag) There is some discussi

Re: [web2py] Re: I think I need to make a join on a many to many... getting complicated for me...

2011-04-14 Thread Jason Brower
er.id) instead of (db.users_tags.user != auth.user.id On Apr 14, 12:05 pm, Jason Brower wrote: On 04/14/2011 08:46 AM, ron_m wrote:> The _select is a nested select - the one in the second half of the WHERE clause that Christian wrote out for the SQL equivalent. But the _select needs to return

Re: [web2py] Re: I think I need to make a join on a many to many... getting complicated for me...

2011-04-14 Thread Jason Brower
I still can't get the user's information out of this query. How would I do that? BR, Jason On 04/15/2011 06:22 AM, Jason Brower wrote: Actually I think the correct way is (db.users_tags.user != auth.user.id Because I want all possible users but me. I am still learning this, b

[web2py] DB may not be updating fast enough...

2011-04-16 Thread Jason Brower
When I do certain forms that jump back to a page listing all the items in that database, it doesn't include the new item I just added with that form unless I refresh the page. How do I fix such an issue? --- Best Regards, Jason Brower

Re: [web2py] Re: DB may not be updating fast enough...

2011-04-17 Thread Jason Brower
On 04/17/2011 12:31 AM, Plumo wrote: on that page are you querying for the items before handling the form submission? Shoot yeah... I should have seen that one! Thanks guys! BR, Jason

[web2py] Customizing auth in some interesting ways:

2011-04-23 Thread Jason Brower
see where this was easily possible. For example I don't understand how to make my own auth form and response on any other page by the default one. BR, Jason Brower

Re: [web2py] Re: Customizing auth in some interesting ways:

2011-04-24 Thread Jason Brower
t; If I take out the =auth.register it will work... WEIRD!!! Any ideas into the problem? --- Best Regards, Jason Brower

[web2py] Menus in the model don't update at the right time...

2011-04-27 Thread Jason Brower
It's a bummer, but I currently have to refresh the page after adding an item to the menus with a database insert. Is there any way I can have the menu's refresh manually before any page rendered? I have many controllers, and it would be weird to put the command into each one. That and I always

[web2py] How to best create unique strings in python...

2011-04-29 Thread Jason Brower
7 or http://iid.me/9F4d one would be for validating the ticket, the other would be for various perposed depending on who uses it. Best Regards, Jason Brower

Re: [web2py] Re: How to best create unique strings in python...

2011-04-29 Thread Jason Brower
ter in xrange(8)) ugYaozlO Obviously since the "sample" is so small there is a (rather large) probability that you could get dupes, I'd suggest you increase the length of your string in any case. Cheers. julio On Apr 29, 8:29 am, Jason Brower wrote: I want to make a uni

Re: [web2py] really nice interview on hackerpublicradio about web2py

2011-05-01 Thread Jason Brower
On 05/01/2011 07:18 AM, Massimo Di Pierro wrote: http://hackerpublicradio.org/eps/hpr0711.mp3 OH NICE!!! Very good! BR, Jason Brower

[web2py] Run a method when ever logout is reached.

2011-05-01 Thread Jason Brower
authenticated session. BR, Jason Brower

Re: [web2py] Re: Markmin + Markitup

2011-05-02 Thread Jason Brower
Kind of highjacking this. But is there a way to use this in my app that uses markmin but I don't have the plugin wiki? BR, Jason Brower On 05/02/2011 02:20 AM, Massimo Di Pierro wrote: p.s. you need the markiup js that comes with plugin_wiki because the official one does not support ma

Re: [web2py] Skytoop : a web desktop like, created with Web2Py on server side

2011-05-02 Thread Jason Brower
-application.html :D Great work! BR, Jason Brower

[web2py] markitup in web2py...

2011-05-02 Thread Jason Brower
I have markitup jquery library working well in web2py except for the markmin syntax is not there. Does someone have the set to make that happen? It should be submitted to the markitup guys at it would help popularize web2py. (At least it won't hurt it. :D) Best Regards, Jason Brower

[web2py] Customising the menu with specific classes...

2011-05-02 Thread Jason Brower
this, but I am not very good at backward compatibility. :D --- Best Regards, Jason Brower

Re: [web2py] Re: Customising the menu with specific classes...

2011-05-03 Thread Jason Brower
h of content in my menu and miss aligning it... like this... Any ideas what I am doing wrong here. BR, Jason Brower On 05/03/2011 06:23 AM, Massimo Di Pierro wrote: In response.menu=[item1,item2,] instead of item1=[label,False,link] use item1=[A(label,_href=link,_class='...'

Re: [web2py] Re: Confusion using experts4solutions

2011-05-05 Thread Jason Brower
I too have been contacted through it. No money yet, but I do get contacts. On 05/03/2011 09:39 PM, Massimo Di Pierro wrote: I did not know Ross (or I did not remember). That means there are even more people doing experts4solution work than I thought. Massimo On May 3, 12:39 pm, Ross Peoples w

<    2   3   4   5   6   7   8   >