Commit Graph

1447 Commits

Author SHA1 Message Date
Roberto Rosario
c9b6d8411c Update the main app to use the new class based permissions 2011-12-08 16:50:33 -04:00
Roberto Rosario
c5518c222a Update the documents app to use the new class based permissions 2011-12-08 16:49:11 -04:00
Roberto Rosario
24c6f60caf Update the user management app to use the new class based permissions 2011-12-08 16:47:35 -04:00
Roberto Rosario
4474069f01 Update the tagging app to use the new class based permissions 2011-12-08 16:47:06 -04:00
Roberto Rosario
314029fe3d Update the ocr app to use the new class based permissions and remove initialization hack 2011-12-08 16:46:25 -04:00
Roberto Rosario
c000eade4f Update the document comments app to use the new class based permissions 2011-12-08 16:44:54 -04:00
Roberto Rosario
43cf4b37b0 Update the linking app to the new class based permissions 2011-12-08 16:43:30 -04:00
Roberto Rosario
6bf9b83412 Update the folders app to the new class based permissions 2011-12-08 16:42:58 -04:00
Roberto Rosario
bf7dea399f Update sources app to use the new class based permissions 2011-12-08 16:37:39 -04:00
Roberto Rosario
7de54a8102 Update metadata app to use the new class based permissions 2011-12-08 16:37:11 -04:00
Roberto Rosario
3ec2c05f25 Convert history app to use the new class based permissions 2011-12-08 16:36:39 -04:00
Roberto Rosario
e5e2117771 Update document indexing app to the new class based permissions 2011-12-08 16:36:09 -04:00
Roberto Rosario
563a1d176f Update permission app to the new class based permissions 2011-12-08 16:35:26 -04:00
Roberto Rosario
8c7d06aa10 Merge branch 'development' into feature/ACL_support 2011-12-07 16:09:45 -04:00
Roberto Rosario
f6717e0eb0 Merge branch 'feature/italian_translation' into development 2011-12-07 15:56:33 -04:00
Roberto Rosario
18cc876da8 Add Pierpaolo Baldan to the contributors file, sort translator by language 2011-12-07 15:54:53 -04:00
Roberto Rosario
cf3e07d728 Initial Italian language sync 2011-12-07 15:53:04 -04:00
Roberto Rosario
9daa442e71 Add Italian to the language selection list 2011-12-07 15:52:18 -04:00
Roberto Rosario
6c8e20e783 Add Italian language to the language helper scripts 2011-12-07 15:51:54 -04:00
Roberto Rosario
e6ae00d357 Update Transifex configuration file to add the Italian language resources 2011-12-07 15:51:28 -04:00
Roberto Rosario
30f668b876 Fix statistics 2011-12-07 04:51:50 -04:00
Roberto Rosario
bae50b33d6 Merge branch 'release/v0.11.1' into development 2011-12-07 04:35:12 -04:00
Roberto Rosario
56b22a8115 Bump version to 0.11.1 2011-12-07 04:34:48 -04:00
Roberto Rosario
76aced48e8 Improve post metadata set delete redirection 2011-12-07 04:31:59 -04:00
Roberto Rosario
5f3656c43f Call the correct gpg method 2011-12-07 04:23:02 -04:00
Roberto Rosario
6bf8a3df10 Fix document delete regresion 2011-12-07 04:22:34 -04:00
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
0439e0edf7 Merge branch 'development' into feature/ACL_support
Conflicts:
	requirements/development.txt
	requirements/production.txt
	urls.py
2011-12-05 16:01:21 -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