Damian Mooyman
72fd3b949e
Fix linting issues
2016-10-11 16:49:24 +13:00
Christopher Joe
5a5d62fa27
Fix profile layout
2016-10-11 15:50:35 +13:00
Damian Mooyman
20cee73583
Fix pages background
2016-10-11 15:27:32 +13:00
Christopher Joe
7b36df286e
Fix split mode disappearing as an option
2016-10-11 14:41:08 +13:00
Christopher Joe
a03abe1356
Set select box width 100% to override chosen's default hardcoding width
2016-10-11 13:50:30 +13:00
Christopher Joe
bb2f487644
Scrolling fixes for Model Admin
2016-10-11 13:47:44 +13:00
Christopher Joe
eee9ffaaa2
disable select option for split when it is graphically disabled in chosen...
2016-10-11 13:47:32 +13:00
Christopher Joe
ba44382cb9
tweak for ie10 styling issues
2016-10-11 13:47:21 +13:00
Christopher Joe
7acb3b5fc2
Fix selected view mode not reflected on button
...
Fix other ModelAdmin layout (test)
Fix fieldholder placement
2016-10-11 13:47:09 +13:00
Christopher Joe
89150c48e7
Fix preview in pages section
2016-10-11 13:47:00 +13:00
Paul Clarke
8b02d9d68a
Remove legacy classes for flexbox classes
2016-10-11 13:46:49 +13:00
Christopher Joe
0a0a990c54
Remove add wrapper element
...
Added 100% height to fill-width to fix some layout issues
2016-10-11 13:46:38 +13:00
Paul Clarke
eb7a8be3f8
Temp work in progress- to clean up
2016-10-11 13:46:38 +13:00
Paul Clarke
a37bf87857
Replace Layout with flexbox CSS classes
2016-10-11 13:46:24 +13:00
Paul Clarke
e71f39d171
Remove table bg
2016-10-11 13:46:24 +13:00
Paul Clarke
472e135602
Add Layout js back in as it contains preview JS
2016-10-11 13:46:24 +13:00
Paul Clarke
4a45793af9
Hide preview in other areas of the cms outside of pages
2016-10-11 13:46:24 +13:00
Paul Clarke
e7829eb974
Replace jLayout classes with flexbox CSS classes
2016-10-11 13:46:24 +13:00
Paul Clarke
1fd46ed36d
Pages area: remove layout classes, replace with flexbox CSS classes
2016-10-11 13:46:24 +13:00
Paul Clarke
ed4270155b
Remove layout.js
2016-10-11 13:45:17 +13:00
Paul Clarke
8dd56efe2e
Add flex classes, remove layout classes
2016-10-11 13:45:08 +13:00
Paul Clarke
1b0839a8e8
Remove Layout
2016-10-11 13:45:08 +13:00
Damian Mooyman
89c88f0f60
Merge pull request #6119 from open-sausages/pulls/4.0/assets-custom-actions
...
API Update form schema to be more responsive to dynamic form changes
2016-10-07 17:08:58 +13:00
Damian Mooyman
27d35403e8
API Force formschema to be reloaded on form submission
...
BUG Fix missing action state
2016-10-07 13:26:57 +13:00
Damian Mooyman
dd7d1d26af
BUG Prevent missing records crashing ChangeSetItem
2016-10-07 13:25:56 +13:00
Damian Mooyman
92e34b7434
API controller::join_links supports array values
2016-10-07 13:25:56 +13:00
Damian Mooyman
f130ebf9de
Restore tab indentation to LeftAndMain.php
2016-10-07 13:24:48 +13:00
Stevie Mayhew
0d173f231c
Merge pull request #6160 from SteveAzz/update-documentation
...
Update yml formating for extra javascript & css
2016-10-07 12:26:29 +13:00
Damian Mooyman
cb24d199b6
API Convert fieldSpec options to bitwise operators ( #6161 )
...
Fixes #6159
2016-10-06 23:23:22 +01:00
Damian Mooyman
ef03408a31
Merge pull request #6158 from open-sausages/pulls/4.0/missing-leftmain-icons
...
Fixed classes that weren't matching icon
2016-10-07 10:52:17 +13:00
Steve Azzopardi
d7530ed22b
Update css doc to spaces instead of tabs
2016-10-06 22:01:44 +02:00
Steve Azzopardi
2ec14cefcb
Update yml formating for extra javascript & css
2016-10-06 20:03:00 +02:00
Sam Minnée
8a2dddb01d
Merge pull request #6114 from open-sausages/pulls/4.0/many-many-through
...
API Implement many_many through
2016-10-06 11:04:23 +01:00
Christopher Joe
21dc238685
Fixed classes that weren't matching icon
2016-10-06 20:46:30 +13:00
Damian Mooyman
11bbed4f76
API Move many methods from DataObject to DataObjectSchema
2016-10-06 19:57:24 +13:00
Damian Mooyman
f0dd9af699
API Support named join alias for many_many through list
...
Add tests for sorting on joined alias
2016-10-06 17:39:48 +13:00
Damian Mooyman
e7303170c2
API Implement many_many through
...
API Remove DataObject::validateModelDefinitions, and move to DataObjectSchema
API Remove deprecated 3.0 syntax for addSelect()
API made DataList::createDataObject public
API Move component parsing logic to DataObjectSchema
API Remove support for triangular has_many / belongs_many relationships
2016-10-06 17:39:48 +13:00
Ingo Schommer
406ff5b183
Merge pull request #6136 from open-sausages/pulls/4.0/add-status-flag
...
Add status flag to File and Image Edit Form
2016-10-06 11:25:07 +13:00
Damian Mooyman
380d6523c5
API Cleaned up versioned status checks
2016-10-06 10:31:09 +13:00
Christopher Joe
d7ded0fb4a
Add status flag to File and Image Edit Form
...
API extension hook "getIsModifiedOnStage" renamed to "updateIsModifiedOnStage", also moved "getIsDeletedFromStage", "getIsModifiedOnStage" and "getIsAddedToStage" from SiteTree class to Versioned data extension class
2016-10-06 10:30:52 +13:00
Ingo Schommer
60247a9fbd
Setting default branch in codecov.yml ( #6097 )
...
Was defaulting to 3, presumably because we've added codecov
a while ago without actually using the integration.
2016-10-06 09:02:20 +13:00
Ingo Schommer
70aca0dd47
Merge pull request #6120 from open-sausages/pulls/4.0/field-components
...
Refactored react FormFields to use react-bootstrap FormControl components
2016-10-05 16:27:28 +13:00
Christopher Joe
e5b86457b4
Added react LookupField component
...
API MultiSelectField readonly transformation casts to LookupField instead of ReadonlyField
FIX removed jQuery dependency from i18n
2016-10-05 15:32:05 +13:00
Christopher Joe
30d161625f
Fix unmock qs module, Backend-test refactored to not time out on error
2016-10-05 10:25:22 +13:00
Christopher Joe
287809ec3b
Refactored react FormFields to use react-bootstrap FormControl components
...
Addded Checkbox, CheckboxSet and Optionset (radio) fields
Refactored documentation
2016-10-05 10:25:21 +13:00
Daniel Hensby
f2ac6e30aa
Merge pull request #6131 from kinglozzer/ssviewer-caching-tests
...
Tests to cover caching repeated template lookups
2016-10-03 17:09:59 +01:00
Loz Calver
cc68d336b1
Tests to cover caching repeated template lookups
2016-10-03 16:01:02 +01:00
Daniel Hensby
45736ef2db
Merge branch '3'
2016-10-03 12:00:20 +01:00
Daniel Hensby
5e9d16646d
Merge branch '3.4' into 3
2016-10-03 10:24:32 +01:00
Damian Mooyman
c72d81222b
Merge pull request #6118 from open-sausages/pulls/4.0/add-to-campaign-UI
...
Add to campaign styles UI enhancements
2016-10-03 12:27:32 +13:00