Carson Sievert
|
ead23528ca
|
doSetInput calls setInput (duh) so should have name and type
|
2019-05-08 16:19:21 -05:00 |
|
Carson Sievert
|
b8644949cc
|
camelCase for consistency; clarify comment
|
2019-05-08 16:19:13 -05:00 |
|
Carson Sievert
|
b88e3a64f2
|
comment on the difference between name_type and name
|
2019-05-08 16:19:07 -05:00 |
|
Carson Sievert
|
2871b423fd
|
rename name arg to name_type where relevant in input decorators...
this will help to highlight when you should call a method with just the input name instead of both the name and the type
|
2019-05-08 16:19:02 -05:00 |
|
Carson Sievert
|
562fafbc39
|
pass inputName to immediateCall() and normalCall()
|
2019-05-08 16:18:55 -05:00 |
|
Carson Sievert
|
191e0874f8
|
type is only relevant for public methods setInput() and setRatePolicy()
change the name of these arguments to reflect this (name_type)
|
2019-05-08 16:18:47 -05:00 |
|
Carson Sievert
|
fa5ff7bfa5
|
Consistently ignore input type in all InputRateDecorator methods
|
2019-05-08 16:18:39 -05:00 |
|
Carson Sievert
|
82e80ccdeb
|
InputRateDecorator's setInput method needs to strip of the input's ttype before looking up the input's rate policy, closes #2387
|
2019-05-08 16:18:19 -05:00 |
|
Carson Sievert
|
ff84cf5a18
|
update news (#2428)
|
2019-05-08 16:08:20 -05:00 |
|
Winston Chang
|
44843a7768
|
Merge pull request #2406 from rstudio/null-label
Input label updating
|
2019-05-08 15:52:09 -05:00 |
|
Carson Sievert
|
68eeb338da
|
Have input labels always include 'control-label' class
|
2019-05-08 15:15:09 -05:00 |
|
Carson Sievert
|
ea54c17902
|
merge with master
|
2019-05-08 15:10:22 -05:00 |
|
Barret Schloerke
|
d5ad7eed40
|
Merge pull request #2424 from rstudio/joe/bugfix/reactive-value-not-changing
Fix rstudio/reactlog#36: Changes to reactive values not displaying accurately
|
2019-05-08 12:01:08 -04:00 |
|
Joe Cheng
|
c2430cd3f4
|
Update NEWS
|
2019-05-07 09:33:59 -07:00 |
|
Joe Cheng
|
8a0731493f
|
Fix rstudio/reactlog#36: Changes to reactive values not displaying accurately
|
2019-05-07 09:30:59 -07:00 |
|
Carson Sievert
|
07e2b80b5d
|
merge with master; fix NEWS conflicts
|
2019-05-03 17:21:06 -05:00 |
|
Carson Sievert
|
1311e1fca2
|
have class come before the for attribute
|
2019-05-03 17:16:17 -05:00 |
|
Winston Chang
|
e6c2133520
|
Merge pull request #2416 from rstudio/updateSliderInput
getSliderType() should be able to handle NULL min/max/value, fixes #2250
|
2019-05-03 16:54:57 -05:00 |
|
Carson Sievert
|
3d6f734ff2
|
update comment
|
2019-05-03 15:58:45 -05:00 |
|
Carson Sievert
|
e0eaa58779
|
update news
|
2019-05-03 15:57:55 -05:00 |
|
Carson Sievert
|
ced6622b25
|
Have getSliderType() return '' early if min, max, and value are NULL
|
2019-05-03 15:54:48 -05:00 |
|
Carson Sievert
|
2d2cf96f5e
|
missed input_binding_slider.js
|
2019-05-03 15:48:47 -05:00 |
|
Carson Sievert
|
370f1b51ee
|
Inputs now always supply a <label> tag with a special CSS class for hiding NULL labels
This helps to simplify the updating logic on the client
|
2019-05-03 15:38:57 -05:00 |
|
Winston Chang
|
67d3a504ae
|
Merge pull request #2403 from rstudio/dateFormat
Consistent approach to coercing and formatting date strings
|
2019-05-03 10:58:06 -05:00 |
|
Carson Sievert
|
34ee48ef93
|
update news
|
2019-05-02 10:46:08 -05:00 |
|
Carson Sievert
|
c61a585e79
|
getSliderType() should be able to handle NULL min/max/value, fixes #2250
|
2019-05-01 19:41:26 -05:00 |
|
Carson Sievert
|
09388c9f07
|
Apply label updating logic all relevant input labels
|
2019-05-01 18:55:36 -05:00 |
|
Carson Sievert
|
b1bc78dad3
|
fix news link
|
2019-05-01 11:19:40 -05:00 |
|
Carson Sievert
|
a5a0f23c3a
|
Use jQuery's text() method for proper escaping when inserting data.label string
|
2019-04-30 17:33:26 -05:00 |
|
Carson Sievert
|
4c50c064d3
|
make return value of dateYMD() slightly more clear
|
2019-04-30 17:08:13 -05:00 |
|
Carson Sievert
|
a63f271300
|
update news
|
2019-04-30 17:00:34 -05:00 |
|
Carson Sievert
|
08b22ff550
|
update NEWS
|
2019-04-30 17:00:34 -05:00 |
|
Carson Sievert
|
b04133bf65
|
Include argName with warning when length > 1
|
2019-04-30 17:00:34 -05:00 |
|
Carson Sievert
|
3602358d2c
|
fix typo in warning message
|
2019-04-30 17:00:34 -05:00 |
|
Carson Sievert
|
67b0416eba
|
Throw informative warning if date coercion fails and original input
|
2019-04-30 17:00:34 -05:00 |
|
Carson Sievert
|
f8d69ecb1f
|
Consistent approach to coercing and formatting date strings, closes #2402
|
2019-04-30 17:00:34 -05:00 |
|
Carson Sievert
|
5e8bc204c1
|
make sure to remove label tag from DOM if label is updated to NULL
|
2019-04-26 19:08:15 -05:00 |
|
Carson Sievert
|
938332d646
|
Have textInput()'s receiveMessage method insert a label tag if one is needed, closes #868
|
2019-04-26 16:56:53 -05:00 |
|
Winston Chang
|
386078d441
|
Merge tag 'v1.3.2'
|
2019-04-23 14:07:37 -05:00 |
|
Winston Chang
|
4d778faaf4
|
Bump version to 1.3.2
v1.3.2
|
2019-04-18 11:51:16 -05:00 |
|
Winston Chang
|
3055cf5602
|
Update NEWS
|
2019-04-18 11:49:09 -05:00 |
|
Joe Cheng
|
36373ba28b
|
Merge pull request #2386 from rstudio/joe/bugfix/subapp-routing
Fix #2385: R Markdown documents containing subapps not rendering properly
|
2019-04-18 08:49:56 -07:00 |
|
Joe Cheng
|
1415b57181
|
Add sys.www.root to createAppHandlers, so that subapps can access /shared/*
|
2019-04-16 18:40:29 -07:00 |
|
Joe Cheng
|
65d4a4e906
|
Add comments
|
2019-04-16 18:12:09 -07:00 |
|
Joe Cheng
|
0abe221227
|
Use v1.3.1.9000
|
2019-04-14 17:21:26 -07:00 |
|
Joe Cheng
|
1b8d822226
|
Fix #2385: R Markdown documents containing subapps not rendering properly
|
2019-04-14 17:19:17 -07:00 |
|
Winston Chang
|
bc8fbd60d7
|
Bump version to 1.3.1.9000
|
2019-04-12 11:13:32 -05:00 |
|
Winston Chang
|
4c332eac9a
|
Merge tag 'v1.3.1'
Shiny 1.3.1 on CRAN
|
2019-04-12 11:12:59 -05:00 |
|
Joe Cheng
|
f5392d77dc
|
Merge pull request #2382 from rstudio/fix-index-html
Fix serving of www/index.html
|
2019-04-11 11:43:44 -07:00 |
|
Winston Chang
|
1e88990a0b
|
Fix serving of www/index.html. Closes #2380
|
2019-04-11 11:57:48 -05:00 |
|