Commit Graph
115 Commits
Author SHA1 Message Date
Roberto Rosario 06bf7e8c50 Removed unused css import 2011-05-11 23:45:31 -04:00
Roberto Rosario 28b6c61876 Fixed the 12 columns grid widths, minified the css and remove unused fixed width 960 grid 2011-05-11 23:42:52 -04:00
Roberto Rosario 2162e99543 Finished converting project to the new subtemplate rendering 2011-05-11 22:08:52 -04:00
Roberto Rosario e3db8141ef Bumped version to 0.6 2011-05-08 04:17:14 -04:00
Roberto Rosario 5a156bf23d Added group creation, editing, delete support to the user management app; fixed namespace permission checking 2011-05-08 03:38:51 -04:00
Roberto Rosario 9e61213241 Created new smart_settings app and move everything related to app settings to it 2011-05-07 01:32:02 -04:00
Roberto Rosario 7f2c563192 Converted whole project to a smarter method of defining app settings 2011-05-07 01:15:40 -04:00
Roberto Rosario 7469fe991f Made the OCR cache backend used for locking configurable, move ocr locking to queued document from periodic task, added again a random delay fallback in case no cache backend is used 2011-05-06 15:31:49 -04:00
Roberto Rosario 472a55f5f3 Updated Spanish translation 2011-05-06 13:42:09 -04:00
Roberto Rosario 07e9b12e78 flake8 cleanups, ununsed imports and variables cleanup, changed register_diagnostics to use reverse_lazy instead of reverse 2011-05-06 10:39:54 -04:00
Roberto Rosario c40b3eec66 Allow pop up window named to be specified by view 2011-05-06 02:58:33 -04:00
Roberto Rosario c44a1f947c Added document printing support 2011-05-06 00:46:33 -04:00
Roberto Rosario 9dce568ac2 Updates the link displaying template to use conditional link display, updated admin and sentry link to use conditional display, updated main and secondary navigation to use the generic navigation template 2011-05-04 00:25:34 -04:00
Roberto Rosario 22516a91b5 Updated tools view to limit the tools a user can access by means of permission checking 2011-05-04 00:22:51 -04:00
Roberto Rosario 76b67b90e5 Fixed diagnostics template to correctly render the <li> HTML tag 2011-05-04 00:20:29 -04:00
Roberto Rosario 438e8c89a9 Refactored the tools menu and added method for apps to register tools themselves 2011-05-03 21:58:55 -04:00
Roberto Rosario d58d70623d Moved return_type function to common.utils 2011-05-03 20:14:40 -04:00
Roberto Rosario a05c622af6 Added user management app (create, edit, delete users) 2011-05-02 01:05:28 -04:00
Roberto Rosario f65dbb46f7 Bumped version to 0.5.1 2011-04-30 02:34:12 -04:00
Roberto Rosario c99764b486 Updated so that loading spinner is displayed always 2011-04-29 04:53:24 -04:00
Roberto Rosario a403c02cd3 Bumped version to 0.5 2011-04-28 01:28:51 -04:00
Roberto Rosario 20dadafd61 Message tweaks and translation updates 2011-04-27 14:44:46 -04:00
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 5b5a90100c flake8 cleanups 2011-04-23 23:03:56 -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 5306a3e474 Added the OCR_QUEUE_PROCESSING_INTERVAL setting to the settings tab view 2011-04-23 05:53:36 -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 6cdebb3910 Added the configuration option CONVERTER_GM_SETTINGS to pass GraphicsMagicks specific commands the the GM backend 2011-04-22 02:20:45 -04:00
Roberto Rosario 5b4b281791 Added interactive document page view rotation support 2011-04-21 23:58:41 -04:00
Roberto Rosario 47a9f699fd Added DOCUMENTS_ZOOM_PERCENT_STEP, DOCUMENTS_ZOOM_MAX_LEVEL, DOCUMENTS_ZOOM_MIN_LEVEL configuration options to allow detailed zoom control 2011-04-21 23:27:05 -04:00
Roberto Rosario dc08f96414 Spanish translation updates 2011-04-21 04:36:40 -04:00
Roberto Rosario 6c6cf81792 Added grab-scroll to document page view 2011-04-20 23:38:47 -04:00
Roberto Rosario e09c524239 Added form header navigation support 2011-04-20 22:37:58 -04:00
Roberto Rosario ea25872cbc Improved double submit prevention 2011-04-20 04:45:21 -04:00
Roberto Rosario d0c2e6fd56 Removed the obsolete DOCUMENTS_TRANFORMATION_PREVIEW_SIZE and DOCUMENTS_GROUP_SHOW_THUMBNAIL setting options 2011-04-20 02:52:11 -04:00
Roberto Rosario 2843e14dc3 Made the form display on the setup view display the function's docstring by default 2011-04-20 02:46:37 -04:00
Roberto Rosario e7c580f1a8 Changed the side bar document grouping with carousel style document grouping form widget 2011-04-20 02:45:51 -04:00
Roberto Rosario f12ff22a84 Disabled submit buttons and any buttons when during a form submit 2011-04-19 20:20:09 -04:00
Roberto Rosario 5084f7c871 Added support for per-view side bar templates 2011-04-18 04:30:36 -04:00
Roberto Rosario 78ff5f8584 Added support for listing the most recent accessed documents per user 2011-04-17 05:12:12 -04:00
Roberto Rosario eaaaa5b645 Added support for the command line program pdftotext from the poppler-utils packages to extract text from PDF documents without doing OCR 2011-04-15 23:59:52 -04:00
Roberto Rosario e8b23b48a2 Fixed diagnostics url resolution 2011-04-15 00:04:06 -04:00
Roberto Rosario eb5e53f5f0 Made sure the side bar search form submit title doesn't change 2011-04-14 23:35:13 -04:00
Roberto Rosario facfc68fc6 Merged the 'new document page view' 2011-04-14 23:33:51 -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 524115de64 PEP8 cleanups 2011-04-11 12:18:35 -04:00
Roberto Rosario 95f17a4307 Fixed typo 2011-04-11 12:05:49 -04:00