Roberto Rosario
|
d1118e3767
|
Silence UnorderedObjectListWarning for the Group model. Not sorted by Django.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 23:38:41 -04:00 |
|
Roberto Rosario
|
531ca12021
|
Bump version to 3.1.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 18:53:43 -04:00 |
|
Roberto Rosario
|
a986b58338
|
Prepare release files.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 18:52:26 -04:00 |
|
Roberto Rosario
|
ecdc122b15
|
Code cleanups.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 18:28:34 -04:00 |
|
Roberto Rosario
|
f2fff77aab
|
Move information links from menu to the about view. Add template tag to import icons from the templates.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 18:13:15 -04:00 |
|
Roberto Rosario
|
c2bb697306
|
Add the current step and total steps of a wizard in the template context.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 17:09:59 -04:00 |
|
Roberto Rosario
|
62e221ffbb
|
Make icon classes file template based.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 17:08:15 -04:00 |
|
Roberto Rosario
|
58f7b1b555
|
Add file_size and datetime fields to the DocumentPageCachedImage model.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 03:39:28 -04:00 |
|
Roberto Rosario
|
206dbb9b5b
|
The size of the document type label field has been increased from 32 to 96 characters.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 03:14:27 -04:00 |
|
Roberto Rosario
|
804ef00d41
|
Add no results help text for the search results view.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 03:12:03 -04:00 |
|
Roberto Rosario
|
ac07d4a63f
|
Add more icons to links.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 03:09:04 -04:00 |
|
Roberto Rosario
|
4d53c9aec7
|
Code clean up.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 02:54:47 -04:00 |
|
Roberto Rosario
|
a372fc5a07
|
Improve model help texts. Add respective migrations.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 02:46:16 -04:00 |
|
Roberto Rosario
|
03c54395cc
|
Refactor the ModelAttribute class into two separate classes: ModelAttribute for executable model attributes and ModelField for actual ORM fields. Expose more document fields for use in smart links.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-17 02:43:04 -04:00 |
|
Roberto Rosario
|
fafdb538b3
|
Generalize the Javascript menu rendering into an API for templates that only refresh the menu when there are changes. Closes GitLab issue #511. Thanks to Daniel Carrico @daniel1113 for the report.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-16 21:48:37 -04:00 |
|
Roberto Rosario
|
654f2a1ad2
|
Move get_user_label to a module. Move user label text and separator to links modules.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-16 21:16:07 -04:00 |
|
Roberto Rosario
|
51cf39f4d8
|
Support named links, add templatetags to get menus, links and resolve them.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-16 21:12:09 -04:00 |
|
Roberto Rosario
|
e6eebe11a7
|
Move the matchHeight call from lazy loading to image loading.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-16 20:54:32 -04:00 |
|
Roberto Rosario
|
89256bfb9a
|
Bump version to 3.1rc1
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-14 00:57:29 -04:00 |
|
Roberto Rosario
|
4df9fae737
|
The build string is now part of the mayan package metadata. Update forum link. Add instagram link.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-14 00:54:24 -04:00 |
|
Roberto Rosario
|
a09511d0e9
|
document_indexing: Make IndexInstanceNodeManager a subclass of mptt.TreeManager.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-14 00:19:06 -04:00 |
|
Roberto Rosario
|
5880a650b3
|
document_indexing: Test for an empty node list instead of a non existing root node.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-14 00:18:02 -04:00 |
|
Roberto Rosario
|
0fadd84567
|
document_indexing: Fix typo in test literal.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-14 00:17:32 -04:00 |
|
Roberto Rosario
|
b8c5e2380e
|
document_indexing: Make sure locks are release on exceptions. Remove document from nodes and delete empty nodes only at the start of the indexing process. When the indexing starts at the template node, make sure it starts with the root node.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-14 00:15:28 -04:00 |
|
Roberto Rosario
|
98f34a2f42
|
document_indexing: Sort task functions. Even when the document has been deleted before the task executes and can't remove the document, run the method to remove empty nodes since there is the posibility of there being some.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-14 00:13:28 -04:00 |
|
Roberto Rosario
|
afc48ae331
|
Fix typo in comment.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-14 00:12:41 -04:00 |
|
Roberto Rosario
|
b42161e404
|
Add no results help text to the key management views. Add creation icon to the workflow and metadata type no content help texts links.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 22:12:48 -04:00 |
|
Roberto Rosario
|
ab34694d49
|
Improve navigation in the key management views.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 22:12:10 -04:00 |
|
Roberto Rosario
|
efdc35aaec
|
Fix sporadic index instance node tree id warning.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 21:35:17 -04:00 |
|
Roberto Rosario
|
dd3013826f
|
Bump version to 3.1 beta2.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 14:19:27 -04:00 |
|
Roberto Rosario
|
bc398d79cf
|
Add HTML buffer to reduce flicker on AJAX menu update. GitLab issue #511.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 14:18:43 -04:00 |
|
Roberto Rosario
|
732d275ec1
|
Default the AJAX spinner to hidden. Increase the time threshold needed to trigger the AJAX spiiner.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 13:47:40 -04:00 |
|
Roberto Rosario
|
e51a1a93d0
|
Merge branch 'feature/staging_file_caching' into versions/next
|
2018-09-12 13:34:14 -04:00 |
|
Roberto Rosario
|
a85d33fd8e
|
Complete staging file caching refactor.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 13:32:41 -04:00 |
|
Roberto Rosario
|
1f5da1745a
|
Improve empty document cabinet view message.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 03:50:15 -04:00 |
|
Roberto Rosario
|
55930689bb
|
Update language files.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 03:45:51 -04:00 |
|
Roberto Rosario
|
9bc16aabc3
|
Initial commit to support staging file background image generation and caching.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 03:35:33 -04:00 |
|
Roberto Rosario
|
e42ea89db7
|
Show the document type being uploaded in the source view title.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 02:02:35 -04:00 |
|
Roberto Rosario
|
962f395831
|
Add new dashboard item to display the total page count.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-12 01:56:37 -04:00 |
|
Roberto Rosario
|
6a251575ac
|
Make environment overrided setting message more clear.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-11 15:00:34 -04:00 |
|
Roberto Rosario
|
c2a1c2ca7b
|
Bump version to 3.1 beta1.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-07 03:57:05 -04:00 |
|
Roberto Rosario
|
3f7fd9a445
|
Fix typo in the settings loader error report.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-07 03:35:33 -04:00 |
|
Roberto Rosario
|
f7a9550bb1
|
Improve Python 3 support in the sources app.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-06 17:38:17 -04:00 |
|
Roberto Rosario
|
e0d0567f1f
|
Fix order in document indexing test.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-06 17:23:09 -04:00 |
|
Roberto Rosario
|
4ae7a32443
|
Update OCR app tests to work with Python 3.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-06 16:59:38 -04:00 |
|
Roberto Rosario
|
e41f2f73e7
|
Improve metadata app tests pass rate for Python 3.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-06 16:55:48 -04:00 |
|
Roberto Rosario
|
d3af59ec06
|
Add improvement to the mayan_statistics app for Python 3.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-06 16:46:35 -04:00 |
|
Roberto Rosario
|
91b2c99e77
|
Unify and improve linking app tests for Python 3.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-06 16:44:47 -04:00 |
|
Roberto Rosario
|
4eab4670be
|
Unify tests that use upload documents. Add explicit mode when opening a file.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-06 03:38:17 -04:00 |
|
Roberto Rosario
|
388b61ca7a
|
Provide a class magic method for proper sorting.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-06 03:37:15 -04:00 |
|