[web2py] Somewhere between 1.97 and 2.0.8 I lost translations.

2012-09-11 Thread Jason Brower
It seems that our production system stoped serving translated versions of our website. Even when our browsers are on the correct settings it doesn't switch to our Finnish translations. Any way I could resolve this? Something you need to know? BR, Jason http://interestid.com --

[web2py] Doing larger translations...

2012-08-27 Thread Jason Brower
I am wanting to create large amounts of content that needs to be translated. Is the Lazy T() way the best for this? Whole pages of text will need to be translated. BR, Jason Brower --

Re: [web2py] Web2py expert needed for start-up

2012-07-17 Thread Jason Brower
available on skype or through this email. Best regards, Jason Brower On 07/17/2012 02:23 AM, Pepe C wrote: Hi, We have a set of applications on web2py and we are looking for an expert that can help us to operate and develop them. This is a long-term role taking ~10 hours a week, although we do

Re: [web2py] solicitation for help with public health project for lip reading

2012-07-16 Thread Jason Brower
Sounds fun! Let's talk more about it. skype:super-jason or just use my email... On 07/16/2012 01:23 AM, web-dev-m wrote: I am working on many projects, and I figured I would ask for help on here to see if anyone wants to help with this. We are currently working on a project to help hearing

[web2py] Sending an email on CRUD complete...

2012-07-12 Thread Jason Brower
I am reading in the book: crud.settings.create_onvalidation = StorageList() But I just don't get it. I wanted to send an email when the form submits successfully, and I have created a method for that. send_email(to_email, subject, message) How would I do this? BR, Jason Brower

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

2012-07-11 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
to have a default value from a list. db.foo.bar.requires = IS_IN_SET([1,2,3,4]) This would make an new field have None for all existing records. That's not good, I would like: if db.foo.bar.feild_changed: #run my script pass BR, Jason

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

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:48:39

Re: [web2py] When does translation take place.

2012-07-05 Thread Jason Brower
it is a string. BR, Jason On 07/05/2012 12:23 PM, Annet wrote: Some of my menus are generated using tables containing fields being True of False. The problem is that the table fields are in English and the menu items should be translated. I wonder whether translation happens before any comparisons being made

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

[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] Forms - MVC model

2012-06-27 Thread Jason Brower
to nag about it, but your declaring a type of field in the model. Sometimes you have to make your own type of field. If you create your field types correctly in the model, then web2py knows what to do when creating the view. :) That's one thing about Web2py I go giddy over. :) BR, Jason --

Re: [web2py] Webservice to upload files

2012-06-27 Thread Jason Brower
give it a shot first. BR, Jason On 06/27/2012 02:10 PM, Adriano Almeida wrote: Hello Gentleman Is this possible to create a webservice with web2py to upload files (ex:pictures)? How could this be done if I want to have some security (password verification) on it? I would like to integrate

[web2py] Python 3 is catching up to us...

2012-06-20 Thread Jason (spot) Brower
Not a big deal still at this point but wanted to point out: http://www.noobslab.com/2012/06/ubuntu-1210-quantal-quetzal-alpha-1-is.html Python 2 will not be in Ubuntu by default anymore. BR, Jason --

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

2012-06-17 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

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

2012-06-14 Thread Jason (spot) Brower
likely what we would tell you in email by typing this... cd scripts gedit setup-web2py-ubuntu.sh BR, Jason Brower On Thu, Jun 14, 2012 at 1:41 PM, Amit amit.khaw...@gmail.com wrote: I am new bee in web2py development so can anyone share me whole procedure of how to install web2py in ubuntu machine

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

2012-06-14 Thread Jason Brower
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 Jason for providing

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

2012-06-14 Thread Jason Brower
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 people use

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

Re: [web2py] web2py book now free in PDF

2012-06-12 Thread Jason (spot) Brower
Thank you. It will be a great reference while I am not online. On Tue, Jun 12, 2012 at 7:58 PM, Richard Vézina ml.richard.vez...@gmail.com wrote: Thanks! Richard On Tue, Jun 12, 2012 at 12:49 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: I still want exclusive right to sell

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

2012-06-12 Thread Jason Brower
, but due just a little bit of theme editing and your swimming in deep directories trying to and trying to place content much more than you would in web2py. At my work, which accepts most projects very easily, turn away from Joomla. It's not a tool we want to use, ever. My 2 cents, Jason On 06

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

2012-06-06 Thread Jason Brower
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] 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

Re: [web2py] Re: w2p_tvseries: a new web2py app

2012-06-04 Thread Jason (spot) Brower
Intense man. Never needed a tool like that, but I know many that would find it very useful! On Mon, Jun 4, 2012 at 6:33 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: :-) On Sunday, 3 June 2012 21:14:10 UTC-5, Niphlod wrote: whoa, you're right did I mention I'm not a web

[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 encomp...@gmail.com To: web2py@googlegroups.com I have been trying to add

[web2py] Data in database as translated...

2012-06-02 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

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

2012-06-01 Thread Jason (spot) Brower
Perhaps a bug tracker like this should give access to outsiders so that they can be aware of the situations. This could be done with some role management. BR, Jason On Fri, Jun 1, 2012 at 6:25 AM, Cliff Kachinske cjk...@gmail.com wrote: +1 for git. It seems so much simpler. On Thursday

Re: [web2py] pyfilesystem support (store uploads in S3)

2012-06-01 Thread Jason (spot) Brower
Sounds fun! On Thu, May 31, 2012 at 8:56 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Here is an example: easy_install pyfilesystem import fs.s3fs myfs = fs.s3fs.S3FS(bucket, prefix, aws_access_ke, aws_secret_key) db.define_table('test',Field('file','upload',uploadfs =

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

2012-06-01 Thread Jason (spot) Brower
issue tracker I know of... I am looking at itracker now Thanks. :) On Fri, Jun 1, 2012 at 10:31 AM, stefaan stefaan.hi...@gmail.com wrote: I have noticed one other tracker in web2py, but I couldn't demo it. Have you seen these? http://code.google.com/p/web2py-issuetracker/

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

2012-05-31 Thread Jason Brower
. Other things that might be nice is integration with reported issues from customers/users. It would provide a bug reporting interface that is access from clicking on the ticket when not connected locally accessing it. BR, Jason

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 Ermicioi

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/ http://redactorjs.com/download/ You are

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/ 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

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

2012-05-31 Thread Jason Brower
, Jason Brower

Re: [web2py] Web2py and XMPP

2012-05-30 Thread Jason Brower
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 register

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

[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

[web2py] Migrations not working on Postgres

2012-05-27 Thread Jason Brower
to do with the new table I needed to create, but I though most migrations where handle seamlessly. --- BR, Jason Brower

Re: [web2py] Development Environments vs Live Environment

2012-05-25 Thread Jason Brower
PM, Jason Brower encomp...@gmail.com 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]

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

2012-05-24 Thread Jason Brower
: 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 = drivers.get('pg8000') should

[web2py] Development Environments vs Live Environment

2012-05-23 Thread Jason Brower
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

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

2012-05-23 Thread Jason Brower
locally on an amazon system running ubuntu. I created the postres user and it seems to be open and connectable. I have also created the database postgres. Any ideas why it wouldn't work? BR, Jason Brower

Re: [web2py] Development Environments vs Live Environment

2012-05-23 Thread Jason Brower
:18 AM UTC-4, rochacbruno wrote: if request.is_local(): con = sqlite://. else: con = postgres://... db = DAL(con) On Wed, May 23, 2012 at 12:06 PM, Jason Brower encomp...@gmail.com mailto:encomp...@gmail.com wrote: Locally I only want to use SQLite

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

2012-05-23 Thread Jason Brower
And I just noticed 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 = drivers.get('pg8000') should

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

2012-05-23 Thread Jason Brower
.import_from_csv_file(open('/home/www-data/web2py/applications/welcome/uploads/file.csv','rb')) File/home/www-data/web2py/gluon/dal.py,line6446,inimport_from_csv_file raiseSyntaxError,'invalid file format' SyntaxError:invalid file format I opened the file and it seems to look ok. Ends with END :) BR, Jason

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

2012-05-23 Thread Jason Brower
Would having an empty table raise this error? On 05/23/2012 08:14 PM, pbreit wrote: Apparently choking on this line: elif not line.startswith('TABLE ') or not line[6:] in self.tables: raise SyntaxError, 'invalid file format' Does your file look OK when taking

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

2012-05-23 Thread Jason Brower
idea how to connect to it. I am currently researching the ph_hba.conf file now to see if I can solve it myself. BR, Jason On 05/24/2012 12:54 AM, pbreit wrote: It might. Can you try with an empty DB? On Wednesday, May 23, 2012 10:50:48 AM UTC-7, encompass wrote: Would having an empty table

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

2012-05-23 Thread Jason Brower
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 might. Can you try with an empty DB? On Wednesday, May 23, 2012 10:50:48 AM UTC-7, encompass wrote: Would

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

2012-05-23 Thread Jason Brower
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 might. Can you

[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 atornearuser LINE4:user INTEGER REFERENCES auth_user(id)ON DELETE CASCADE, When web2py tries creating it's mode

Re: [web2py] Error on importing twisted

2012-05-22 Thread Jason Brower
I wonder if reactor is a reserved word in web2py. Could you try giving it a different namespace? from twisted import reactor as another_reactor On 05/23/2012 06:07 AM, Hugh Barker wrote: Hi, I need to run some code that uses the Twisted library from within web2py (listening to multicast

Re: [web2py] Routing stuff in apache instead of web2py

2012-05-21 Thread Jason Brower
How... How does it work? http://www.youtube.com/watch?v=xOrgLj9lOwk I haven't a clue how to check for that. :/ BR, Jason On 05/21/2012 04:05 PM, Jonathan Lundell wrote: On May 20, 2012, at 10:36 PM, Jason Brower wrote: A suppose it would be a little off topic, but I need it for my web2py

Re: [web2py] Routing stuff in apache instead of web2py

2012-05-21 Thread Jason Brower
Fantastic! I looked and on the dynamic parts it shows the powered by tag and on the other parts it doesn't so it clearly is using the other service, apache. Thanks! BR, Jason On 05/21/2012 08:04 PM, Anthony wrote: How to test? What I do is to use curl -I to look at the http

Re: [web2py] Re: 75€ BOUNTY - Massively Complicated Query Required

2012-05-20 Thread Jason Brower
It is not totally implemented or verified at this point. But so far it seems to be working. I will post the answer later along with a special module I also made that uses this method. I think you guys will like it. BR, Jason Brower On 05/18/2012 09:15 PM, Carlos Costa wrote: The answer

[web2py] Routing stuff in apache instead of web2py

2012-05-20 Thread Jason Brower
, Jason Brower

[web2py] Web2py.com is down. :(

2012-05-18 Thread Jason Brower
Darn. When I needed it most. :( BR, Jason

[web2py] Re: 75€ BOUNTY - Massively Complicated Query Required

2012-05-18 Thread Jason Brower
This bounty has, thankfully, been solved. Thank you to all those that have participated! It has saved me so much time! BR, Jason Brower On 05/17/2012 07:28 PM, Jason Brower wrote: I have the event management tool I have been working on for 2 years now and I have made some changes to the code

Re: [web2py] 75€ BOUNTY - Massively Complicated Query Required

2012-05-17 Thread Jason Brower
or other tag relations. Very powerful. br, Jason On 05/17/2012 08:32 PM, Marin Pranjic' wrote: I am not sure if I understand your model. Can you explain tag_link ? Marin On Thu, May 17, 2012 at 6:28 PM, Jason Brower encomp...@gmail.com mailto:encomp...@gmail.com wrote: I have the event

Re: [web2py] Re: 75€ BOUNTY - Massively Complicated Query Required

2012-05-17 Thread Jason Brower
For the third one this is to further show the relevance of a user because they are living near you, but they should be someone that at least has something in common with you. BR, Jason Brower On 05/17/2012 09:22 PM, Andrew wrote: If another user has a tag that UserA is looking

Re: [web2py] Re: 75€ BOUNTY - Massively Complicated Query Required

2012-05-17 Thread Jason Brower
are in the same city. Got it. Yes, that is correct. BR, Jason Brower

Re: [web2py] Re: 75€ BOUNTY - Massively Complicated Query Required

2012-05-17 Thread Jason Brower
The relevance columns are vital as I need to know how strong the relation is to UserA. It's used in a tag cloud module that I have built. BR, Jason On 05/17/2012 09:30 PM, Carlos Costa wrote: I found a way quite simple but It does not include the Relevance columns. 2012/5/17 Andrew awillima

Re: [web2py] 75€ BOUNTY - Massively Complicated Query Required

2012-05-17 Thread Jason Brower
Yes, it can be redundant. Ignore it if you like. BR, Jason On 05/17/2012 10:32 PM, Marin Pranjić wrote: and why both tag and tag_link have an event.id http://event.id field? is this redundant? On Thu, May 17, 2012 at 7:56 PM, Jason Brower encomp...@gmail.com mailto:encomp...@gmail.com wrote

Re: [web2py] web2py free cookbook raffle

2012-05-17 Thread Jason Brower
On 05/18/2012 06:41 AM, Massimo Di Pierro wrote: http://web2py.com/cookbook Woot, thanks!

[web2py] Custom form with default values...

2012-05-16 Thread Jason Brower
(): db.event_attender.attender.default = auth.user.id Best Regards, Jason Brower

[web2py] Sending files to a controller and nicedit in the view.

2012-05-10 Thread Jason Brower
. Is this correct? I think I can't do this with default settings as there is something stoping CSRF attacks, right? BR, Jason

[web2py] CRON tasks in Google App Engine

2012-04-20 Thread Jason (spot) Brower
I just wanted to confirm with you guys... According to this page there is a way to send emails in a que. http://web2py.com/books/default/chapter/29/8?search=cron Does this work in Google App Engine? BR, Jason

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

2011-09-23 Thread Jason Brower
or is it like django where it is lazy and creates another query from that line. BR, Jason Brower

[web2py] Is it safe to run to web2py instances on the same database?

2011-08-28 Thread Jason (spot) Brower
. --- Best Regards, Jason Brower

[web2py] Get rid of a label in web2py SQLFORM

2011-08-24 Thread Jason Brower
I have a label I want to get ride of but this doesn't work... Field('email', 'string', label=None), no this... Field('email', 'string', label=), Any other ideas? -- BR, Jason Brower

[web2py] No spaces... now that would be nice...

2011-08-17 Thread Jason Brower
There a quite a few templating features that are nice in django, {% spaceless %} p a href=foo/Foo/a /p {% endspaceless %} This is particular is vital for many sites where spaces are important. For example in a menu there are spaces that push items around and you can't do anything but remove

[web2py] Generic View is not loading...

2011-08-07 Thread Jason Brower
I just realised my generic view is not loading. I get: invalid view (default/events.html) When I get rid of events.html in the default folder. I do have the original generic.html but it still doesn't work. Any reasons why this would happen? BR, Jason Brower

[web2py] What is the best deployment method.

2011-08-05 Thread Jason Brower
it, why couldn't we do it. For example some kind of package verification on upload to make sure the package has come from the right place. Best Regards, Jason Brower

[web2py] Export PDF on GAE error: cannot import name HTMLMixin

2011-07-29 Thread Jason Poquioma
Hello, I have problem when I export a pdf in GAE, the mistake is ImportError: cannot import name HTMLMixin I'm using pyfpdf in localhost I have not that problem chek my application http://nubsolution.appspot.com/ user: direc...@fraymartin.edu.pe pass: upao2011 at the matricula/report thanks

Re: [web2py] Re: Remote Interfacing with Web2Py

2011-06-26 Thread Jason Brower
is awesome. --- Jason On 06/26/2011 08:32 PM, Massimo Di Pierro wrote: Please do not use exec_environment. Can you tell us more what kind of interface you need? What is the purpose? There are various way to interface and which one you use depend on the purpose: 1) web2py.py -S app -M -N -R

Re: [web2py] LessCSS -- really interesting CSS compiler

2011-06-26 Thread Jason Brower
and functions. Makes for very clean css if you build the css for each page. (But much harder work for us programmers.) BR, Jason On 06/25/2011 02:50 PM, Joe Barnhart wrote: http://lescss.org/ The crux of this js library is to preprocess your CSS files so you can use a few carefully-chosen

Re: [web2py] Bounties

2011-06-26 Thread Jason Brower
in an agile development way. that way the project can be declared done and the bounty can be closed by a modorater. But then, at this point 20% to the project 20% to the mod and 60% to the Hunter. I am willing to mod if we did something like this. :) BR, Jason There is of course nothing to stop

Re: [web2py] Re: experimental in trunk... common_fields and precints

2011-06-26 Thread Jason (spot) Brower
I just found this thread. This is an awesome feature I could see using a lot in the future. BR, Jason On Mon, Jun 27, 2011 at 12:09 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: correct On Jun 26, 4:05 pm, Chris S sanders.ch...@gmail.com wrote: So does that mean tables defined

[web2py] Concurrent connections and scalability on the cloud...

2011-06-23 Thread Jason Brower
this is something important when wanting to make a powerful deployment method for web2py. Best regards, Jason Brower

Re: [web2py] Re: 2 auth tables

2011-06-22 Thread Jason Brower
and reference to each when needed. Lots of work for counting. BR, Jason Brower On 06/22/2011 09:49 PM, pepe_eloy wrote: Thanks kasapo for your answer. Yes, I'm using decorators and groups. The matter is I have user id like 000x (sequential, is the same that id field) and I don't like to break

Re: [web2py] Re: Speed of rendering html data (10,000+ rows)

2011-06-21 Thread Jason Brower
Or print it. I have had to do massive amounts of data in html and pdf format. BR, Jason Brower On 06/21/2011 08:26 PM, Vineet wrote: @Sebastian, @pbreit, I understand what you mean to say. If I get you rightly, I should fetch only a limited no. of rows through pagination. It makes sense

[web2py] Oulu Open Hack Coming and looking for partners...

2011-06-16 Thread Jason Brower
If your in Oulu on the 23rd of September I am organizing and competing in Oulu Open Hack. I want to developer a few of my ideas in Web2py and we have 30 hours to do it. :D Anyone in the area? Best Regards, Jason Brower

[web2py] web2py installation

2011-06-13 Thread Jason Schmidt
On my debian server, I have setup Apache + wsgi + django. I've multiple domains hosted. Structure as follows: /srv/www/example1.com/public_html/ /srv/www/example1.com/application/ /srv/www/example2.com/public_html/ /srv/www/example2.com/application/ I'm accessing my django projects using Apache

[web2py] Re: web2py installation

2011-06-13 Thread Jason Schmidt
and virtual hosts using Apache w/ WSGI. On Jun 13, 7:27 am, José Luis Redrejo Rodríguez jredr...@debian.org wrote: 2011/6/13 Jason Schmidt schmidt.jas...@gmail.com: On my debian server, I have setup Apache + wsgi + django. I've multiple domains hosted. Structure as follows: /srv/www

[web2py] Re: web2py installation

2011-06-13 Thread Jason Schmidt
I know I should change the title of this post. I'm after Apache virtualhost config to handle multiple domains. Googled quite-a-bit, haven't found an ideal solution. Anyone w/ an example? On Jun 13, 3:58 pm, pbreit pbreitenb...@gmail.com wrote: Make sure to update to the latest stable version.

[web2py] Re: web2py installation

2011-06-13 Thread Jason Schmidt
Just to clarify: I'm after Apache virtualhost config to handle multiple domains for web2py apps. On Jun 13, 10:10 pm, Jason Schmidt schmidt.jas...@gmail.com wrote: I know I should change the title of this post. I'm after Apache virtualhost config to handle multiple domains. Googled quite

[web2py] Janrain with existing accounts...

2011-06-06 Thread Jason Brower
I have created an auth system with over 100+ users. They are happy to sign in with what they have, but I would like to use janrain as well. Is it possible to have both normal login or use a janrain signon? BR, Jason Brower

Re: [web2py] See a new GAE site that we developed with some web2py...

2011-06-01 Thread Jason Brower
in with facebook you can have a try. Hope this is not a off topic emails... sorry for that. Just want to share with everyone, it's awesome to have python, web2py, django... and many more stuff to make develop website a enjoyful work! Nifty, and the topic is right on target. :) BR, Jason Brower

Re: [web2py] I created a little app to be able to share some files over the net without authentication

2011-06-01 Thread Jason (spot) Brower
Fun little app. Very easy to make and very useful. Even internal use may come in handy too. BR, Jason Brower On Wed, Jun 1, 2011 at 11:30 AM, szimszon szims...@gmail.com wrote: With this little app you can share some files with everybody on net without authenticating

Re: [web2py] web2py 1.96.1 is OUT

2011-06-01 Thread Jason Brower
Me does a dance. Thanks! - Original message - I could not wait any longer. We had so many changes that we need to move on. I do not recall any other release with so many new features. Thanks to all those who have contributed with patches and testing. Changelog: - from gluon

[web2py] Changing an id... could it be really bad?

2011-05-31 Thread Jason (spot) Brower
link won't work right if it's not 11. Can I just update the id to 11 and not worry? BR, Jason Brower

Re: [web2py] Re: Thanks to all members for all you time and effort !!

2011-05-31 Thread Jason (spot) Brower
It's a great framework when you know you can make a quick application for some problem at the office on your lunch break. You can't do that in many webframeworks, I tell you that much. (I made a lunch coordination software in about an hour.) Congrats and good luck! BR, Jason Brower On Tue, May

Re: Re : Re: [web2py] Re: Email invitation

2011-05-31 Thread Jason Brower
a shameless plug cause it runs on Web2py. :D Best Regards, Jason Brower

Re: [web2py] Re: experimental... .pdf

2011-05-30 Thread Jason Brower
Me thinks of an HTML version in Javascript built into web2py. Me faints. --- Jason On 05/30/2011 05:39 PM, Mariano Reingart wrote: @mart: yes, the visual designer requires only wxpython (and pyfpdf). I'm working on html conversion enhancements and there are some advance on utf-8 support

<    1   2   3   4   5   6   7   8   9   10   >