ink image preview codesample contextmenu
</tt><tt>table code lists",
</tt><pre style="margin: 0em;">
"inline":false,
"selector":"textarea#id_instruction",
"menubar":false
};
if(typeof selec
":false,
"selector":"textarea#id_instruction",
"menubar":false
};
if(typeof selector!='undefined'){
tinymce4_config['selector']=selector;
}
tinymce.init(tinymce4_config);
}tinym
t><pre style="margin: 0em;">
"inline":false,
"selector":"textarea#id_instruction",
"menubar":false
};
if(typeof selector!='undefined'){
tinymce4_config['select
\mike\envs\xxct3\lib\site-packages
bleach==2.1.2
certifi==2017.11.5
chardet==3.0.4
Django==1.11.8
django-filebrowser-no-grappelli==3.7.3
django-tinymce4-lite==1.7.0
html5lib==1.0.1
idna==2.6
jsmin==2.2.2
olefile==0.44
Pillow==4.3.0
psycopg2==2.7.3
pytz==2017.3
requests==2.18.4
six==1.11.0
sqlpa
However, the same treatment fails on my Windows runserver dev platform.
Brand new virtualenv for Py27 and Py36 still fail to show the little browse
link on the right-hand end of the Source field.
Have you verified that your Windows virtualenv is not including the global
system Python libraries as
Further to this, it is now working nicely on the staging server - Ubuntu
16.04 Apache 2.2 vhost Python 2.7 mod-wsgi
The problem was related to not uninstalling django-tinymce before
installing django-tinymce4-lite and similarly with
django-filebrowser-no-grappelli.
So it looks like your
ango20Warning: Passing a 3-tuple to
django.conf.urls.include() is deprecated. Pass a 2-tuple containing
the list of patterns and app_name, and provide the namespace
argument to include() instead.
url(r'^admin/filebrowser/', include(site.urls)),
Have you tried to use the development ve
RemovedInDjango20Warning: Passing a 3-tuple to
django.conf.urls.include() is deprecated. Pass a 2-tuple containing
the list of patterns and app_name, and provide the namespace
argument to include() instead.
url(r'^admin/filebrowser/', include(site.urls)),
Have you tried to use the devel
) is deprecated. Pass a 2-tuple containing
the list of patterns and app_name, and provide the namespace argument
to include() instead.
url(r'^admin/filebrowser/', include(site.urls)),
Have you tried to use the development verion of django-filebrowser?
Yes. Installed from trunk
clude(site.urls)),
Have you tried to use the development verion of django-filebrowser?
Yes. Installed from trunk. Same outcome. Here is a screenshot
HTH
Etienne
Le 2017-12-17 à 15:48, Mike Dewhirst a écrit :
An update. I adjusted settings ...
FILEBROWSER_DIRECTORY = 'uploads/
evelopment verion of django-filebrowser?
Yes. Installed from trunk. Same outcome. Here is a screenshot
HTH
Etienne
Le 2017-12-17 à 15:48, Mike Dewhirst a écrit :
An update. I adjusted settings ...
FILEBROWSER_DIRECTORY = 'uploads/'
FILEBROWSER_VERSIONS_BASEDIR = '_versions/
Hi Mike,
What Django version are you using? Is this happening with Python 2 or 3?
Have you tried to turn on Python warnings?
Have you tried to use the development verion of django-filebrowser?
HTH
Etienne
Le 2017-12-17 à 15:48, Mike Dewhirst a écrit :
An update. I adjusted settings
ialog.
I also uninstalled and reinstalled to no effect.
Thanks for any help
Mike
On Saturday, December 16, 2017 at 7:04:34 PM UTC+11, Mike Dewhirst wrote:
>
> I have tried both django-filebrowser and django-filebrowser-no-grappelli
> with django-tinymce4-lite
>
> The TinyM
I have tried both django-filebrowser and django-filebrowser-no-grappelli
with django-tinymce4-lite
The TinyMCE part is working fine in the Admin and trying to insert an
image in the text is trying to work and if I pasted in a url it would
probably insert the image it points to.
The problem
On Thu, Oct 29, 2015 at 8:35 PM, Emīls Brass wrote:
> I got django filebrowser for admin, where admin can see all added files in
> special folder.
>
> When admin click on folder to see whats inside, if there is some file with
> name who contains UNICODE chartacter, then I shows 50
Do you have the full stacktrace? Can you post that here?
On Fri, 30 Oct 2015 at 02:37 Emīls Brass wrote:
> I got django filebrowser for admin, where admin can see all added files in
> special folder.
>
> When admin click on folder to see whats inside, if there is some file wit
I got admin panel, where you can see all files and folders added in website
folder - userfiles, but there is a problem.
When I oppening folder with files whos names contains with UNICODE, that
map dosnt open, but I got 500 error, but if there is no files with UNICODE
names it works.
Example:
I got django filebrowser for admin, where admin can see all added files in
special folder.
When admin click on folder to see whats inside, if there is some file with
name who contains UNICODE chartacter, then I shows 500 error, but if not,
everything is working.
We exported this webpage to
t; )
>
> Good luck!
>
>
> On Feb 4, 2:34 pm, gerram wrote:
> > Can anybody to help me with demo project of correct settings.py for
> > django-filebrowser and structure of folders. I tried very much places
> > of locate FILEBROWSER folders for media and uploads but
Hi,
I am trying to integrate django-tinymce with django-filebrowser for my
django admin.
Everything (almost) works fine.
- manage.py test filebrowser, works ok
- http://localhost:8000/admin/filebrowser/browse/ works, too
however when I press the button on the windows popup of
of tinymce
not is such folder: (/var/www/mysite.com/media/
uploads/)
Good luck!
On Feb 4, 2:34 pm, gerram wrote:
> Can anybody to help me with demo project of correct settings.py for
> django-filebrowser and structure of folders. I tried very much places
> of locate FILEBROWSER folders for media
Can anybody to help me with demo project of correct settings.py for
django-filebrowser and structure of folders. I tried very much places
of locate FILEBROWSER folders for media and uploads but always get
such error: 'Error finding Upload-Folder (MEDIA_ROOT +
FILEBROWSER_DIRECTORY). Maybe it
Fixed this..
On Apr 30, 3:06 pm, John Wesonga wrote:
> I've set up django-filebrowser in my app without any bugs, I already
> had django-tinymce set up and it loads the editor in the admin forms.
> I now want to use django-filebrowser with django-tinymce, but I keep
> getting a
I've set up django-filebrowser in my app without any bugs, I already
had django-tinymce set up and it loads the editor in the admin forms.
I now want to use django-filebrowser with django-tinymce, but I keep
getting a weird javascript error when I click on "Image URL" in the
Ima
i am new to learn django and try to use django-filebrower and django-
tinymce, and have some troubles.
it happens when i click the filebrowser icon of image(field) in django
admin site, the popup window show the errors.
exception information:
WindowsError at /admin/filebrowser/media/uploads/ (3
Sorry, didn't realize there is a separate group for django-
filebrowser. See discussion here:
http://groups.google.com/group/djangofilebrowser/browse_thread/thread/2695f83907082896#
On Jun 24, 6:57 pm, Kusako wrote:
> Hi-
>
> I have a form, not backed by a model and would like
Hi-
I have a form, not backed by a model and would like to use django-
filebrowser for one of its field. Is this possible? I tried someting
like
my_file = FileBrowseFormField ()
for my form, but wouldn't work.
Thanks for your help,
-m
o path in your error message, I´m not exactly sure what
´s happening here - maybe you can give more details ...
patrick
On Apr 25, 8:46 pm, cu3edweb wrote:
> I am trying to install django-filebrowser and I followed all the steps
> I thought but when I am in the admin section and I click th
I am trying to install django-filebrowser and I followed all the steps
I thought but when I am in the admin section and I click the
filebrowser link I get this error:
OSError at /admin/filebrowser/
(2, 'No such file or directory'
On Jun 28, 5:24 pm, Mario <[EMAIL PROTECTED]> wrote:
> Hi, all!
>
> I'll try to install file browser application (http://code.google.com/p/
> django-filebrowser/) in my project and had some problems:
> - Could not import filebrowser.views. Error was: cannot import nam
Hi, all!
I'll try to install file browser application (http://code.google.com/p/
django-filebrowser/) in my project and had some problems:
- Could not import filebrowser.views. Error was: cannot import name
ugettext
- Could not import filebrowser.views. Error was: No module named
safestrin
On 24 Feb 2008, at 1:37 pm, shabda wrote:
>
> I think, In a lot of old code, _ was automatically imported as
> ugettext, while the newer code explicitly imports it as
> from django.utils.translation import ugettext_lazy as _
> Might be when you are running fastcgi, you are hitting some path
> wh
erience using fastcgi has an idea ...
>
> patrick
>
> On Feb 23, 3:12 pm, Rufman <[EMAIL PROTECTED]> wrote:
>
> > Hey Guys
>
> > I'm using the django filebrowser (http://code.google.com/p/django-
> > filebrowser/) for my django site. When I run it
hi stephane,
i´ve never used the filebrowser with fastcgi. not sure whether this is
a django or a filebrowser-issue.
maybe someone with more experience using fastcgi has an idea ...
patrick
On Feb 23, 3:12 pm, Rufman <[EMAIL PROTECTED]> wrote:
> Hey Guys
>
> I'm using th
Hey Guys
I'm using the django filebrowser (http://code.google.com/p/django-
filebrowser/) for my django site. When I run it on my local server
using Apache and mod_python I don't have any problems. But when I
attempt to use the filebrowser through fastcgi I get the error global
'
hi,
it means that somewhere on your server there is a directory for file-
uploads - just point to that directory.
e.g., our media-structure looks like this:
within the media-directory (=settings.MEDIA_ROOT) we have some sub-
directories:
/admin/
/site/
/tinymce/
/uploads/
we want our editors
Hi,
I can't figure out step 5:
Change /filebrowser/views.py. Replace the paths:
FB_ROOT = settings.MEDIA_ROOT + "uploads/"
FB_URL = settings.MEDIA_URL + "uploads/"
Does it mean to just delete or change?
If to change, then how?
Thanks
On Mar 14, 1:18 am, "patrick k." <[EMAIL PROTECTED]> wrot
if you can´t see the mentioned screenshot, your urls are probably
configured wrong.
be sure to follow the installation guide EXACTLY - I´ve done that
with all of my projects and I don´t have any problems.
check the settings file (esp. MEDIA_ROOT and MEDIA_URL).
patrick.
Am 13.03.2007 um 19:
I would like to know why i can't see the thumbnails althought i have
python-imaging-1.1.5-3.fc4
any ideas??
On Mar 13, 8:01 pm, "Mary" <[EMAIL PROTECTED]> wrote:
> No i can't see this pictures and directories
> but when i copy and past the url before the admin url [sorry i read
> this note in th
No i can't see this pictures and directories
but when i copy and past the url before the admin url [sorry i read
this note in the steps and i think i missed it the first time]i was
able to add directories
But i still can't see the
http://trac.dedhost-sil-076.sil.at/trac/filebrowser/chrome/site/fb
before you click on "make directory", do you see the directory-
listing like this:
http://trac.dedhost-sil-076.sil.at/trac/filebrowser/chrome/site/fb_2.jpg
did you follow step 6?
it seems that the urls aren´t configured.
patrick
Am 13.03.2007 um 17:14 schrieb Mary:
>
> I would like to use Dja
I would like to use Django file browser
i did the steps 1-8 that is on the link
http://trac.dedhost-sil-076.sil.at/trac/filebrowser/wiki#DjangoFileBrowser
and when i open my admin interface i found the filebrowse but when i
click on
Adddirectory it gave me an error
App 'filebrowser', model 'mkdi
problem with #mce_temp_url#, but they all refer to IE only, while for me it
happens in Firefox too.
And i'm not sure if it's TinyMCE only in this case. The point is, when i enter
a Link URL in advlink manually, all is fine. It only produces the broken
#mce_temp_url# when the link was
try playing around with:
relative_urls : false,
remove_script_host : true,
we´re using absolute_urls and we don´t remove the script_host.
if the URL is inserted into the tinymce_popup correctly, it doesn´t
seem to be a problem with the filebrowser but a problem with
tiny_mce. there
On Freitag, 2. März 2007, patrick k. wrote:
> we´re also using more than one tinymce instance and we don´t have any
> problems.
> could you give more details about your specifications, e.g. how do
> you init tinymce?
>
> patrick.
Hello Patrick,
thanks for your reply. In the model TinyMCE is loade
we´re also using more than one tinymce instance and we don´t have any
problems.
could you give more details about your specifications, e.g. how do
you init tinymce?
patrick.
Am 02.03.2007 um 16:48 schrieb Dirk Eschler:
>
> Hi,
>
> i'm using the Django filebrowser togethe
Hi,
i'm using the Django filebrowser together with TinyMCE in one of my projects.
Inserting a adv_link from the file browser into the TinyMCE popup only works
in the first TinyMCE instance.
In the second instance the link becomes #mce_temp_url#. Oddly enough, the link
is displayed corr
47 matches
Mail list logo