Roberto Rosario
|
f783481dfb
|
Updated Changelog
|
2011-04-13 03:17:52 -04:00 |
|
Roberto Rosario
|
82f514aa4f
|
Updated TODO
|
2011-04-13 03:11:51 -04:00 |
|
Roberto Rosario
|
0b10b43959
|
Added view to add or remove user to a specific role
|
2011-04-13 02:56:19 -04:00 |
|
Roberto Rosario
|
14e4396dbd
|
Updated the jQuery packages with the web_theme app to version 1.5.2
|
2011-04-12 22:43:05 -04:00 |
|
Roberto Rosario
|
9ffce6399e
|
Used document MIME type when downloading otherwise use 'application/octet-stream' if none
|
2011-04-11 22:32:26 -04:00 |
|
Roberto Rosario
|
c6b5f7351e
|
If mime detection fails set mime type to '' instead of 'unknown'
|
2011-04-11 22:27:50 -04:00 |
|
Roberto Rosario
|
5ab9031101
|
Updated README
|
2011-04-11 22:27:29 -04:00 |
|
Roberto Rosario
|
e8086904d5
|
Fixed document download in FireFox for documents containing spaces in the filename
|
2011-04-11 22:18:25 -04:00 |
|
Roberto Rosario
|
524115de64
|
PEP8 cleanups
|
2011-04-11 12:18:35 -04:00 |
|
Roberto Rosario
|
95f17a4307
|
Fixed typo
|
2011-04-11 12:05:49 -04:00 |
|
Roberto Rosario
|
c3470f2d8b
|
Missed two changes related to the last commit
|
2011-04-11 10:25:48 -04:00 |
|
Roberto Rosario
|
d855280a18
|
Made AVAILABLE_INDEXING_FUNCTION setting a setting of the documents app instead of the filesystem_serving app
|
2011-04-11 10:19:10 -04:00 |
|
Roberto Rosario
|
40fd8c9398
|
Optimized document metadata query and display
|
2011-04-08 16:58:04 -04:00 |
|
Roberto Rosario
|
6b67cff5d7
|
Changed the way document page count is parsed from the graphics backend, fixing issue #7
|
2011-04-08 03:29:48 -04:00 |
|
Roberto Rosario
|
71a3c218f4
|
PEP8, pylint and django-lint cleanups
|
2011-04-08 02:09:39 -04:00 |
|
Roberto Rosario
|
1b6806f7d1
|
PEP8 cleanups
|
2011-04-08 01:31:39 -04:00 |
|
Roberto Rosario
|
61fb876a81
|
PEP8 and Pylint cleanups
|
2011-04-07 17:21:15 -04:00 |
|
Roberto Rosario
|
d54fd98ec5
|
Finished adding language specific ocr cleanup code
|
2011-04-07 12:23:26 -04:00 |
|
Roberto Rosario
|
d86c521858
|
Merge branch 'master' into ocr_cleanup
|
2011-04-07 11:28:27 -04:00 |
|
Roberto Rosario
|
72fffb99f2
|
Redirect user to the website entry point if already logged and lands in the login template
|
2011-04-07 11:27:16 -04:00 |
|
Roberto Rosario
|
d1ff305a3f
|
Initial commit for the ocr_cleanup branch
|
2011-04-07 04:07:59 -04:00 |
|
Roberto Rosario
|
cea79ea240
|
When deleting staging file, it's cached preview is also deleted
|
2011-04-06 16:54:33 -04:00 |
|
Roberto Rosario
|
b1062c4586
|
Moved staging file preview creation logic from documents.views to staging.py
|
2011-04-06 16:15:52 -04:00 |
|
Roberto Rosario
|
d1eb09713d
|
Fixed staging file filename regression
|
2011-04-06 15:51:33 -04:00 |
|
Roberto Rosario
|
5284f273d7
|
Updated staging files previews to use sendfile instead of serve_file
|
2011-04-06 15:23:17 -04:00 |
|
Roberto Rosario
|
7e36064909
|
Changed from using SimpleUploadedFile class to stream file to the simpler File class wrapper
|
2011-04-06 15:13:37 -04:00 |
|
Roberto Rosario
|
2ab38522fd
|
PEP8 fixes
|
2011-04-06 15:04:29 -04:00 |
|
Roberto Rosario
|
f66c8ec6e2
|
Fixed error and some warning returned by pylint
|
2011-04-05 00:04:11 -04:00 |
|
Roberto Rosario
|
283df926d1
|
Made automatic OCR a function of the OCR app and not of Documents app (via signals)
Renamed setup option DOCUMENT_AUTOMATIC_OCR to OCR_AUTOMATIC_OCR
|
2011-04-04 15:36:00 -04:00 |
|
Roberto Rosario
|
664ece7a60
|
Added a new setup option: FILESYSTEM_INDEXING_AVAILABLE_FUNCTIONS - a dictionary to allow users to add custom functions
|
2011-04-04 14:58:36 -04:00 |
|
Roberto Rosario
|
fcc8b0cfe4
|
Updated TODO
|
2011-04-04 14:56:28 -04:00 |
|
Roberto Rosario
|
1d48325a92
|
Clear node name when requeueing a document for OCR
|
2011-04-04 09:24:25 -04:00 |
|
Roberto Rosario
|
1a3ead157e
|
Updated ChangeLog
|
2011-04-01 02:58:35 -04:00 |
|
Roberto Rosario
|
c2ba7eaf1d
|
Spanish translation updates
|
2011-04-01 02:45:27 -04:00 |
|
Roberto Rosario
|
b00335ec36
|
Spanish translation updates
|
2011-04-01 02:38:53 -04:00 |
|
Roberto Rosario
|
2cb6de79ea
|
Added support for editing the metadata of multiple documents at the same time
|
2011-04-01 02:24:45 -04:00 |
|
Roberto Rosario
|
ff9173ac29
|
Raise ImportError and notify user when specifying a non existant converter graphics backend
|
2011-03-31 23:57:24 -04:00 |
|
Roberto Rosario
|
18b9964786
|
Added Graphics magick support by means of user selectable graphic convertion backends
|
2011-03-31 12:23:58 -04:00 |
|
Roberto Rosario
|
c1bb3a90bb
|
Add a user to a default role only when the user is created
|
2011-03-29 11:17:04 -04:00 |
|
Roberto Rosario
|
043f8f3502
|
Fixed issue #4, avoid circular import in permissions/__init__.py
|
2011-03-29 11:04:30 -04:00 |
|
Roberto Rosario
|
7cac524dfb
|
If only one document is deleted, return to document_list view
|
2011-03-28 23:05:20 -04:00 |
|
Roberto Rosario
|
38bd6276be
|
Added total page count to statistics view
|
2011-03-28 13:16:17 -04:00 |
|
Roberto Rosario
|
604cd60255
|
Clear last ocr results when requeueing a document
|
2011-03-25 16:37:30 -04:00 |
|
Roberto Rosario
|
a07b4d0fb3
|
Updated to the latest rosarior/django-sending repository changeset
|
2011-03-25 16:24:45 -04:00 |
|
Roberto Rosario
|
1c00514fa3
|
Added default django-sendfile backend setting
|
2011-03-25 16:24:00 -04:00 |
|
Roberto Rosario
|
daa22f1f36
|
Added support to disable the default scrolling JS code included in web_theme app
|
2011-03-25 16:22:09 -04:00 |
|
Roberto Rosario
|
d9e1043ca3
|
Added django-sendfile to CREDITS
|
2011-03-25 16:20:12 -04:00 |
|
Roberto Rosario
|
eefdfbfa38
|
Added a FAQ entry explaining how to enable x-sendfile support for apache
|
2011-03-24 16:44:59 -04:00 |
|
Roberto Rosario
|
3ecbd0bb74
|
Updated the get_document_image view to use the new sendfile app
|
2011-03-24 16:42:48 -04:00 |
|
Roberto Rosario
|
278d8bcf10
|
Added 3rd party sendfile app
|
2011-03-24 16:40:12 -04:00 |
|