Robbie Averill
708721a5aa
FIX Initial visibility of permission fields when editing a document
2017-05-18 12:47:22 +12:00
sachajudd
2039d72688
Merge pull request #129 from robbieaverill/bugfix/upload-document-backlink
...
FIX Ensure after uploading document you are redirected back to the document set
2017-05-18 12:04:20 +12:00
Robbie Averill
8d2f707f48
FIX Ensure after uploading document you are redirected back to the document set
2017-05-18 11:51:32 +12:00
Robbie Averill
a6743b03f5
NEW Allow shortcode handler key to be configurable
2017-05-17 17:24:50 +12:00
Robbie Averill
961306ecc0
Merge pull request #119 from fspringveldt/feature/query-builder
...
Added Query Builder functionality to Document Sets
2017-05-16 14:25:14 +12:00
Franco Springveldt
e08e276e89
Merge branch 'master' into feature/query-builder
2017-05-16 13:27:18 +12:00
Franco Springveldt
6b25237ec6
NEW Query Builder functionality added
...
This enhancement adds the ability to add documents to a document set based on a list of filters added from DMSDocument. Fixes #96
2017-05-16 13:26:01 +12:00
Franco Springveldt
f506fb7247
Merge pull request #123 from sachajudd/feature/document-cover-image
...
NEW Add cover image to a document
2017-05-16 10:44:26 +12:00
Sacha Judd
e1e5194c1c
NEW Add cover image to a document
2017-05-15 17:17:10 +12:00
sachajudd
6b80f32832
Merge pull request #117 from robbieaverill/feature/webpack-scss
...
NEW Replace Compass with Webpack, update docs, remove unused @includes
2017-05-10 10:27:11 +12:00
sachajudd
a59349e37f
Merge pull request #113 from robbieaverill/feature/document-set-migration-guide
...
NEW Add migration task and documentation for 1.x to 2.x upgrade
2017-05-10 10:20:34 +12:00
sachajudd
b42d446480
Merge pull request #118 from robbieaverill/bugfix/permissions-into-actions-tab
...
FIX Move permissions for documents into the "actions panel"
2017-05-10 10:09:45 +12:00
Robbie Averill
a376b3480a
FIX Move permissions for documents into the "actions panel"
2017-05-09 16:47:05 +12:00
Robbie Averill
513c29aa99
NEW Replace Compass with Webpack, update docs, remove unused @includes
2017-05-09 16:06:57 +12:00
Robbie Averill
5858511078
Bump minimum version requirements for framework and CMS to 3.5
2017-05-09 13:20:30 +12:00
Robbie Averill
aafcc35f6c
NEW Add migration task and documentation for 1.x to 2.x upgrade
2017-05-09 13:20:30 +12:00
sachajudd
ed6f805574
Merge pull request #112 from robbieaverill/feature/document-sets
...
API Add document sets, remove *Page methods from DMSDocument
2017-05-09 13:19:24 +12:00
Robbie Averill
1c1b1d2aeb
FIX Don't show GridField until set has been saved. Add more tests, fix typos in docs.
2017-05-09 13:06:37 +12:00
Robbie Averill
66abd22ee5
FIX Allow linking existing documents to document sets via add existing upload field
2017-05-09 13:04:29 +12:00
Robbie Averill
b80aa645f8
MINOR Add more tests for classes in the "cms" code folder
2017-05-09 13:04:29 +12:00
Robbie Averill
e4bc553521
API Add document sets, remove *Page methods from DMSDocument
...
* Add 2.0.0 changelog
* Update DMSInterface and DMSDocumentInterface removing *page and adding getDocumentSetsByPage to DMSInterface
* Update use documentation and update unit tests
This commit changes the relationship from Pages has_many Documents to Pages has_many DocumentSets which are many_many to Documents. The upload field has been upated to attach documents to a set instead of a page, the tests updated and the DMSInterface and DMSDocumentInterface updated to be less relevant to pages and more relevant to document sets.
2017-05-09 13:04:29 +12:00
sachajudd
9c5693dab0
Merge pull request #115 from robbieaverill/bugfix/documents-relate-to-themselves
...
FIX Do not allow documents to be related to themselves
2017-05-09 12:08:53 +12:00
Robbie Averill
2329ba4f40
FIX Do not allow documents to be related to themselves
2017-05-09 10:59:33 +12:00
sachajudd
a6aa575501
Merge pull request #110 from fspringveldt/enhancement/92
...
Added ability to secure DMS assets by user group or role
2017-05-08 17:18:56 +12:00
Franco Springveldt
8682c7fca9
Added ability to secure DMS assets by user groups.
2017-05-08 16:12:46 +12:00
Franco Springveldt
38501542ee
Merge pull request #111 from sachajudd/feature/modeladmin
...
NEW add DMSDocumentAdmin and new "add document" GridField component
2017-05-04 13:27:28 +12:00
Sacha Judd
d29a115f7b
NEW add DMSDocumentAdmin and new "add document" GridField component
...
The add new button wasn't modular so have added a GridField component which can be reused
2017-05-04 10:10:20 +12:00
Franco Springveldt
1f07069363
Merge pull request #105 from robbieaverill/bugfix/skip-dodgy-test
...
FIX Skip dodgy inconsistent unit test. Needs re-implementation.
2017-05-02 13:18:01 +12:00
Franco Springveldt
b0ab198fc4
Merge pull request #107 from robbieaverill/bugfix/disable-codecov-comments
...
Add codecov YAML configuration to disable comments
2017-05-02 13:16:41 +12:00
Franco Springveldt
bbe9e35d99
Merge pull request #106 from robbieaverill/feature/related-documents
...
NEW Relate documents to other documents and tidy up documentation
2017-05-02 13:08:29 +12:00
Robbie Averill
0b691b4f13
Add codecov YAML configuration to disable comments
2017-05-02 13:06:58 +12:00
Robbie Averill
cef27febf6
DOCS Split readme documentation into docs/en files, add related documents information
2017-05-02 12:55:29 +12:00
Robbie Averill
9c0ec616d1
NEW Relate documents to other documents
...
* Modularise templates, add missing localisations, add related documents to template
* Add getRelatedDocuments as an extensible getter in DMSDocument
2017-05-02 12:38:55 +12:00
Robbie Averill
e5f1b5c9db
FIX Skip dodgy inconsistent unit test. Needs re-implementation.
2017-05-02 09:36:32 +12:00
Franco Springveldt
2e2112a3b5
Merge pull request #104 from robbieaverill/feature/add-license
...
Add BSD-3 Clause license file
2017-05-02 09:27:46 +12:00
Franco Springveldt
1d2defe0cc
Merge pull request #103 from robbieaverill/feature/scrutinizer-and-codecov
...
Add Codecov integration and Codecov/Scrutinizer badges to readme
2017-05-02 09:26:31 +12:00
Robbie Averill
499ddebedf
Update branch alias for 2.0.x-dev
2017-05-02 09:24:33 +12:00
Franco Springveldt
bc130b3f1c
Merge pull request #102 from robbieaverill/fix/psr-2
...
FIX Updates for coding standards, move second classes in files to their own files, fix comments
2017-05-02 09:14:27 +12:00
Robbie Averill
ea587ee645
Add BSD-3 Clause license file
2017-05-01 17:02:44 +12:00
Robbie Averill
04188816c6
Add Codecov integration and Codecov/Scrutinizer badges to readme
2017-05-01 16:49:41 +12:00
Robbie Averill
39ce206b55
FIX Updates for coding standards, move second classes in files to their own files, fix comments
2017-05-01 15:56:27 +12:00
Daniel Hensby
eebc603530
Merge pull request #90 from jaedb/41-allow-browser-pdfs
...
Default to allow PDFs to load in-browser
2016-12-20 15:38:17 +00:00
Daniel Hensby
97ec75df59
Added test
2016-12-20 15:15:37 +00:00
Daniel Hensby
f7f5f115ee
Adding 3.5 to test suite
2016-12-20 15:15:34 +00:00
Daniel Hensby
41533deb41
Reverting file permission changes
2016-12-20 15:15:33 +00:00
James Barnsley
98b79adca7
Optional field that allows users to force PDF downloads, otherwise allow browsers to open in new tab
2016-12-20 15:15:32 +00:00
Daniel Hensby
2b1e1c7afb
Merge pull request #89 from madmatt/patch-1
...
Update README.md to fix broken build status icon
2016-11-10 01:53:01 +00:00
Matt Peel
cc4165d63b
Update README.md to fix broken build status icon
2016-11-10 12:01:36 +13:00
Daniel Hensby
aa49b7312e
Aliasing master as 1.x-dev
2016-09-06 14:19:16 +01:00
Daniel Hensby
25aab70810
Merge pull request #88 from xini/fix-edit-after-upload
...
fix edit after upload (from @benmanu), fixes #53
2016-09-06 12:08:16 +01:00