Commit Graph

1101 Commits

Author SHA1 Message Date
Roberto Rosario
f7776b3300 Bumped version to 0.11 2011-12-06 03:32:32 -04:00
Roberto Rosario
d6a62feefa Home screen translation update 2011-12-06 03:30:27 -04:00
Roberto Rosario
4cc0ff3386 Added home template text 2011-12-06 03:30:11 -04:00
Roberto Rosario
265a4c6b1d Translation updates 2011-12-06 02:26:59 -04:00
Roberto Rosario
6b87c8fab1 Remove the filename re use checkbox from the document edit form 2011-12-06 02:05:05 -04:00
Roberto Rosario
197d3b4642 Disable private key views until document signing is implemented 2011-12-06 02:03:33 -04:00
Roberto Rosario
2d015d768e Improve the logic of the signature download conditional disabling 2011-12-06 01:56:39 -04:00
Roberto Rosario
2e829b3be4 Add views to upload and download detached signatures 2011-12-06 01:51:00 -04:00
Roberto Rosario
755d140132 Add detached signature support to the django_gpg API 2011-12-06 01:50:38 -04:00
Roberto Rosario
11edaaf4e7 Added signature file to the document model and the related method to add, verify and open the signature file 2011-12-06 01:49:45 -04:00
Roberto Rosario
2b6530d9d3 Use cStringIO whenever possible 2011-12-05 22:49:24 -04:00
Roberto Rosario
7d604322ac Merge branch 'master' into development
Conflicts:
	apps/main/__init__.py
2011-12-05 22:47:58 -04:00
Roberto Rosario
fff202e5b4 Bumped version to 0.10-hotfix4 2011-12-05 15:32:24 -04:00
Roberto Rosario
5ec7898c55 Merge branch 'hotfix/0.10-hotfix2' into development
Conflicts:
	apps/main/__init__.py
2011-12-05 15:17:56 -04:00
Roberto Rosario
dd34b9b6dd Bump version to 0.10-hotfix2 2011-12-05 15:00:48 -04:00
Roberto Rosario
d299ec86e3 Fallback to the 'activo' theme during offline compression 2011-12-05 14:59:38 -04:00
Roberto Rosario
623fa8276f Merge branch 'hotfix/v0.10-hf1' into development
Conflicts:
	apps/main/__init__.py
	docs/changelog.rst
2011-12-05 14:46:17 -04:00
Roberto Rosario
52a8fca5d9 Bump version to 0.10.1 2011-12-05 14:41:46 -04:00
Roberto Rosario
1a973723f2 Fix typo 2011-12-05 14:21:17 -04:00
Roberto Rosario
3b943af6d8 Update translation files 2011-12-05 13:55:33 -04:00
Roberto Rosario
0adcf584f3 Update text mapping to avoid ugettext from complaining 2011-12-05 13:40:25 -04:00
Roberto Rosario
553d73020d Add key management view to the setup menu, add keyserver query view, add keyserver key import, add respective icons 2011-12-05 13:37:24 -04:00
Roberto Rosario
8b3e391e05 Change default keyserver 2011-12-05 13:36:47 -04:00
Roberto Rosario
f5211313b7 Dont fetch public keys when creating document version 2011-12-05 13:35:15 -04:00
Roberto Rosario
292d3ffc3d Dont import deprecated 'get_encoding', simplify decrypted data encapsulation 2011-12-05 07:28:02 -04:00
Roberto Rosario
a32b92b5fc Add signature state field to the Document model, update it whenever a new version is added, use it to return the raw or the decrypted content when calling the open method 2011-12-05 06:54:41 -04:00
Roberto Rosario
7ed3b329dc Fix document main menu highlighting 2011-12-05 06:54:03 -04:00
Roberto Rosario
9271ded217 Move signatute state literals to the api module, inspect a document raw content only, display signature type (embedded, detached) 2011-12-05 06:52:51 -04:00
Roberto Rosario
d8f487de7c Move human readable signature state literal from the view to the api module 2011-12-05 06:52:03 -04:00
Roberto Rosario
ba5b54e1aa Add migration to add the signature state field to the Document model 2011-12-05 06:51:26 -04:00
Roberto Rosario
24f443fe1a Improve document version views navigation and active menu feedback 2011-12-04 06:16:37 -04:00
Roberto Rosario
071139c5bf Add document signature verification app 2011-12-04 05:52:09 -04:00
Roberto Rosario
071fed8996 Add new version upload option to use new file filename as the document filename 2011-12-04 03:21:34 -04:00
Roberto Rosario
f5c3fa21d7 Add a size property to the DocumentVersion model 2011-12-04 02:44:08 -04:00
Roberto Rosario
fafadfaca2 Fix document print view 2011-12-04 02:37:11 -04:00
Roberto Rosario
64e73a9c9d Update the 'invalidate_cached_image' to supply a version pk as now required by the version aware 'get_cached_image_name' method 2011-12-04 02:20:44 -04:00
Roberto Rosario
03620f5331 Update the 'find duplicates' view to work with document versions 2011-12-04 02:15:57 -04:00
Roberto Rosario
479e3d5cec Update the REST API call 'is_zoomable' to catch more errors 2011-12-04 02:15:33 -04:00
Roberto Rosario
ae0ecb20a6 Update the 'is_zoomable' api call to be version aware 2011-12-04 02:02:34 -04:00
Roberto Rosario
f0b1f9e6b3 Remove removed code 2011-12-04 02:02:16 -04:00
Roberto Rosario
73950ef750 Disable the revert link for the current version of a document 2011-12-04 02:01:48 -04:00
Roberto Rosario
2d119b853f Update the 'get_document_image' view to be version aware 2011-12-04 02:01:24 -04:00
Roberto Rosario
255cb8eaf2 Updated the smart document widget to be version aware 2011-12-04 02:00:28 -04:00
Roberto Rosario
7de09aae0f Add version support to the document image generation code 2011-12-04 02:00:04 -04:00
Roberto Rosario
2ec134e172 Add document version revert support 2011-12-04 01:11:12 -04:00
Roberto Rosario
c3eaacb6c6 Make document date_added not editable, fix document version delete method, add revert method to document version 2011-12-04 01:10:10 -04:00
Roberto Rosario
aa66085165 Update the document list view, the page update view and the remaining references of 'file_filename' to 'filename' 2011-12-04 00:01:21 -04:00
Roberto Rosario
e6d3453800 Update the linking app to be compatible with the new document versioning fields 2011-12-04 00:00:07 -04:00
Roberto Rosario
43b17456d1 Remove the auto_add_now property from the date_added document field 2011-12-03 23:42:29 -04:00
Roberto Rosario
986b7e39e4 Fix the new version fields in the upload form 2011-12-03 23:37:00 -04:00