Commit Graph

3104 Commits

Author SHA1 Message Date
Beka Westberg 05fb75dc3e Fixed RTL mistake. 2018-12-29 13:29:14 -08:00
Beka Westberg fdeb6bb778 Changed how bubbles position themselves. 2018-12-28 08:18:15 -08:00
Rachel Fenichel 6fefa49112 Bump version number on develop 2018-12-19 16:55:58 -08:00
Rachel Fenichel f9c0edb6a5 Merge pull request #2190 from google/master
master -> develop after release
2018-12-19 16:46:53 -08:00
Rachel Fenichel 0a25fb9fd7 Merge pull request #2189 from DubeySandeep/local_build_message
Fix #2172: Add a message to run local_build.sh file from local_build dir.
2018-12-19 16:11:16 -08:00
Rachel Fenichel 3342a375ff Merge pull request #2174 from google/rc/Dec_18
December 2018 release
2018-12-19 14:37:55 -08:00
Rachel Fenichel 817399a793 Bump version number on master 1.20181219.0 2018-12-19 14:29:54 -08:00
Rachel Fenichel c042a94b2d Rebuild blocks_compressed 2018-12-19 14:28:36 -08:00
Sandeep Dubey 1ed809dc87 Changes in comment. 2018-12-20 02:18:57 +05:30
Sandeep Dubey 036790e4fb Added message for running local_build.sh from correct folder. 2018-12-20 02:07:15 +05:30
Rachel Fenichel 68ecd801ed Merge pull request #2186 from RoboErikG/roboerikg-emptyVar-cp
Avoid crashing when a procedure input has an empty string
2018-12-19 11:06:33 -08:00
Erik Pasternak 738d06a464 Avoid crashing when a procedure input has an empty string
Fixes #1958

This will drop the input when it's in the empty string state. This
causes the block to remove the input and re-add it when the text
is reverted, but prevents the breakage. A followup fix should leave
the input alone instead of removing it, but this works for now.
2018-12-19 10:54:45 -08:00
RoboErikG a14ff64cf3 Avoid crashing when a procedure input has an empty string (#2182)
Fixes #1958

This will drop the input when it's in the empty string state. This
causes the block to remove the input and re-add it when the text
is reverted, but prevents the breakage. A followup fix should leave
the input alone instead of removing it, but this works for now.
2018-12-19 10:37:40 -08:00
Sandeep Dubey b5146036e1 Fix #1632: Added alt attribute to the field image. (#2178)
* Added alt for field image.

* Removed lint issues.
2018-12-18 13:38:53 -08:00
Beka Westberg dcae85dd4f Added maxTrashcanContents Property to Workspace Options (#2183)
* Added maxTrashcanContents property to workspace options.

* Changed default with trashcan to 32.
2018-12-18 13:22:43 -08:00
Rachel Fenichel 468df8749f Merge pull request #2176 from BeksOmega/fixes/2175
Changed Warnings to Interact Properly with Collapsing/Expanding.
2018-12-18 11:09:49 -08:00
Rachel Fenichel b3ef429d74 Merge pull request #2180 from epicfaace/feature/scroll
Scroll very long context menus
2018-12-18 09:21:33 -08:00
Ashwin Ramaswami 2cc3a8b3d9 Scroll very long context menus 2018-12-18 08:41:14 -05:00
Beka Westberg 8241068630 Updated JSDoc. 2018-12-17 15:29:25 -08:00
Rachel Fenichel 261a067a31 Merge pull request #2157 from BeksOmega/feature/TrashcanContents
Added flyout to trashcan to "get back" deleted blocks.`
2018-12-17 15:23:17 -08:00
Beka Westberg 44df2d4680 Changed parent blocks to display "Collapsed blocks contain warnings." instead of having warnings "bubble up" from children. Added message to msg/messages.js . 2018-12-17 14:54:56 -08:00
Rachel Fenichel da94697e93 Rebuild 2018-12-17 14:24:59 -08:00
Rachel Fenichel e4690902de Merge pull request #2179 from DubeySandeep/PHP-text-outerOrder
Fix #2161: Changes outerOrder for PHP/text component.
2018-12-17 13:28:20 -08:00
translatewiki.net 78f7efed00 Localisation updates from https://translatewiki.net. 2018-12-17 08:48:24 +01:00
Sandeep Dubey 8d09419afc Changes outerOrder for PHP/text component. 2018-12-16 22:32:19 +05:30
Beka Westberg f16cdf912d Changed Warnings to Interact Properly with Collapsing/Expanding. 2018-12-15 15:52:34 -08:00
Rachel Fenichel 17ab169772 Fix bad version number 2018-12-14 17:23:11 -08:00
Rachel Fenichel 2e71584017 Merge branch 'master' into rc/Dec_18 2018-12-14 15:47:54 -08:00
Rachel Fenichel a272e52a86 Bump version to 1.20181214 2018-12-14 15:46:56 -08:00
Rachel Fenichel 1ed058587c Merge pull request #2173 from rachel-fenichel/rebuild_12_14_18
Rebuild uncompressed and language files
2018-12-14 15:41:44 -08:00
Rachel Fenichel b58f3b1e48 Rebuild uncompressed and language files 2018-12-14 15:05:29 -08:00
Rachel Fenichel 1f076d7226 Merge pull request #2171 from rachel-fenichel/update_dependencies
Update dependencies
2018-12-14 14:54:16 -08:00
Rachel Fenichel b7446e195c Update dependencies 2018-12-14 12:42:03 -08:00
Rachel Fenichel 4ee14201a9 Merge pull request #2170 from rachel-fenichel/disable_insertion_markers
Disable insertion markers for the December 2018 release
2018-12-14 11:13:27 -08:00
Rachel Fenichel e182f43d12 Disable insertion markers for the December 2018 release 2018-12-14 10:57:39 -08:00
alschmiedt 91cc05abf3 Merge pull request #2168 from alschmiedt/procedure_events
Groups events fired during field input change
2018-12-13 14:55:45 -08:00
alschmiedt 4bd21c5128 Added todo 2018-12-13 14:39:27 -08:00
alschmiedt aae15f01f4 Groups events fired during field input change 2018-12-13 12:52:55 -08:00
alschmiedt 0c66429f5c Merge pull request #2167 from alschmiedt/mutation_actions
Reconnects child blocks when an undo is done on an else block
2018-12-13 10:38:30 -08:00
alschmiedt 3bf9337205 Fixed comment 2018-12-13 10:32:38 -08:00
alschmiedt 094418f928 Reconnects child blocks when an undo is done on an else block 2018-12-13 08:11:16 -08:00
translatewiki.net 2ba045634e Localisation updates from https://translatewiki.net. 2018-12-13 09:01:02 +01:00
Beka Westberg 77ee4c8e22 Reverted to storing xml as text. 2018-12-12 15:20:12 -08:00
RoboErikG e49d07dd16 Propagate the event group when enforcing bounds on blocks (#2163)
Fixes #1653

Makes the bounds checker created in inject correctly set the event group
before moving blocks in bounds.

When a workspace can't scroll the inject method sets up an event listener
to bump blocks back into the visible bounds when dropped off the edge. The
event group wasn't being used, though, causing the move to be a separate
undo step. When undone, this would get you stuck in a loop where the
workspace would keep pulling it back into the visible range.
2018-12-12 13:03:25 -08:00
Beka Westberg 39b7f95827 Renamed var block to node in cleanBlockXML_. 2018-12-12 06:50:35 -08:00
Beka Westberg 5f2d5df321 Fixed nits. Changed contents to store XML. Added removing IDs from all descendants. Removed deleteNext. 2018-12-11 16:46:24 -08:00
Beka Westberg 31daf37922 Fixed lid angle not being set property through events. 2018-12-10 16:43:18 -08:00
Ashwin Ramaswami 8422f931f1 Handle promise rejection for sound.play() in preload (#2162) 2018-12-10 15:25:21 -08:00
Rachel Fenichel c9411dfa33 Merge pull request #2159 from mehdi-yeganeh/develop
#172, Fixed [Edge, IE] Zoom control mouseover is not clipped
2018-12-10 11:01:28 -08:00
translatewiki.net 83cc98fbaa Localisation updates from https://translatewiki.net. 2018-12-10 08:05:11 +01:00