Re: Still having trouble with django-filebrowser

2017-12-29 Thread Mike Dewhirst
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

Re: Still having trouble with django-filebrowser

2017-12-29 Thread Etienne Robillard
":false,     "selector":"textarea#id_instruction",     "menubar":false     };     if(typeof selector!='undefined'){     tinymce4_config['selector']=selector;     }     tinymce.init(tinymce4_config);     }tinym

Re: Still having trouble with django-filebrowser

2017-12-29 Thread Mike Dewhirst
t><pre style="margin: 0em;">     "inline":false,     "selector":"textarea#id_instruction",     "menubar":false     };     if(typeof selector!='undefined'){     tinymce4_config['select

Re: Still having trouble with django-filebrowser

2017-12-28 Thread Mike Dewhirst
\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

Re: Still having trouble with django-filebrowser

2017-12-28 Thread James Schneider
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

Re: Still having trouble with django-filebrowser

2017-12-28 Thread Mike Dewhirst
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

Re: Still having trouble with django-filebrowser

2017-12-18 Thread Mike Dewhirst
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

Re: Still having trouble with django-filebrowser

2017-12-18 Thread Mike Dewhirst
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

Re: Still having trouble with django-filebrowser

2017-12-18 Thread Etienne Robillard
) 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

Re: Still having trouble with django-filebrowser

2017-12-17 Thread Mike Dewhirst
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/

Re: Still having trouble with django-filebrowser

2017-12-17 Thread Mike Dewhirst
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/

Re: Still having trouble with django-filebrowser

2017-12-17 Thread Etienne Robillard
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

Still having trouble with django-filebrowser

2017-12-17 Thread Mike Dewhirst
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

Having trouble with django-filebrowser

2017-12-16 Thread Mike Dewhirst
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

Re: django filebrowser decoding

2015-10-29 Thread 'Tom Evans' via Django users
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

Re: django filebrowser decoding

2015-10-29 Thread Dheerendra Rathor
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

Django filebrowser decoding

2015-10-29 Thread Emīls Brass
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:

django filebrowser decoding

2015-10-29 Thread Emīls Brass
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

Re: Django-filebrowser path problems

2012-12-07 Thread Felix Schlitter
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

small problem with django-filebrowser and tinymce integration

2011-09-24 Thread xpanta
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

Re: Django-filebrowser path problems

2011-02-05 Thread gerram
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

Django-filebrowser path problems

2011-02-03 Thread gerram
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

Re: Django-tinyMCE and django-filebrowser js error

2010-05-01 Thread John Wesonga
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

Django-tinyMCE and django-filebrowser js error

2010-04-30 Thread John Wesonga
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

django-filebrowser throw out an exception "WindowsError"

2009-09-30 Thread workingbird
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

Re: Can I use django-filebrowser in a form?

2009-06-25 Thread Kusako
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

Can I use django-filebrowser in a form?

2009-06-24 Thread Kusako
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

Re: django-filebrowser

2009-04-26 Thread patrickk
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

django-filebrowser

2009-04-25 Thread cu3edweb
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'

Re: django-filebrowser

2008-06-28 Thread Daniel Roseman
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

django-filebrowser

2008-06-28 Thread Mario
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

Re: Django Filebrowser with FastCGI

2008-02-25 Thread David Reynolds
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

Re: Django Filebrowser with FastCGI

2008-02-24 Thread shabda
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

Re: Django Filebrowser with FastCGI

2008-02-24 Thread patrickk
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

Django Filebrowser with FastCGI

2008-02-23 Thread Rufman
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 '

Re: Django FileBrowser

2007-04-11 Thread va:patrick.kranzlmueller
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

Re: Django FileBrowser

2007-04-11 Thread zehi
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

Re: Django FileBrowser

2007-03-13 Thread patrick k.
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:

Re: Django FileBrowser

2007-03-13 Thread Mary
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

Re: Django FileBrowser

2007-03-13 Thread Mary
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

Re: Django FileBrowser

2007-03-13 Thread patrick k.
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

Django FileBrowser

2007-03-13 Thread Mary
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

Re: Django Filebrowser and more than one TinyMCE instance

2007-03-03 Thread Dirk Eschler
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

Re: Django Filebrowser and more than one TinyMCE instance

2007-03-02 Thread patrick k.
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

Re: Django Filebrowser and more than one TinyMCE instance

2007-03-02 Thread Dirk Eschler
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

Re: Django Filebrowser and more than one TinyMCE instance

2007-03-02 Thread patrick k.
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

Django Filebrowser and more than one TinyMCE instance

2007-03-02 Thread Dirk Eschler
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