Commit Graph

129 Commits

Author SHA1 Message Date
Roberto Rosario
03f799e527 Move documents apps history events to a separate file 2012-06-28 16:03:22 -04:00
Roberto Rosario
341e965d1e Update translation files 2012-06-17 19:14:23 -04:00
Roberto Rosario
1033328e0f Update German language translation files 2012-06-17 19:13:58 -04:00
Roberto Rosario
8ff54449d4 Translation files updates 2012-06-17 18:29:33 -04:00
Roberto Rosario
919254429f Update language source file 2012-06-17 18:11:18 -04:00
Roberto Rosario
4bf6310d1d Only impose check out limitations to non original user and not admin, add checkout limitation overriding permission 2012-06-17 01:08:47 -04:00
Roberto Rosario
4322ac0a02 Add support for selectively blocking new document version uploads when checking out documents 2012-06-15 19:30:08 -04:00
Roberto Rosario
f21a96ae5b Update compiled translation fixes for Italian 2012-05-30 18:37:43 -04:00
Roberto Rosario
b9d88d2859 Sync Italian translation sources from Transifex 2012-05-30 18:35:50 -04:00
Roberto Rosario
b908f5e258 Fix staging file filename hashing not working with unicode filenames 2012-03-04 20:31:09 -04:00
Roberto Rosario
723dbdb7e4 Allow preview and deletion of staging files with either the DOCUMENT_CREATE or NEW_VERSION permissions 2012-02-27 14:45:39 -04:00
Roberto Rosario
ce8fb41301 Russian translation updated (Sergei Glita) 2012-02-27 10:47:31 -04:00
Roberto Rosario
cebb22731c Calculate a staging file id from the hash of its full filepath and not of the contents
Can finally close issue #1
2012-02-25 23:45:48 -04:00
Roberto Rosario
da6d1c474b Update compiled translation files 2012-02-22 16:14:40 -04:00
Roberto Rosario
4e1c8ff0eb Initial Polish translation by mic (https://www.transifex.net/accounts/profile/mic/) 2012-02-22 16:05:53 -04:00
Roberto Rosario
27081240cf Fix PermissionDenied exception import 2012-02-22 14:52:14 -04:00
Roberto Rosario
f484e1a9c3 PEP8 and general cleanups 2012-02-22 11:57:00 -04:00
Roberto Rosario
5bc61ca70e Remove unused test files 2012-02-22 11:55:48 -04:00
Roberto Rosario
ae86d1cd4b Update all apps to register their own children views regular expressions 2012-02-21 15:33:20 -04:00
Roberto Rosario
6eca8b6699 Make staging source preview width a required field 2012-02-14 23:55:47 -04:00
Roberto Rosario
71f9a3171f Display staging file filename as a title when during preview, treat all staging files as a gallery 2012-02-14 23:46:42 -04:00
Roberto Rosario
9f60cffd0a Use the Document model rename method 2012-02-14 16:35:14 -04:00
Roberto Rosario
00e467949f Update metadata and indexes after document is fully created 2012-02-14 15:59:44 -04:00
Roberto Rosario
cc0040a88b Language source files updates, Spanish translation updates 2012-02-12 15:33:26 -04:00
Roberto Rosario
1892225d6f Show currently selected document type in upload views 2012-02-12 15:18:21 -04:00
Roberto Rosario
f19d34cd8c Spanish and Russian language translation updates 2012-02-11 20:30:37 -04:00
Roberto Rosario
028c134bfd The OSError doesn't like unicode text, change it to plain Exception class (Sergei Glita) 2012-02-11 20:05:58 -04:00
Roberto Rosario
0219598912 Fix bug introduced by last commits 2012-02-06 15:03:26 -04:00
Roberto Rosario
eef1114be2 Add transaction rollback 2012-02-06 14:56:27 -04:00
Roberto Rosario
2dfad128e2 Language source and translations updates 2012-02-02 14:56:15 -04:00
Roberto Rosario
d79e86ae30 Only allow compressed files for bulk upload command 2012-01-26 11:37:44 -04:00
Roberto Rosario
266fcc75df Prevent upload error from desynchonizing the database 2012-01-26 11:37:20 -04:00
Roberto Rosario
850c6dd69a Add the options --metadata and --document_type to the bulk uploader 2012-01-26 11:14:22 -04:00
Roberto Rosario
fd19f4502c Merge branch 'development' into feature/bulk_upload
Conflicts:
	apps/sources/models.py
2012-01-26 10:33:08 -04:00
Roberto Rosario
e08c93e88b Add out of process bulk document upload 2012-01-26 10:31:07 -04:00
Roberto Rosario
7d18735882 Improve feedback messages when uploading files 2012-01-25 23:02:42 -04:00
Roberto Rosario
3d0865b93f Fix uploading of compressed files 2012-01-25 23:02:27 -04:00
Roberto Rosario
1d543cdd0a Prevent database corruption on document saving error 2012-01-25 22:35:55 -04:00
Roberto Rosario
8aa56dc11c Fix typo 2012-01-25 21:51:35 -04:00
Roberto Rosario
95f56cbd5a Enable default acls setup upon creation for documents, folders, tags and smart_links 2012-01-21 04:03:58 -04:00
Roberto Rosario
39f47702c0 Finish the apply_default_acls function and enable it for document creation 2012-01-20 22:53:48 -04:00
Roberto Rosario
970cb74d35 PEP8 cleanups 2012-01-18 14:37:15 -04:00
Roberto Rosario
8a5d0425b6 PEP8 cleanups, style cleanups, unused imports 2012-01-18 13:52:19 -04:00
Roberto Rosario
51b63e86de Add corresponding permission check to the source app view links 2012-01-07 23:29:42 -04:00
Roberto Rosario
ebfb3e547f Comment style update 2012-01-03 04:56:15 -04:00
Roberto Rosario
19b2412e03 Move the 'PERMISSION_DOCUMENT_NEW_VERSION' permission from the sources to the documents app 2012-01-03 04:26:31 -04:00
Roberto Rosario
e5cc2e3f7a Update the apps to the new acls module split 2012-01-03 03:04:32 -04:00
Roberto Rosario
34311fb17e Cleanups, permissions separation into explicit module, absolute import update 2012-01-02 03:48:26 -04:00
Roberto Rosario
600ba153af Merge branch 'feature/document_signature_app' into feature/ACL_support_w_permission_refactor
Conflicts:
	apps/django_gpg/__init__.py
	apps/django_gpg/views.py
	apps/tags/__init__.py
2012-01-01 20:50:28 -04:00
Roberto Rosario
9e71b0bbc5 Don't mask upload errors when the DEBUG flas is True 2011-12-31 03:27:29 -04:00