Roberto Rosario
|
2f67a20f7e
|
Use GenericViewTestCase to test the about view.
|
2015-10-22 00:16:31 -04:00 |
|
Roberto Rosario
|
ec7460a0fe
|
Update folder_document_remove view work with the ACL queryset only code.
|
2015-10-21 20:51:11 -04:00 |
|
Roberto Rosario
|
54ae8bcda5
|
Add GenericViewTestCase and GenericDocumentViewTestCase classes.
|
2015-10-21 20:50:31 -04:00 |
|
Roberto Rosario
|
475ceb054f
|
OCR errors are deleted at the next successfull retry, remove redundant option to delete OCR log entries.
|
2015-10-21 04:07:20 -04:00 |
|
Roberto Rosario
|
71ac2cbf79
|
With full document OCR queue and per document type OCR queuing, re_queueing OCR errors is redundant, removing.
|
2015-10-21 03:58:09 -04:00 |
|
Roberto Rosario
|
da0134a7fb
|
Fix label of the left box in group members views. GL issue #233.
|
2015-10-21 03:45:28 -04:00 |
|
Roberto Rosario
|
6f82ee8cb5
|
Make MultipleInstanceActionMixin operate on a queryset and not on a list of objects. Get the id_list from GET or POST requests, not just GET requests.
|
2015-10-21 03:41:12 -04:00 |
|
Roberto Rosario
|
6d80b40ed4
|
Remove unused related parameter for the ACL filter method.
|
2015-10-21 03:40:13 -04:00 |
|
Roberto Rosario
|
f739dd54ac
|
Fix document download views. Fixes GL issue #229. Thanks to @ammaranjith for the find and fix idea.
|
2015-10-21 03:38:56 -04:00 |
|
Roberto Rosario
|
58f73f0b1e
|
Use Django's six library for Py3 compatibility.
|
2015-10-21 03:33:10 -04:00 |
|
Roberto Rosario
|
6b950b7ccf
|
Style update.
|
2015-10-21 03:32:51 -04:00 |
|
Roberto Rosario
|
ec1b3e9007
|
Eliminate repetition in the testing requirements files.
|
2015-10-21 01:40:05 -04:00 |
|
Roberto Rosario
|
35d33b1a74
|
Ignore coverage temporary files produce during tox test runs.
|
2015-10-21 01:34:33 -04:00 |
|
Roberto Rosario
|
5f9c847239
|
Move stub deletion code from tasks.py to the manager of the Document model.
|
2015-10-21 01:34:03 -04:00 |
|
Roberto Rosario
|
0cf963c19f
|
Make user or admin login more explicit in the documents apps view tests.
|
2015-10-21 00:52:19 -04:00 |
|
Roberto Rosario
|
fc81d4315e
|
Process multiple documents in the tag attach views as querysets not as list of objects. AccessControlList.objects.filter_by_access only supports querysets now. Closes GL issue #228.
|
2015-10-21 00:50:04 -04:00 |
|
Roberto Rosario
|
df7a5c6e1c
|
Reorganize tests literals and move then to their respective apps.
|
2015-10-20 21:14:07 -04:00 |
|
Roberto Rosario
|
2bd92d8fac
|
Use the unified test management command for continious integration.
|
2015-10-20 21:12:33 -04:00 |
|
Roberto Rosario
|
0cb43e1d46
|
Release notes updates.
|
2015-10-20 21:12:13 -04:00 |
|
Roberto Rosario
|
6c65598a4d
|
Remove permission check from the multiple document action links, an user may not have permissions for some items but maybe does for others, we don't know as scanning the entire queryset for ACLs is costly, so we leave the links enable, permission check is done by the view.
|
2015-10-20 20:05:40 -04:00 |
|
Roberto Rosario
|
9fbc8647b8
|
Fix document list generation for the document's type change views. Move type change event and recent document addition to the models. Add view tests for the document's type change views.
|
2015-10-20 20:03:54 -04:00 |
|
Roberto Rosario
|
ebfd37ebf5
|
Documentation updates.
|
2015-10-20 04:14:48 -04:00 |
|
Roberto Rosario
|
9bb3cb4595
|
Add command to create an initial settings file. Existing local.py don't stop the initialsetup command now.
|
2015-10-20 04:13:59 -04:00 |
|
Roberto Rosario
|
3065e5be62
|
Cleanup contributed files.
|
2015-10-20 04:13:23 -04:00 |
|
Roberto Rosario
|
6f6270f11c
|
Documentation updates.
|
2015-10-19 06:15:54 -04:00 |
|
Roberto Rosario
|
24d0866d8b
|
Split development requirements and add documentation writting requirements.
|
2015-10-19 06:14:42 -04:00 |
|
Roberto Rosario
|
f9940f1fd0
|
Add default_app_config value to each app. Closes issue GL #216.
|
2015-10-19 02:57:00 -04:00 |
|
Roberto Rosario
|
5167e91c90
|
Remove TODO reminder, this link position was implemented.
|
2015-10-19 02:54:34 -04:00 |
|
Roberto Rosario
|
19a2c02594
|
Document count column in document type list view is now permission aware.
|
2015-10-19 02:19:08 -04:00 |
|
Roberto Rosario
|
94bebf90ca
|
Remove TODO reminder, error are logged by Celery.
|
2015-10-19 02:10:12 -04:00 |
|
Roberto Rosario
|
3f8b23d751
|
Show 'no results' on empty list.
|
2015-10-19 02:09:40 -04:00 |
|
Roberto Rosario
|
64faa0ca15
|
Fix documents app view tests. Update code to match code style. PEP8 fixes.
|
2015-10-19 01:54:37 -04:00 |
|
Roberto Rosario
|
bfe621ba89
|
PEP8 updates.
|
2015-10-19 01:27:26 -04:00 |
|
Roberto Rosario
|
e57080b06d
|
Style updates.
|
2015-10-19 01:21:43 -04:00 |
|
Roberto Rosario
|
e791f2d36c
|
Get deserialized documents by UUID only.
|
2015-10-19 01:21:16 -04:00 |
|
Roberto Rosario
|
32c7b0e379
|
Fix import typo.
|
2015-10-19 00:56:24 -04:00 |
|
Roberto Rosario
|
81c7a90c04
|
Fix message typo.
|
2015-10-19 00:56:11 -04:00 |
|
Roberto Rosario
|
6e43b99ecd
|
Add natural key serialization.
|
2015-10-17 05:13:58 -04:00 |
|
Roberto Rosario
|
1907130ef2
|
Remove github buttons from documentation's theme.
|
2015-10-17 04:27:34 -04:00 |
|
Roberto Rosario
|
61525d2479
|
Add Gumroad button.
|
2015-10-17 04:11:44 -04:00 |
|
Roberto Rosario
|
8c886dd788
|
Add Sphinx and sphinx-autobuild to development requirements.
|
2015-10-17 04:11:21 -04:00 |
|
Roberto Rosario
|
f7daffde49
|
Update setup.py dependencies.
|
2015-10-17 03:14:05 -04:00 |
|
Roberto Rosario
|
3b9e65f5d3
|
Bump version to 2.0.0 beta 2.
|
2015-10-17 03:05:45 -04:00 |
|
Roberto Rosario
|
6e9c2a14ae
|
Add folder app view tests.
|
2015-10-17 02:17:36 -04:00 |
|
Roberto Rosario
|
480a107c61
|
Ignore coverage files.
|
2015-10-17 01:30:21 -04:00 |
|
Roberto Rosario
|
1c72e29a5b
|
Add tox testing for different python and django versions. Add automatic coverage reporting.
|
2015-10-17 01:29:47 -04:00 |
|
Roberto Rosario
|
35b0e321f9
|
Exclude tests and settings from coverage report.
|
2015-10-17 01:28:59 -04:00 |
|
Roberto Rosario
|
b49b960298
|
Fix tag app test import.
|
2015-10-16 03:38:09 -04:00 |
|
Roberto Rosario
|
2e2dc3de3c
|
Update to version 1.1.0 of django-autoadmin which closes issue GL#202.
|
2015-10-16 03:24:04 -04:00 |
|
Roberto Rosario
|
90a1ecb826
|
Add permissions app views tests.
|
2015-10-15 19:37:04 -04:00 |
|