Winston Chang
46844b516a
Remove unneeded 'session' object
...
The 'session' object is no longer needed. Now that the ShinySession object
has proper public and private members, that object can be passed directly.
2015-02-27 15:02:09 -06:00
Winston Chang
b9cef228d9
Use explicit 'self', and make ShinySession portable
2015-02-27 15:02:09 -06:00
Winston Chang
fd71d04000
Use explicit 'private'
2015-02-27 15:02:09 -06:00
Winston Chang
bedb811621
Remove leading dots from public methods
2015-02-27 15:02:09 -06:00
Winston Chang
173736fd69
Set message encoding to UTF-8 instead of native ( Fixes #742 )
2015-02-27 14:55:31 -06:00
Winston Chang
21eea27c4a
Remove duplicated 'destdir' documentation
2015-02-27 14:53:50 -06:00
Winston Chang
b39f04fbc3
Use native R config for travis
2015-02-27 11:43:30 -06:00
Winston Chang
04f898be21
Bump version to 0.11.1.9001
2015-02-23 16:43:48 -06:00
Winston Chang
defedda891
Switch from RJSONIO to jsonlite (again)
2015-02-23 16:41:36 -06:00
Winston Chang
bb2c8e5fd2
Clean up observeEvent and eventReactive examples
2015-02-23 15:57:27 -06:00
Winston Chang
7410bb9e9a
Re-document
2015-02-23 15:57:06 -06:00
Winston Chang
fd3907596b
Restore ability to dynamically set selectInput labels. Closes #741
2015-02-18 14:59:07 -06:00
Winston Chang
221a233ea4
Update NEWS
2015-02-12 13:21:16 -06:00
Winston Chang
389adda8ec
Merge pull request #688 from xbhsu/feature/runURL-destination-file
...
Specifying destination file for runURL, runGist, and runGitHub
2015-02-12 13:11:19 -06:00
bhsu
835b65740b
fixed consistency issues
2015-02-12 13:11:00 -05:00
Winston Chang
b24abffd0d
Bump version to 0.11.1.9000 for development
2015-02-12 11:39:31 -06:00
Winston Chang
2ddf578f07
Add NEWS item
2015-02-12 11:39:05 -06:00
Yihui Xie
61b83c3e34
replace `` with \code{} in Rd
2015-02-11 18:12:14 +08:00
Winston Chang
3454ddbb2a
Merge tag 'v0.11.1'
...
Shiny 0.11.1 released to CRAN
2015-02-10 19:42:58 -06:00
Winston Chang
194e4ca70d
Update cran comments
v0.11.1
2015-02-10 13:12:13 -06:00
Winston Chang
074981a709
Update Date in DESCRIPTION
2015-02-10 13:08:44 -06:00
Winston Chang
f157200a9f
Fix Bootstrap URL
2015-02-10 10:58:31 -06:00
Winston Chang
f70fcddaad
Clarify docs for shinyServer and shinyUI
2015-02-10 10:46:51 -06:00
Winston Chang
aa2129b60e
Bump version to 0.11.1
2015-02-06 11:49:49 -06:00
Winston Chang
3794541828
Update gruntfile to watch for changes in DESCRIPTION
2015-02-06 11:49:30 -06:00
Winston Chang
b1a6dc65ba
Remove jsonlite NEWS item
2015-02-06 11:23:50 -06:00
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
b74e93f3a4
Update NEWS and bump version
2015-02-05 15:51:01 -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
Joe Cheng
72b9a93088
Don't error when tabPanel has value but tabsetPanel doesn't have id
...
Causes problems now that tabPanel always has a value
2015-02-05 13:38:04 -08:00
Joe Cheng
4446f0a1f3
Merge pull request #729 from wch/feature/select-size
...
selectInput: add control for size (height)
2015-02-05 13:34:40 -08:00
Winston Chang
35802c12f6
selectInput: add control for size (height)
2015-02-05 15:30:03 -06:00
Winston Chang
f5fd30883a
Update NEWS
2015-02-05 15:28:09 -06:00
Winston Chang
f8e720d6dc
Fix tests for new HTML structure
2015-02-05 15:25:09 -06:00
Winston Chang
9f8f04caec
selectInput: use form-control for multiple and single
2015-02-05 14:51:40 -06:00
Winston Chang
69aec85882
Fix label spacing for inline checkbox and radio
2015-02-05 12:46:54 -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
7b76951461
navbarPage: Don't include empty row when header=NULL. Fixes #722
2015-02-05 10:18:24 -06:00
Winston Chang
38d87450e6
Fix typo in docs
2015-02-05 10:17:42 -06:00
Winston Chang
b9c6b84ff5
selectInput: use BS 3 styling when multiple && !selectize. Closes #724
2015-02-04 19:45:04 -06:00
Winston Chang
5ba1d57b1f
Update NEWS and bump version
2015-02-04 13:32:27 -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
19a62ba7e9
Merge pull request #723 from rstudio/bugfix/namespace-filtering
...
Fix oversubscription of shown/hidden events
2015-02-04 10:20:42 -08:00
Winston Chang
65d6c7b558
Minify shiny.js
2015-02-04 12:17:30 -06:00
Winston Chang
8c828e7881
Correct event namespace filtering
2015-02-04 12:15:23 -06:00
Winston Chang
b711780688
Debounce sendImageSize
2015-02-04 12:15:23 -06:00
Joe Cheng
855cdc8eda
Fix oversubscription of shown/hidden events
...
Bootstrap 3 shown/hidden events look like "shown.bs.modal",
"shown.bs.popover", etc. When subscribing to these events, you also
automatically pick up "shown" and "hidden" events. This causes a 6X
oversubscription of hidden and shown events. We fix this by filtering
out these overbroad events.
Also, don't do anything if the show/hide would be a no-op; this
also helps cut down on extraneous events.
2015-02-04 12:15:23 -06:00
Winston Chang
c930cce914
Check for unnamed arguments in ...
2015-02-03 15:55:24 -06:00
Winston Chang
424696cf96
Update NEWS
2015-02-03 10:11:34 -06:00