source: django/c5filemanager @ 71:ecc9583c1fc9

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @71:ecc9583c1fc9   18 months Eriol Added tag 0.1 for changeset 21b2edd2a9a4
(edit) @70:21b2edd2a9a4   18 months Eriol Fixed typo and forgotten import
(edit) @69:926a7c21d03a   18 months Eriol Added a note on installing from a packaged version using pip
(edit) @68:c3b1afe46340   18 months Eriol Enhanced README inclusion
(edit) @67:c42c6713d848   18 months Eriol Removed minor version number for 0.1 release
(edit) @66:a2c7230f4043   18 months Eriol Added proper name of Filemanager
(edit) @65:33096f9423f9   18 months Eriol Rmoved Core Five Filemanager git revision
(edit) @64:d62dca25e35a   18 months Eriol Changed theme and disabled index
(edit) @63:c3c6c6e90ffe   18 months Eriol Added changelog
(edit) @62:a293ffc877cb   18 months Eriol Enhanced setup.py
(edit) @61:a00b6f6a06d9   18 months Eriol Added license header
(edit) @60:d19ff162c314   18 months Eriol Fixed changed settings
(edit) @59:cd39676865cc   18 months Eriol Added README
(edit) @58:721a4b60e2d3   18 months Eriol Added CKEditor integration section
(edit) @57:14d97925ae95   18 months Eriol Added a cross reference
(edit) @56:6c0c846053fb   18 months Eriol Small fix
(edit) @55:bf820fa60481   18 months Eriol Added section about available settings
(edit) @54:c3dadd3f0e18   18 months Eriol More clear names
(edit) @53:a8749ad98acd   18 months Eriol Added some docs
(edit) @52:2996b0937869   18 months Eriol Fixed description
(edit) @51:f941defc691a   18 months Eriol Fixed failure of tests because of permissions
(edit) @50:61227cc624ce   18 months Eriol Fixed changed error messages
(edit) @49:363e2fa9e434   18 months Eriol Added simplejson requirement
(edit) @48:d3840f865655   18 months Eriol Cleanup
(edit) @47:3fad6580eac0   18 months Eriol Added AUTHORS credit for French translation
(edit) @46:654dbdd0f88b   18 months Eriol Added French translation. Thanks Delia Ventura
(edit) @45:e4b27a95e1cf   18 months Eriol Fixed project name
(edit) @44:ca823bb68dad   18 months Eriol Added MANIFEST.in
(edit) @43:e712da8aa68f   18 months Eriol Better error reporting
(edit) @42:70c4c33bcde4   18 months Eriol Added setup
(edit) @41:53ffa8ab17e4   18 months Eriol Added version
(edit) @40:4a0fe154a841   18 months Eriol Added license file
(edit) @39:ab43a733b50c   18 months Eriol Added more clear error messages
(edit) @38:605b1976eef1   19 months Eriol Added italian translation
(edit) @37:aeb2ffd720c1   19 months Eriol Added i18n support
(edit) @36:b61e4dc13304   19 months Eriol Users must be staff members to use the filemanager
(edit) @35:d9b166da957d   19 months Eriol Fixed CKeditor integration
(edit) @34:49c13832d128   19 months Eriol Added handling of showThumbs option
(edit) @33:83e7c950f5f9   19 months Eriol Refactored rename and getfolder view tests
(edit) @32:e38ae9ea4839   19 months Eriol Refactored delete view tests
(edit) @31:8950989a525d   19 months Eriol Refactored UploadFileTest?
(edit) @30:c52ff5be4571   19 months Eriol Added addfolder testcase with an enhanced testing technique
(edit) @29:977596f9429e   19 months Eriol Added more tests
(edit) @28:67bd3deb397e   19 months Eriol Added some tests using the test client
(edit) @27:34e65ed55551   19 months Eriol Added some tests for create_file_info_for
(edit) @26:3d6014d6251a   19 months Eriol Removed stub test file
(edit) @25:939a207491a8   19 months Eriol Cleaned unused getsize variable
(edit) @24:c6334b9960e6   19 months Eriol Added docstrings
(edit) @23:b92f33992c43   19 months Eriol Small cleanup
(edit) @22:4313d8fc1cf1   19 months Eriol Fixed time representation
(edit) @21:b2643f9c60d7   19 months Eriol Added connector for jquery.filetree
(edit) @20:5d457efd169b   19 months Eriol Handling file download
(edit) @19:4a2086ce06ec   19 months Eriol Handling file upload
(edit) @18:e570f7da8e1a   19 months Eriol Refactored to use funcions instead of a filemanager class because of …
(edit) @17:963514272a9f   19 months Eriol Check if file extension icon exists or use the default icon otherwise
(edit) @16:b77801e6d4f2   19 months Eriol Enhanced HTTP method handling. Added a csrf exception for file upload
(edit) @15:6ddc281dc83b   19 months Eriol Added addfolder method
(edit) @14:871960f7ede7   19 months Eriol Added delete method
(edit) @13:facd0a28f554   19 months Eriol Fixed files ordering
(edit) @12:d6c51d853d23   19 months Eriol Added rename method
(edit) @11:9ff4a95f5d5f   19 months Eriol Added preview images
(edit) @10:313483309184   20 months Eriol Discriminated requested path from the real path of the file or directory
(edit) @9:7f53d26d7401   20 months Eriol Added an app level MEDIA_URL
(edit) @8:390a2a636e78   20 months Eriol Changed default upload directory
(edit) @7:03761b1ac0a1   20 months Eriol Fixed error reporting of a nonexistent directory
(edit) @6:488415f08ae7   20 months Eriol Handling getfolder
(edit) @5:8e53d827fcce   20 months Eriol Handling getinfo
(edit) @4:a51ff318344e   20 months Eriol Added create_file_info_for to fill proper file information needed by Code …
(edit) @3:819ae9a16198   20 months Eriol Added get_path function to retreive safely uploaded files
(edit) @2:03933b2b9d3c   20 months Eriol Initial import! * Added some specific settings * Added Filemanager …
(edit) @1:1b5e141788d7   20 months Eriol Added AUTHORS
(add) @0:33292ae00c8e   20 months Eriol Added a simple .hgignore
Note: See TracRevisionLog for help on using the revision log.