Commit Graph
7599 Commits
Author SHA1 Message Date
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
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 f97c43b243 Updated TODO 2011-03-23 16:46:38 -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 1e66c77cf6 Invalid page numbers now raise Http404, not found 2011-03-23 16:23:00 -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 bc181c703d Updated Changelog 2011-03-22 04:27:33 -04:00
Roberto Rosario 4589cd4506 Updated TODO 2011-03-22 04:27:22 -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 ecaa2a1114 Updated Changelog 2011-03-22 01:00:23 -04:00
Roberto Rosario abe64ff102 Updated TODO 2011-03-22 00:59:15 -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 ed772c6ebb Updated Changelog 2011-03-21 01:01:54 -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 99ae77f573 Updated Changelog 2011-03-19 03:45:21 -04:00
Roberto Rosario c1edf145c3 Updated TODO 2011-03-19 03:40:59 -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