Commit Graph

1542 Commits

Author SHA1 Message Date
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
Roberto Rosario
c9dcda3a5c Convert all apps to use the new class based settings 2012-03-06 16:08:28 -04:00
Roberto Rosario
11a9d87701 Implement hidden settings 2012-03-06 16:07:29 -04:00
Roberto Rosario
f29fd24c53 Update setting_list view to use new Setting class 2012-03-05 03:10:14 -04:00
Roberto Rosario
55709c3cdf Setup mailer app to use new Setting class 2012-03-05 03:09:57 -04:00
Roberto Rosario
92604246c2 Add Setting and SettingName classed 2012-03-05 03:09:26 -04:00
Roberto Rosario
fd81ba7a6d Move lazy_reverse function to common.utils 2012-03-05 03:08:43 -04:00
Roberto Rosario
406d0fd183 Change the document and email submit link icon 2012-03-05 01:31:17 -04:00
Roberto Rosario
7cd651638a Add document attachment sending support 2012-03-05 01:23:43 -04:00
Roberto Rosario
ab9dee0a56 Add configurable default email templates 2012-03-05 01:23:19 -04:00
Roberto Rosario
2d3f8fafe9 Add document link mailing app 2012-03-04 19:19:51 -04:00
Roberto Rosario
5d8235aebf Preserve unicode data in URL query 2012-03-04 14:34:28 -04:00
Roberto Rosario
93a6aae9c2 Fix staging file filename hashing not working with unicode filenames 2012-03-03 01:12:56 -04:00
Roberto Rosario
631c41c4a2 Call Django's urlencode directly to ensure unicode data preservation 2012-03-03 01:07:06 -04:00
Roberto Rosario
0170f237b7 Merge branch 'development' 2012-02-27 14:46:26 -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
92aadcc4ee Allow access to objects that doesn't have a content type 2012-02-27 14:41:36 -04:00
Roberto Rosario
84c47d4ab6 Merge branch 'release/v0.12'
Conflicts:
	apps/documents/models.py
	apps/history/api.py
	apps/ocr/__init__.py
2012-02-27 12:57:11 -04:00
Roberto Rosario
d84a42769f Bump version to 0.12 2012-02-27 12:50:46 -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
71dfb5f46a Correctly match a new node instance to it's respective parent 2012-02-23 13:53:50 -04:00
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