Commit Graph

1582 Commits

Author SHA1 Message Date
Roberto Rosario
2ee59df866 Removal of the SEARCH_SHOW_OBJECT_TYPE and SEARCH_LIMIT configuration options 2012-04-12 12:25:59 -04:00
Roberto Rosario
8e829612af Refactor and simply recent search functionality 2012-04-12 12:22:58 -04:00
Roberto Rosario
a697b74157 Update apps to flag edited documents as dirty 2012-04-12 02:05:49 -04:00
Roberto Rosario
520d6cc3af Improve IndexableObject class methods 2012-04-12 02:04:50 -04:00
Roberto Rosario
97ae34a06d Initial changes to support advanced search via haystack 2012-04-11 21:45:09 -04:00
Roberto Rosario
007b8c10ab Make documents dirty when edited 2012-04-11 21:43:59 -04:00
Roberto Rosario
5adffd4e75 Implement a dirty flag to index newly modified objects 2012-04-11 21:43:30 -04:00
Roberto Rosario
6a7ca922f0 Add pre and post signals to haystack's update index command 2012-04-11 16:46:28 -04:00
Roberto Rosario
71a3e16a01 Remove test template code 2012-04-11 03:33:56 -04:00
Roberto Rosario
9bcf7574bf Remove reduntant code from the object_list object default column detection code 2012-04-11 03:33:23 -04:00
Roberto Rosario
0d40316305 Cleanup search view 2012-04-11 03:32:50 -04:00
Roberto Rosario
34ebf6a263 Use a simple for the basic search 2012-04-11 03:11:45 -04:00
Roberto Rosario
c8129b1f5f Add get_object_list_object_name tag to override the object to process from an object_list 2012-04-11 03:11:08 -04:00
Roberto Rosario
a7b7195370 Add metadata search helper methods 2012-04-11 01:59:46 -04:00
Roberto Rosario
b6fcf977e5 Add flat_tags search helper method to Document class 2012-04-11 01:59:12 -04:00
Roberto Rosario
e3505d05ec Add extension_split and cleaned_filename to the Document class 2012-04-11 01:57:08 -04:00
Roberto Rosario
ea49395c23 Add flat_comments helper method to Document class 2012-04-11 01:56:32 -04:00
Roberto Rosario
0050fe4eef Haystack updates 2012-04-09 07:41:03 -04:00
Roberto Rosario
a5b88d3683 Add document search result templates 2012-04-05 23:46:28 -04:00
Roberto Rosario
5dbceb5584 Initial changes to support haystack from the dynamic search app 2012-04-05 23:45:50 -04:00
Roberto Rosario
021c75c665 Add a content producing method to the document version and document class 2012-04-05 23:43:10 -04:00
Roberto Rosario
1d23735344 Simplify auto admin creation code 2012-03-27 23:11:07 -04:00
Roberto Rosario
a359a171d3 Add detached signature delete view 2012-03-14 22:17:45 -04:00
Roberto Rosario
b513730978 Remove test code 2012-03-14 22:17:23 -04:00
Roberto Rosario
11ca6772ef Move preview titles to the top 2012-03-14 15:27:40 -04:00
Roberto Rosario
60edd51464 Display document thumbnails as a gallery and with the filename as the title 2012-03-14 15:27:18 -04:00
Roberto Rosario
be332192e4 Display a page number as a title when previewing 2012-03-14 15:26:27 -04:00
Roberto Rosario
d6af3c629a Add smart link documents title on previews 2012-03-14 15:26:01 -04:00
Roberto Rosario
878d6fa0c1 Add support to document widget to display a title 2012-03-14 15:25:35 -04:00
Roberto Rosario
fb48221db5 Also delete indexes on document delete signal 2012-03-14 14:14:40 -04:00
Roberto Rosario
503c7c7594 Change document indexing to be signal based and decoupled from metadata and documents apps 2012-03-14 12:45:03 -04:00
Roberto Rosario
19b3553705 Add IMAP document souce support, merge with existing POP3 email support, make POP3MailLog generic 2012-03-14 01:25:49 -04:00
Roberto Rosario
a234c76326 Change POP3 email setup form widget to hide the password 2012-03-12 23:43:08 -04:00
Roberto Rosario
b7e582928a Fix POP3 source uncompress logic 2012-03-12 23:19:27 -04:00
Roberto Rosario
482b9fe9e9 Add optional document type to documents uploaded for a POP3 email source 2012-03-12 23:17:42 -04:00
Roberto Rosario
9731b2f1dc Add additional consistency check during document creation
For databases that doesn't support transactions
2012-03-12 22:47:55 -04:00
Roberto Rosario
1d7f50478c Don't pass filename to avoid a rename on new files 2012-03-12 22:42:48 -04:00
Roberto Rosario
fe27445e9e Set sensible email check timer 2012-03-12 22:42:28 -04:00
Roberto Rosario
460e0b3a26 Add enabled/disabled column to document source list view 2012-03-12 13:48:25 -04:00
Roberto Rosario
70cb939611 Change version to 0.13 alpha 2012-03-12 13:42:27 -04:00
Roberto Rosario
d1cf15b3eb Add per POP email source interval, add per email source log 2012-03-12 13:36:56 -04:00
Roberto Rosario
b849352b3a Delete all POP3 messages after their attachments are processed, remove delete_messages field 2012-03-10 04:26:02 -04:00
Roberto Rosario
0e060aec46 Remove SSL timeout option, added POP3_EMAIL_PROCESSING_INTERVAL configuration option 2012-03-10 03:30:21 -04:00
Roberto Rosario
29c3746163 Fetch documents from email attachments 2012-03-10 03:10:45 -04:00
Roberto Rosario
8650e9acb5 Improve messages information decoding 2012-03-09 17:03:30 -04:00
Roberto Rosario
2998fe0611 Improve attachment retreive code 2012-03-09 03:14:10 -04:00
Roberto Rosario
7f57336d86 Initial pop3 email fetch task 2012-03-09 03:13:40 -04:00
Roberto Rosario
ef54f946a8 Add POP3 email creation, edit, delete views and links 2012-03-08 16:36:35 -04:00
Roberto Rosario
5651b3b4df Initial commit for the email source support 2012-03-07 01:26:36 -04:00
Roberto Rosario
4b984cd600 Move module name to the namespace 2012-03-06 16:09:01 -04:00