Skip to content

Releases: silverstripe/silverstripe-dms

2.0.4

07 Aug 02:20
Compare
Choose a tag to compare
  • FIX Add CSS bundle to link edit context document add form (Robbie Averill) - 5efe1a4
  • FIX Missing shortcode field and broken Javascript when inserting document in TinyMCE (Robbie Averill) - 6a67cdd
  • Use precise distro to include PHP 5.3 (Robbie Averill) - 77f137f

2.0.3

31 Jul 10:04
Compare
Choose a tag to compare
  • Add test for exclusion of DMS folder name from Filesystem sync (Robbie Averill) - b9b7be0
  • change folder extraction (Florian Thoma) - 9b31a70
  • add dmsassets folder to file system sync exclusion, fixes #190 (Florian Thoma) - f41375e

2.0.2

27 Jul 02:18
Compare
Choose a tag to compare
  • FIX Ensure DMSUploadField called via injection is returned correctly (Robbie Averill) - ac5a016
  • update dependencies SSAU/symbiote (Florian Thoma) - 0338425

2.0.1

29 Jun 05:47
Compare
Choose a tag to compare
  • FIX Removed duplicate permission check + SITETREEE_VIEW_ALL permission from DMSDocument::canEdit (Franco Springveldt) - e2eead8

2.0.0

27 Jun 23:00
Compare
Choose a tag to compare
  • Require stable taxonomy version (Robbie Averill) - 1e8ac1f
  • DOCS Fix broken markdown italics for the userhelp guide (Sacha Judd) - 54b9b0b
  • DOCS Add reference to userguide in main docs index (Robbie Averill) - 0d1e57e
  • DOCS Add userguide for DMS 2.0 (Sacha Judd) - 8518739
  • FIX Remove fragile logic looking for page edit link between SS versions (Robbie Averill) - 4ba3e3f
  • FIX Ensure that redirection back to pages works for SS 3.6 (Robbie Averill) - 9d5e028
  • FIX document and documentset permissions (Franco Springveldt) - 79da015
  • FIX Get page ID from document set and include it in $NewLink for add document buttons (Robbie Averill) - d0c2558
  • FIX Remove customised delete confirmation message, it taints the global scope (Robbie Averill) - a76b1d0
  • FIX Redirect back to documents tab after uploading a document (Robbie Averill) - 1f7b17a
  • Increase max allowed packets in mysql, add build for SS 3.6 explicitly (Robbie Averill) - 7287360
  • FIX Re-add i18n Javascript in documents modeladmin (Sacha Judd) - c10109b
  • FIX Backlink for upload form redirects to document admin if no page is available (Robbie Averill) - 772198a
  • API Rename DMSDocument::getFileName to getFilename (Robbie Averill) - 14071ee
  • Suggest sortablegridfield in composer, loosen Travis constraint for it (Robbie Averill) - edf2266
  • Add tests for the document autocompleter and conditions in getter for page and document set (Robbie Averill) - 4c3206e
  • Add test class for DMSUploadField_ItemHandler (Robbie Averill) - 5d74790
  • Add tests for returning link with content in shortcode handler and error handling (Robbie Averill) - 832eb14
  • NEW pages link to document sets (Franco Springveldt) - ce37b81
  • NEW info notices added to QueryBuilder (Franco Springveldt) - 5824c1b
  • Add undefined/sortablegridfield to Travis test environment (Robbie Averill) - f6fda3b
  • FIX Add friendly labels for ASC and DESC in query builder. Remove extension point in addQueryFields. (Robbie Averill) - f296c89
  • FIX Ensure documents are drag-and-drop reorderable in document sets (Robbie Averill) - 58ac37a
  • NEW Allow existing document sets to be linked to pages (Robbie Averill) - 8a7fe27
  • FIX Remove "Page" literal field when editing a doc set in a page context. Simplify exception test. (Robbie Averill) - 7fb2662
  • FIX Add 'add document set' button and update label for Page (Sacha Judd) - cbd3a65
  • FIX title validation on DMSDocumentSet (Franco Springveldt) - 3d19b9f
  • Tidy up JS indentation and comments (Sacha Judd) - 9200d83
  • NEW Reorder summary fields and make getFieldsForFile extensible (Sacha Judd) - aedc970
  • DOCS Update "download link" example to not reference old functionality (Robbie Averill) - d95b98d
  • NEW Add ModelAdmin interface for managing DMSDocumentSets (Robbie Averill) - cbc53fd
  • FIX Rename JsonField to DMSJsonField to add a pseudo-namespace (Robbie Averill) - 0ffd4d8
  • NEW Add friendly URL segments for DMS documents (Robbie Averill) - 80e36c3
  • FIX Refactor SCSS, convert to more BEM-like names, add admin icon (Robbie Averill) - 9b42eff
  • API Remove DMSGridFieldDeleteAction, add query builder filter for taxonomy terms (Robbie Averill) - 489a62a
  • API Remove DMSTag, replace with optional extension for taxonomy module (Robbie Averill) - 17d97d6
  • API Make storage path configurable. Fix instance singleton and remove static methods (Robbie Averill) - 283f9ff
  • FIX Remove add existing autocompleter for document sets on a page (Robbie Averill) - 5cb92ec
  • NEW Add column to document set GridField to show whether added manually or not (Robbie Averill) - 84e1d3f
  • FIX Initial visibility of permission fields when editing a document (Robbie Averill) - 708721a
  • FIX Ensure after uploading document you are redirected back to the document set (Robbie Averill) - 8d2f707
  • NEW Allow shortcode handler key to be configurable (Robbie Averill) - a6743b0
  • NEW Query Builder functionality added (Franco Springveldt) - 6b25237
  • NEW Add cover image to a document (Sacha Judd) - e1e5194
  • FIX Move permissions for documents into the "actions panel" (Robbie Averill) - a376b34
  • NEW Replace Compass with Webpack, update docs, remove unused @includes (Robbie Averill) - 513c29a
  • Bump minimum version requirements for framework and CMS to 3.5 (Robbie Averill) - 5858511
  • NEW Add migration task and documentation for 1.x to 2.x upgrade (Robbie Averill) - aafcc35
  • FIX Don't show GridField until set has been saved. Add more tests, fix typos in docs. (Robbie Averill) - 1c1b1d2
  • FIX Allow linking existing documents to document sets via add existing upload field (Robbie Averill) - 66abd22
  • MINOR Add more tests for classes in the "cms" code folder (Robbie Averill) - b80aa64
  • API Add document sets, remove *Page methods from DMSDocument (Robbie Averill) - e4bc553
  • FIX Do not allow documents to be related to themselves (Robbie Averill) - 2329ba4
  • Added ability to secure DMS assets by user groups. (Franco Springveldt) - 8682c7f
  • NEW add DMSDocumentAdmin and new "add document" GridField component (Sacha Judd) - d29a115
  • Add codecov YAML configuration to disable comments (Robbie Averill) - 0b691b4
  • DOCS Split readme documentation into docs/en files, add related documents information (Robbie Averill) - cef27fe
  • NEW Relate documents to other documents (Robbie Averill) - 9c0ec61
  • FIX Skip dodgy inconsistent unit test. Needs re-implementation. (Robbie Averill) - e5f1b5c
  • Update branch alias for 2.0.x-dev (Robbie Averill) - 499ddeb
  • Add BSD-3 Clause license file (Robbie Averill) - ea587ee
  • Add Codecov integration and Codecov/Scrutinizer badges to readme (Robbie Averill) - 0418881
  • FIX Updates for coding standards, move second classes in files to their own files, fix comments (Robbie Averill) - 39ce206

1.4.1

27 Jun 22:11
Compare
Choose a tag to compare
  • Add deprecation notices for DMSTag and related methods to be removed in 2.0 (Robbie Averill) - b6c1614
  • API Add deprecation notices for removed methods in 2.0 (Robbie Averill) - 61a27b5

Adding default download behaviour

11 Jan 16:07
Compare
Choose a tag to compare
1.4.0

1.4.0 - Adding default download behaviour

Edit after upload fix

06 Sep 14:43
Compare
Choose a tag to compare
v1.3.0

- Re-enable hide/show of document field when inserting link
- Edit after upload now working

3.2 compatibility

06 Sep 12:53
f46089d
Compare
Choose a tag to compare
v1.2.0

NEW 3.2 compatibility

FIX BackLink fixes

18 Jul 10:44
d83d71b
Compare
Choose a tag to compare
v1.1.1

FIX BackLink fixes