Winston Chang
|
0ac87930c8
|
Add support for HTTP HEAD requests
|
2015-08-04 22:58:21 -05:00 |
|
Winston Chang
|
241a482236
|
Add explicit namespace to non-base functions
|
2015-08-04 12:30:41 -05:00 |
|
Winston Chang
|
2abaffafcf
|
Move imageOutput docs to plotOutput
|
2015-08-04 12:23:06 -05:00 |
|
Joe Cheng
|
f89c44e899
|
Fix runGist
Looks like GitHub changed the format of gist downloads from .tar.gz
to .zip
|
2015-07-22 10:30:57 -07:00 |
|
Yihui Xie
|
5ec6ffb30a
|
Merge pull request #905 from rstudio/joe/doc-tweaks
Doc tweaks (fixes #898)
|
2015-07-21 12:51:28 -05:00 |
|
Winston Chang
|
d9c7f21c02
|
Make updateSliderInput work with date/datetimes. Fixes #904
|
2015-07-21 12:32:18 -05:00 |
|
Winston Chang
|
926e508b8d
|
Fix updateSliderInput example code
|
2015-07-21 12:31:31 -05:00 |
|
Winston Chang
|
ac83772945
|
Don't use scientific notation for sending slider values
|
2015-07-21 12:31:17 -05:00 |
|
Joe Cheng
|
cddf5cf70f
|
Doc tweaks
|
2015-07-21 10:15:04 -07:00 |
|
Winston Chang
|
cfae8f4fc6
|
Update to ion.rangeSlider 2.0.12
|
2015-07-20 14:09:26 -05:00 |
|
Joe Cheng
|
3e9e6a1389
|
Merge pull request #885 from rstudio/slider-improvements
Slider improvements
|
2015-07-16 10:21:25 -07:00 |
|
Joe Cheng
|
9788450c08
|
Merge pull request #874 from wch/file-remove
Remove uploaded files when session ends. Fixes #798
|
2015-07-16 10:02:27 -07:00 |
|
Winston Chang
|
9d942b78ef
|
Merge pull request #881 from yihui/updateNavbarPage
Add two aliases of updateTabsetPanel(): updateNavbarPage() and updateNavlistPanel()
|
2015-07-03 11:00:33 -05:00 |
|
Winston Chang
|
4cd5357241
|
Set dragRange=TRUE as the default
|
2015-07-02 20:25:42 -05:00 |
|
Winston Chang
|
0e3938da79
|
Add timezone support
|
2015-07-02 16:50:43 -05:00 |
|
Winston Chang
|
ec9bfc4731
|
sliderInput: add timeFormat argument
|
2015-07-02 16:50:43 -05:00 |
|
Winston Chang
|
9b91ebb8d2
|
Add strftime Javascript library
|
2015-07-02 16:50:43 -05:00 |
|
Winston Chang
|
da3f2367d7
|
Add range dragging functionality
|
2015-07-02 16:50:43 -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 |
|
Winston Chang
|
b12fef652c
|
Update to ionRangeSlider 2.0.10
|
2015-07-02 16:50:43 -05:00 |
|
Winston Chang
|
21c7193281
|
Remove unneeded copy of normalize.css
|
2015-07-02 12:48:16 -05:00 |
|
Yihui Xie
|
a5e64274a2
|
Add two aliases of updateTabsetPanel(): updateNavbarPage() and updateNavlistPanel()
https://groups.google.com/d/msg/shiny-discuss/8VctqPqeurw/uAQIBvA1CpAJ
|
2015-07-02 01:37:14 -05:00 |
|
Winston Chang
|
3817202875
|
Make sure that directory removal is safe
|
2015-07-01 13:41:54 -05:00 |
|
Winston Chang
|
874fcb12a1
|
Remove uploaded files when session ends. Closes #798
|
2015-07-01 13:32:06 -05:00 |
|
Winston Chang
|
e0c5783703
|
Refactor fileUpoadContext to use private members
|
2015-07-01 13:32:05 -05:00 |
|
Winston Chang
|
a57e037b05
|
Fix docs for submitButton
|
2015-06-26 16:40:32 -05:00 |
|
Winston Chang
|
7c20e865a5
|
Add width option to input functions. Closes #834, closes #589
|
2015-06-18 13:12:49 -05:00 |
|
Winston Chang
|
79267d4e12
|
Move input functions to separate files
|
2015-06-18 10:47:00 -05:00 |
|
Joe Cheng
|
7f442f4206
|
Un-deprecate data table functions until DT stabilizes
|
2015-06-11 23:27:21 -07:00 |
|
Winston Chang
|
37e552cd36
|
Move sliderInput code into separate file
|
2015-06-02 15:36:03 -05:00 |
|
Winston Chang
|
ac8831b4c7
|
Use methods() instead of .S3methods(). Fixes #849
The .S3methods() function was introduced in R 3.2.0, so this code was broken
on older versions of R.
|
2015-06-02 14:14:31 -05:00 |
|
Winston Chang
|
fdacb4fe7d
|
Add shiny.minified option for minified JavaScript. Closes #826
|
2015-06-01 20:58:10 -05:00 |
|
Winston Chang
|
5c38cb733a
|
Safer method for finding which method would be called
|
2015-05-26 17:05:10 -05:00 |
|
Winston Chang
|
515a67a320
|
Don't attempt to extract coordmap when print.ggplot is not used (#841)
|
2015-05-21 17:00:51 -05:00 |
|
Winston Chang
|
941348f1db
|
Override print.ggplot method in renderPlot. Fixes #841
|
2015-05-21 16:45:39 -05:00 |
|
Joe Cheng
|
15af660424
|
Depend on methods so Rscript doesn't fail
|
2015-05-21 09:56:16 -07:00 |
|
Joe Cheng
|
3cc4df4e29
|
Merge pull request #837 from rstudio/joe/bugfix/callbacks-fifo
Ensure that callbacks fire in a FIFO order
|
2015-05-20 14:32:46 -07:00 |
|
Joe Cheng
|
395d1cee70
|
Ensure that callbacks fire in a FIFO order
Version bump required so Leaflet can detect this fix
|
2015-05-20 13:29:56 -07:00 |
|
Yihui Xie
|
89bc7efbca
|
query$field is either an atomic vector, or a matrix, so use c() to coerce the result to a vector (previously RJSONIO::fromJSON() would return a list, but now jsonlite returns a matrix)
|
2015-05-20 12:44:13 -05:00 |
|
Yihui Xie
|
54e02e412c
|
make sure q$search[['value']] is not of length zero
|
2015-05-19 16:14:30 -05:00 |
|
Winston Chang
|
90c00bed2f
|
Check htmlwidgets version
|
2015-05-18 11:56:02 -05:00 |
|
Yihui Xie
|
46996eb81c
|
closes #807: add messages of deprecation for DataTables in shiny
|
2015-05-15 18:21:58 -05:00 |
|
Yihui Xie
|
8df98c29b8
|
this comment is no longer true
|
2015-05-15 15:06:23 -05:00 |
|
Yihui Xie
|
7554f8395b
|
fixes #814: load options after initialization of selectize in the server mode
|
2015-05-15 15:05:39 -05:00 |
|
Winston Chang
|
d252feddc9
|
Change nullOutside default to TRUE
|
2015-05-13 11:16:48 -05:00 |
|
Winston Chang
|
2ce45eab06
|
Hovering: add option to send NULL when mouse is outside
|
2015-05-13 11:08:16 -05:00 |
|
Winston Chang
|
79e4007732
|
Add option to return all selected rows for mouse interactions
|
2015-05-11 15:56:34 -05:00 |
|
Winston Chang
|
4a74f588b9
|
nearPoints: add _dist column even when zero rows selected
|
2015-05-05 23:11:33 -05:00 |
|
Joe Cheng
|
1136ad09ee
|
Merge pull request #802 from rstudio/interact-ggplot
BOOM!!!!
|
2015-05-01 09:51:51 -07:00 |
|