Commit Graph
4808 Commits
Author SHA1 Message Date
Roberto Rosario 9988a8f543 Invalidate cached values on reentry, added logging 2011-11-22 05:06:41 -04:00
Roberto Rosario f8dbfc068a Added random named pipe support to the OfficeConverter pipe method 2011-11-22 01:22:59 -04:00
Roberto Rosario a6a00cbc15 Document image serving uses now a fixed mimetype provided by converter.DEFAULT_FILE_FORMAT_MIMETYPE to help browser rendering 2011-11-22 00:57:54 -04:00
Roberto Rosario 4e8f2c370b Initial REST API version 0 alpha 2011-11-22 00:56:56 -04:00
Roberto Rosario ffcaec1e91 Updated web app theme to point to the new jquery version 2011-11-22 00:56:09 -04:00
Roberto Rosario 68ded2e4fc Upgraded jquery to version 1.7 2011-11-22 00:55:41 -04:00
Roberto Rosario c598e4ceb3 Instantiate OfficeConverter just once 2011-11-21 08:22:00 -04:00
Roberto Rosario 9212a7027f Merge branch 'feature/improved_office_doc_support' into development 2011-11-21 06:28:30 -04:00
Roberto Rosario e9ff82f696 Corrected multi exception line format in document_html_widget 2011-11-21 06:27:50 -04:00
Roberto Rosario 3f33924d4a Updated document mode to pass the document mimetype when calling convert to avoid a chain of mimetype detections 2011-11-21 06:24:19 -04:00
Roberto Rosario bd24353886 Updated office converter to accept a mimetype argument to avoid yet another file mimetype detection 2011-11-21 06:14:07 -04:00
Roberto Rosario 2bae05f39c Updated the convert app api to reuse the office converter detected mimetype 2011-11-21 05:50:34 -04:00
Roberto Rosario a0218ecb92 Updated the office converter to use mimetype_only argument of the mimetype app and to store the detected mimetype for future use 2011-11-21 05:48:48 -04:00
Roberto Rosario 60ae0a77c1 Update the argument list of the other converter backend so that the mimetype arg doesn't raise errors 2011-11-21 05:47:27 -04:00
Roberto Rosario 244cbc9911 Added icon for the page count update view 2011-11-21 05:47:01 -04:00
Roberto Rosario eacd7837b2 Updated the python conveter backend to use the new mimetype_only argument of get_mimetype and to accept a mimetype argument from the caller thus skipping mimetype detection at all resulting in another slight speedup 2011-11-21 05:45:55 -04:00
Roberto Rosario 7139989649 Added a mimetype_only=False argument to the get_mimetype method to skip detecting the encoding when not needed resulting in a slight speedup 2011-11-21 05:43:47 -04:00
Roberto Rosario 21927c00bb Updated the ocr and document indexing apps to the new maintenante register function 2011-11-21 05:42:53 -04:00
Roberto Rosario 436ad2c3fe Added a new view to update the page count of previously uploaded documents 2011-11-21 05:41:48 -04:00
Roberto Rosario a9d211f32f Added size and page_count properties to the document model 2011-11-21 05:40:41 -04:00
Roberto Rosario 8b6d1d7859 Updated register_maintenance_links to support more than one link per app 2011-11-21 05:40:00 -04:00
Roberto Rosario e8f62874dd Updated generic_config template to store the views' previous url 2011-11-21 05:38:35 -04:00
Roberto Rosario 9b95201b4d Moved project wide schedule instance to the runtime.py file 2011-11-21 05:38:05 -04:00
Roberto Rosario e4b9b135da Added new configuration option CONVERTER_UNOCONV_USE_PIPE to let uniconv use pipes instead of ports to call libreoffice 2011-11-21 02:48:29 -04:00
Roberto Rosario e590cb041c Finished office converter using MIME type detection 2011-11-21 02:47:52 -04:00
Roberto Rosario 67b3e19031 Initial commit of the new office converter class 2011-11-20 02:48:34 -04:00
Roberto Rosario 91203a9593 Merged all document widget generation code into one place 2011-11-19 03:59:09 -04:00
Roberto Rosario c468ca93d6 Merge branch 'feature/document_group_move' into development 2011-11-19 02:02:24 -04:00
Roberto Rosario fbad8375b3 Finished converting grouping app to the linking app 2011-11-19 02:01:55 -04:00
Roberto Rosario d358bd991a Close possible security hole by not trusting user input when saving smart link conditions 2011-11-19 01:06:34 -04:00
Roberto Rosario d422dfaa1a Merge branch 'feature/document_grouping_setup' into development 2011-11-18 23:30:28 -04:00
Roberto Rosario ad53632f7f Added smart linking setup help 2011-11-18 23:29:40 -04:00
Roberto Rosario 7a32eccc19 More document grouping rename updates 2011-11-18 23:29:19 -04:00
Roberto Rosario 9f4112187e Further document grouping rename 2011-11-18 23:08:01 -04:00
Roberto Rosario 8b14cf0df5 Finished adding CRUD views for document groupping and document groupping items, started naming change to smart links and smart link conditions 2011-11-18 21:03:08 -04:00
Roberto Rosario 1f784aa6b0 Started the rename of the document grouping app to smart linking 2011-11-18 18:29:59 -04:00
Roberto Rosario 96e92b296e Improved POST redirect default url from None to '/' 2011-11-17 23:23:18 -04:00
Roberto Rosario 3934b4c535 Add the document grouping setup url to the project setup menu link child urls list 2011-11-17 23:22:33 -04:00
Roberto Rosario fa4a13668b Added views to create, list and delete document groups via the project setup 2011-11-17 23:21:56 -04:00
Roberto Rosario b5ae16b4d0 Merge branch 'hotfix/v0.9.1' into development 2011-11-15 07:10:30 -04:00
Roberto Rosario 484502a717 Merge branch 'hotfix/v0.9.1' 2011-11-15 07:10:25 -04:00
Roberto Rosario 807f8a79b3 Bumped version to 0.9.1 2011-11-15 07:09:58 -04:00
Roberto Rosario c6b555be82 Updated changelog 2011-11-15 07:09:47 -04:00
Roberto Rosario 592cd373a7 Updated FAQ adding solution to the mysql non utf-8 collation issue 2011-11-15 07:03:40 -04:00
Roberto Rosario 946e4fcf50 Handle percent encoded unicode query strings in search URL 2011-11-15 06:34:59 -04:00
Roberto Rosario f0ad541d17 Merge branch 'development' 2011-11-09 07:50:31 -04:00
Roberto Rosario 2adb95f9d1 Updated document version number 2011-11-09 07:50:13 -04:00
Roberto Rosario 9a179ad7aa Merge branch 'release/Version_0.9.0' 2011-11-07 15:53:50 -04:00
Roberto Rosario 4d14806991 Bumped version to 0.9.0 2011-11-07 15:50:54 -04:00
Roberto Rosario 2a40c5d123 Updated changelog 2011-11-07 15:50:20 -04:00