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 |
|
Roberto Rosario
|
f97bbd98bd
|
Fix typo.
|
2015-07-08 04:05:10 -04:00 |
|
Roberto Rosario
|
2d710ad3b9
|
Fix chicken & egg problem for permissions when the dataset doesn't exists.
|
2015-07-08 03:52:15 -04:00 |
|
Roberto Rosario
|
7a377653ca
|
Update missing name -> label.
|
2015-07-08 03:37:17 -04:00 |
|
Roberto Rosario
|
6a13e2adc8
|
Make a clear distinction between serialized and deserialized setting values.
|
2015-07-08 03:31:45 -04:00 |
|
Roberto Rosario
|
ead8ba9a12
|
Don't dump the setting name to YAML.
|
2015-07-08 02:56:19 -04:00 |
|
Roberto Rosario
|
333c9c9b1a
|
Document signatues app uses it's own storage backend.
|
2015-07-08 02:54:14 -04:00 |
|
Roberto Rosario
|
a0ff961d59
|
Move get_object_name from common.utils to the only place it is used: checkouts.
|
2015-07-08 02:43:28 -04:00 |
|
Roberto Rosario
|
39cbb0f666
|
Update release notes.
|
2015-07-08 02:03:12 -04:00 |
|
Roberto Rosario
|
4c25314772
|
os.listdir returns str for non-latin filename, use unicode cast in path name to avoid this. Related to gh-issue #163.
|
2015-07-08 02:02:24 -04:00 |
|
Roberto Rosario
|
90be5145c0
|
Rename test file.
|
2015-07-08 02:00:27 -04:00 |
|
Roberto Rosario
|
e0d6571d95
|
Fix imports in tests.
|
2015-07-08 01:43:44 -04:00 |
|
Roberto Rosario
|
a54fe3f131
|
Add trash, restore and deletion test to document models.
|
2015-07-08 01:25:20 -04:00 |
|
Roberto Rosario
|
2fabe92b20
|
Add test for trashing, restoring and deletion of documents.
|
2015-07-08 01:15:12 -04:00 |
|
Roberto Rosario
|
d751a8bc2f
|
Improve logging messages.
|
2015-07-08 01:14:55 -04:00 |
|
Roberto Rosario
|
35b6ce5285
|
Don't set the default document label in the view, do it at the task level which is accesible always.
|
2015-07-08 01:01:20 -04:00 |
|
Roberto Rosario
|
afafd45af9
|
Preserve original filename when saving.
|
2015-07-08 00:59:56 -04:00 |
|
Roberto Rosario
|
68395266a4
|
Make sure all document types have they ocr_settings entry created.
|
2015-07-08 00:41:51 -04:00 |
|
Roberto Rosario
|
1b756486f2
|
Test update
|
2015-07-08 00:27:39 -04:00 |
|
Roberto Rosario
|
1e588d87eb
|
Store an empty string if no document description is given.
|
2015-07-08 00:27:13 -04:00 |
|
Roberto Rosario
|
857cf7b1b2
|
Add browser cookie support for timezone middleware.
|
2015-07-08 00:17:44 -04:00 |
|
Roberto Rosario
|
3861bc351a
|
Remove unused code.
|
2015-07-07 23:37:51 -04:00 |
|
Roberto Rosario
|
8d91ef2858
|
Update remaining title reference.
|
2015-07-07 23:36:24 -04:00 |
|
Roberto Rosario
|
4e4103803f
|
Rename folder model 'title' field to 'label'.
|
2015-07-07 23:34:27 -04:00 |
|
Roberto Rosario
|
4860b44daf
|
Rename source model title field to 'label'.
|
2015-07-07 23:30:52 -04:00 |
|
Roberto Rosario
|
f2efbc95af
|
Document descriptions don't need to allow null.
|
2015-07-07 23:25:39 -04:00 |
|
Roberto Rosario
|
f4bcab2341
|
Rename metadata type title field to label.
|
2015-07-07 23:25:05 -04:00 |
|
Roberto Rosario
|
ac5f403997
|
Rename smart links title and dynamic_title fileds to label and dynamic_label.
|
2015-07-07 23:20:48 -04:00 |
|
Roberto Rosario
|
a5cee3c963
|
Split sources app tests.
|
2015-07-07 22:03:58 -04:00 |
|
Roberto Rosario
|
77157cab2c
|
Split tests into tests for models, views and API, very good recommendation from Two Scoops of Django by @pydanny and @audreyr.
|
2015-07-07 21:49:50 -04:00 |
|
Roberto Rosario
|
0e81ea2ab8
|
Avoid triggering migration creation using functions for choices and validators choices.
|
2015-07-07 21:21:08 -04:00 |
|
Roberto Rosario
|
7a11fddcc1
|
Add migrations to sync model options.
|
2015-07-07 21:15:29 -04:00 |
|
Roberto Rosario
|
c861799b6b
|
Rename document type model 'name' field to 'label'.
|
2015-07-07 21:12:44 -04:00 |
|
Roberto Rosario
|
ab2d4537dc
|
Remove name field. Rename title field to label.
|
2015-07-07 21:04:00 -04:00 |
|
Roberto Rosario
|
efad777656
|
Cleanups.
|
2015-07-07 20:52:10 -04:00 |
|
Roberto Rosario
|
e7224474e6
|
Convert document checkout view to CBV.
|
2015-07-07 20:49:20 -04:00 |
|
Roberto Rosario
|
17c454a53a
|
Add checkout expiration time validation. Sort field arguments according to style guide.
|
2015-07-07 20:48:36 -04:00 |
|
Roberto Rosario
|
b96ba86991
|
Reduce widget complexity.
|
2015-07-07 20:48:23 -04:00 |
|
Roberto Rosario
|
941207eb04
|
Don't override get_context_data use get_extra_context for this purpose.
|
2015-07-07 20:47:36 -04:00 |
|
Roberto Rosario
|
69ea0a61e8
|
Get post_action_redirect and action_cancel_redirect from methods to allow overriding with context.
|
2015-07-07 20:46:49 -04:00 |
|
Roberto Rosario
|
bd8487848a
|
Disable OCR, not unsed in this test.
|
2015-07-07 03:01:42 -04:00 |
|
Roberto Rosario
|
e17bc416b8
|
Tests updates.
|
2015-07-07 02:59:45 -04:00 |
|
Roberto Rosario
|
e82a9d0c9f
|
Add missing import.
|
2015-07-07 02:58:55 -04:00 |
|