c384b137a3
Add support for hiding a links icon. Hide all object menu links' icons.
Roberto Rosario
2018-08-15 03:19:19 -04:00
d63a133852
Remove code statistics from the documentation. Remove the pending work chapter. This is now available in the Wiki: wiki.mayan-edms.com
Roberto Rosario
2018-08-14 00:55:39 -04:00
418aa14e2a
Include querystring when force reload of a bare template view.
Roberto Rosario
2018-08-16 15:53:44 -04:00
1034a3056d
Display error when attempting to recalculate the page count of an empty document (document stub that has no document version).
Roberto Rosario
2018-08-08 01:15:30 -04:00
05633ddc7e
Increase gunicorn's timeout from 30 seconds to 120.
Roberto Rosario
2018-08-07 22:54:05 -04:00
d567602d2a
Update dropzone.js' timeout from 30 seconds to 120 to allow upload of large files on slow connections.
Roberto Rosario
2018-08-07 22:52:24 -04:00
eff9988239
Detect if Docker installed.
Roberto Rosario
2018-08-06 15:34:21 -04:00
d29044d034
Fix post login redirection to honor the ?next= URL query string argument. Thanks go to K.C. Wong (@dvusboy1) for the report and investigation. Closes GitLab issue #489.
Roberto Rosario
2018-08-04 01:36:57 -04:00
b22174adf5
Fix crop transformation argument parsing. Add error checking to the crop transformation arguments. Thanks to Jordan Wages (@wagesj45) for the report and investigation on the issue. Closes GitLab issue #490
Roberto Rosario
2018-08-04 00:49:58 -04:00
8af684aa0a
Default VERBOSE variable to true. Increase startup timer to 10 seconds. Allow configuring the PostgreSQL port.
Michael Price
2018-07-14 00:12:15 -04:00
a015dbc4dd
Update installation.rst
Franz Holzinger
2018-08-16 14:51:27 +00:00
90cd142e76
Add support for YAML configuration files. Add support for editing setting options and saving them using the new YAML configuration file support. Add new revertsettings management command. Add new permission to edit setting via the UI.
Roberto Rosario
2018-08-16 03:05:26 -04:00
ac5f53c538
Add COMMON_PROJECT_TITLE as a setting option to customize the title string.
Roberto Rosario
2018-08-16 03:02:21 -04:00
3d1771a783
Don't execute document renaming if there is workflow action is not configured.
Roberto Rosario
2018-08-15 18:26:04 -04:00
5f233ca632
Perform link request resolution the new faster way and fallback to the old method.
Roberto Rosario
2018-08-15 18:04:25 -04:00
301df39be4
Define a proper redirection after workflow actions are edited.
Roberto Rosario
2018-08-15 17:52:23 -04:00
27a27daed2
Add workflow action to update the label and description of a document.
Roberto Rosario
2018-08-15 17:52:04 -04:00
65f27b006a
Add a description to the label field of the workflow action model to differentiate from the 'label' field of the document.
Roberto Rosario
2018-08-15 17:50:55 -04:00
bdfb62d2b3
Show all event columns in the object list view.
Roberto Rosario
2018-08-15 05:04:28 -04:00
0022548e35
Add support for document metadata events: add, edit and remove.
Roberto Rosario
2018-08-15 05:04:09 -04:00
954dd8b994
Hide the title link of documents in the trash.
Roberto Rosario
2018-08-15 03:47:03 -04:00
52ef2f3dae
Add link to view the events of a tag. Add support for subscribing to the events of a tag. Add the tag events view permissions to the tag model ACL.
Roberto Rosario
2018-08-15 03:46:28 -04:00
4e762d7522
Add new metadata app events: metadata type created, metadata type edited, metadata type to document type relationship update. Add link to metadata type events. Add support for subscribing to metadata type events.
Roberto Rosario
2018-08-15 03:23:30 -04:00
4c394aec50
Add support for hiding a links icon. Hide all object menu links' icons.
Roberto Rosario
2018-08-15 03:19:19 -04:00
cd76b1fd4a
Add new document app events: document type created and document type edited. Add link to document type events.
Roberto Rosario
2018-08-15 03:18:46 -04:00
b3ef018d6c
Make sure the on entry action of the initial state of workflows executes on document creation.
Roberto Rosario
2018-08-14 04:50:44 -04:00
11e017b3db
Remove code statistics from the documentation. Remove the pending work chapter. This is now available in the Wiki: wiki.mayan-edms.com
Roberto Rosario
2018-08-14 00:55:39 -04:00
7124676eb5
Rewrite Mayan's Javascript suite MayanApp into ECMAScript2015. Remove use is waitForJQuery.
Roberto Rosario
2018-08-14 00:51:05 -04:00
7f14b9c5e1
Rename the multi document download link from "Download" to "Advanced download" for consistency.
Roberto Rosario
2018-08-13 23:39:30 -04:00
65f24b4227
Divs are not allowed inside anchors. Use instead a span with a block type display.
Roberto Rosario
2018-08-13 23:36:02 -04:00
af66abaf57
Speed up document image fade in reveal. Use reseteable timer to ensure more document panels heights are matched.
Roberto Rosario
2018-08-13 23:35:33 -04:00
62892105a0
Fix tag loading order in the document printing template.
Roberto Rosario
2018-08-13 22:14:14 -04:00
de87f83c05
Include querystring when force reload of a bare template view.
Roberto Rosario
2018-08-13 22:09:27 -04:00
ba28d08a7b
Fix docker compose variable name & content
Dennis von der Bey
2018-08-12 20:09:21 +00:00
87ff0696d3
Enable the select2 widget for the quick label selection field.
Roberto Rosario
2018-08-08 17:02:16 -04:00
565f6caa0d
Add missing .value method to the document image cache setting usage.
Roberto Rosario
2018-08-08 02:26:36 -04:00
c9bb13f149
Add support for client side caching of document page images. The time the images are cached is controlled by the new setting DOCUMENTS_PAGE_IMAGE_CACHE_TIME which defaults to 3600 seconds (1 hour).
Roberto Rosario
2018-08-08 01:31:21 -04:00
928c80cc02
Remove usage of the compress tag.
Roberto Rosario
2018-08-08 01:16:05 -04:00
418e603222
Display error when attempting to recalculate the page count of an empty document (document stub that has no document version).
Roberto Rosario
2018-08-08 01:15:30 -04:00
0d46b0a252
Remove use of django-compressor and cssmin now that the project used Whitenoise.
Roberto Rosario
2018-08-07 23:14:46 -04:00
648b3e9d7f
Update setup.py with the new dependencies.
Roberto Rosario
2018-08-07 22:54:20 -04:00
1b1d549bbf
Increase gunicorn's timeout from 30 seconds to 120.
Roberto Rosario
2018-08-07 22:54:05 -04:00
0489eb8f7d
Update dropzone.js' timeout from 30 seconds to 120 to allow upload of large files on slow connections.
Roberto Rosario
2018-08-07 22:52:24 -04:00
cc62988d4d
Fix post login redirection to honor the ?next= URL query string argument. Thanks go to K.C. Wong (@dvusboy1) for the report and investigation. Closes GitLab issue #489.
Roberto Rosario
2018-08-04 01:36:57 -04:00
42ea33d760
Fix crop transformation argument parsing. Add error checking to the crop transformation arguments. Thanks to Jordan Wages (@wagesj45) for the report and investigation on the issue. Closes GitLab issue #490
Roberto Rosario
2018-08-04 00:49:58 -04:00
81f340ee16
Limit the number of branches that trigger the full test suit.
Roberto Rosario
2018-08-02 15:56:47 -04:00
e6fa31a4e5
Redirect to the cabinet list view after creating a new cabinet.
Roberto Rosario
2018-08-03 18:50:40 -04:00
3aecf817ce
Make source label field unique.
Roberto Rosario
2018-08-03 18:54:30 -04:00
b14d7d6da0
Add release notes for version 3.1.
Roberto Rosario
2018-08-03 19:25:49 -04:00
0c1c38917c
Make format explicit JSON
Roberto Rosario
2018-08-03 19:25:24 -04:00
f756584176
Make source label field unique.
Roberto Rosario
2018-08-03 18:54:30 -04:00
cbcb8a84c5
Add natural key support to the user mailer model.
Roberto Rosario
2018-08-03 18:52:53 -04:00
0626529228
Add natural key support to Document pages.
Roberto Rosario
2018-08-03 18:52:13 -04:00
f42e1a96b2
Add natural key support to the Index model.
Roberto Rosario
2018-08-03 18:51:17 -04:00
4dea5911da
Redirect to the cabinet list view after creating a new cabinet.
Roberto Rosario
2018-08-03 18:50:40 -04:00