Roberto Rosario
|
28697ce34c
|
Add missing migration adding new transformations.
|
2017-01-18 14:02:42 -04:00 |
|
Roberto Rosario
|
92d2f9cbdd
|
Add mirror, flip, gaussian blur and unsharpen masking transformations.
|
2017-01-18 03:01:27 -04:00 |
|
Roberto Rosario
|
9cb5758245
|
Add 3 new "prepared" transformations: Rotate 90, 180 and 270 degrees.
Sort transformation list.
|
2017-01-18 02:35:14 -04:00 |
|
Roberto Rosario
|
5007d77425
|
PEP8 cleanups.
|
2017-01-18 02:02:32 -04:00 |
|
Roberto Rosario
|
bb8b606c92
|
Add additional tests.
|
2017-01-18 01:59:00 -04:00 |
|
Roberto Rosario
|
6c5d0a16ef
|
Update conveter tests hash literals.
|
2016-12-23 02:17:53 -04:00 |
|
Roberto Rosario
|
cc02ab19d5
|
Merge branch 'development' of gitlab.com:mayan-edms/mayan-edms into development
|
2016-12-20 01:00:49 -04:00 |
|
Roberto Rosario
|
90de742deb
|
Merge remote-tracking branch 'origin/series/2.0' into merge
|
2016-12-19 21:59:00 -04:00 |
|
Roberto Rosario
|
3e63010338
|
Synchronize translations.
|
2016-11-23 03:09:56 -04:00 |
|
Roberto Rosario
|
ba11e63364
|
Improve transformation hashing algorithm.
|
2016-11-16 19:11:55 -04:00 |
|
Roberto Rosario
|
8b02ea7134
|
Fix variable name typo in the rotation transformation class.
|
2016-11-15 01:22:48 -04:00 |
|
Roberto Rosario
|
9ed20091d2
|
Rename the licenses modules from packages.py to licenses.py
|
2016-11-12 23:59:50 -04:00 |
|
Roberto Rosario
|
99302e9300
|
Move package licenses to their own modules within the apps.
|
2016-11-12 02:28:06 -04:00 |
|
Roberto Rosario
|
aa2e8f3a11
|
Merge remote-tracking branch 'origin/master' into merge_test
|
2016-11-09 01:27:34 -04:00 |
|
Roberto Rosario
|
98327ae877
|
Return the same image when rotation degrees are 0.
|
2016-11-08 17:47:51 -04:00 |
|
Roberto Rosario
|
4222035cc1
|
Backport zoom transformation performance improvement, GitLab issue #334. Thanks to @startmat for the patch.
|
2016-11-08 02:03:10 -04:00 |
|
Roberto Rosario
|
f98063835a
|
Backport resize transformation math operation fix, GitLab issue #319. Thanks to @startmat for the find.
|
2016-11-08 01:51:27 -04:00 |
|
Roberto Rosario
|
19d20ff9d1
|
Prevent unnecessary image.resize in TransformationZoom. Thanks to @startmat for the suggestion. GitLab issue #334.
|
2016-11-05 02:56:43 -04:00 |
|
Roberto Rosario
|
2df6cb7985
|
Remove usage of url.patterns as per Django's deprecation warnings.
|
2016-11-04 04:02:48 -04:00 |
|
Roberto Rosario
|
3ab4778814
|
Remove lazy view string loading from urls.py as per Django's deprecation plan.
|
2016-11-02 17:38:54 -04:00 |
|
Roberto Rosario
|
5893e149e0
|
Reduce the check_access boilerplate code.
|
2016-11-02 04:58:05 -04:00 |
|
Roberto Rosario
|
621c988809
|
Simplify filter_by_access boilerplate code
|
2016-11-02 03:48:16 -04:00 |
|
Roberto Rosario
|
c0194c63dc
|
Refactor document page image generation and transformation classes
to cache all transformed versions of a document page.
|
2016-11-02 02:34:57 -04:00 |
|
Roberto Rosario
|
de6564c264
|
Fix height calculation and remove disabled "fit" code. Thanks to @startmat for finding this one. Closes GitLab issue #319.
|
2016-10-31 15:08:43 -04:00 |
|
Roberto Rosario
|
6e3d99670c
|
Complete conversion of download views to CBV views using django-downloadview.
This also removes dependency on the filetransfers library.
|
2016-10-31 01:00:35 -04:00 |
|
Roberto Rosario
|
24ef702e9c
|
Update some direct model importing to use Django's apps.get_model instead.
|
2016-10-30 02:46:36 -04:00 |
|
Roberto Rosario
|
6a48de5029
|
Update translations.
|
2016-10-28 04:19:15 -04:00 |
|
Roberto Rosario
|
f3f5cff36e
|
Add missing temporary cleanup for the office documents section.
|
2016-06-28 01:53:53 -04:00 |
|
Roberto Rosario
|
945158bd60
|
Normalize handling of temporary file and directory creation.
|
2016-06-23 20:54:10 -04:00 |
|
Roberto Rosario
|
8075bfd0bc
|
Update Spanish translation.
|
2016-05-08 21:57:23 -04:00 |
|
Roberto Rosario
|
232cb5e38d
|
Synchronize and compile translations.
|
2016-04-27 14:54:33 -04:00 |
|
Roberto Rosario
|
5775f5aeaa
|
Run makemessage for apps.
|
2016-04-27 14:20:45 -04:00 |
|
Roberto Rosario
|
3d970036b2
|
Sync translations with Transifex
|
2016-03-21 17:38:15 -04:00 |
|
Roberto Rosario
|
6fe778051e
|
Update translation source files for all apps. Add Message of the Day source message file.
|
2016-03-21 16:53:09 -04:00 |
|
Roberto Rosario
|
26fce66451
|
Change pngtoppm to convert PDFs to JPEG instead of PNGs.
|
2016-03-21 03:49:11 -04:00 |
|
Roberto Rosario
|
28f3b7551d
|
Consolidate document page image generation as binary or base64 to a single place at the converter class level.
|
2016-03-21 03:44:45 -04:00 |
|
Roberto Rosario
|
74d8f1d994
|
Add debug logging during general exception catch.
|
2016-02-04 22:22:05 -04:00 |
|
Roberto Rosario
|
0b830c380d
|
Silence furder Django 1.8 warnings about ContentType imports. Fix get_model in handlers.
|
2016-01-26 03:55:10 -04:00 |
|
Roberto Rosario
|
b19225e95d
|
Load models by calling AppConfig.get_model method instead.
|
2016-01-22 03:59:42 -04:00 |
|
Roberto Rosario
|
923ecc85d8
|
PEP8 Cleanups.
|
2015-10-28 02:22:10 -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
|
86ff835839
|
PEP8 Cleanups.
|
2015-10-07 22:24:44 -04:00 |
|
Roberto Rosario
|
a76a8b7e0a
|
Reset pointer before attemping a conversion.
|
2015-10-07 03:17:02 -04:00 |
|
Roberto Rosario
|
3d3abb6ad6
|
Use SH to call LibreOffice binary. Force LibreOffice input filter when converting text files.
|
2015-09-26 03:00:11 -04:00 |
|
Roberto Rosario
|
500f870c78
|
Do a force pull of all translations and a compile.
|
2015-09-25 04:18:04 -04:00 |
|
Roberto Rosario
|
8629e6495e
|
Translation source files updates. Add translator comments. Thanks to Berny for these.
|
2015-09-24 16:30:19 -04:00 |
|
Roberto Rosario
|
c9b981f07a
|
Update translation sources and compiles files.
|
2015-09-24 01:44:03 -04:00 |
|
Roberto Rosario
|
6480489086
|
Add view displaying all 3rd party apps and packages' licenses.
|
2015-09-23 03:32:14 -04:00 |
|
Roberto Rosario
|
dbd676646b
|
Don't convert images blindly to RGB. Only convert to RGB or RGBA when saving to JPEG and mode is 'P'. documents.tests.test_models.MultiPageTiffTestCase passes again.
|
2015-09-16 15:56:10 -04:00 |
|
Roberto Rosario
|
60e64b92fd
|
PEP8 Cleanup (495 warnings).
|
2015-09-16 09:33:16 -04:00 |
|