Joe Cheng
accd70d4b4
Add session$userData feature ( #1513 )
...
* Add session$userData
* Tweak wording of NEWS
* Fix broken links
2016-12-15 12:50:20 -06:00
Winston Chang
cfc0194c00
Sort input, output, export by name
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
d55ffb0212
Change default snapshot format to JSON
2016-12-01 10:46:46 -06:00
Winston Chang
59145a3b40
Add testmode as an option to runApp
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
dc69a2bc94
Make sure test values are named vectors
2016-12-01 10:46:46 -06:00
Winston Chang
e6fec6b27d
Rename variable
2016-12-01 10:46:46 -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
Winston Chang
bc4dcee2b1
allow shiny.trace option to specify which type of messages to relay; fixes #1422 ( #1428 )
...
Squashed commit of the following:
commit bdc4080032ff6b5b2de0f799aa307272f3905003
Author: Dean Attali <daattali@gmail.com >
Date: Mon Oct 17 18:18:03 2016 -0700
add PR link to news item
commit 22c695cde2b270ba8ec37d4862ad1f30de76ce68
Author: Dean Attali <daattali@gmail.com >
Date: Mon Oct 17 15:01:24 2016 -0700
update NEWS for #1422 fix
commit e669548c13f84f0929e4131c641a8333e08baa26
Author: Dean Attali <daattali@gmail.com >
Date: Sat Oct 15 12:45:49 2016 -0700
allow shiny.trace option to specify which type of messages to relay; fixes #1422
2016-10-26 12:24:00 -05:00
shrektan
1429b0677e
fix a typo: option() -> options()
2016-10-18 14:56:38 -05:00
Winston Chang
e56f80b546
Check whether hosting environment supports bookmarking ( #1360 )
...
* Check whether hosting environment supports bookmarking
* Show notification on startup if hosting environment doesn't support saved-to-server bookmarking
2016-09-02 14:19:41 -07:00
Winston Chang
c36d60fcd4
Fix reactive highlighting in showcase mode. Closes #1350 ( #1351 )
2016-09-01 13:07:39 -07:00
Joe Cheng
a9b7e4a85e
Let modules get at the root scope (undocumented for now)
2016-08-31 14:44:45 -07:00
Joe Cheng
95aa2e10fc
NEWS, doc update for sendBinaryMessage
2016-08-25 15:48:53 -07:00
Joe Cheng
8a661d5ee4
Code review feedback
2016-08-25 13:04:58 -07:00
Joe Cheng
370ef16854
Slight tweaks
...
- Rename arguments to type/message
- Check tag length after converting to bytes
2016-08-23 14:08:04 -07:00
Joe Cheng
21a0e95623
Merge commit 'd1353e8eaebc3f878fe9074919948d662caf8a89'
2016-08-23 13:58:40 -07:00
Winston Chang
57c6307479
Merge pull request #1314 from rstudio/joe/bugfix/downloadhandler-no-data
...
Fix #1122 : Do something sensible when downloadHandler doesn't create a file
2016-08-23 15:50:39 -05:00
Joe Cheng
ef6b82a0a3
Fix #1122 : Do something sensible when downloadHandler doesn't create a
...
file
2016-08-23 13:48:24 -07:00
Winston Chang
bab539f52c
Make it possible to have multiple bookmark buttons ( #1310 )
2016-08-19 21:13:27 -07:00
Winston Chang
5e4a6cb15f
Fix priority of onRestore observer
2016-08-19 14:12:57 -05:00
Winston Chang
7f3b952ec7
Documentation updates
2016-08-19 11:53:31 -05:00
Winston Chang
183e9a3d0b
Bookmarking fixes ( #1281 )
...
* Rename invalidateReactiveValue to freezeReactiveValue
* Make onFlush and onFlushed use 'once' argument
* session$flushOutput: schedule another flush if needed
* Catch all errors before they propagate to websocket
* Restore original logic for progressKeys
2016-08-11 11:58:07 -07:00
Barbara Borges Ribeiro
013599890f
Solve updateSelectInput bug in IE 11.0 ( #1277 )
2016-08-09 19:08:30 +01:00
Winston Chang
3223332906
Merge pull request #1209 from wch/bookmarkable-state
...
Bookmarkable state
2016-08-05 16:15:12 -05:00
Winston Chang
f78bd08440
Correctly handle bookmark options for global.R and app.R
2016-08-05 16:08:49 -05:00
Winston Chang
99b5f92d7a
Add showBookmarkUrlModal
2016-08-03 16:07:49 -05:00
Barbara Borges Ribeiro
8a2846461b
removed extra line at end of example section
2016-08-02 03:40:56 +01:00
Winston Chang
829494c03e
Make bookmark button work when there's a submitButton
2016-08-01 16:13:43 -05:00
Winston Chang
f89fade28d
Rename updateLocationBar to updateQueryString
2016-08-01 16:13:25 -05:00
Winston Chang
b281f8fa32
Merge branch 'master' into bookmarkable-state
2016-07-29 15:47:31 -05:00
Winston Chang
38f6d0a020
When restoring modules, only provide state$dir if present
2016-07-26 16:24:36 -05:00
Winston Chang
dcbe10c1c7
Keep state$values as an environment for save and restore
2016-07-26 14:33:04 -05:00
Winston Chang
91d4fd8849
Fix behavior when onBookmark() is called multiple times in a module
2016-07-25 22:29:55 -05:00
Winston Chang
3f1985a9dc
Allow modules to exclude their inputs
2016-07-25 22:10:38 -05:00
Winston Chang
e64bbacf68
Define filterNamespace and unNamespace locally
2016-07-25 16:31:47 -05:00
Winston Chang
9ec4faf0d0
Allow modules to call onBookmark, onRestore, onRestored
2016-07-25 10:52:41 -05:00
Winston Chang
5be3ba2ffa
Use Callbacks objects for bookmarking callbacks
2016-07-21 15:28:43 -05:00
Winston Chang
a5ee96656b
Add onFlush, onFlushed, and onSessionEnded functions
2016-07-21 14:33:43 -05:00
Winston Chang
4982110be9
configureBookmarking affect next shinyApp object creation
2016-07-21 12:49:36 -05:00
Winston Chang
1c970c8176
Remove configureBookmarking; add onBookmark, onBookmarked, onRestore, onRestored
2016-07-19 14:31:57 -05:00
Barbara Borges Ribeiro
2eb69d421a
fix to outputOptions
2016-07-06 14:18:38 +01:00
Winston Chang
425a71e382
Replace bookmarkConfig with bookmarkObserver
2016-06-15 14:55:29 -05:00
Winston Chang
638d999fcc
Replace updateQueryString with updateLocationBar
2016-06-13 16:47:24 -05:00
Winston Chang
135c3709b4
Prepare things for separate values
2016-06-09 11:57:45 -05:00
Winston Chang
08400d3f18
Add configureBookmarking function
2016-06-08 12:56:03 -05:00
Winston Chang
7cb1bbe3d6
Use new ID each time state is saved
2016-06-01 18:12:07 -05:00
Winston Chang
6696880178
Add ability to save and restore fileInputs. Also improve fileInput appearance
2016-05-27 14:42:00 -05:00
Joe Cheng
360c1d5953
Add ability to reset brush with session$resetBrush/Shiny.resetBrush
2016-05-25 15:37:27 -07:00