Commit Graph

  • a0df9d260d Organization support improvements in the common app tests. Roberto Rosario 2016-05-25 02:46:32 -04:00
  • 626cc1cd07 Move the organizations.managment module to .utils to avoid class with /management/ folder. Roberto Rosario 2016-05-25 02:45:42 -04:00
  • c49f8b1def Improve organization support for the folders app. Roberto Rosario 2016-05-25 02:45:20 -04:00
  • 2ca3a67c9c Don't make the default organization name hardcoded. Roberto Rosario 2016-05-25 02:44:24 -04:00
  • 7be1d76f62 Move import. Improve comment. Roberto Rosario 2016-05-25 02:44:05 -04:00
  • c5f64d4805 Make the acls app organizations aware. Roberto Rosario 2016-05-25 02:43:12 -04:00
  • 27c1a33762 Call the command to create an organization admin during the initial setup stage. Roberto Rosario 2016-05-25 01:08:20 -04:00
  • ce0b0a9a79 Add management command to create an organization admin. Roberto Rosario 2016-05-25 01:08:03 -04:00
  • 90778c709c Style cleanups Roberto Rosario 2016-05-25 01:07:42 -04:00
  • 6e6a6073d2 Relate roles to organizations Roberto Rosario 2016-05-25 01:06:57 -04:00
  • a3a03ec095 Add custom Group model that relates to organization. Roberto Rosario 2016-05-25 01:06:20 -04:00
  • 433e295d07 Fix folder document list. GitLab issue #273 Roberto Rosario 2016-05-24 18:18:40 -04:00
  • c37430ff12 Folders no longer have an user field. GitLab issue #272. Roberto Rosario 2016-05-24 18:09:01 -04:00
  • 0e5521160b Move basic tests from the Site convertion to tests/test_middleware Roberto Rosario 2016-05-24 18:08:33 -04:00
  • 83046882b1 Remove repeated migrations. Roberto Rosario 2016-05-24 17:53:33 -04:00
  • 56f1a7d537 Add initial tests for organizations Baptiste GAILLET 2016-05-23 09:18:03 +02:00
  • fba20b0a91 Fix postgresql organization creation id error after the first migration Baptiste GAILLET 2016-05-19 16:07:09 +02:00
  • ab69031662 Add data migration for organizations apps and change documents migration 35 dependencies to this new migration Baptiste GAILLET 2016-05-18 13:33:31 +02:00
  • 14bd599387 Merge branch 'development' into feature/multi-tenant Roberto Rosario 2016-05-22 17:47:12 -04:00
  • 5ba861f4aa Bump version to 2.1.2 v2.1.2 Roberto Rosario 2016-05-20 02:41:46 -04:00
  • c09a237af1 Add development makefile. Update changelog. Add release notes for version 2.1.2 Roberto Rosario 2016-05-20 02:34:18 -04:00
  • d1c87fe102 Allow MetadataLookup to receive callables. Update the {{ users }} and {{ groups }} metadata lookup options to be callables that return a current list of users and groups and not a queryset. Add integrations test user_managements -> metadata app. Fixes GitLab #290. Thanks to @camiloforero for finding this one. Roberto Rosario 2016-05-19 19:33:58 -04:00
  • 4de3bb99e2 Add custom ModelForm class that supports field choice sorting. Use the new form class to sort the user profile language field and the document language fields. Thanks to Baptiste GAILLET @bat79a for the original idea. GitLab issue #292. Roberto Rosario 2016-05-19 18:14:29 -04:00
  • d71357cf81 Merge branch 'development' into feature/multi-tenant Roberto Rosario 2016-05-17 17:02:00 -04:00
  • 004b8c9054 Bump version to 2.1.1 v2.1.1 Roberto Rosario 2016-05-17 05:08:45 -04:00
  • 8712c6ee37 PEP8 cleanups. Roberto Rosario 2016-05-17 05:08:21 -04:00
  • 11da303529 Update changelog. Roberto Rosario 2016-05-17 05:04:27 -04:00
  • c97208f609 Ensure that the automatic index is created after the default document type is created. Roberto Rosario 2016-05-17 05:02:57 -04:00
  • 0bebef5ba9 Add documentation chapter on document languages. Roberto Rosario 2016-05-17 04:07:03 -04:00
  • 27aae995f0 The Tesseract OCR backend now reports if the requested language file is missing. GitLab issue #289. Roberto Rosario 2016-05-17 03:49:23 -04:00
  • 4e55b28c43 Update build status badge URL. Roberto Rosario 2016-05-17 01:37:03 -04:00
  • 3d722325ca Fix navigation object column resolution. Fixes GitLab issue #288. Roberto Rosario 2016-05-17 01:36:12 -04:00
  • 5959e7362d Merge remote-tracking branch 'origin/master' into merge v2.1 Roberto Rosario 2016-05-14 01:55:36 -04:00
  • 352457f576 Don't add the current user to the template context to avoid triggering user managment action links. Roberto Rosario 2016-05-14 01:49:29 -04:00
  • 7a746653da Bump version to 2.1 Roberto Rosario 2016-05-13 21:16:05 -04:00
  • 715d3c6768 Change log updates. Roberto Rosario 2016-05-13 21:15:54 -04:00
  • 3f9d21167d Update requirements in setup.py Roberto Rosario 2016-05-13 21:03:12 -04:00
  • 7fc5f24da9 Update release notes. Roberto Rosario 2016-05-13 21:02:55 -04:00
  • 5a885868f8 Remove unpaper from installation scripts. Roberto Rosario 2016-05-13 21:02:40 -04:00
  • fdf4984468 Add jquery plugin matchHeigh and use it for the tools and setup buttons. GitLab issue #274. Roberto Rosario 2016-05-12 03:12:14 -04:00
  • 7da6408de0 Add second attempt to match a navigation object as an instance of a source. Use for instances from a queryset using .defer() or .only(). Roberto Rosario 2016-05-12 01:48:42 -04:00
  • 084f6d4b2f Add an aditional step to verify that the update button is checked on required metadata types. Roberto Rosario 2016-05-12 01:35:08 -04:00
  • 516920f833 Be more explicit about which requied metadata type is missing. Roberto Rosario 2016-05-12 01:33:10 -04:00
  • bc79798723 Improve printable ACL representation. Roberto Rosario 2016-05-11 03:39:07 -04:00
  • 9c22fc9714 Fix link related object ACL resolution. GitLab issue #274. Thanks to Baptiste GAILLET @bat79a. Roberto Rosario 2016-05-11 03:37:51 -04:00
  • 39ba601074 Fix API endpoint view name in trashed document API tests. Roberto Rosario 2016-05-11 00:40:42 -04:00
  • 24df09ba71 Fix switch name, fake initial migrations not all. Roberto Rosario 2016-05-11 00:40:22 -04:00
  • 80e12b2020 Create a sample document index after the initial setup. GitLab issue #275. Roberto Rosario 2016-05-10 19:56:20 -04:00
  • 6dcbd62c15 Update all mention of "deleted documents" to "trashed documents" in the document app API. GitLab issue #276. Roberto Rosario 2016-05-10 19:02:31 -04:00
  • 5a15a34818 Add document metadata API tests. Fix document metadata list API view. Roberto Rosario 2016-05-10 18:57:50 -04:00
  • a817aa887f Add document type metadata type API tests. Improve document type metadata type delete API view. Roberto Rosario 2016-05-10 16:52:29 -04:00
  • f4a415a3e8 Add metadata type API tests. Roberto Rosario 2016-05-10 01:11:38 -04:00
  • 8ef65a82f5 Add missing minor migrations Roberto Rosario 2016-05-09 20:27:09 -04:00
  • f80fa49166 Defer heavy fields when showing a simple list of all documents. Roberto Rosario 2016-05-09 19:56:38 -04:00
  • 55d53bf4d5 Equate queryset model instances with deffered fields to their parent model class when resolving UI model columns. This will allow models using .defer or .only optimizations to render properly on list views. Roberto Rosario 2016-05-09 19:55:03 -04:00
  • 8d549df088 Index the is_stub and is_deleted document boolean fields. Roberto Rosario 2016-05-09 19:54:32 -04:00
  • 8075bfd0bc Update Spanish translation. Roberto Rosario 2016-05-08 21:57:23 -04:00
  • ddc7dc39b0 Update to use Django 1.8.13 Roberto Rosario 2016-05-08 01:31:00 -04:00
  • 2a5264bc2c Fix view context document resolution for the document smart link list view. Fixes GitLab issue #266. Thanks to Baptiste GAILLET @bat79a for the find. Roberto Rosario 2016-05-08 01:13:54 -04:00
  • d934b2ee1e Now that autoadmin has an initial migration don't error out on existing tables. Roberto Rosario 2016-05-07 20:28:34 -04:00
  • 4aea55339f Merge branch 'development' into feature/multi-tenant Roberto Rosario 2016-05-07 20:13:52 -04:00
  • 94b968963e Bump version to 2.1rc2 Roberto Rosario 2016-05-05 23:44:18 -04:00
  • bd648d0cb1 Postgresql needs typecasting for turning char fields into native UUID fields. Conditionally run the necesary SQL for this to happen. GitLab issue #266 Thanks to Baptiste GAULLET @bat79a for finding the solution. Roberto Rosario 2016-05-05 23:17:32 -04:00
  • e3d49e1352 Use now django-autoadmin 1.1.1 Roberto Rosario 2016-05-05 23:17:08 -04:00
  • 06ecbfeba2 Flake8 cleanups. Roberto Rosario 2016-05-04 15:58:17 -04:00
  • b15d419172 Fix statistics detail view error. GitLab issue #270. @bat79a Roberto Rosario 2016-05-04 15:57:09 -04:00
  • 9013793b5c Fix migrations conflicts with development branch. Roberto Rosario 2016-05-04 02:40:28 -04:00
  • bd3bdb9b13 Merge branch 'development' into feature/multi-tenant Roberto Rosario 2016-05-04 02:22:38 -04:00
  • 09640d3e43 Change the permission_document_restore permission label from 'deleted' to 'trashed'. Roberto Rosario 2016-05-04 01:40:51 -04:00
  • 924cb21a83 Add the permission_document_restore permission to the available permission for document's ACLs. GitLab issue #267 @bat79a Roberto Rosario 2016-05-04 01:39:32 -04:00
  • 5da301a861 Change the variable name to better represent the class of the instance. Roberto Rosario 2016-05-04 00:11:18 -04:00
  • afb44798e0 Parent object of the index node being passed to the ACL module for permission test was a function by mistake and not the result of the function which is the index isntance. Fixes Gitlab issue #268 @bat79a Roberto Rosario 2016-05-04 00:08:44 -04:00
  • a179a19749 Improve document indexing tests and add test for GitLab issue #268 @bat79a Roberto Rosario 2016-05-04 00:07:19 -04:00
  • 269d8fb5b3 Remove 'is_staff' and 'is_superadmin' from views and serializers. Add user API tests. Roberto Rosario 2016-05-01 17:06:37 -04:00
  • 0a8f429d04 Bump version to 2.1.0rc1 Roberto Rosario 2016-04-28 02:44:42 -04:00
  • b41c2ce02d Add missing dependency to setup.py Roberto Rosario 2016-04-28 02:44:17 -04:00
  • 15ed0a10e2 User self.stderr instead of print. Colorize the error message. Roberto Rosario 2016-04-28 01:54:17 -04:00
  • ea734db79e Update mirror argument parsing to work with Django 1.8. Roberto Rosario 2016-04-28 01:34:18 -04:00
  • 23f40ac4aa PEP8 cleanups. Roberto Rosario 2016-04-27 20:31:02 -04:00
  • 3384c06c03 Mock the gpg tests that require internet access. Roberto Rosario 2016-04-27 20:19:26 -04:00
  • f944f9ebbc Add smart link dynamic label test. Roberto Rosario 2016-04-27 18:46:58 -04:00
  • c6eea8ba64 Don't perform OCR in folder model tests. Roberto Rosario 2016-04-27 18:19:30 -04:00
  • af273fbfc3 Remove the creation of a test user. Roberto Rosario 2016-04-27 18:10:21 -04:00
  • 8a58ee2124 Expand the documentation chapter on file storage. Roberto Rosario 2016-04-27 15:16:11 -04:00
  • e824fbffcf Add a documentation chapter regarding settings. Roberto Rosario 2016-04-27 15:15:57 -04:00
  • 9ab03d2c16 Expand the documentation chapter on transformations. Roberto Rosario 2016-04-27 14:54:50 -04:00
  • 232cb5e38d Synchronize and compile translations. Roberto Rosario 2016-04-27 14:54:33 -04:00
  • 5775f5aeaa Run makemessage for apps. Roberto Rosario 2016-04-27 14:20:45 -04:00
  • 1bda472287 Update roadmap Roberto Rosario 2016-04-26 18:31:48 -04:00
  • 6931d2ad81 Add direct to watched folder scanning issue to roadmap. Roberto Rosario 2016-04-26 18:02:59 -04:00
  • f5609d402a Add backup and ocr backend documentation chapters. Roberto Rosario 2016-04-26 18:02:45 -04:00
  • 9d7e8d6123 Add roadmap documentation chapter. Roberto Rosario 2016-04-26 17:10:38 -04:00
  • 0299353fb7 Remove bold markup from all mentions of "Mayan EDMS" Roberto Rosario 2016-04-26 16:52:17 -04:00
  • 0fa26cda8b Add mailing documentation. Roberto Rosario 2016-04-26 16:42:25 -04:00
  • c17d2f5709 Rename server app to kaze, add release notes. Roberto Rosario 2016-04-26 16:23:21 -04:00
  • b169d037bf Rename the tornado server app to 'kaze'. Roberto Rosario 2016-04-25 19:29:15 -04:00
  • 8f553091e4 Merge branch 'development' into feature/tornado Roberto Rosario 2016-04-25 18:51:20 -04:00
  • 19b43e9504 Remove donation options, add support info. Roberto Rosario 2016-04-25 14:42:02 -04:00
  • 232b7f644b Update sphinx autorebuild version used. Roberto Rosario 2016-04-25 14:37:29 -04:00
  • 46b4390480 Merge branch 'development' into feature/tornado Roberto Rosario 2016-04-21 17:02:08 -04:00