Commit Graph

603 Commits

Author SHA1 Message Date
Roberto Rosario
ab68c696e2 Added loading spinner animation 2011-04-27 12:21:46 -04:00
Roberto Rosario
7a6225f77f Added per app version display tag 2011-04-27 09:34:25 -04:00
Roberto Rosario
53985dc9f8 Added no-parent-history class to document page links so that iframe clicking doesn't affect the parent window history
Fixes back button issue on Chrome 9 & 10
2011-04-27 09:21:00 -04:00
Roberto Rosario
d7f483c6f6 Changed the previewing and deleting staging files views to required DOCUMENT_CREATE permission 2011-04-27 08:03:51 -04:00
Roberto Rosario
bfa70f114b Converted app cleanups, document pre-cache, magic number removal 2011-04-26 15:02:27 -04:00
Roberto Rosario
df60924ebb Implement local task locking using Django locmem cache backend 2011-04-25 16:41:42 -04:00
Roberto Rosario
cd77a8ffdf Fixed OCR's active node list view when there are no active nodes 2011-04-25 16:40:33 -04:00
Roberto Rosario
4ed5c8f54c Disabled CELERY_DISABLE_RATE_LIMITS by default 2011-04-25 16:39:54 -04:00
Roberto Rosario
f155c0725b Prevented undefined variable use 2011-04-25 12:39:09 -04:00
Roberto Rosario
425e4a0086 Fix document previews 2011-04-25 11:33:16 -04:00
Roberto Rosario
f88b011365 Quick update to fix staging file previews 2011-04-25 10:56:04 -04:00
Roberto Rosario
a7be566f50 Added OCR view displaying all active OCR tasks from all cluster nodes 2011-04-25 02:17:13 -04:00
Roberto Rosario
386d51e324 Updated TODO 2011-04-25 02:16:59 -04:00
Roberto Rosario
908183fad9 Merged two for loops, and make it so a processing document in a multi select doesn't abort the re-queueing 2011-04-24 04:48:42 -04:00
Roberto Rosario
d33ced5e34 Make sure processing documents cannot be deleted 2011-04-24 04:42:49 -04:00
Roberto Rosario
c505dad667 Fixed active task checking logic 2011-04-24 04:41:53 -04:00
Roberto Rosario
06900f7cd9 Fixed typo from previous PEP8 cleanup 2011-04-24 04:34:51 -04:00
Roberto Rosario
700bd7071c Removed redundant tranformation calculation 2011-04-24 04:08:02 -04:00
Roberto Rosario
b2d0f7c310 Added doc extension to office document format list 2011-04-24 03:59:36 -04:00
Roberto Rosario
947a9ea3e6 Moved transformation string compilation to model 2011-04-24 03:59:19 -04:00
Roberto Rosario
5b5a90100c flake8 cleanups 2011-04-23 23:03:56 -04:00
Roberto Rosario
202bde555b Removed unused imports 2011-04-23 22:49:06 -04:00
Roberto Rosario
5d834b6f5e Updated Changelog 2011-04-23 22:48:46 -04:00
Roberto Rosario
fe4ff2c035 Do not redefine imported slugify function 2011-04-23 22:47:49 -04:00
Roberto Rosario
a7fb94e208 Updated TODO 2011-04-23 22:37:19 -04:00
Roberto Rosario
333c2d489d Avoid duplicates in recent document list 2011-04-23 22:27:24 -04:00
Roberto Rosario
ba8e8b8c99 Added sample configuration files for supervisor and apache under contrib/ 2011-04-23 22:22:00 -04:00
Roberto Rosario
46ec25b139 Added initial support for converting office documents (only ods and docx tested) 2011-04-23 22:20:30 -04:00
Roberto Rosario
221049100c Improved document convertion API 2011-04-23 19:42:15 -04:00
Roberto Rosario
3de2969ec5 Improved unkwnown format detection in the graphicsmagick backend 2011-04-23 19:41:51 -04:00
Roberto Rosario
87c8b26270 Streamlined document preview serving 2011-04-23 19:41:15 -04:00
Roberto Rosario
5306a3e474 Added the OCR_QUEUE_PROCESSING_INTERVAL setting to the settings tab view 2011-04-23 05:53:36 -04:00
Roberto Rosario
c18316d3bf Added detection and reset of orphaned ocr documents being left as 'processing' when celery dies 2011-04-23 05:40:24 -04:00
Roberto Rosario
ebdcede59f Made the queue processing interval configurable by means of a new setting: OCR_QUEUE_PROCESSING_INTERVAL 2011-04-23 05:38:59 -04:00
Roberto Rosario
ad9858bc17 Updated TODO 2011-04-23 05:37:01 -04:00
Roberto Rosario
75bed35d2c Fixed an error introduced in the last PEP8 cleanup 2011-04-23 05:36:17 -04:00
Roberto Rosario
2d24651189 Changed the ocr queue processing task from a Class to a function 2011-04-23 04:53:50 -04:00
Roberto Rosario
84ef3d5aca Added link to close all notifications with one click 2011-04-23 04:49:52 -04:00
Roberto Rosario
5d7587bb1a Improved visual appearance of messages by displaying them outside the main form 2011-04-23 03:23:01 -04:00
Roberto Rosario
70c3c5e948 Removed the obsolote DOCUMENTS_GROUP_MAX_RESULTS setting option 2011-04-23 02:53:13 -04:00
Roberto Rosario
2a744cefea PEP8, pylint cleanups and removal of relative imports 2011-04-23 02:49:07 -04:00
Roberto Rosario
4625e5d792 Made page image label translatable 2011-04-22 08:22:13 -04:00
Roberto Rosario
c2d27a231e Reorganized page detail icons 2011-04-22 08:21:52 -04:00
Roberto Rosario
482178e2c8 Display the metadata group numeric total in the metadata group form title 2011-04-22 08:07:47 -04:00
Roberto Rosario
21e0922efc Reduced the document pages widget size 2011-04-22 08:07:18 -04:00
Roberto Rosario
7b091b9820 Reduced the metadata group widget height 2011-04-22 07:54:25 -04:00
Roberto Rosario
d81e784167 Added support for metadata group actions 2011-04-22 07:36:35 -04:00
Roberto Rosario
f3faf00315 Only add a prefix to the submit button if a form prefix has been specified 2011-04-22 07:35:30 -04:00
Roberto Rosario
024abf4efb Made metadata group generation a manager function of the MetadataGroup model 2011-04-22 06:15:18 -04:00
Roberto Rosario
5e08662965 Increased permissions app permission's label field size 2011-04-22 03:27:58 -04:00