Commit Graph

342 Commits

Author SHA1 Message Date
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
Roberto Rosario
69f2cb1fa4 Removed the 'exists' column in document list view, this diagnostics superceded this 2011-03-24 13:19:16 -04:00
Roberto Rosario
f417344758 Introduce a random delay to each node to further reduce the chance of a race condition, until row locking can be implemented or is implemented by Django 2011-03-23 17:03:00 -04:00
Roberto Rosario
9765a7f607 Added an additional check to lower the chance of OCR race conditions between nodes 2011-03-23 16:45:49 -04:00
Roberto Rosario
a3fbe7f896 Allow OCR requeue of pending documents 2011-03-23 15:45:50 -04:00
Roberto Rosario
0f1526f3d8 Allow deletion of non existing documents from OCR queue 2011-03-23 09:51:54 -04:00
Roberto Rosario
e11a92888c Removed custom IE9 html tag 2011-03-23 05:32:56 -04:00
Roberto Rosario
1ff7c60ecd Fixed the issue of the strip spaces middleware with downloads 2011-03-23 05:30:37 -04:00
Roberto Rosario
3cb0f37b5b Made the concurrent ocr code more granular, per node, every node can handle different amounts of concurrent ocr tasks 2011-03-22 04:17:48 -04:00
Roberto Rosario
d0942a203b Reimplemented OCR delay code, only delay new document 2011-03-22 03:46:34 -04:00
Roberto Rosario
f9ab61647e Reduced default delay time 2011-03-22 03:43:18 -04:00
Roberto Rosario
800dc28938 Small optimization 2011-03-22 03:42:21 -04:00
Roberto Rosario
8f6fac0bae Removed old disabled code 2011-03-22 03:38:58 -04:00
Roberto Rosario
70e5e4c470 Moved navigation code to its own app 2011-03-22 00:54:43 -04:00
Roberto Rosario
75dc4c84b3 Removed old code 2011-03-21 18:49:34 -04:00
Roberto Rosario
545adac2e5 Removed debug code 2011-03-21 18:48:51 -04:00
Roberto Rosario
75324ce581 Disabled single OCR document action as multple actions are now enabled by default 2011-03-21 16:32:01 -04:00
Roberto Rosario
5d9302e583 Added multi ocr queued document delete support 2011-03-21 16:29:04 -04:00
Roberto Rosario
bef40d958e Added OCR multi document re-queue support 2011-03-21 16:19:19 -04:00
Roberto Rosario
bbcc0ead65 * Added a new option OCR_REPLICATION_DELAY to allow the storage some time for replication before attempting to do OCR to a document 2011-03-21 12:24:42 -04:00
Roberto Rosario
447b2f2817 Added a new diagnostics tab under the tools menu 2011-03-21 01:00:56 -04:00
Roberto Rosario
1271037974 Changed document statistic to fetch the id field and not the non existant pk field 2011-03-21 00:59:47 -04:00
Roberto Rosario
0021ec7117 Removed unneeded {% load %} 2011-03-21 00:58:49 -04:00
Roberto Rosario
31d1641fa4 Added simple statistics page (total used storage, total docs, etc) 2011-03-20 04:35:21 -04:00
Roberto Rosario
e49b47bbec Changed message logic so that a message is displayed per document and not per document group 2011-03-19 03:39:11 -04:00
Roberto Rosario
a1aa42c796 Forgot to add the multi_select_as_buttons context variable 2011-03-19 03:38:45 -04:00
Roberto Rosario
13400c5e58 Implemented button based multi item actions 2011-03-18 17:13:29 -04:00
Roberto Rosario
6a9db45cf1 Added multi document delete 2011-03-18 15:01:02 -04:00
Roberto Rosario
af7ae23eed Used new variable form_hide_required_text to hide multi item action form's "(required)" text 2011-03-18 14:18:48 -04:00
Roberto Rosario
6f90cee824 Added new context variable form_hide_required_text for hide the word "(required)" from selected forms 2011-03-18 14:15:13 -04:00
Roberto Rosario
b4a475cac2 Changed <div> tags to <span> for correctness 2011-03-18 13:56:42 -04:00
Roberto Rosario
001491f93b Final changes to implement multi document actions 2011-03-18 13:22:54 -04:00
Roberto Rosario
102026a169 Merge branch 'master' into multi 2011-03-18 10:22:41 -04:00
Roberto Rosario
12eea963c2 Try to get IE9 NOT to use compatibility mode 2011-03-16 17:25:32 -04:00
Roberto Rosario
fe2c031dfb Added missing alt attribute 2011-03-16 17:04:18 -04:00
Roberto Rosario
f039f1b842 Removed unneeded HTML class and style 2011-03-16 17:01:37 -04:00
Roberto Rosario
4f8c34dd2d Put span inside <td> tag instead the other way around 2011-03-16 16:45:03 -04:00
Roberto Rosario
33089ccd08 Don't display an error for the thumbnail of non existant documents 2011-03-16 16:37:30 -04:00
Roberto Rosario
384bdf1af6 Added HTML validation fixes 2011-03-16 16:36:41 -04:00
Roberto Rosario
f648aa21a1 Merge remote branch 'origin/master' into multi 2011-03-16 08:16:22 -04:00