Commit Graph

1477 Commits

Author SHA1 Message Date
Roberto Rosario
d0cdb44e2d Add clear_detached_signature manager method 2012-02-15 01:45:22 -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
ffb155366a Add TODO comment for future consideration 2012-02-14 16:36:59 -04:00
Roberto Rosario
f78b09229c Fallback to a page count of 1 when slate raise an Exception 2012-02-14 16:35:39 -04:00
Roberto Rosario
9f60cffd0a Use the Document model rename method 2012-02-14 16:35:14 -04:00
Roberto Rosario
614906e6f6 Add document and document version filename rename model method 2012-02-14 16:17:12 -04:00
Roberto Rosario
00e467949f Update metadata and indexes after document is fully created 2012-02-14 15:59:44 -04:00
Roberto Rosario
90112bb9bb Explicitly close descriptors after verifying a file's signatures 2012-02-14 14:41:44 -04:00
Roberto Rosario
6de85b9670 Don't pass the detached_signature descriptor, but clone it to avoid being closed, don't close file descriptors leave it up to caller to do so. 2012-02-14 14:40:48 -04:00
Roberto Rosario
ff52506b24 Plug a possible descriptor leak 2012-02-14 14:26:58 -04:00
Roberto Rosario
bd4e97b857 Rename delete_detached_signature to delete_detached_signature_file which is more appropiate 2012-02-14 14:26:25 -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
4d8a61b25b Fix document container index nodes 2012-02-12 15:01:07 -04:00
Roberto Rosario
f253ecf8c1 Gracefully shutdown the scheduler on pre_collectstatic and post_syncdb 2012-02-12 02:06:45 -04:00
Roberto Rosario
31813f3412 Add signaler app to intercept management commands and emit signals 2012-02-12 02:06:06 -04:00
Roberto Rosario
f94f997883 Documentation updates, indexed documentation 2012-02-11 21:13:05 -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
afb64f7472 Also ensure that the default gpg_home directory is really relative to the installation directory (SaintGermain) 2012-02-11 18:08:54 -04:00
Roberto Rosario
2334a63fe4 Ensure default document_storage directory is really relative to the installation directory (SaintGermain) 2012-02-11 18:08:20 -04:00
Roberto Rosario
7adb3a9ccd Remove debug logging command causing unicode error (Sergei Glita) 2012-02-08 11:23:24 -04:00
Roberto Rosario
e2ca6654f4 Improve tag appeareance and elimate obsolete tag block color widget 2012-02-07 15:07:17 -04:00
Roberto Rosario
f026ef8bd4 Handle unicode filenames in staging folder preview and upload (Sergei Glita) 2012-02-07 14:40:56 -04:00
Roberto Rosario
fe6e347592 Remove delete mode in the permission grant and remove views (Sergei Glita) 2012-02-07 10:42:07 -04:00
Roberto Rosario
aa9d878365 Add missing import 2012-02-07 00:17:07 -04:00
Roberto Rosario
02e83d5c77 For folders app migration to depend of document's app migrations 2012-02-06 15:03:50 -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
248a5ea82d Add transaction rollback 2012-02-06 14:38:59 -04:00
Roberto Rosario
c0d8e6f667 Move the RecentDocumentManager to the models.py file
To be able to return a QuerySet and not a list of recent documents
2012-02-05 23:27:03 -04:00
Roberto Rosario
9c03663924 Move tree node widget code to the widgets.py file and prettify a bit 2012-02-05 00:48:31 -04:00
Roberto Rosario
735d3db97a Merge django_gpg's verify_file + verify_w_retry methods 2012-02-05 00:19:54 -04:00
Roberto Rosario
a13f048242 Fix indentation 2012-02-04 17:20:13 -04:00
Roberto Rosario
ca193252c2 Add option group support to the document type default metadata types and sets view 2012-02-02 15:37:36 -04:00
Roberto Rosario
cc9ce7c212 Don't hide and raise errors on assign_remove view when in DEBUG mode 2012-02-02 15:37:06 -04:00
Roberto Rosario
2dfad128e2 Language source and translations updates 2012-02-02 14:56:15 -04:00
Roberto Rosario
67f3377916 Add feedback app 2012-02-02 12:48:56 -04:00
Roberto Rosario
57846a758a Show index child node count 2012-02-02 11:20:08 -04:00
Roberto Rosario
a9d02e08bc Update top menu icon 2012-02-02 11:07:28 -04:00
Roberto Rosario
c02dcce043 Merge branch 'feature/indexing_refactor' into development 2012-02-02 10:45:11 -04:00
Roberto Rosario
6b8dcb7240 Update the index mirroring rebuild tool 2012-02-02 10:28:25 -04:00
Roberto Rosario
cc78b7d25a Update filesystem mirroring functions 2012-02-02 10:27:46 -04:00
Roberto Rosario
02a762cf73 Remove obsolete indexing config settings and add new FILESYSTEM_SERVING 2012-02-02 10:26:58 -04:00
Roberto Rosario
063d2fca40 Smarted exception catching 2012-02-02 10:26:39 -04:00
Roberto Rosario
7331a87c89 Rename MetadataObject class to MetadataClass 2012-02-02 09:42:37 -04:00
Roberto Rosario
cc3632dcfe Remove remarked code 2012-02-02 09:37:31 -04:00
Roberto Rosario
ac7a3806ec Use proper try/exception format 2012-02-02 09:37:13 -04:00
Roberto Rosario
2c6339b56a Small updates and fixes 2012-02-02 09:33:28 -04:00