fb824c6ee1
Allow changing the project's website from a settings option. Update the default mailer templates to take the project title and website from the configuration settings.
Roberto Rosario
2015-07-17 01:53:59 -04:00
2b11465249
Import all apps' settings file to initialize them.
Roberto Rosario
2015-07-17 01:15:00 -04:00
77ab118a68
Access serialized value via property.
Roberto Rosario
2015-07-17 00:59:47 -04:00
363f71a3e7
Remove settings from unused apps from base settings file. Update settings file according to coding style.
Roberto Rosario
2015-07-17 00:52:12 -04:00
aed6569096
Index frequently used document version and document fields.
Roberto Rosario
2015-07-13 20:59:53 -04:00
ba1e36146d
Calculate inherited permission by id of parent object not pk of ACL of parent.
Roberto Rosario
2015-07-13 19:44:45 -04:00
defe947c79
Only shade icons and labels of the block level buttons.
Roberto Rosario
2015-07-13 19:44:18 -04:00
c23749b37e
Make logo shadow more distant.
Roberto Rosario
2015-07-13 19:43:56 -04:00
ee83624704
Don't fail if model has not inherited permissions.
Roberto Rosario
2015-07-13 02:28:24 -04:00
fed241fd6f
Don't delete document on tearDown, might not exists after test already deleted it, causes integrity errors on MySQL.
Roberto Rosario
2015-07-13 02:07:29 -04:00
d5b5927c77
Reference file in storage backend by name and not by path.
Roberto Rosario
2015-07-13 02:03:30 -04:00
ac1f4eb59a
Improve the way the AssignRemove view gets the list's help texts. Don't use None for extra context if there is none.
Roberto Rosario
2015-07-13 01:16:17 -04:00
713977ed46
Document image and intermediate file caching now has it's own storage backend.
Roberto Rosario
2015-07-13 01:06:40 -04:00
73c650a5fb
Add minimal shadow to button texts and to icons.
Roberto Rosario
2015-07-13 01:00:29 -04:00
8b608452a5
Lower severity of operational error during OCR.
Roberto Rosario
2015-07-11 17:01:03 -04:00
1da2860d0a
Wrap indexation in a transaction.
Roberto Rosario
2015-07-11 17:00:42 -04:00
004b0c75d7
Retry indexation if an operationalerror is encountered.
Roberto Rosario
2015-07-11 17:00:13 -04:00
e47c0c5eb5
Increase default pagination to 40 entries per page.
Roberto Rosario
2015-07-11 16:28:12 -04:00
17d969dafe
Move indexing retry amount to the literals.py module. Specify retry delay in the task decorator to reduce repetition.
Roberto Rosario
2015-07-11 16:24:51 -04:00
0238be7a18
Add support for retrying upload queue and ocr queue tasks in the event of Database locking errors.
Roberto Rosario
2015-07-11 16:19:04 -04:00
40ca9c4839
Move the document page update task to the upload queue.
Roberto Rosario
2015-07-11 16:18:21 -04:00
c8f5aac133
Convert the document type list, create, edit and delete views to CBV. Remove unused DocumentTypeForm.
Roberto Rosario
2015-07-11 04:14:54 -04:00
4c25314772
os.listdir returns str for non-latin filename, use unicode cast in path name to avoid this. Related to gh-issue #163.
Roberto Rosario
2015-07-08 02:02:24 -04:00
90be5145c0
Rename test file.
Roberto Rosario
2015-07-08 01:44:04 -04:00
e0d6571d95
Fix imports in tests.
Roberto Rosario
2015-07-08 01:43:44 -04:00
a54fe3f131
Add trash, restore and deletion test to document models.
Roberto Rosario
2015-07-08 01:25:20 -04:00
2fabe92b20
Add test for trashing, restoring and deletion of documents.
Roberto Rosario
2015-07-08 01:15:12 -04:00