-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1193 from SeasideSt/develop
Release 3.4.0
- Loading branch information
Showing
214 changed files
with
923 additions
and
716 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
Binary file not shown.
3 changes: 1 addition & 2 deletions
3
repository/Javascript-Core.package/JSAjaxCallback.class/instance/block..st
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,3 @@ | ||
accessing | ||
block: aZeroOrOneArgBlock | ||
block := aZeroOrOneArgBlock isNil | ||
ifFalse: [ aZeroOrOneArgBlock fixCallbackTemps ] | ||
block := aZeroOrOneArgBlock |
5 changes: 0 additions & 5 deletions
5
repository/Javascript-Core.package/JSObject.class/instance/timeout..st
This file was deleted.
Oops, something went wrong.
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
1 change: 0 additions & 1 deletion
1
repository/Prototype-Core.package/PTAjax.class/instance/triggerPassenger..st
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,6 +1,5 @@ | ||
triggers | ||
triggerPassenger: aBlock | ||
aBlock fixCallbackTemps. | ||
self | ||
callback: [ :value | aBlock value: (self renderContext callbacks passengerAt: value) ] | ||
value: (JSStream on: 'arguments[0].id') |
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
{ | ||
"noMethodMetaData" : true, | ||
"separateMethodMetaAndSource" : false, | ||
"useCypressPropertiesFile" : true } | ||
"noMethodMetaData" : true, | ||
"useCypressPropertiesFile" : true | ||
} |
3 changes: 2 additions & 1 deletion
3
repository/Scriptaculous-Components.package/GRPackage.extension/properties.json
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,2 +1,3 @@ | ||
{ | ||
"name" : "GRPackage" } | ||
"name" : "GRPackage" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Scriptaculous-Components.package/SUAccordion.class/properties.json
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,15 +1,14 @@ | ||
{ | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"super" : "SUNavigation", | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"visible", | ||
"maxVisible" ], | ||
"maxVisible" | ||
], | ||
"name" : "SUAccordion", | ||
"pools" : [ | ||
], | ||
"super" : "SUNavigation", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
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
19 changes: 8 additions & 11 deletions
19
repository/Scriptaculous-Components.package/SUComponentLibrary.class/properties.json
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,14 +1,11 @@ | ||
{ | ||
"category" : "Scriptaculous-Components-Libraries", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
], | ||
"name" : "SUComponentLibrary", | ||
"pools" : [ | ||
], | ||
"super" : "WAFileLibrary", | ||
"type" : "normal" } | ||
"category" : "Scriptaculous-Components-Libraries", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "SUComponentLibrary", | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Scriptaculous-Components.package/SUDatePicker.class/properties.json
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,19 +1,18 @@ | ||
{ | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"super" : "WAMiniCalendar", | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"widgetId", | ||
"uid", | ||
"format", | ||
"origin", | ||
"containerId", | ||
"open" ], | ||
"open" | ||
], | ||
"name" : "SUDatePicker", | ||
"pools" : [ | ||
], | ||
"super" : "WAMiniCalendar", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Scriptaculous-Components.package/SUDateTimePicker.class/properties.json
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,17 +1,16 @@ | ||
{ | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"super" : "SUDatePicker", | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"showSeconds", | ||
"hours", | ||
"minutes", | ||
"seconds" ], | ||
"seconds" | ||
], | ||
"name" : "SUDateTimePicker", | ||
"pools" : [ | ||
], | ||
"super" : "SUDatePicker", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 8 additions & 11 deletions
19
repository/Scriptaculous-Components.package/SUHorizontalCarousel.class/properties.json
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,14 +1,11 @@ | ||
{ | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
], | ||
"name" : "SUHorizontalCarousel", | ||
"pools" : [ | ||
], | ||
"super" : "SUCarousel", | ||
"type" : "normal" } | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "SUHorizontalCarousel", | ||
"type" : "normal" | ||
} |
19 changes: 8 additions & 11 deletions
19
repository/Scriptaculous-Components.package/SUHorizontalSplitter.class/properties.json
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,14 +1,11 @@ | ||
{ | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"instvars" : [ | ||
], | ||
"name" : "SUHorizontalSplitter", | ||
"pools" : [ | ||
], | ||
"super" : "SUSplitter", | ||
"type" : "normal" } | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ ], | ||
"name" : "SUHorizontalSplitter", | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Scriptaculous-Components.package/SULightbox.class/properties.json
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,14 +1,13 @@ | ||
{ | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"super" : "WADecoration", | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"delegate" ], | ||
"delegate" | ||
], | ||
"name" : "SULightbox", | ||
"pools" : [ | ||
], | ||
"super" : "WADecoration", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Scriptaculous-Components.package/SUNavigation.class/properties.json
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,15 +1,14 @@ | ||
{ | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"super" : "WAComponent", | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"items", | ||
"uid" ], | ||
"uid" | ||
], | ||
"name" : "SUNavigation", | ||
"pools" : [ | ||
], | ||
"super" : "WAComponent", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Scriptaculous-Components.package/SUNavigationCarousel.class/properties.json
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,17 +1,16 @@ | ||
{ | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"super" : "SUNavigation", | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"selected", | ||
"elementHeight", | ||
"visibleElements", | ||
"offset" ], | ||
"offset" | ||
], | ||
"name" : "SUNavigationCarousel", | ||
"pools" : [ | ||
], | ||
"super" : "SUNavigation", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
19 changes: 9 additions & 10 deletions
19
repository/Scriptaculous-Components.package/SUNavigationItem.class/properties.json
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,14 +1,13 @@ | ||
{ | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ | ||
], | ||
"classvars" : [ | ||
], | ||
"commentStamp" : "", | ||
"super" : "SURenderableItem", | ||
"category" : "Scriptaculous-Components-Core", | ||
"classinstvars" : [ ], | ||
"pools" : [ ], | ||
"classvars" : [ ], | ||
"instvars" : [ | ||
"label" ], | ||
"label" | ||
], | ||
"name" : "SUNavigationItem", | ||
"pools" : [ | ||
], | ||
"super" : "SURenderableItem", | ||
"type" : "normal" } | ||
"type" : "normal" | ||
} |
Oops, something went wrong.