acemaster / django-ckeditor-filemanager

Automatically exported from code.google.com/p/django-ckeditor-filemanager
0 stars 0 forks source link

not a bug, some features/patches for consideration #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I took the existing code and added a few features that I needed - not sure
if they are all worth integrating, but I thought I'd throw them out there.

#1. removed "vendor" pathing so that the app could function with an "apps"
or any other kind of directory using python path.
#2. added user directory based sandboxing, superusers are not limited.
#3. added ckeditor direct uploading handling.
#4. added some path checking to prevent "../../../" type hacking.
#5. forked out a settings file.
#6. changed download to read binary so the images are not transferred as ascii.

The updates are attached. 

Thanks.
Ben

Original issue reported on code.google.com by pragma...@gmail.com on 16 Apr 2010 at 2:05

Attachments: