I think there are two different issues.
1) have a better looking admin
2) give more options for scaffolding app (this include a choice of
layout)
1) So far using a wordpress-like css would be my preferred choice.
2) The problems is that we cannot package too many files with the
scaffolding app bec
jQueryUI has built-in support for drag and drop:
http://jqueryui.com/demos/droppable/
On Mar 7, 1:34 am, weheh wrote:
> Has anyone done a drag and drop plugin for web2py? Or can anyone
> recommend a drag and drop jQuery that works well?
--
You received this message because you are subscribed t
Has anyone done a drag and drop plugin for web2py? Or can anyone
recommend a drag and drop jQuery that works well?
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from
The checking is off by default, you have to explicitly enable it.
Therefore unless he is using it, it is not causing a problem. And the
error message looks nothing like the one that the check emits anyways
:)
It would help if we had a stack-trace to see where the error is being triggered.
-Thadeu
I wonder if this could be something that could be added to the web2py
book as dreamhost is a big company. Maybe dreamhost would be willing to
pay a little to have it done. :P
BR,
Jason
On Sat, 2010-03-06 at 19:05 -0800, Jesse wrote:
> I put the update on:
>
> http://wiki.dreamhost.com/Web2py
>
https://launchpad.net/drizzle
I wonder how useful it actually is and if it would be something web2py
would support. (Perhaps as a plugin as I doubt it will be in python any
time soon.)
BR,
Jason
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To
I'm building an admin interface to auth_membership. With
auth_membership, a user can belong to multiple groups. The standard
form made by crud.update from the auth_membership table is a 2
pulldown affair. This is cumbersome to use when there are many users
and many groups. It takes too many user se
I put the update on:
http://wiki.dreamhost.com/Web2py
For anyone that is interested.
Also, I can migrate the info to another location if someone has a
suggestion as to where.
Cheers,
Jesse
On Mar 6, 10:33 pm, Jesse wrote:
> Fabulous,
>
> That seemed to do the tricked.
>
> Dreamhost seems to
Fabulous,
That seemed to do the tricked.
Dreamhost seems to be a bit touchy on which ports you I can use to run
web2py on. (ie none of 8000, 8001, 8080, 8081, etc seemed to work)
But I just picked a random number and it seems to work like a charm.
I'll have to add this to Dreamhost's wiki.
Than
> Maybe you have a relevant coherent point. But damned if I know what it is.
Suffice it to say, I am surprised you would be so rude and indignant
about your difficulty in understanding plain English and recognising
the extraordinary capabilities of your free 'prototyping' tool, and I
wish you ever
Hi guys,
I know there is a wiki page on this one but I have come across a few
problems and wondered if some kind soul could point me in the right
direction...
I am trying to deploy a web2py application as described here:
http://translate.google.com/translate?u=http%3A%2F%2Fwiki.alwaysdata.com%2Fw
It's probably due to SQL Reserved Keywords: web2py.com/book/default/
section/6/2
Password didn't previously seem to cause a problem in MySql itself,
but it should still be avoided so that your app is more transportable
across DBs. I am not sure how to turn off the checking, but I imagine
it will
Thank you.
Regards
Salva
On 6 mar, 19:17, Jose wrote:
> On 6 mar, 15:36, salbefe wrote:
>
> > I'm using the latest version from mercurial repository.
>
> I sent a patch to Massimo.
>
> Jose
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To
let's get you through it.
for development I use two instances of web2py.
one:
python web2py.py -i public_ip -p 80 -a ""
two:
python web2py.py -i public_ip -p 8001 -a "password"
one instance serves my beta testers and users, the second on runs just for me
then I do:
ssh -L 8001:127.0.0.1:800
Yeah, that either of those sound like what I'll have to do.
I tried the ssh tunnel, but it didn't seem to have much effect:
ssh -L 80:web2py.mydomain.com:8080 lo...@dreamhost.com
ssh -L 8080:localhost:80 lo...@dreamhost.com
[and various other permutations]
I then tried going to localhost:8080 and
The above changes get the code in the book to work. However, the
default name for the downloaded csv file is rather awkward. If you
add this line
response.headers["Content-Disposition"] =
"attachment;filename=myfname.csv"
just after
response.headers['Content-Type'] = 'text/csv'
then you
John,
What do you constitute as a "Big Money Making Project"?
I work for a fairly large company, we use web2py for internal uses.
These internal applications generate the company millions of dollars a
year in savings by automating aspects of the business. You don't think
web2py is used in "Seriou
>From the way it looks to me is that if it requires it to be in the
database then of course it can not be empty. You've already solved
your own problem?
On Mar 6, 11:44 am, raven wrote:
> I have a field that references another table
>
> Field('material', db.material)
>
> I can get SQLFORM to give
+2
On Mar 6, 8:55 am, "mr.freeze" wrote:
> They are under the Creative Commons Attribution 2.5 license - free for
> use commercially or non-commercially provided you put a link somewhere
> in the template back to freecsstemplates.org. Even this can be
> bypassed with the author's permission. They
Hi Annet,
I made a simple function to send HTML mail, put it on in a slice just
now. You can find it here
http://www.web2pyslices.com/main/slices/take_slice/69
it uses a few python modules. Maybe it helps...
Thanks for the reference to the e-mail newsletter article.
Nico de Groot
On 6 mr
So it does! That solves my problem. Thank you.
On Mar 6, 1:56 pm, "mr.freeze" wrote:
> Unless you have a material entry with an empty material.name in your
> database, IS_IN_DB should prevent an empty submission.
>
> On Mar 6, 11:44 am, raven wrote:
>
> > I have a field that references another
Unless you have a material entry with an empty material.name in your
database, IS_IN_DB should prevent an empty submission.
On Mar 6, 11:44 am, raven wrote:
> I have a field that references another table
>
> Field('material', db.material)
>
> I can get SQLFORM to give me a drop down list of avail
On 6 mar, 15:36, salbefe wrote:
> I'm using the latest version from mercurial repository.
>
I sent a patch to Massimo.
Jose
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To uns
I have a field that references another table
Field('material', db.material)
I can get SQLFORM to give me a drop down list of available material
names
Field('material', db.material,
requires=IS_IN_DB(db,'material.id','material.name'))
I can get SQLFORM to insist on filling the
There's also http://www.blueprintcss.org/
which appears to be fairly open in its licensing. I think it might be
GPL though so it would possibly "taint" the application template. It
may still be a nice option for admin.
On Mar 6, 9:55 am, "mr.freeze" wrote:
> They are under the Creative Commons
db
(db
.table.id>0).select(orderby=~db.table.recordtiime,limitby=(0,1)).first()
On Mar 6, 2010, at 9:59 AM, Yannick wrote:
Hello mate,
I was wondering if any one of you knows how to retrieve the latest
UPDATE record in Web2py ??? Like for example how to do this using DAL
of Web2py:
- Select to
Hello mate,
I was wondering if any one of you knows how to retrieve the latest
UPDATE record in Web2py ??? Like for example how to do this using DAL
of Web2py:
- Select top 1 from order by RecordTime desc
OR this one:
- Select from order by RecordTime asc LIMIT 1
Anyway please let me know
I'm using the latest version from mercurial repository.
On 6 mar, 13:53, Jose wrote:
> On 6 mar, 09:14, salbefe wrote:
>
> > The output from sql.log is as follows:
> >
> > ALTER TABLE node_details DROP COLUMN teaser;
>
> > The problems is that for dropping a column, firebird and interbase
>
On Mar 6, 4:28 am, Nico de Groot wrote:
> The online book/Wiki need a small fix: the % character needs to be
> escaped. I added in the Errata an example from the
> Internationalisation chapter: the code using the T("text %
> (name)s",dict(name='Nico")) is not displayed correctly. Adding the
> wi
On Mar 5, 9:48 pm, Abhishek Mishra wrote:
> Hi I'm trying to implement a decorator for custom error pages in
> web2py into sahanapy.
> Ref -http://web2py.com/AlterEgo/default/show/75
>
> I'm trying to keep it as a module in /modules directory so that I can
> import it into the controllers and plac
They are under the Creative Commons Attribution 2.5 license - free for
use commercially or non-commercially provided you put a link somewhere
in the template back to freecsstemplates.org. Even this can be
bypassed with the author's permission. They can be modified and
redistributed. That doesn't se
On 6 mar, 09:14, salbefe wrote:
> The output from sql.log is as follows:
>
> ALTER TABLE node_details DROP COLUMN teaser;
>
> The problems is that for dropping a column, firebird and interbase
> doesn't accept the COLUMN keywork, you should write ALTER TABLE tbl
> DROP col instead of ALT
>From the fact that they stuck with MSVC++ 6.0 for so long (despite
2002, 2003, 2005 and 2008 coming along) and that MSVC++ 6.0 doesn't
support the 64 bits format, I will take a wild guess and presume that
Apache won't support Win64 anytime soon.
So, what this means is that I'll have to run the Ap
I'm using Internet Explorer 8,
Python version 2.6.2 and Web2py 1.75.2.
Same problem happens on our production server, with Python
2.5 and web2py 1.72.3
I didn't try it with IE6
On 6 Mar, 02:28, DenesL wrote:
> Works fine on IE6,
> which version are you using?.
>
> On Mar 5, 4:27 pm, Andrea Parodi
The online book/Wiki need a small fix: the % character needs to be
escaped. I added in the Errata an example from the
Internationalisation chapter: the code using the T("text %
(name)s",dict(name='Nico")) is not displayed correctly. Adding the
wikipage I was bitten by the same bug, escaping % with
Hello,
After successfully connecting to the database I tried altering the
definition of a table from this:
db.define_table('node_details',
Field('uid', 'integer', notnull=True),
Field('title', length='255'),
Field('body', 'text'),
Fi
>From this article I learned how to code an html e-mail newsletter:
http://articles.sitepoint.com/article/code-html-email-newsletters
Now I would like to send this newsletter from within a Web2py CRM
application. I searched the group for how to instructions but I didn't
find anything useful. I tr
Hi I'm trying to implement a decorator for custom error pages in
web2py into sahanapy.
Ref - http://web2py.com/AlterEgo/default/show/75
I'm trying to keep it as a module in /modules directory so that I can
import it into the controllers and place the decorator appropriately.
I have kept error han
The problem here is legal. We cannot distributed with the scaffolding
app, page templates that have a restrictive license. The current
template is not great but is made of images and css that are public
domain so no problem is you build on those.
I proposed wordpress theme for admin (and admin onl
39 matches
Mail list logo