Commit Graph

118 Commits

Author SHA1 Message Date
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
Roberto Rosario
80fab8b70d Add and enable the new PERMISSION_DOCUMENT_NEW_VERSION permission 2011-12-25 03:13:17 -04:00
Roberto Rosario
b1c495e22a Merge branch 'development' into feature/ACL_support_Default_class_ACL 2011-12-13 15:02:43 -04:00
Roberto Rosario
15e935173e Update complete Italian translation 2011-12-13 12:01:59 -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
cf3e07d728 Initial Italian language sync 2011-12-07 15:53:04 -04:00
Roberto Rosario
3b943af6d8 Update translation files 2011-12-05 13:55:33 -04:00
Roberto Rosario
24f443fe1a Improve document version views navigation and active menu feedback 2011-12-04 06:16:37 -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
90863025d8 Fix permission import 2011-12-03 20:54:35 -04:00
Roberto Rosario
28208c4a2a Update sources app to support multiple versions 2011-12-03 19:35:36 -04:00
Roberto Rosario
6ef9b5840f Removed extra slash in ajax-loader.gif URL fixes #15, thanks to IHLeanne for finding this one 2011-11-28 11:57:18 -04:00