Roberto Rosario
|
7c4de79c8f
|
Calculate the path of the test document before it is uploaded.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-21 00:47:35 -04:00 |
|
Roberto Rosario
|
a96e7574b2
|
Add support for natural keys to the DocumentPageImageCache model.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-21 00:47:11 -04:00 |
|
Roberto Rosario
|
9716e51914
|
Force load of serialized data when running as a test.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-21 00:26:24 -04:00 |
|
Roberto Rosario
|
022c92f775
|
Add an user test mixin to group user testing. Add test the user managament app for database conversion.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-21 00:12:45 -04:00 |
|
Roberto Rosario
|
5d24521049
|
Add test mixin to test the db conversion (dumping and loading) of a specific app.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-21 00:11:17 -04:00 |
|
Roberto Rosario
|
9e4ad9a64f
|
Add support to the convertdb command to operate on specified apps too.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-21 00:09:58 -04:00 |
|
Roberto Rosario
|
ef1f011cd5
|
Improve natural key support in the UserOptions model.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-21 00:07:51 -04:00 |
|
Roberto Rosario
|
eda8d18146
|
Database access in data migrations defaults to the 'default' database. Force it to the user selected database instead.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-19 20:53:04 -04:00 |
|
Roberto Rosario
|
fdfa4755e9
|
Don't use a hardcoded database alias for the destination of the database conversion.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-19 20:52:31 -04:00 |
|
Roberto Rosario
|
618a5f0f59
|
Fix 90, 180 and 270 degrees rotation transformations.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-18 21:34:58 -04:00 |
|
Roberto Rosario
|
55284c4681
|
Make sure the AJAX spinner stays in place.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-18 21:19:50 -04:00 |
|
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
|
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
|
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
|
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
|
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 |
|