Merge branch 'master' into multi

Conflicts:
	docs/TODO
This commit is contained in:
Roberto Rosario
2011-03-16 04:59:31 -04:00
8 changed files with 30 additions and 19 deletions

View File

@@ -50,3 +50,9 @@
- Filesystem metadata indexing will not work with this storage backend as
file are inside a MongoDB database and can't be linked (at least for now)
* Site search is slow
- Add indexes to the following fields:
documents_document - description, recomended size: 160
documents_documentmetadata - value, recomended size: 80
documents_documentpage - content, recomended size: 3000

View File

@@ -47,6 +47,11 @@ TODO, WISHLIST
* Show current page in generic list template - DONE
* Enable/disable ocr queue view & links - DONE
* Receive documents via email
* Mobile version
* Exif to metadata convertion
* Extract nagivation code into new navigation app
* External portal using sites contrib app
Main
====
@@ -112,10 +117,6 @@ Documents
* Unify document form classes
* Use document preview code for staging file also - DONE
* Delete physical file on delete method - DEFFERED (Not needed until Django 1.3)
* Receive documents via email
* Mobile version
* Exif to metadata convertion
Filesystem serving
==================