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 |
|
Roberto Rosario
|
d6a3111d69
|
Make sure all images are converted to RGB before processing.
|
2015-09-15 02:01:56 -04:00 |
|
Roberto Rosario
|
574f3d2d66
|
Synchronize and compile translation files.
|
2015-08-27 01:33:14 -04:00 |
|
Roberto Rosario
|
709e9208aa
|
Update source translation files.
|
2015-08-27 01:25:33 -04:00 |
|
Roberto Rosario
|
7392e80fc2
|
PEP8 Cleanups.
|
2015-08-24 20:55:45 -04:00 |
|
Roberto Rosario
|
d007214d39
|
Update language translations.
|
2015-08-24 01:40:22 -04:00 |
|
Roberto Rosario
|
2c93c5d8c2
|
Update translation source files.
|
2015-08-24 00:34:08 -04:00 |
|
Roberto Rosario
|
59696ba68d
|
Add missing exception variable.
|
2015-08-23 23:10:25 -04:00 |
|
Roberto Rosario
|
d1bb06f350
|
Add logging to mark instances where getting the page count of a file may fails because it is not an office format file.
|
2015-08-23 22:47:33 -04:00 |
|
Roberto Rosario
|
fa3633fbe8
|
Remove empty language files locales: sq, zh_TW, hr_HR, de_CH, lv, nb, tr_TR.
|
2015-08-20 19:40:05 -04:00 |
|
Roberto Rosario
|
c030b91528
|
Update translation files.
|
2015-08-20 19:35:24 -04:00 |
|
Roberto Rosario
|
f2ccfa16d5
|
Update source language files. Make lock manager and storage translatable.
|
2015-08-20 15:35:06 -04:00 |
|
Roberto Rosario
|
60bc327756
|
Improve SourceColumn workflow by allowing explicit functions as columns. Remove usage of encapsulate. Move instances of 'extra_columns' to SourceColumn.
|
2015-08-16 14:26:41 -04:00 |
|
Roberto Rosario
|
48c3efefd0
|
Remove use of extra_columns and move logic to app.py module.
|
2015-08-16 00:21:55 -04:00 |
|
Roberto Rosario
|
b382227ec0
|
Add missing migrations.
|
2015-08-14 23:53:49 -04:00 |
|
Roberto Rosario
|
97bba65668
|
Code style updates, change lists to tuples.
|
2015-08-13 15:27:22 -04:00 |
|
Roberto Rosario
|
5bb8f779b3
|
Add crop document page transformation.
|
2015-08-12 17:23:36 -04:00 |
|
Roberto Rosario
|
d04117d345
|
PEP8 and code style cleanups. Replace lists with tuples.
|
2015-08-12 04:41:59 -04:00 |
|
Roberto Rosario
|
3fd73739a6
|
Update translation source files and language processing script.
|
2015-08-11 02:27:18 -04:00 |
|
Roberto Rosario
|
cf00ba2c40
|
PEP8 and minor cleanups, fixes.
|
2015-08-07 03:45:46 -04:00 |
|
Roberto Rosario
|
2f030ab162
|
Properly raise PageCountError when unable to determine a document's page count.
|
2015-08-06 02:57:02 -04:00 |
|
Roberto Rosario
|
960d60c39d
|
Refactor rest_api app and the method end points are registered. All apps API URL endpoints are now registered under the 'rest_api' namespace.
Update DRF and DRF swagger versions. Update all apps API registration method.
|
2015-08-06 02:56:17 -04:00 |
|
Roberto Rosario
|
1361ea9b42
|
Remove dependency on slate to calculate page number in PDF files.
|
2015-07-31 02:09:10 -04:00 |
|
Roberto Rosario
|
54f3cef7ba
|
Replace unnecessary lists with tuples.
|
2015-07-28 00:49:07 -04:00 |
|
Roberto Rosario
|
1e746c700a
|
PEP8 cleanups.
|
2015-07-27 23:53:14 -04:00 |
|
Roberto Rosario
|
3b728328ad
|
PEP8 cleanups, E501.
|
2015-07-23 04:05:29 -04:00 |
|
Roberto Rosario
|
4527563d89
|
PEP8 cleanups, specially E501 line too long.
|
2015-07-22 18:21:37 -04:00 |
|
Roberto Rosario
|
c275988c90
|
PEP8 cleanups, E501: 79 character long lines.
|
2015-07-19 03:27:41 -04:00 |
|
Roberto Rosario
|
e7f626aba4
|
Don't ask for the transformation order when one is being created.
|
2015-07-17 12:54:49 -04:00 |
|
Roberto Rosario
|
1213175112
|
Sources app upload workflow refactoring.
|
2015-07-15 01:03:57 -04:00 |
|
Roberto Rosario
|
da0e03bf12
|
Wrap transformation cloning in a transaction.
|
2015-07-15 01:01:58 -04:00 |
|
Roberto Rosario
|
6b0114a001
|
Add missing import.
|
2015-07-11 17:19:36 -04:00 |
|
Roberto Rosario
|
d10ad2eb74
|
Convert transformation views to CBV.
|
2015-07-11 03:57:41 -04:00 |
|
Roberto Rosario
|
b5ede7c2d3
|
Add auto increment order for transformations.
|
2015-07-11 03:45:38 -04:00 |
|
Roberto Rosario
|
72bbc3f4e9
|
Make validator not trigger migration creation.
|
2015-07-11 02:59:18 -04:00 |
|
Roberto Rosario
|
e891fe9525
|
PEP8 cleanups and code style cleanups.
|
2015-07-10 17:19:36 -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
|
fa4cb686fb
|
Auto add arguments to transformation labels.
|
2015-07-04 04:16:18 -04:00 |
|
Roberto Rosario
|
862de43219
|
Update tranformation help string.
|
2015-07-04 04:01:20 -04:00 |
|
Roberto Rosario
|
a0916afe7c
|
Update converter transformation arguments to be YAML based.
|
2015-07-04 03:59:38 -04:00 |
|
Roberto Rosario
|
3d7e7ae4a2
|
Add support for getting an office document page count.
|
2015-07-03 03:19:42 -04:00 |
|
Roberto Rosario
|
debd9db317
|
Remove graphicsmagic and imagemagick backends
|
2015-07-02 20:48:44 -04:00 |
|
Roberto Rosario
|
ace76fc69c
|
Update apps for new ACLs refactor.
|
2015-07-01 16:36:20 -04:00 |
|
Roberto Rosario
|
f326007f40
|
Update links labels to uppercase
|
2015-06-29 14:19:06 -04:00 |
|
Roberto Rosario
|
1c084aa07b
|
Split Permission and StoredPermission class and model into different modules. Simplified the Permission class.
|
2015-06-28 01:03:29 -04:00 |
|
Roberto Rosario
|
d26402974a
|
Allow registering permission from the permission namespace. Replace all permission variables to be lowercase (style guide reserver uppercase variables for constants and literals).
|
2015-06-28 00:19:49 -04:00 |
|
Roberto Rosario
|
956ca08cbd
|
Fix converter backend
|
2015-06-27 23:32:52 -04:00 |
|
Roberto Rosario
|
48df3dcafa
|
PEP8 cleanups
|
2015-06-24 17:11:24 -04:00 |
|
Roberto Rosario
|
b18888b3f7
|
Convert and cache office documents at the document version level for faster page image retrieval
|
2015-06-24 01:04:35 -04:00 |
|