Commit Graph

19 Commits

Author SHA1 Message Date
Robbie Averill 9b42effeb5 FIX Refactor SCSS, convert to more BEM-like names, add admin icon
* Remove "small" class from inline edit form for documents
* Swap relationeditor GridFieldConfig for record editor to ensure that document sets can be deleted from a page context rather than unlinked (natively)
* Fix to ensure that related documents can be autocompleted via partial matching on filename
* Add 2 space indentation rule to editorconfig for .js and .scss files
2017-05-22 15:20:16 +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
Naomi Guyer aefb78da8b BUG: malformed html causing rendering issues in IE8 2013-03-20 13:23:47 +13:00
Julian Seidenberg e9ee4c85a7 BUGFIX: fixing in-content the insert dialog 2012-09-21 15:44:30 +12:00
Normann Lou 0a29388e9e BUGFIX: give the div field on document add/editing form a id so the form's _super behaviour is applied to it 2012-09-21 12:40:10 +12:00
Normann Lou 48ccffef6f BUGFIX: give the input field on document add/editing form some normal class, so they could be picked up for generic behaviour by TinyMCE insert link form in CMS 2012-09-21 11:21:53 +12:00
Ryan O'Hara d9ccc14d67 MINOR: add margin between header and linked documents edit panel 2012-09-07 11:46:24 +12:00
Ryan O'Hara 11180da4ac ENHANCEMENT: Refactor linking a document. This fixes the bug issue Branka was having in FF as well as making the UI work better 2012-09-07 11:31:37 +12:00
Julian Seidenberg 76f307c01e BUGFIX: removing class from add from cms section of the "Add Documents" form to avoid JS error 2012-08-27 15:51:17 +12:00
Julian Seidenberg bac9666597 API-CHANGE: dms shortcode system 2012-08-21 14:31:13 +12:00
Ryan O'Hara 735ae8e48e ENHANCEMENT: style tree drop down field, and search by id.
Add javascript to allow only one or the other to be active (this needs to be fixed)
2012-08-17 16:48:09 +12:00
Andrew O'Neil be809ac2c9 ENHANCEMENT: Show list of documents when page is selected in dropdown 2012-08-14 14:13:12 +12:00
Andrew O'Neil 3af703fa9a ENHANCEMENT: Add treedropdown to select page when adding a document 2012-08-14 14:13:11 +12:00
Ryan O'Hara 09e156054c BUGFIX: Remove fileOverview div from linking documents and remove edit button styling override. MINOR: add styling to autocomplete dropdown 2012-08-10 15:12:41 +12:00
Ryan O'Hara 34674059f6 ENHANCEMENT: Add styling for linking documents. Add classes for framework js to work 2012-08-10 14:58:26 +12:00
Julian Seidenberg 043eb540c1 ENHANCEMENT: Tidy-up of DMS link existing document feature 2012-08-10 12:05:34 +12:00
Julian Seidenberg 607d3e8266 ENHANCEMENT: Editing document defaults after adding 2012-08-09 18:10:50 +12:00
Andrew O'Neil e30a34eedb FEATURE: Autocomplete for add document 2012-08-07 13:45:01 +12:00
Andrew O'Neil 8be5a754bc FEATURE: WIP add existing document to page 2012-08-06 17:52:41 +12:00