-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
170 changed files
with
43,893 additions
and
19,021 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Upgrade | ||
|
||
## Dev-develop | ||
|
||
### Infinite scroll | ||
The infinite-scroll-extension got refactored. To initialize infinite-scroll on an element, use | ||
"this.sandbox.infiniteScroll.initialize(selector, callback)" instead of "this.sandbox.infiniteScroll(selector, callback)" now. | ||
To unbind an infinite-scroll handler, use "this.sandbox.infiniteScroll.destroy(selector)" | ||
|
||
### Toolbar | ||
- 'blueish' style got removed. 'big' style was added | ||
- options.data renamed to options.buttons | ||
- changes in the buttons api: | ||
- 'type' deleted | ||
- 'iconSize' deleted | ||
- 'hideTitle' deleted | ||
- 'items' renamed in 'dropdownItems' | ||
- 'itemsOptions' renamed in 'dropdownOptions' | ||
- 'markable' renamed in 'markSelected' | ||
- 'changeButton' new instead of 'type: "select"' | ||
- 'translate' removed | ||
- 'languageNamespace' removed | ||
|
||
### Util-Extension | ||
- events 'husky.util.load.data' and 'husky.util.save.data' got removed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{"total": 3, "items": [ | ||
{"total": 3, "dropdownItems": [ | ||
{ | ||
"id": "1", | ||
"name": "Private" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
{"total": 1, "_embedded": { | ||
"media": [ | ||
{ | ||
"id": 1, | ||
"name": "Picture 1", | ||
"category": "products" | ||
} | ||
] | ||
}} | ||
{ | ||
"id": 6, | ||
"size": 595834, | ||
"mimeType": "image\/jpeg", | ||
"title": "donald-duck-susse", | ||
"name": "donald-duck-susse.jpg", | ||
"thumbnails": { | ||
"170x170": "http:\/\/www.bilderfotos.com\/data\/media\/6\/donald-duck-susse.jpg", | ||
"200x200": "http:\/\/www.bilderfotos.com\/data\/media\/6\/donald-duck-susse.jpg", | ||
"50x50": "http:\/\/www.bilderfotos.com\/data\/media\/6\/donald-duck-susse.jpg", | ||
"150x100": "http:\/\/www.bilderfotos.com\/data\/media\/6\/donald-duck-susse.jpg", | ||
"640x480": "http:\/\/www.bilderfotos.com\/data\/media\/6\/donald-duck-susse.jpg" | ||
}, | ||
"url": "\/media\/6\/download\/handplant_regular.jpg?v=1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"title": "Sulu 2.0", | ||
"title": "Sulu", | ||
"id": "1", | ||
"items": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
1,343 changes: 1,337 additions & 6 deletions
1,343
bower_components/ckeditor/skins/husky/editor_gecko.css
Large diffs are not rendered by default.
Oops, something went wrong.
1,368 changes: 1,363 additions & 5 deletions
1,368
bower_components/ckeditor/skins/husky/editor_ie.css
Large diffs are not rendered by default.
Oops, something went wrong.
1,510 changes: 1,505 additions & 5 deletions
1,510
bower_components/ckeditor/skins/husky/editor_ie7.css
Large diffs are not rendered by default.
Oops, something went wrong.
1,380 changes: 1,375 additions & 5 deletions
1,380
bower_components/ckeditor/skins/husky/editor_ie8.css
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.