Commit Graph

1397 Commits

Author SHA1 Message Date
Roberto Rosario
bee7567327 Catch the correct exception KeyImportError and not KeyFetchingError 2011-12-06 23:40:20 -04:00
Roberto Rosario
b20369f694 Merge branch 'release/v0.11' into development 2011-12-06 03:32:44 -04:00
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
ac1c1ff6a4 Documentation update 2011-12-06 03:22:14 -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
fb3da99a02 Merge branch 'feature/detached_signatures' into development 2011-12-06 01:51:20 -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
a41372f6e7 Remove CACHE dicctionary from repository, didn't fix problem with compressor + DjangoZoom 2011-12-05 22:48:17 -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
acf61bbb27 Disable django-compress 2011-12-05 15:27:31 -04:00
Roberto Rosario
811d5c4e94 Add CACHE directory to repository in hopes this fixed the problem with DjangoZoom & django-compressor 2011-12-05 15:20:10 -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
4ff13e768a Merge branch 'hotfix/0.10-hotfix2' 2011-12-05 15:01:07 -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
0d3d6f75b1 Merge branch 'hotfix/v0.10-hf1' 2011-12-05 14:42:05 -04:00
Roberto Rosario
52a8fca5d9 Bump version to 0.10.1 2011-12-05 14:41:46 -04:00
Roberto Rosario
068b24b4cc Update documentation 2011-12-05 14:41:28 -04:00
Roberto Rosario
42e622b8d0 Update requirements to include new django-compressor version 2011-12-05 14:41:05 -04:00
Roberto Rosario
1a973723f2 Fix typo 2011-12-05 14:21:17 -04:00
Roberto Rosario
882e935311 Add the django_gpg to the list of transifex resources 2011-12-05 13:55:46 -04:00
Roberto Rosario
3b943af6d8 Update translation files 2011-12-05 13:55:33 -04:00
Roberto Rosario
5464ee2544 Updated language script to include django_gpg app 2011-12-05 13:55:04 -04:00
Roberto Rosario
0adcf584f3 Update text mapping to avoid ugettext from complaining 2011-12-05 13:40:25 -04:00
Roberto Rosario
afc85bf1f1 Merge branch 'feature/signing_tool_views' into development 2011-12-05 13:38:23 -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
7e5be301cd Add 'python-hkp' to the requirements 2011-12-05 13:35:56 -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
b5a7321f75 Merge branch 'feature/embedded_signature_handling' into development 2011-12-05 06:56:47 -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
a4127f39ff Merge branch 'feature/fix_print' into development 2011-12-04 02:44:52 -04:00