Winston Chang
367027cfbc
Merge branch 'wch/redundant-setinput'
2017-02-28 09:23:17 -06:00
Winston Chang
0ef15fa662
Remove redundant calls to setInput
2017-02-24 19:43:55 -06:00
Winston Chang
4c8bafcf9a
Make sure input deduplication respects inputType. Closes #162
2017-02-24 15:11:18 -06:00
Alberto Santini
0a4ca56da9
Improve escapeHTML
...
Replacing one char after another is not a best practice, due to the order dependency of replacing, xss risk and performance.
Fix #1577
2017-02-10 18:15:07 +01:00
Winston Chang
3e25c9f3f4
Remove shiny:fileuploaded event
2017-02-01 11:17:08 -06:00
Winston Chang
4feee00d34
NULL value no longer makes progress bar go to 100%. Closes #1472
...
This also removes the documentation which said that using NULL would cause the
progress bar to be hidden.
2017-01-31 20:36:28 -06:00
Winston Chang
c525d55db8
Add shiny:filedownload JS event
2017-01-31 20:23:34 -06:00
Winston Chang
015bc98d60
Trigger inputchanged event when fileupload is completed
2017-01-31 16:27:16 -06:00
Winston Chang
5cd9ba609a
Make fileInput trigger shiny:inputchanged. Closes #1511
2017-01-31 16:27:16 -06:00
Barbara Borges Ribeiro
8206e7d2a2
delete old message handler
2017-01-27 20:42:04 +00:00
Barbara Borges Ribeiro
f67aaafe4f
some adjustments after feedback
2017-01-27 20:39:18 +00:00
Barbara Borges Ribeiro
ed704afc07
remove console.log and re-grunt
2017-01-27 20:38:17 +00:00
Barbara Borges Ribeiro
bbbfacb4b2
grunt
2017-01-27 20:37:58 +00:00
Barbara Borges Ribeiro
99b8e5b303
stuff
2017-01-27 20:36:37 +00:00
Barbara Borges Ribeiro
a0b917a207
support pushState for pseudo-nav
...
see the documentation for details (`?updateQueryString` and `?getQueryString`)
2017-01-25 23:45:26 +00:00
Winston Chang
26400be6f7
Pressing Esc in a modal in a gadget only closes the modal. Closes #1453 ( #1523 )
2017-01-03 17:14:31 -05:00
Barbara Borges Ribeiro
8d70d91cf4
fix #1487 : better error handling for insertUI when selector does not match anything in DOM (do console log)
2016-12-07 05:10:43 +00:00
Barbara Borges Ribeiro
52a193b183
unbindAll() should not be called when inserting content with insertUI()
2016-12-01 15:40:17 -06:00
Winston Chang
9dcbd532e6
Add getTestSnapshotBaseUrl function
2016-12-01 10:46:46 -06:00
Winston Chang
16b4a2cad2
Rename testEndpointUrl to testSnapshotUrl
2016-12-01 10:46:46 -06:00
Winston Chang
bd9d8a035a
Change arguments from plural to singular
2016-12-01 10:46:46 -06:00
Winston Chang
b62acec5ee
Use singular form of input, export, and output
2016-12-01 10:46:46 -06:00
Winston Chang
b34ab9cdd5
Add shiny:fileuploaded JS event
2016-12-01 10:46:46 -06:00
Winston Chang
661e21d25b
Safer method for injecting code in test mode
2016-12-01 10:46:46 -06:00
Winston Chang
27b92f9838
Add args to getTestEndpointUrl
2016-12-01 10:46:46 -06:00
Winston Chang
3446def4dd
Basic code injection support
2016-12-01 10:46:46 -06:00
Jonathan
28965b7356
Render HTML dependency <meta> tag contents correctly ( #1463 )
...
* render HTML dependency <meta> tag contents correctly
* use direct address rather than loop; update NEWS
2016-11-10 15:10:18 -06:00
Winston Chang
d1bf39d0ac
Add exportTestValues function ( #1436 )
...
* Add onTestSnapshot function
* Add shiny.testing option
* Add entry to staticdocs index
* Bump version to 0.14.1.9002 and update NEWS
* Document params for onTestSnapshot
* Add session$enableTestEndpoint() method
* Un-export applyInputHandlers
* Grunt
* Provide inputs, outputs, and snapshot at test endpoint
* Remove non-working example
* Fix var name in documentation
* Rename shiny.testing to shiny.testmode
* Rename onTestSnapshot to exportTestValues and add example
* Add session$getTestEndpointUrl
* Grunt
* Add module support to exportTestValues
* Test endpoint allows specifying specific values
* session$getTestEndpointUrl: add arguments for choosing which values to return
2016-10-27 21:08:34 -05:00
Dean Attali
656e019829
allow overriding a JS custom message handler; fixes #1419 ( #1445 )
...
* allow overriding existing custom JS message handlers
* when a JS handler gets re-defined, only use the most recent one
* JS handler overwrite: changes re winston's comments
* overwrite JS handler: add NEWS item
* fix wrong URL in NEWS
2016-10-27 13:07:34 -05:00
Winston Chang
2133b0f498
Use === in Javascript
2016-10-26 21:01:36 -05:00
Joe Cheng
e133290c57
Fix #1399 : Duplicate binding error with insertUI and nested uiOutput ( #1402 )
...
* Fix #1399 : Duplicate binding error with insertUI and nested uiOutput
* Update NEWS.md
2016-10-18 20:22:02 -05:00
Barbara Borges Ribeiro
d03ee36647
Fixes #1427 : add event delegation so that modals do not close by mistake ( #1430 )
...
* Fixes #1427 : add event delegation so that modal does not close when an element inside it is triggered as hidden
* use `this === e.target` instead
* added NEWS item
* `e.target` must be equal to `$(#shiny-modal)`, not `this`
2016-10-18 14:54:27 -05:00
Winston Chang
95700d8d51
Fix dategrange comment
2016-10-17 13:37:25 -05:00
Winston Chang
538f38f314
sliderInputBinding: setValue changes value immediately
2016-10-17 12:22:21 -05:00
Winston Chang
06578349c7
Document InputBinding.subscribe's callback argument
2016-10-17 12:18:12 -05:00
Winston Chang
a807476171
sliderInputBinding: rename 'updating' to 'immediate'
2016-10-17 12:13:15 -05:00
Winston Chang
3201380c29
Set value after min in max when updating dates
2016-09-19 09:27:28 -05:00
Winston Chang
1f04b39ae3
Rename bootstrapDP to bsDatepicker
2016-09-16 23:39:26 -05:00
Winston Chang
43a5940b9e
Updates to dateRangeInputBinding for new datepicker API
2016-09-16 23:39:26 -05:00
Winston Chang
33908624fd
Fix off-by-one error for datepicker's setStartDate and setEndDate
2016-09-16 23:39:26 -05:00
Winston Chang
ffef8a341f
Add workaround for bootstrap datepicker bug with setStartDate and setEndDate
2016-09-16 23:39:26 -05:00
Winston Chang
a48c5df844
Don't try to set min/max date when undefined
2016-09-16 23:39:26 -05:00
Winston Chang
37b6a668ab
Fix off-by-one dates
2016-09-16 23:39:26 -05:00
Winston Chang
2a9a7cc897
Enable noconflict for Bootstrap Datepicker. Closes #1346
2016-09-16 23:39:26 -05:00
Winston Chang
f7484f49e5
Fix file uploads in IE9. Closes #1332 ( #1342 )
...
* Fix file uploads in IE9. Closes #1332
* Grunt
2016-08-31 12:17:24 -07:00
Winston Chang
3c53a93447
Wrap DOM object in jQuery. Fixes #1335
2016-08-31 11:35:48 -05:00
Winston Chang
d32ca64a03
Add old-style rendering as an option for progress
2016-08-29 16:05:43 -05:00
Winston Chang
53b89390be
Rename shiny-progress CSS class to shiny-progress-notification
2016-08-29 15:19:45 -05:00
Joe Cheng
279e6e3925
Merge remote-tracking branch 'origin/daef/feature/binary-messages'
2016-08-25 13:08:29 -07:00
Joe Cheng
8a661d5ee4
Code review feedback
2016-08-25 13:04:58 -07:00