Barret Schloerke
6529529cdb
add new input 'varSelectInput()' and input binding 'shiny.symbol' and 'shiny.symbolList'
2018-06-07 16:10:01 -04:00
Winston Chang
07cb7c9305
Add 'setSerializer' function ( #1792 )
2017-07-18 17:01:06 -05:00
Winston Chang
86e9cc4896
Add preprocessor for fileInputs that strips local path ( #1789 )
...
* Add preprocessor for fileInputs that strips local path
* Update NEWS
* Rename snapshotPreprocess to snapshotPreprocessOutput
* Add snapshotPreprocessInput function
* Remove unnecessary NEWS item
* Update NEWS
* Add getSnapshotPreprocessInput
* Add staticdocs entry for snapshotPreprocessInput
* Add private methods to get snapshotPreprocess functions
* Bump version to 1.0.3.9002
2017-07-13 16:07:16 -05: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
0e8cf95739
Pass shinysession to applyInputHandlers
...
This fixes a problem where input handlers that require a session object
would throw errors.
2016-10-25 10:27:03 -05:00
Winston Chang
ce9af0fb57
Export function that applies input handlers
2016-10-18 13:51:43 -05:00
Winston Chang
58a87b9b61
Copy restored file to temp directory
2016-09-13 11:13:21 -05:00
Winston Chang
f09475a6b5
Better check for unsafe paths in restored file inputs
2016-09-13 11:12:16 -05:00
Winston Chang
750422d858
Mark restored file inputs with correct serializer. Closes #1368
2016-09-13 10:49:08 -05:00
Winston Chang
84364c65b0
Bookmark/restore actionButtons ( #1304 )
2016-08-18 14:42:19 -07:00
Winston Chang
6d72bbcb76
Don't crash on malformed date input values. Closes #803
2016-08-12 21:28:43 -05:00
Winston Chang
8829d2ebd4
Properly mark actionButtons and passwordInputs as unserializable
2016-06-10 10:44:51 -05:00
Winston Chang
135c3709b4
Prepare things for separate values
2016-06-09 11:57:45 -05:00
Winston Chang
2548c46b8b
Check for '..' in restored file input path
2016-06-01 18:07:33 -05:00
Winston Chang
dd5118116b
Use wrapper functions for saving/restoring state
2016-06-01 17:10:56 -05:00
Winston Chang
6696880178
Add ability to save and restore fileInputs. Also improve fileInput appearance
2016-05-27 14:42:00 -05:00
Winston Chang
8e5952d9ae
Add serializers
2016-05-26 12:43:01 -05:00
Winston Chang
6fd626a3ec
Disable seralizing of passwords and actionButtons
2016-05-12 17:03:25 -05:00
Winston Chang
17cdeec34b
Add Date and POSIXt support to sliders
2015-07-02 16:50:43 -05:00
Winston Chang
3446afd087
Move input handlers to separate file
2015-07-02 16:50:43 -05:00