Commit Graph

  • a6c9393aa0 Permission app's views are all CBV, don't specify view module to preload. Roberto Rosario 2016-03-16 16:40:39 -04:00
  • e2bfece9ff Update document OCR content view to a CBV. Roberto Rosario 2016-03-16 16:40:17 -04:00
  • 0ecfb83d14 Fix metadata edit view test. Roberto Rosario 2016-03-15 19:03:42 -04:00
  • 6bf352ecbb Fix queryset assigment, should always be of MetadataType not DocumentTypeMetadataType, errors out on Postgres. Roberto Rosario 2016-03-15 18:39:48 -04:00
  • 8ae61b87b5 Update requirements in setup.py. Roberto Rosario 2016-03-15 04:22:04 -04:00
  • aeff40331d Update changelog and release notes. Roberto Rosario 2016-03-15 04:14:51 -04:00
  • 86af663e91 Use MPTT's native get_level method. Roberto Rosario 2016-03-15 04:14:34 -04:00
  • 1a20d93e4c Add new split move index navigation. Roberto Rosario 2016-03-15 04:11:19 -04:00
  • 3d36f1b828 Update Document model's uuid field to use Django's native UUIDField class. Roberto Rosario 2016-03-15 01:44:34 -04:00
  • 928d86088a Update release notes for 2.1 Roberto Rosario 2016-03-14 22:35:54 -04:00
  • adcc37d8a4 Remove ununsed metadata function. Roberto Rosario 2016-03-14 22:35:27 -04:00
  • c2c95787cb Improve folder and tag creation api test. Roberto Rosario 2016-03-14 20:38:00 -04:00
  • 9823202405 Remove typecasting of file objects into Django's File class, not needed in Django >1.8.x. Roberto Rosario 2016-03-14 20:20:54 -04:00
  • f5d2ea7d9e Update Django version to 1.8.11. Roberto Rosario 2016-03-14 20:08:51 -04:00
  • 858648782b Update Folder creation and Tag creation API calls to return the id of the created instances. Roberto Rosario 2016-03-14 04:48:22 -04:00
  • 35cc0ea1d6 Exclude root API and API doc URLs. Roberto Rosario 2016-03-14 04:15:13 -04:00
  • 3fa9092d57 Complete changes needed to add the Message of the Day app. Closes GitLab issue #222. Roberto Rosario 2016-03-14 01:53:15 -04:00
  • 71946491b3 Show exception message when an app's URL can't be loaded. Roberto Rosario 2016-03-14 01:52:40 -04:00
  • 9ba03ff0cb Fix datetime widget rendering. Roberto Rosario 2016-03-14 01:52:16 -04:00
  • ba2be644f6 Add note about accessing runserver from other machines. Roberto Rosario 2016-03-14 01:51:39 -04:00
  • fba236b0fc Remove Patreon donation link. Roberto Rosario 2016-03-14 01:51:22 -04:00
  • 083d6e6fc5 Add links, views and urls. Rename main model to just 'Message'. Roberto Rosario 2016-03-13 21:05:49 -04:00
  • daa3ca2430 Initial commit to support messages of the day. GitLab issue #222. Roberto Rosario 2016-03-13 00:56:31 -04:00
  • 6eb868bdfb Add missing migration. Roberto Rosario 2016-03-12 23:16:18 -04:00
  • d444835f99 Update changelog. Roberto Rosario 2016-03-12 04:27:49 -04:00
  • 6b79824daf Update uploader style to better match theme and template used. Use the new uploader for new documents only not for document versions. Roberto Rosario 2016-03-12 04:25:42 -04:00
  • 642c46ec6f Move dropzone code and style loading to the sources app. Improve dropzone widget appearance. Add Javascript translation catalog support. Roberto Rosario 2016-03-12 00:49:18 -04:00
  • 452bd45407 Initial support for HTML5 uploads. GitLab issue #162. Roberto Rosario 2016-03-10 05:20:49 -04:00
  • ed2f2480e6 Fix Dutch locale typo, close GitLab issue #256. Add placeholder for 2.1 release notes. Roberto Rosario 2016-03-10 03:39:24 -04:00
  • 60b7ed6a6d PEP8 cleanups Roberto Rosario 2016-03-10 03:35:15 -04:00
  • e10ff8e8bd Fix tests. Roberto Rosario 2016-03-10 03:34:50 -04:00
  • dd2cef50c8 Fix document preview view. Roberto Rosario 2016-03-10 03:21:20 -04:00
  • 3532ed7c1e Update changelog. Roberto Rosario 2016-03-09 23:35:34 -04:00
  • 180c38b746 PEP8 cleanups. Roberto Rosario 2016-03-09 23:31:03 -04:00
  • 45e90da219 Convert the checkout detail view to use the DetailView CBV. Update usage the DetailView CBV in the DocumentProperties view. Add checkout details view permission. Roberto Rosario 2016-03-09 23:27:02 -04:00
  • 6f02d96212 Update current user detail view to use DetailView CBV. Roberto Rosario 2016-03-09 23:26:00 -04:00
  • 2c9a01bdfc Improve the date localte handling of the DetailView and DetailForm. Roberto Rosario 2016-03-09 23:22:31 -04:00
  • 216673c691 Sort variables Roberto Rosario 2016-03-09 15:58:53 -04:00
  • 17f129e9e6 Add admin interface to the checkouts app. Roberto Rosario 2016-03-09 15:40:39 -04:00
  • ba4768bcbb Revert icons to their original sizes. Roberto Rosario 2016-03-09 15:40:22 -04:00
  • 5b6b35f1c3 Make document type deletion period optional. Roberto Rosario 2016-03-09 14:39:16 -04:00
  • 9b315a7cf4 Simple list to tupple and queryset count optimizations. Roberto Rosario 2016-03-09 14:25:43 -04:00
  • bccf511178 Add per document type document creation access control test. Roberto Rosario 2016-03-09 14:24:57 -04:00
  • 330e01972c Hide document facet menu links on small displays. Roberto Rosario 2016-03-08 04:21:29 -04:00
  • 4d362c3957 Add icons to the document face menu links. Increase icon size by 10%. Increase icon to text spacing to 3px. Roberto Rosario 2016-03-08 04:17:57 -04:00
  • 5a70bd0995 Remove document clone function. Roberto Rosario 2016-03-08 03:44:22 -04:00
  • a7faf7f427 Implement per document type document creation permission. Closes GitLab issue #232. Roberto Rosario 2016-03-08 03:39:23 -04:00
  • 9da4710c0f Deselect the update checkbox for optional metadata by default. Roberto Rosario 2016-03-08 02:38:15 -04:00
  • d05345ed3c Update tests to match generic CBV success message. Roberto Rosario 2016-03-08 02:37:22 -04:00
  • ad328b2c3b Silence lock manager model import warning. Roberto Rosario 2016-03-08 02:32:03 -04:00
  • 927c0bf657 Remove remaining usage of django.contrib.auth.model.User. GitLab issue #225. Roberto Rosario 2016-03-08 02:21:03 -04:00
  • 5d8dd19895 Merge remote-tracking branch 'origin/development' into development Roberto Rosario 2016-03-08 01:23:36 -04:00
  • 730cbe922d Update changelog. Roberto Rosario 2016-03-08 01:23:16 -04:00
  • 1c65b389ee Remove concept of ownership from folders by removing the user field. "Ownership" now is now determined by ACL of a folder, like the rest of the objects in the system. Roberto Rosario 2016-03-08 01:20:10 -04:00
  • 74fd47d86e Unify handling for generic CBV views errors and 'object_name'. Roberto Rosario 2016-03-08 01:13:06 -04:00
  • 014ba4f4fe Remove strip spaces middleware and use spaceless template tag instead. Closes GitLab issue #255. Roberto Rosario 2016-03-07 20:02:26 -04:00
  • e85002d4ac Add view test to check for duplicated folder creation. Roberto Rosario 2016-03-07 17:02:19 -04:00
  • 9efa7c9543 Fix typo in document image generation query. Support multiple logins using different sessions iDS. Roberto Rosario 2016-03-07 04:13:14 -04:00
  • 8a5a26c0b4 Update authenthication code to support multitenants. Replace all remaining instances of hardcoded User model. Roberto Rosario 2016-03-07 03:08:11 -04:00
  • 6492908c59 Make folders and tags apps multitenant. Roberto Rosario 2016-03-07 01:53:13 -04:00
  • ce6a1f4020 Merge branch 'master' into feature/merge_master Roberto Rosario 2016-03-03 16:46:11 -04:00
  • bbcf7f53fb Change PCL conversion output format to PNG. Add special case for empty pages at the end of PCL documents. feature/pcl_support Roberto Rosario 2016-02-25 02:04:47 -04:00
  • 7e67a2384f Add PCL detection and rendering support. Roberto Rosario 2016-02-25 01:27:43 -04:00
  • 378a346e79 Remove Docker and Docker Componse files. These files now live in https://gitlab.com/mayan-edms/mayan-edms-docker. v2.0.2 Roberto Rosario 2016-02-14 21:30:08 -04:00
  • 11a9d10e0f Add 2.0.2 release notes. Roberto Rosario 2016-02-14 21:06:33 -04:00
  • 3fdc5e523a Strip tags from browser title. Roberto Rosario 2016-02-13 17:35:43 -04:00
  • ed70f96b49 Update changelog. Roberto Rosario 2016-02-11 04:05:08 -04:00
  • c5c0ad0cce Revert "Configure GitLab-CI mysql service to use UTF-8 and fix failing test in MySQL." Roberto Rosario 2016-02-11 03:55:27 -04:00
  • bfa6c51f86 Configure GitLab-CI mysql service to use UTF-8 and fix failing test in MySQL. Roberto Rosario 2016-02-11 03:08:10 -04:00
  • 0295f7feb5 Add 2 second delay to workaround MySQL not storing millisecond part of timestamp. Roberto Rosario 2016-02-10 12:11:51 -04:00
  • 7db560d799 Increase delay in test from 1 second to 2 seconds to workaround MySQL truncating millisecond part of timestamp. Roberto Rosario 2016-02-10 12:10:42 -04:00
  • c3b0146b96 Update changelog. Roberto Rosario 2016-02-10 03:03:04 -04:00
  • f3d1faebf1 Move metadata form value validation to .clean() and update field data may not be available yet when validatng the value field. Only validate form value if form has a metadata type associated. Roberto Rosario 2016-02-10 02:27:42 -04:00
  • 03e7339f9b Only extract validation error messages from ValidationError exception instances. Roberto Rosario 2016-02-10 02:26:57 -04:00
  • f1b090f8d6 Don't store empty metadata value if the update checkbox is not checked. Roberto Rosario 2016-02-09 19:41:43 -04:00
  • ca326440a2 Revert "Add ability to disable the metadata update column. Disable the metadata update column in the new document upload wizard." Roberto Rosario 2016-02-09 19:37:52 -04:00
  • 7e25ff0c0b Add missing browser title generation tag to wizard template. Roberto Rosario 2016-02-09 19:15:32 -04:00
  • 79e1889e95 Bump version to 2.0.2 Roberto Rosario 2016-02-09 19:08:13 -04:00
  • 16a1a4d3af Fix test test_get_document_version_content, API view return document version page OCR content not document version OCR content. Roberto Rosario 2016-02-09 19:07:24 -04:00
  • c67080c2d3 Update HISTORY.rst Roberto Rosario 2016-02-09 13:47:00 -04:00
  • 511e397850 Add ability to disable the metadata update column. Disable the metadata update column in the new document upload wizard. Roberto Rosario 2016-02-09 13:43:58 -04:00
  • 59624d75cb Fix GitLab issue #250 "Empty optional lookup metadata trigger validation error". Thanks to LeVon Smoker for the find and for the proposed fix. Reference: https://groups.google.com/forum/#!topic/mayan-edms/VUGRl4xX-1c Roberto Rosario 2016-02-09 13:00:45 -04:00
  • 2300f4d793 Install testing dependencies when installing development dependencies. Roberto Rosario 2016-02-09 13:00:24 -04:00
  • 652613452b Add new document upload wizard step to attach tags. GitLab issue #208. Roberto Rosario 2016-02-05 03:25:27 -04:00
  • 74d8f1d994 Add debug logging during general exception catch. Roberto Rosario 2016-02-04 22:22:05 -04:00
  • 10eb7d49b2 Update API tests to use login instead of force_authenticate. Roberto Rosario 2016-02-04 17:39:27 -04:00
  • 8614bc4bfc Remove included login required middleware using django-stronghold instead (http://mikegrouchy.com/django-stronghold/). GitLab Issue #206 Roberto Rosario 2016-02-04 15:32:59 -04:00
  • 2bb96ca98d Add HISTORY entry for upcomming version 2.1. Roberto Rosario 2016-01-28 06:09:27 -04:00
  • eae11a1b0c Fix remaining tests for Django 1.8. Closes GitLab issue #246. Roberto Rosario 2016-01-28 06:04:28 -04:00
  • 2ebb84f18f Remove remaining direct references to the User model. Closes GitLab issue #225. Roberto Rosario 2016-01-28 05:55:15 -04:00
  • 27d8644438 Silence 90% of remaining Django 1.8 model warnings. Roberto Rosario 2016-01-28 05:43:08 -04:00
  • d5c73eaad6 Rename the 'Content' search label to 'OCR' for proper meaning. Roberto Rosario 2016-01-28 04:42:26 -04:00
  • 09f4d674a4 Pass the request instance to properly resolve the setup and tools links. Roberto Rosario 2016-01-28 04:40:31 -04:00
  • 830e83d107 Remove unused template. Roberto Rosario 2016-01-28 04:21:18 -04:00
  • 24644e3538 Remove select_related using reverse related name field. Roberto Rosario 2016-01-27 18:34:32 -04:00
  • 2dd4ca1f13 Workaround undocumented backward incompatible change in python-gnupy 0.3.8. Roberto Rosario 2016-01-26 05:14:07 -04:00
  • 59661f643b Update API pagination for DRF 3.3.2. Roberto Rosario 2016-01-26 03:55:44 -04:00
  • 0b830c380d Silence furder Django 1.8 warnings about ContentType imports. Fix get_model in handlers. Roberto Rosario 2016-01-26 03:55:10 -04:00
  • 6b3fe7a876 Fix futher Django Warnings. Roberto Rosario 2016-01-22 04:52:47 -04:00
  • 20535529dc Fix address in about template. Roberto Rosario 2016-01-22 04:51:48 -04:00