Commit Graph

370 Commits

Author SHA1 Message Date
Robbie Averill 513c29aa99 NEW Replace Compass with Webpack, update docs, remove unused @includes 2017-05-09 16:06:57 +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
Florian Thoma fb08e472c6 fix edit after upload (from @benmanu), fixes #53 2016-08-30 12:04:08 +10:00
Daniel Hensby ae38ac2332 Merge pull request #87 from jaedb/master
Re-instating hide/show of document field when inserting link
2016-08-01 00:44:32 +01:00
James Barnsley 284cdbac13 Re-instating hide/show of document field when inserting link 2016-08-01 10:58:13 +12:00
Daniel Hensby f46089d158
Merge branch '1.1' 2016-07-15 16:28:22 +01:00
Daniel Hensby d83d71b1ba
Merge branch '1.0' into 1.1 2016-07-15 16:28:02 +01:00
Daniel Hensby 8c4f40df1b Merge pull request #84 from dhensby/pulls/1.0/travis-update
Adding more travis tests
2016-07-15 16:23:33 +01:00
Daniel Hensby f16612d0ca
Adding more travis tests 2016-07-15 16:11:47 +01:00
Daniel Hensby 2152199128 Merge pull request #83 from xini/fix-ss-34
SS 3.2 fixes
2016-07-15 15:56:27 +01:00
Florian Thoma e508d05382 fix js and styles for SS 3.2+ 2016-07-15 17:15:03 +10:00
Daniel Hensby 029d9a1622 Merge pull request #82 from dhensby/pulls/1.1/join-link-fix
FIX Backlink computed correctly
2016-06-05 00:57:14 +01:00
Daniel Hensby 6e62d65ca3
FIX Backlink computed correctly 2016-05-05 16:18:02 +01:00
Daniel Hensby 04a2be00ea Merge pull request #77 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2016-03-22 10:46:14 +00:00
Daniel Hensby cbd48d46a1 Merge branch '1.0' 2016-03-18 12:01:09 +00:00
helpfulrobot d72a2b249a Added standard Scrutinizer config 2016-02-17 05:52:13 +13:00
Daniel Hensby 28e5f2140b Merge pull request #76 from helpfulrobot/add-standard-code-of-conduct-file
Added standard code of conduct file
2016-02-16 09:42:17 +00:00