Roberto Rosario
|
7c95431066
|
Remark unused wrong test.
|
2015-07-11 17:20:11 -04:00 |
|
Roberto Rosario
|
af654c9aa9
|
Fix variable name.
|
2015-07-11 17:19:51 -04:00 |
|
Roberto Rosario
|
6b0114a001
|
Add missing import.
|
2015-07-11 17:19:36 -04:00 |
|
Roberto Rosario
|
ff0bb847a5
|
Fix wrong permission for view.
|
2015-07-11 17:18:56 -04:00 |
|
Roberto Rosario
|
8b608452a5
|
Lower severity of operational error during OCR.
|
2015-07-11 17:01:03 -04:00 |
|
Roberto Rosario
|
1da2860d0a
|
Wrap indexation in a transaction.
|
2015-07-11 17:00:42 -04:00 |
|
Roberto Rosario
|
004b0c75d7
|
Retry indexation if an operationalerror is encountered.
|
2015-07-11 17:00:13 -04:00 |
|
Roberto Rosario
|
e47c0c5eb5
|
Increase default pagination to 40 entries per page.
|
2015-07-11 16:28:12 -04:00 |
|
Roberto Rosario
|
17d969dafe
|
Move indexing retry amount to the literals.py module. Specify retry delay in the task decorator to reduce repetition.
|
2015-07-11 16:24:51 -04:00 |
|
Roberto Rosario
|
0238be7a18
|
Add support for retrying upload queue and ocr queue tasks in the event of Database locking errors.
|
2015-07-11 16:19:04 -04:00 |
|
Roberto Rosario
|
40ca9c4839
|
Move the document page update task to the upload queue.
|
2015-07-11 16:18:21 -04:00 |
|
Roberto Rosario
|
c8f5aac133
|
Convert the document type list, create, edit and delete views to CBV. Remove unused DocumentTypeForm.
|
2015-07-11 04:14:54 -04:00 |
|
Roberto Rosario
|
d10ad2eb74
|
Convert transformation views to CBV.
|
2015-07-11 03:57:41 -04:00 |
|
Roberto Rosario
|
b5ede7c2d3
|
Add auto increment order for transformations.
|
2015-07-11 03:45:38 -04:00 |
|
Roberto Rosario
|
72bbc3f4e9
|
Make validator not trigger migration creation.
|
2015-07-11 02:59:18 -04:00 |
|
Roberto Rosario
|
f95c9c2aa4
|
Convert the source edit and delete views to CBV.
|
2015-07-11 02:36:31 -04:00 |
|
Roberto Rosario
|
a05888b683
|
Fix email sources clearing the password field on view.
|
2015-07-11 02:19:22 -04:00 |
|
Roberto Rosario
|
07dbe71c41
|
Fix source object links.
|
2015-07-11 02:19:02 -04:00 |
|
Roberto Rosario
|
a9c04115f7
|
Add index rebuild test.
|
2015-07-11 02:06:15 -04:00 |
|
Roberto Rosario
|
d88bb1266a
|
More explicit comment.
|
2015-07-11 01:49:37 -04:00 |
|
Roberto Rosario
|
cb6e80926e
|
Add management command to purge periodic tasks from the DB.
|
2015-07-11 01:49:15 -04:00 |
|
Roberto Rosario
|
d6c053f913
|
Rename purge permissions management command.
|
2015-07-11 01:48:34 -04:00 |
|
Roberto Rosario
|
02d31f763d
|
Update Pillow and activity stream packages versions.
|
2015-07-11 00:51:22 -04:00 |
|
Roberto Rosario
|
a2cedc3f9b
|
Fix queue typos. Add a default queue as required by celery.
|
2015-07-11 00:50:55 -04:00 |
|
Roberto Rosario
|
133fcdc53c
|
Assign tasks to specific queues. Add support for transient queues. gh-issue #222, gh-issue #230.
|
2015-07-10 21:25:20 -04:00 |
|
Roberto Rosario
|
e891fe9525
|
PEP8 cleanups and code style cleanups.
|
2015-07-10 17:19:36 -04:00 |
|
Roberto Rosario
|
c3be4bef53
|
Move stray magic values to literals.py in the checkout app. gh-issue #225.
|
2015-07-10 16:14:21 -04:00 |
|
Roberto Rosario
|
aec8263ad8
|
Convert events app views to CBV.
|
2015-07-10 02:54:59 -04:00 |
|
Roberto Rosario
|
76c3ff7374
|
Remove the acl filter option 'exception_on_empty'.
|
2015-07-10 01:49:42 -04:00 |
|
Roberto Rosario
|
bc3eed143c
|
Add permission inheritance by parent object. Add ACLs app model tests.
|
2015-07-10 01:40:21 -04:00 |
|
Roberto Rosario
|
441eae28bc
|
Add DisableableSelectWidget widget
|
2015-07-10 00:41:18 -04:00 |
|
Roberto Rosario
|
01438f933c
|
Add tests for the permission app.
|
2015-07-10 00:38:32 -04:00 |
|
Roberto Rosario
|
036a55065c
|
Change the index creation, edit and deletion views to CBV. Remove unused IndexForm.
|
2015-07-09 02:25:23 -04:00 |
|
Roberto Rosario
|
a5b7747619
|
Update current user detail edit and locale views to CBV.
|
2015-07-09 02:11:33 -04:00 |
|
Roberto Rosario
|
4a88df8f9a
|
Convert group create and edit views to CBV. Remove unused GroupForm.
|
2015-07-09 02:00:19 -04:00 |
|
Roberto Rosario
|
abfb070b2e
|
Remove unused FBV source create view.
|
2015-07-09 01:50:45 -04:00 |
|
Roberto Rosario
|
635732da6a
|
Convert the tag create and edit views to CBV. Remove unused TagForm.
|
2015-07-09 01:50:10 -04:00 |
|
Roberto Rosario
|
22ebe2354d
|
Change the source list and source create views to CBV.
|
2015-07-09 01:41:29 -04:00 |
|
Roberto Rosario
|
66b3424fbe
|
Simplify smart settings views.
|
2015-07-09 01:24:28 -04:00 |
|
Roberto Rosario
|
498f258f59
|
Convert metadata edit, delete and create views to CBV. Remove unused metadata type form.
|
2015-07-09 01:19:20 -04:00 |
|
Roberto Rosario
|
d2123089ec
|
Convert metadata type list view to CBV.
|
2015-07-08 22:05:32 -04:00 |
|
Roberto Rosario
|
c751db4447
|
Convert folder create view to CBV.
|
2015-07-08 22:02:00 -04:00 |
|
Roberto Rosario
|
0946aef7c0
|
Update folder edit view to CBV.
|
2015-07-08 19:07:48 -04:00 |
|
Roberto Rosario
|
bfab8f1181
|
Reduce code, remove unused role model form.
|
2015-07-08 19:02:32 -04:00 |
|
Roberto Rosario
|
ea49af7255
|
Remove role name field.
|
2015-07-08 19:01:07 -04:00 |
|
Roberto Rosario
|
e635a3520f
|
Move index management code to the managers.py module.
|
2015-07-08 18:56:07 -04:00 |
|
Roberto Rosario
|
3af3747be9
|
Add views to display document list per document type and per workflow.
|
2015-07-08 18:29:45 -04:00 |
|
Roberto Rosario
|
595f64a25c
|
Fix OCR test.
|
2015-07-08 04:16:59 -04:00 |
|
Roberto Rosario
|
2033f85874
|
Log OCR subclass errors.
|
2015-07-08 04:16:35 -04:00 |
|
Roberto Rosario
|
47a74360dd
|
Remove double execution of backend. Store the language in the instance.
|
2015-07-08 04:15:58 -04:00 |
|