Commit Graph

1506 Commits

Author SHA1 Message Date
Roberto Rosario
244aa4aaa8 Don't create the index's root node on the view, call the root node created when the index is created 2012-02-23 13:52:42 -04:00
Roberto Rosario
8b80798283 Capture all index evaluation errors 2012-02-23 10:45:18 -04:00
Roberto Rosario
da6d1c474b Update compiled translation files 2012-02-22 16:14:40 -04:00
Roberto Rosario
a888b11dec Portuguese translation strings update 2012-02-22 16:07:29 -04:00
Roberto Rosario
1f2b25152f Italian translation strings update 2012-02-22 16:07:07 -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
1cbe8f78e8 Add column showing index and index node enabled/disabled status 2012-02-22 15:58:58 -04:00
Roberto Rosario
3768835219 Add sanity check when assembling a full path 2012-02-22 15:01:54 -04:00
Roberto Rosario
27081240cf Fix PermissionDenied exception import 2012-02-22 14:52:14 -04:00
Roberto Rosario
145afedd89 tag app cleanups 2012-02-22 14:37:11 -04:00
Roberto Rosario
27293d3396 feedback app cleanups 2012-02-22 14:34:20 -04:00
Roberto Rosario
edca055856 acl app cleanups 2012-02-22 14:34:05 -04:00
Roberto Rosario
f484e1a9c3 PEP8 and general cleanups 2012-02-22 11:57:00 -04:00
Roberto Rosario
af9be90849 Improve tag app menu highlighting 2012-02-22 11:56:18 -04:00
Roberto Rosario
5bc61ca70e Remove unused test files 2012-02-22 11:55:48 -04:00
Roberto Rosario
3b22489be1 Don't hide index rebuilding errors if DEBUG is True 2012-02-22 09:40:16 -04:00
Roberto Rosario
edaf682607 Shutdown scheduler on South's pre_migrate signal 2012-02-21 15:51:49 -04:00
Roberto Rosario
87b042101d Convert app to use project tools new dynamic children view regex 2012-02-21 15:45:45 -04:00
Roberto Rosario
91d1e5a33c Copy project setup's dynamic children view regex solution 2012-02-21 15:45:08 -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
bcb93639df Improve the dynamic children view regex append code 2012-02-21 15:32:46 -04:00
Roberto Rosario
21d360d8d2 Improve document acl menu highlighting 2012-02-21 12:53:35 -04:00
Roberto Rosario
a13052222b Fix key management app menu hightlighting 2012-02-21 12:53:13 -04:00
Roberto Rosario
15219b27b9 Fix acl app menu highlight 2012-02-21 12:52:50 -04:00
Roberto Rosario
4bb441b572 Improve the document indexing app menu highlighting 2012-02-21 12:27:42 -04:00
Roberto Rosario
c596c8e24e Update a setup top menu entry children_view_regex entries after every new setup sub entry registration 2012-02-21 12:26:38 -04:00
Roberto Rosario
a6f6dc9f0a Return the top menu entry after it has been registered for futher modification 2012-02-21 12:25:39 -04:00
Roberto Rosario
1dd6f6f6a2 Fix top menu navigation children_view_regex matching typo 2012-02-21 12:25:02 -04:00
Roberto Rosario
987b0ad0e7 Fix index menu highlighting logic 2012-02-21 11:44:57 -04:00
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