Minor typo, updated TODO

This commit is contained in:
Roberto Rosario
2011-02-06 04:15:54 -04:00
parent 7ce3a894d0
commit 8a32e053a8
2 changed files with 5 additions and 5 deletions

View File

@@ -5,17 +5,17 @@
* Add file checksums (hashlib) - DONE
* Delete symlinks when document is deleted - DONE
* Handle NULL mimetypes during model save - DONE
* Raise exception instead of returning error msg - DONE
* Option to delete source staging file after upload - DONE
* Jquery upload document upload form with ajax widget - NOT NEEDED (commit: b0f31f2a8f82ff0daca081005f2fcae3f5573df5)
* Document list filtering by metadata
* Jquery upload document upload form with ajax widget
* Filterform date filtering widget
* Validate GET data before saving file
* Integrate with http://code.google.com/p/pytesser/
* Update symlinks when document or metadata changed
* Update symlinks when document or metadata changed - ALMOST
* Check duplicated files using checksum
* If theres only one document type on db skip step 1 of wizard
* Option to delete source staging file after upload
* Show last 5 recent metadata setups for easy switch
* Change to model signal
* Raise exception instead of returning error msg
* Allow document type to be changed in document edit view
* Implement single sign on or LDAP for intranets