Roberto Rosario
|
5a922e2689
|
Fix the no contentn email test on Python 3.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-14 02:51:19 -04:00 |
|
Roberto Rosario
|
e55ce29c5f
|
Make sure email messages are always of data type bytes.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-14 02:50:32 -04:00 |
|
Roberto Rosario
|
7a4302415a
|
PEP8 cleanups.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-14 00:29:46 -04:00 |
|
Roberto Rosario
|
8c6ba747f0
|
Ignore document stub from the index mirror. GitLab issue #520. Thanks to TheOneValen @TheOneValen for the report.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-13 03:41:46 -04:00 |
|
Roberto Rosario
|
88f41a570e
|
Make sure all key used as input for the cache key hash are bytes and not unicode. GitLab issue #520. Thanks to TheOneValen @TheOneValen for the report.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-13 03:38:50 -04:00 |
|
Roberto Rosario
|
38c84de708
|
Remove duplicate YAML loading of environment variables.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-12 03:10:09 -04:00 |
|
Roberto Rosario
|
417fc8f766
|
Fix an issue with some browsers not firing the .load event on cached images. Ref: http://api.jquery.com/load-event/
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-12 03:07:55 -04:00 |
|
Roberto Rosario
|
cc27233765
|
Display the cabinet "Add new level" link in the top level view too.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-09 19:15:09 -04:00 |
|
Roberto Rosario
|
4cbe27a462
|
Add icon to the cabinet "Add new level" link.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-09 19:12:50 -04:00 |
|
Roberto Rosario
|
15b9c0c56f
|
Only render the Template API view for authenticated users. Thanks rgarcia for the report.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-09 19:10:35 -04:00 |
|
Roberto Rosario
|
f34bead7d2
|
Improve index mirroring cache class to use the hash of the keys instead of the literal keys. Avoid warning about invalid key characters. Closes GitLab issue #518. Thanks to TheOneValen @ for the report.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-09 05:12:19 -04:00 |
|
Roberto Rosario
|
1e08653b88
|
Improve index mounting value clean up code to remove the spaces at the starts and at the end of directories. Closes again GitLab issue #520 Thanks to TheOneValen @ for the report.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-09 04:48:25 -04:00 |
|
Roberto Rosario
|
4ad84195e0
|
Fix document metadata app view error when adding multiple optional metadata types. Closes GitLab issue #521. Thanks to the TheOneValen @TheOneValen for the report.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-08 19:51:17 -04:00 |
|
Roberto Rosario
|
7ff974382b
|
Add shared cache class and add mounted index cache invalidation when document and index instance nodes are updated or deleted.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-08 02:22:05 -04:00 |
|
Roberto Rosario
|
eeeb246ed7
|
Restore use of the .store_body variable accidentally remove in 63a77d0235. Thanks to TheOneValen @TheOneValen for the report.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-07 04:30:32 -04:00 |
|
Roberto Rosario
|
55c83689d2
|
Make sure the image in the document preview view is centered when it is smaller than the viewport.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-07 03:53:32 -04:00 |
|
Roberto Rosario
|
733216448d
|
Coding style updates.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-07 03:50:07 -04:00 |
|
Roberto Rosario
|
16dce6b3aa
|
Make sure metadata lookup choices are a list to be able to add the optional marker (Python 3).
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-07 03:40:37 -04:00 |
|
Roberto Rosario
|
8d81d1df7b
|
Update the metadata app tests to work on Python 3.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-06 22:33:51 -04:00 |
|
Roberto Rosario
|
c6354beb92
|
Add separate Python 2 and Python 3 versions of the MetadataType model .comma_splitter() static method.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-06 22:32:29 -04:00 |
|
Roberto Rosario
|
c97ab57f51
|
URL quote the encoded names of the staging files using Django's compat module. (Python 3). Open staging file in explicit binary mode. (Python 3)
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-06 22:23:43 -04:00 |
|
Roberto Rosario
|
06c783820e
|
Specify FUSE literals in explicit octal notation (Python 3).
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-06 22:21:18 -04:00 |
|
Roberto Rosario
|
7fb13a5888
|
Return a proper list of SearchModel instances (Python 3).
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-06 22:20:13 -04:00 |
|
Roberto Rosario
|
c6e68515ed
|
Handle office files in explicit binary mode for Python 3.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-06 05:07:05 -04:00 |
|
Roberto Rosario
|
28706f5ea5
|
Update document parsing app tests to work with Python 3.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-06 05:03:24 -04:00 |
|
Roberto Rosario
|
36e4d78487
|
Add a modelform for adding and editing transformation and perform YAML validation of arguments. Add stricted error checking to the crop transformation.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-06 04:59:50 -04:00 |
|
Roberto Rosario
|
277ff7ef67
|
Update compressed files class module to work with Python 3.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-06 04:56:39 -04:00 |
|
Roberto Rosario
|
a99b044555
|
Code style improvement. Test code consolidation. PEP8 cleanups.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-06 02:13:36 -04:00 |
|
Roberto Rosario
|
025fafabf4
|
Code style cleanups. Switch to a smaller document for tests.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-06 00:10:23 -04:00 |
|
Roberto Rosario
|
0f8825454d
|
Add link and view to show the content of parsed text for each document page.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-05 23:47:10 -04:00 |
|
Roberto Rosario
|
ffbdcef3b4
|
Split the code of the mountindex command to be able to add tests. Fix the way the children of IndexInstanceNode are accessed. Fixes GitLab issue #518. Thanks to TheOneValen @TheOneValen for the report. Remove newlines from the index name levels before using them as FUSE directories. Fixed duplicated FUSE directory removal.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-05 21:49:52 -04:00 |
|
Roberto Rosario
|
598312c4d3
|
Consolidate some document indexing test code into a new mixin.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-05 21:45:49 -04:00 |
|
Roberto Rosario
|
b6fbce16c0
|
Add explanation to the launch workflows tool.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-04 19:06:07 -04:00 |
|
Roberto Rosario
|
e0b7f31111
|
Improve search app. Refactored to resolve search queries by terms first then by field.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-04 03:29:03 -04:00 |
|
Roberto Rosario
|
d663d0cf63
|
Add links to release notes and changelog in the about view.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-03 20:41:36 -04:00 |
|
Roberto Rosario
|
071e0db610
|
Strip HTML entities from the browser's window title. Closes GitLab issue #517. Thanks to Daniel Carrico @daniel1113 for the report.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-03 20:17:13 -04:00 |
|
Roberto Rosario
|
72678e31f3
|
Display the correct AJAX request error property.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-03 15:14:18 -04:00 |
|
Roberto Rosario
|
e9db07bfd3
|
Encapsulate in_trash field into is_in_trash symetric Document property
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-03 15:14:11 -04:00 |
|
Roberto Rosario
|
a023d893ea
|
Remove debug print.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-03 15:14:00 -04:00 |
|
Roberto Rosario
|
626e1f3451
|
Fix workflow edit view tests. Improvie workflow view test via test mixins.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-03 15:13:51 -04:00 |
|
Roberto Rosario
|
3b369193a5
|
Show proper placeholder edit text on forms when no title is specified.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-03 15:13:34 -04:00 |
|
Roberto Rosario
|
a076c751ad
|
Add support for reindexing document on content parsing changes.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-03 15:13:19 -04:00 |
|
Roberto Rosario
|
fb83a838fb
|
Add support for indexing on OCR content changes.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-02 03:54:29 -04:00 |
|
Roberto Rosario
|
34c2fd6177
|
Load the DropZone CSS from package and remove the hard code CSS from appearance/base.css
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-02 03:10:18 -04:00 |
|
Roberto Rosario
|
bbfe35b8fd
|
Disable the fancybox caption link if the document is in the trash.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-02 02:53:55 -04:00 |
|
Roberto Rosario
|
f6e39380af
|
Remove use of hard coded font icon for document page rendering busy indicator.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-02 02:40:13 -04:00 |
|
Roberto Rosario
|
4b4aac246b
|
Fix the link to the documenation. Closes GitLab issue #516. Thanks to Matthias Urlichs @smurfix for the report.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-10-02 02:19:05 -04:00 |
|
Roberto Rosario
|
cdcf9096fb
|
Fix text and formatting typo.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-27 15:52:08 -04:00 |
|
Roberto Rosario
|
26ac7de70b
|
Synchronize and compile translations
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-26 22:50:48 -04:00 |
|
Roberto Rosario
|
38485b1cf8
|
Fix text typo in the converdb command.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-09-26 22:30:08 -04:00 |
|