Commit Graph

381 Commits

Author SHA1 Message Date
Roberto Rosario
facfc68fc6 Merged the 'new document page view' 2011-04-14 23:33:51 -04:00
Roberto Rosario
58e4e611e2 Implemented detail form readonly fields the correct way, this fixes copy & paste issues with Firefox 2011-04-14 23:05:57 -04:00
Roberto Rosario
6a83f36770 Replaced page break text with page number when displaying document content 2011-04-14 17:49:51 -04:00
Roberto Rosario
af34a5ec5a Fixed document description editing 2011-04-14 15:38:33 -04:00
Roberto Rosario
fd0781eb31 Added the SIDE_BAR_SEARCH setting option to the settings view 2011-04-14 15:35:15 -04:00
Roberto Rosario
d54696c5bf Changed document_missing_list from url to view resolution 2011-04-13 11:48:35 -04:00
Roberto Rosario
bff724176f Catch ZeroDivisionError exceptin in pretty_size function 2011-04-13 11:47:27 -04:00
Roberto Rosario
f87beff00e Fixed Non-ASCII character error in the English OCR cleanup backend 2011-04-13 03:26:55 -04:00
Roberto Rosario
6b5a17af39 Made English the default language for Tesseract if none is specified 2011-04-13 03:25:45 -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
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
1d48325a92 Clear node name when requeueing a document for OCR 2011-04-04 09:24:25 -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
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
3ecbd0bb74 Updated the get_document_image view to use the new sendfile app 2011-03-24 16:42:48 -04:00
Roberto Rosario
8f82c82825 Added small optimizations 2011-03-24 14:19:17 -04:00