Winston Chang
040ae293fb
Revert switch to jsonlite
...
This reverts commits deffc90 , ab4dc64 , and 0755579 , returning to RJSONIO.
The purpose of this is to prepare for a maintenance release for 0.11
without the switch to jsonlite, to reduce the risk of new bugs.
2015-02-06 10:53:54 -06:00
Winston Chang
dd3cc29af1
Merge pull request #728 from rstudio/bugfix/tab-value-with-icon
...
Fix #725 : Tabs with icons give incorrect values
2015-02-05 15:44:02 -06:00
Winston Chang
35802c12f6
selectInput: add control for size (height)
2015-02-05 15:30:03 -06:00
Winston Chang
e84012ec38
Update input docs to explain NULL label ( #727 )
2015-02-05 12:40:14 -06:00
Joe Cheng
128df6a2bf
Fix #725 : Tabs with icons give incorrect values
...
When no explicit value argument was present on tabPanel,
the inner text of the HTML anchor was used. This gave
weird results when an icon was used, since it appears in
the anchor.
The fix is to always use the value parameter, defaulting
it to the title.
2015-02-05 10:23:04 -08:00
Winston Chang
38d87450e6
Fix typo in docs
2015-02-05 10:17:42 -06:00
Winston Chang
a4d567e44d
Merge pull request #704 from wch/html-replace2
...
htmlOutput: allow custom container function
2015-02-04 13:30:19 -06:00
Joe Cheng
3e1732b9c0
downloadHandler temp files should have same extension as final download file
2015-02-01 08:37:44 -08:00
Winston Chang
6e7adfadb0
Merge pull request #710 from rstudio/bugfix/fixedpanel-cursor
...
Fix fixedPanel default cursor handling
2015-01-28 14:00:07 -06:00
Winston Chang
4e8632de73
Better documentation of plotOutput height ( #705 )
2015-01-28 11:15:08 -06:00
Joe Cheng
2792fe82a3
Fix fixedPanel default cursor handling
...
Previous to this fix, calling fixedPanel without an
explicit cursor argument would cause an error due to
the vector of possible values being passed as the
actual cursor argument to absolutePanel.
2015-01-27 18:41:29 -08:00
Winston Chang
9f04517801
htmlOutput: allow custom container function
2015-01-26 16:50:09 -06:00
Winston Chang
b7acaf9519
Convert donttest examples; check for interactive() instead
2015-01-22 13:21:23 -06:00
Winston Chang
deffc90531
Remove remaining RJSONIO references
2015-01-22 13:15:01 -06:00
Winston Chang
278851224d
Re-document with roxygen2 4.1.0
2015-01-12 12:02:24 -06:00
Yihui Xie
a67161f521
add a pointer to the DT package
2015-01-06 14:26:19 -06:00
Yihui Xie
8d621e87a0
should inherit params from textInput instead of passwordInput
2015-01-06 14:17:57 -06:00
Winston Chang
a560034614
Fix another URL
2015-01-06 13:21:57 -06:00
Winston Chang
b329c1f94c
Fix URL
2015-01-06 11:33:07 -06:00
Winston Chang
06459c0f52
Remove duplicate text in reactive domain docs
2015-01-05 11:23:05 -06:00
Winston Chang
2655c2511d
Fix docs for slider step size
2015-01-05 11:20:38 -06:00
Winston Chang
fa9fdb01b0
Add info about using shinyApp and runApp together
2015-01-02 11:47:51 -06:00
Yihui Xie
9f86e84830
closes #668 : emphasize that I() does not work for non-root level elements in the options list in renderDataTable()
2014-12-13 22:52:28 -06:00
hadley
f1d814ba04
Implement passwordInput in the same style as textInput()
2014-12-11 16:21:34 -06:00
Winston Chang
735a15d7c6
Merge tag 'v/0/10/2.2'
...
Shiny version 0.10.2.2
Conflicts:
DESCRIPTION
2014-12-08 16:51:37 -06:00
Winston Chang
8d2367ed82
Remove use of rstudio::viewer for R CMD check
2014-12-08 11:33:56 -06:00
Winston Chang
ce86e0a54a
Re-document
2014-12-08 10:10:17 -06:00
Winston Chang
9d877320d8
Merge pull request #658 from wch/feature/ionslider
...
New sliders
2014-12-05 14:30:07 -06:00
Winston Chang
088c9e5450
Better help for reactiveValues. Fixes #620
2014-11-26 15:28:16 -06:00
Winston Chang
85706eac84
Re-document
2014-11-26 14:20:25 -06:00
Winston Chang
e6748c0793
Re-document
2014-11-26 14:19:06 -06:00
Winston Chang
b35e866d95
Fix appearance of DataTables examples
2014-11-26 12:49:59 -06:00
Winston Chang
d72f5ee2ad
Better examples and docs for renderTable and renderDataTable
2014-11-24 11:24:26 -06:00
Winston Chang
3153b35c2a
icon: add support for glyphicon library
2014-11-17 14:43:35 -06:00
Winston Chang
c450f9abc2
Re-document
2014-11-17 14:43:35 -06:00
Winston Chang
4629262a1a
Re-document
2014-11-17 14:43:34 -06:00
Joe Cheng
846c23a5a2
Merge remote-tracking branch 'origin/feature/event-reactives'
...
Conflicts:
inst/tests/test-reactivity.r
2014-10-30 14:52:39 -07:00
Joe Cheng
98dc8069e3
Merge pull request #627 from yihui/bugfix/DT-XSS
...
escape HTML entities to avoid XSS attacks in DataTables
2014-10-29 10:29:21 -07:00
Winston Chang
855347a5d3
Add documentation for global options
2014-10-29 11:30:28 -05:00
Yihui Xie
8626a3efea
make escape support column names in renderDataTable(), per suggestion of @jcheng5
2014-10-28 16:11:06 -05:00
Yihui Xie
5f60d09d0b
per-column escaping
2014-10-28 16:11:06 -05:00
Yihui Xie
a05abda25c
escape HTML entities to avoid XSS attacks in DataTables
...
BTW, per recommendation of http://datatables.net/manual/server-side , the parameter `draw` is coerced to integer
2014-10-28 16:11:06 -05:00
Joe Cheng
e7553d6f15
Add observeEvent and eventReactive functions
2014-10-23 12:03:45 -07:00
Joe Cheng
e732afd64c
Merge remote-tracking branch 'origin/feature/bootstrap-navbar-pos'
2014-10-20 13:16:42 -07:00
Joe Cheng
62ef377dd1
Remove eventFilter for now
...
After discussing with @trestletech, the semantics are just not right.
When using it with a renderXXX function, it doesn't actually stop
recomputation, so the only reasonable place to use it is in a reactive
expression, but if that's true then this is a terrible looking API.
Will replace soon with something better.
2014-10-14 12:36:03 -07:00
Joe Cheng
b85b1e95b4
Fix documentation bug in ?validate
2014-10-14 12:30:11 -07:00
Joe Cheng
f2b16c414f
Merge remote-tracking branch 'origin/pr/180'
...
Conflicts:
NAMESPACE
R/bootstrap.R
R/reactives.R
R/shiny.R
2014-10-13 14:24:44 -07:00
Winston Chang
e56571840b
Change some examples to donttest, to make CRAN happy
2014-10-01 10:32:10 -05:00
Yihui Xie
443850b778
fileInput() works for IE8/9 now, but they do not support multiple files
2014-09-25 18:04:50 -05:00
Winston Chang
9edd94e1c0
Fix incomplete sentence
2014-09-16 13:59:48 -05:00