Re: FileBrowser v 2.0

2007-06-11 Thread patrick k .
I personally wouldn´t want anybody except trusted editors to work with the filebrowser. besides that, you only have to change {% extends "admin/base_site.html" %}} to your own base-file and change myview staff_member_required(never_cache(myview)) to myview = login_required(myview) you may

Re: FileBrowser v 2.0

2007-06-11 Thread oliver
sorry i mean more as a project application. with out running it via the admin side. On Jun 11, 9:01 am, "patrick k." <[EMAIL PROTECTED]> wrote: > what exactly do you mean by "django app"? > do you mean that it could be installed into /django/contrib/? > > if yes, what´s the advantage of doing

Re: FileBrowser v 2.0

2007-06-11 Thread patrick k.
what exactly do you mean by "django app"? do you mean that it could be installed into /django/contrib/? if yes, what´s the advantage of doing that? moreover, should external applications be installed there (I thought about that, but it doesn´t seem quite the right thing to do ...)? patrick

Re: FileBrowser v 2.0

2007-06-10 Thread patrick k .
image-editing with picnik is also possible now. see the installation-guide for more details: http://trac.dedhost- sil-076.sil.at/trac/filebrowser/wiki that´s it for this version of the filebrowser - there´ll probably be some minor changes due to user-feedback within the next couple of weeks.

Re: FileBrowser v 2.0

2007-06-08 Thread patrick k .
integration of basic image-editing with SNIPSHOT is done. just set USE_SNIPSHOT to True in fb_settings and change the SNIPSHOT_CALLBACK_URL and you´re ready to go. NOTES: ### be aware that it´s not possible to edit pictures in the popup- window. ### security issue: because of snipshots

Re: [django-users] FileBrowser v 2.0

2007-06-07 Thread Michael Trier
Very Nice! Thanks for your work. Michael On 6/7/07, patrick k. <[EMAIL PROTECTED]> wrote: > > > Am 07.06.2007 um 19:24 schrieb Simon Drabble: > > > On Thu, 7 Jun 2007, patrickk wrote: > > > >> > >> I´ve just released a new version of the filebrowser: > >>

Re: [django-users] FileBrowser v 2.0

2007-06-07 Thread patrick k.
Am 07.06.2007 um 19:24 schrieb Simon Drabble: > On Thu, 7 Jun 2007, patrickk wrote: > >> >> I´ve just released a new version of the filebrowser: >> http://trac.dedhost-sil-076.sil.at/trac/filebrowser/wiki >> >> things to come: >> ### i18n >> ### integration of snipshot and picnik for basic

Re: [django-users] FileBrowser v 2.0

2007-06-07 Thread Simon Drabble
On Thu, 7 Jun 2007, patrickk wrote: > > I´ve just released a new version of the filebrowser: > http://trac.dedhost-sil-076.sil.at/trac/filebrowser/wiki > > things to come: > ### i18n > ### integration of snipshot and picnik for basic image-editing > (already working on that one) > > thanks, >

FileBrowser v 2.0

2007-06-07 Thread patrickk
I´ve just released a new version of the filebrowser: http://trac.dedhost-sil-076.sil.at/trac/filebrowser/wiki I´ve tested it and it works fine with my settings (OSX with firefox 2, safari 2, opera 9) - however, additional testing is never senseless. so, if you find the time to do some testing,