Commit Graph

  • df3f7c38c3 Update changelog and release notes. Roberto Rosario 2016-11-08 19:23:06 -04:00
  • 7f4dee8d69 Fix testing settings for GitLab CI. Roberto Rosario 2016-11-08 18:19:49 -04:00
  • 95a23c8f7a Expland staging folder and watch folder explanation. Roberto Rosario 2016-11-08 18:03:10 -04:00
  • 98327ae877 Return the same image when rotation degrees are 0. Roberto Rosario 2016-11-08 17:47:51 -04:00
  • e4a4e6b0c8 Don't open a new browser window when running makefile commands. Roberto Rosario 2016-11-08 17:47:00 -04:00
  • 048960ae52 Fix ACL create view HTML response type. GitLab issue #335. Thanks to @DocCyblade for the report. Roberto Rosario 2016-11-08 13:51:39 -04:00
  • d072c0af55 Merge remote-tracking branch 'origin/master' into test Roberto Rosario 2016-11-08 02:34:40 -04:00
  • 6b9b280d71 Improve documentation regarding the use of GPG version 1. GitLab issue #333. Thank to @Albe for the report. Roberto Rosario 2016-11-08 02:26:17 -04:00
  • 14bde36c1f Backport trash can navigation link resolution fix, GitLab issue #331. Thanks to @DocCyblade for the report. Roberto Rosario 2016-11-08 02:13:18 -04:00
  • 4222035cc1 Backport zoom transformation performance improvement, GitLab issue #334. Thanks to @startmat for the patch. Roberto Rosario 2016-11-08 02:03:10 -04:00
  • 43264f23b1 Update Pillow to version 3.1.2 Roberto Rosario 2016-11-08 01:58:48 -04:00
  • f98063835a Backport resize transformation math operation fix, GitLab issue #319. Thanks to @startmat for the find. Roberto Rosario 2016-11-08 01:51:27 -04:00
  • 19d20ff9d1 Prevent unnecessary image.resize in TransformationZoom. Thanks to @startmat for the suggestion. GitLab issue #334. Roberto Rosario 2016-11-05 02:56:43 -04:00
  • 7c8fc51ad1 Make sure lazy images are loaded only once. Roberto Rosario 2016-11-05 02:21:46 -04:00
  • 2df6cb7985 Remove usage of url.patterns as per Django's deprecation warnings. Roberto Rosario 2016-11-04 04:02:48 -04:00
  • bc7f5f44ed Improve document page image lazy loading. Use font awesome spinner and CSS3 animation. Roberto Rosario 2016-11-04 03:33:24 -04:00
  • 69bcade6fb Don't asume all non model instances have the get_deferred_fields method (ie: Statistics). GitLab issue #331 Roberto Rosario 2016-11-04 01:52:33 -04:00
  • d473245fb2 Rename the document_html_widget to document_page_html_widget for clarity of purpose. Roberto Rosario 2016-11-04 01:45:40 -04:00
  • 3df30b63f3 Make sure the method has sensible defaults. Roberto Rosario 2016-11-04 01:34:12 -04:00
  • 0992e22568 Typecast to integers only when there is querystring data. Roberto Rosario 2016-11-04 01:33:44 -04:00
  • 011db7c0f6 Convert the document print view to CBV. Tweak the print template. Make 'print all' pages the default. Roberto Rosario 2016-11-04 01:32:59 -04:00
  • 31b2464899 Add explicit test for deferred fields instances in menu resolution. Fixes document link appearing in deleted document views. Fixes GitLab issue #331. Roberto Rosario 2016-11-03 18:33:25 -04:00
  • b2ba2c70dc Fix typo in user_add view url definition. Roberto Rosario 2016-11-03 17:47:45 -04:00
  • a59c4e8fc1 Fix dynamic search tests. Roberto Rosario 2016-11-03 17:47:30 -04:00
  • 4d9da58890 Update search api test to work with the new url scheme. Roberto Rosario 2016-11-03 15:50:38 -04:00
  • b9791287d3 Fix typo defining user_delete view. Roberto Rosario 2016-11-03 15:50:23 -04:00
  • 2b335e9454 Add test for deleted document restore link. Roberto Rosario 2016-11-03 15:49:56 -04:00
  • 877772f80d Add another temporary directory to be ignored during tests. Roberto Rosario 2016-11-03 15:49:28 -04:00
  • 12e500e55d Display a message instead of a UI specific icon when there are not pages to show. Roberto Rosario 2016-11-03 15:35:03 -04:00
  • 2cdee10d50 Make sure transformation arguments are always valid. Roberto Rosario 2016-11-03 15:34:32 -04:00
  • 6fbbc7bacb Fix tag url typo. Roberto Rosario 2016-11-02 19:01:51 -04:00
  • 2777dc1070 Convert document page zoom and rotation views to CBV. Roberto Rosario 2016-11-02 19:01:30 -04:00
  • 3ab4778814 Remove lazy view string loading from urls.py as per Django's deprecation plan. Roberto Rosario 2016-11-02 17:38:54 -04:00
  • 696c2be2f3 Fix link global permission check. Roberto Rosario 2016-11-02 16:07:46 -04:00
  • 43d2539c95 Update OCR backend to work with the new document image caching system. Roberto Rosario 2016-11-02 05:05:25 -04:00
  • 5893e149e0 Reduce the check_access boilerplate code. Roberto Rosario 2016-11-02 04:58:05 -04:00
  • 621c988809 Simplify filter_by_access boilerplate code Roberto Rosario 2016-11-02 03:48:16 -04:00
  • c0194c63dc Refactor document page image generation and transformation classes to cache all transformed versions of a document page. Roberto Rosario 2016-11-02 02:34:57 -04:00
  • ff67b11110 Improve upgrade process. Make removing obsolete requirements easier. Roberto Rosario 2016-10-31 15:19:15 -04:00
  • de6564c264 Fix height calculation and remove disabled "fit" code. Thanks to @startmat for finding this one. Closes GitLab issue #319. Roberto Rosario 2016-10-31 15:08:43 -04:00
  • 9eb9c93afc Remove obsolete document printing tag Roberto Rosario 2016-10-31 01:14:39 -04:00
  • 6e3d99670c Complete conversion of download views to CBV views using django-downloadview. This also removes dependency on the filetransfers library. Roberto Rosario 2016-10-31 01:00:35 -04:00
  • 24ef702e9c Update some direct model importing to use Django's apps.get_model instead. Roberto Rosario 2016-10-30 02:46:36 -04:00
  • aca0491941 Update testing requirements. Roberto Rosario 2016-10-29 17:06:14 -04:00
  • 52b2ae3c84 Update documentation requirements. Roberto Rosario 2016-10-29 17:06:03 -04:00
  • 27943dca8c Update project requirements. Roberto Rosario 2016-10-29 17:05:55 -04:00
  • 1f648c5e86 Add command to execute runserver_plus Roberto Rosario 2016-10-29 16:28:49 -04:00
  • ed7955f8e7 Update development requirements. Roberto Rosario 2016-10-29 16:26:37 -04:00
  • 1e50676f11 Merge branch 'master' into development Roberto Rosario 2016-10-29 16:22:12 -04:00
  • 6b6a238039 Add safety check Python package Roberto Rosario 2016-10-29 15:17:22 -04:00
  • f978bd4982 Tweak installation instructions for easy of interpretation. v2.1.4 Roberto Rosario 2016-10-28 04:56:35 -04:00
  • b6784ee173 Don't import the base requirements just to build the documentation. Roberto Rosario 2016-10-28 04:47:49 -04:00
  • 718582f09d Add documentation badge Roberto Rosario 2016-10-28 04:43:34 -04:00
  • b9bdf5c315 Fix release list formatting Roberto Rosario 2016-10-28 04:39:10 -04:00
  • 6c2f00e0d7 Bump version to 2.1.4 Roberto Rosario 2016-10-28 04:26:17 -04:00
  • 49ea4ff2f6 Update release notes and changelog. Roberto Rosario 2016-10-28 04:26:06 -04:00
  • 2a0c50a313 Update setup with latest version requirements. Roberto Rosario 2016-10-28 04:25:51 -04:00
  • 6a48de5029 Update translations. Roberto Rosario 2016-10-28 04:19:15 -04:00
  • e556c16117 Add migration to remove recent search data. Roberto Rosario 2016-10-28 03:07:45 -04:00
  • 5c9a34ab5e PEP8 cleanups Roberto Rosario 2016-10-28 03:06:29 -04:00
  • 5193009447 Update history Roberto Rosario 2016-10-28 03:04:02 -04:00
  • 5ddd0c861d Merge branch 'development' into feature/per_page_search Roberto Rosario 2016-10-28 02:51:17 -04:00
  • 80623e4436 Merge branch 'master' into development Roberto Rosario 2016-10-28 02:50:46 -04:00
  • c10637aaa4 Update dynamic_search app API to support document page searches. Roberto Rosario 2016-10-28 02:44:02 -04:00
  • 2ad40a0970 Invert the search boxes order Roberto Rosario 2016-10-27 05:01:51 -04:00
  • dbad54bf6b Merge branch 'master' into feature/per_page_search Roberto Rosario 2016-10-27 04:57:45 -04:00
  • da250a6a9e Update the FAQ. Roberto Rosario 2016-10-27 04:57:11 -04:00
  • 3bb47c20db Add CONTRIBUTING document. Roberto Rosario 2016-10-27 04:53:43 -04:00
  • eb2a3bba30 Update v2.2 change log Roberto Rosario 2016-10-27 04:00:21 -04:00
  • aef395f4df Remove support for recent searches Roberto Rosario 2016-10-27 03:59:14 -04:00
  • b8b2e0e929 Initial commit to support per page search. Roberto Rosario 2016-10-27 02:48:40 -04:00
  • f66f815ba6 Remove the installation app Roberto Rosario 2016-10-26 23:04:59 -04:00
  • 62c0918acf Update appearance of install commands to reflect virtualenv activation. Roberto Rosario 2016-10-26 22:54:20 -04:00
  • 61e2925a61 Update release notes. Roberto Rosario 2016-10-26 19:39:51 -04:00
  • d488c8271b Merge branch 'development' Roberto Rosario 2016-10-26 04:46:36 -04:00
  • 7cc5064df3 Add curl to the GitLab CI script to be able to send the coverage report. Roberto Rosario 2016-10-26 04:43:11 -04:00
  • 7b9a2bcfcc Ignore GitLab's CI .config temporary file. Roberto Rosario 2016-10-26 04:26:22 -04:00
  • fa7c6ae8d7 Set the GitLab ci mysql service db server character set to utf8mb4. Roberto Rosario 2016-10-26 04:06:00 -04:00
  • 72980f09a6 Update TempfileCheckMixin to show list of oprhaned files. Roberto Rosario 2016-10-26 04:05:32 -04:00
  • 0b5edb4ad6 Add support to ignore certain temporary file patterns to the TempfileCheckMixin Roberto Rosario 2016-10-26 02:16:44 -04:00
  • 9d527ae423 Improve the UTF locale generation for the GitLab CI image. Roberto Rosario 2016-10-26 01:41:22 -04:00
  • 7ead59a408 Force locale previous of tests (GitLab CI). Roberto Rosario 2016-10-25 19:05:24 -04:00
  • d779676724 Set the locale to avoid unicode tests from failing. Roberto Rosario 2016-10-25 18:43:00 -04:00
  • 1f1954161e Merge branch 'development' Roberto Rosario 2016-10-25 02:50:50 -04:00
  • 6abf3384c7 Update Python-gnupg to version 0.3.9 Roberto Rosario 2016-10-25 02:49:50 -04:00
  • f59d7ad0bd Add missing events app tests. Roberto Rosario 2016-10-24 18:50:19 -04:00
  • d3e6b21146 Encapsulate python-gnupg code into its own backend class. Roberto Rosario 2016-10-24 18:48:26 -04:00
  • 665b814641 Add shell_plus command to the makefile Roberto Rosario 2016-10-24 18:43:14 -04:00
  • 56feae6e0e Install DB development libraries for the required GitLab CI service. Roberto Rosario 2016-10-24 02:27:10 -04:00
  • 3db472b0cd Update the expected HTML content type of failing view tests. Roberto Rosario 2016-10-24 02:26:43 -04:00
  • 07c8d36545 Add missing python-pip install for GitLab CI Roberto Rosario 2016-10-24 01:44:37 -04:00
  • 1b9a40dc5c Update GitLab CI to use the ubuntu 16.10 image. Roberto Rosario 2016-10-24 01:31:52 -04:00
  • f28b797f0a Update default testing config to use GPG version 1. Roberto Rosario 2016-10-24 01:21:58 -04:00
  • 35c96034a7 Re-enable mysql testing and install GPG version 1. Roberto Rosario 2016-10-24 01:21:36 -04:00
  • d13c444312 Add tesseract homepage link and note on how to add extra languages. Roberto Rosario 2016-10-24 01:20:43 -04:00
  • 9e7ffc1e99 Update release notes. Roberto Rosario 2016-10-24 01:20:22 -04:00
  • 07ecc60b63 Update documentation to specify usage of GPG version 1. GitLab issue #324. Roberto Rosario 2016-10-24 00:59:45 -04:00
  • 03d13ff224 Update documentation configuration option as per deprecation warning. Roberto Rosario 2016-10-24 00:55:15 -04:00
  • 652b0f13d0 Update release notes Roberto Rosario 2016-10-21 04:29:23 -04:00
  • bf29846b54 Set the proper expected response content type in the document download views tests. Roberto Rosario 2016-10-21 04:27:41 -04:00