[web2py] Re: New Plugin: plugin_ckeditor

2011-09-13 Thread tomt
I found out that I had caused my own problem. This plugin now works as expected on IE7, IE8 and firefox. (I had modified the toolbar to add a few items and remove the scayt_autostartup. I left a comma after the toolbar's closing bracket ], Firefox was ok with this, but IE wasnt') - Tom On Sep 3

[web2py] Re: New Plugin: plugin_ckeditor

2011-09-03 Thread tomt
Hi, Does plugin_ckeditor work with internet explorer? It works great with firefox, but I have problems using it with IE. When I call up the application with IE8 like this: http://server:8000/application/default/editthis The text area doesn't load the ckeditor Surprisingly, when I call it like

Re: [web2py] Re: New Plugin: plugin_ckeditor

2011-09-01 Thread Ross Peoples
You must be using Python 2.5. I think tomt was the first to report this problem. The problem is coming from this code: self.settings.table_upload = self.db.define_table(upload_name, Field('title', length=255), Field('filename', length=255), Field('lengt

Re: [web2py] Re: New Plugin: plugin_ckeditor

2011-09-01 Thread António Ramos
sorry to disturb but cant get it to work. now this error Traceback (most recent call last): File "gluon/restricted.py", line 192, in restricted File "D:/web2py198_2/web2py/applications/Demo1/models/table.py", line 83, in File "gluon/custom_import.py", line 276, in __call__ File "gluon/custom_imp

Re: [web2py] Re: New Plugin: plugin_ckeditor

2011-09-01 Thread Ross Peoples
Are you trying to initialize the plugin in db.py? If so, then the problem is that db.py is being read before plugin_ckeditor.py (web2py loads models in alphabetical order). So what I usually do is make a tables.py model where I define my tables. You can initialize the plugin in this file, as it

Re: [web2py] Re: New Plugin: plugin_ckeditor

2011-08-31 Thread António Ramos
I did this """ download the model, the controller, the view, and the static plugin_ckeditor folder to your project. """ and when i browse to default/index i get this error Traceback (most recent call last): File "gluon/restricted.py", line 192, in restricted File "D:/web2py198_2/web2py/applicat

[web2py] Re: New Plugin: plugin_ckeditor

2011-08-26 Thread Massimo Di Pierro
Those two lines need to be exchanged since the syntax is only supported in 2.7 and later. On Aug 26, 8:24 pm, tomt wrote: > FYI:  I ran into a problem using plugin_ckeditor when running web2py > on python 2.5.2.  It generates an error associated with modules/ > plugin_ckeditor.py at line 44: > >

[web2py] Re: New Plugin: plugin_ckeditor

2011-08-26 Thread tomt
FYI: I ran into a problem using plugin_ckeditor when running web2py on python 2.5.2. It generates an error associated with modules/ plugin_ckeditor.py at line 44: 43 *self.settings.extra_fields.get(upload_name, []), 44 migrate = migrate, When I upgraded python to 2.7.2 everything worked as de

Re: [web2py] Re: New Plugin: plugin_ckeditor

2011-08-08 Thread Ross Peoples
Sorry for not responding sooner. I was on vacation last week. I'll check into Bruno's patch as soon as possible.

Re: [web2py] Re: New Plugin: plugin_ckeditor

2011-08-07 Thread Tito Garrido
Is it stable? Is that patch mentioned before already applied? Regards, Tito On Sun, Aug 7, 2011 at 7:17 AM, Marin Pranjic wrote: > https://bitbucket.org/PhreeStyle/web2py_ckeditor > > 2011/8/7 António Ramos : > > Where can i download this pluging from? > > > > It is not in the plugin area of we

Re: [web2py] Re: New Plugin: plugin_ckeditor

2011-08-07 Thread Marin Pranjic
https://bitbucket.org/PhreeStyle/web2py_ckeditor 2011/8/7 António Ramos : > Where can i download this pluging from? > > It is not in the plugin area of web2py > Thank you > António > 2011/8/6 tomt >> >> Hi, >> >> I was having trouble editing existing data with web2py_ckeditor until >> I applied B

Re: [web2py] Re: New Plugin: plugin_ckeditor

2011-08-07 Thread António Ramos
Where can i download this pluging from? It is not in the plugin area of web2py Thank you António 2011/8/6 tomt > Hi, > > I was having trouble editing existing data with web2py_ckeditor until > I applied Bruno's patch. > > Before applying this patch, the plugin could save new data, but it > wo

[web2py] Re: New Plugin: plugin_ckeditor

2011-08-05 Thread tomt
Hi, I was having trouble editing existing data with web2py_ckeditor until I applied Bruno's patch. Before applying this patch, the plugin could save new data, but it wouldn't edit existing data. It always started with an empty textarea. Now it works as I would expect. (I'm using web2py Version

Re: [web2py] Re: New Plugin: plugin_ckeditor

2011-07-15 Thread Tito Garrido
Thanks! I was able to install it! I'm not sure why but flash player doesn't work for me... I've uploaded planets.flv (available on Massimo plugin page) and it didn't work... anybody able to put flash videos to work using ckeditor? Regards, tito On Fri, Jul 15, 2011 at 8:41 AM, Ross Peoples wrot

Re: [web2py] Re: New Plugin: plugin_ckeditor

2011-07-15 Thread Ross Peoples
>From BitBucket, download the model, the controller, the view, and the static plugin_ckeditor folder to your project.

Re: [web2py] Re: New Plugin: plugin_ckeditor

2011-07-14 Thread Tito Garrido
How to install it? Regards, Tito On Sat, Jul 9, 2011 at 3:35 PM, cjrh wrote: > Very nice. I'm thinking how this is going to be immediately useful in a > blog context for non-technical authors. -- Linux User #387870 . _/_õ|__| ..º[ .-.___.-._| . . . . .__( o)__( o).:_

[web2py] Re: New Plugin: plugin_ckeditor

2011-07-09 Thread cjrh
Very nice. I'm thinking how this is going to be immediately useful in a blog context for non-technical authors.

[web2py] Re: New Plugin: plugin_ckeditor

2011-07-08 Thread mart
I think this is awesome and really like the "double-click & edit" feature! I'm sure this will be of great use to many. Good on you! Mart :) On Jul 8, 12:00 pm, Ross Peoples wrote: > This will be my second public plugin release. I will put it up on BitBucket > soon, but for now, I thought I woul

[web2py] Re: New Plugin: plugin_ckeditor

2011-07-08 Thread Anthony
This looks great. I would certainly find it useful. Thanks for contributing. Anthony