Winston Chang
57c6307479
Merge pull request #1314 from rstudio/joe/bugfix/downloadhandler-no-data
...
Fix #1122 : Do something sensible when downloadHandler doesn't create a file
2016-08-23 15:50:39 -05:00
Winston Chang
01d8b1f468
Merge pull request #1299 from MangoTheCat/fix/resetdateinput
...
Allow updateDateInput to set input fields to empty
2016-08-23 15:48:25 -05:00
Joe Cheng
ef6b82a0a3
Fix #1122 : Do something sensible when downloadHandler doesn't create a
...
file
2016-08-23 13:48:24 -07:00
Gábor Csárdi
19b7d1a7c5
Rebuild minified files
2016-08-23 21:21:35 +01:00
Gábor Csárdi
097d901191
Updates can clear date and date range inputs
2016-08-23 21:21:10 +01:00
Winston Chang
a1b5846b29
Remove extra comma
2016-08-23 10:54:37 -05:00
Winston Chang
dbdb353e69
Add updateQueryString example
2016-08-23 10:30:12 -05:00
Winston Chang
4456eac1fd
Make staticdocs tests work in R CMD check
2016-08-22 21:04:19 -05:00
Winston Chang
ba3f8f432e
Update staticdocs index. Closes #1293
2016-08-22 20:38:16 -05:00
Winston Chang
bab539f52c
Make it possible to have multiple bookmark buttons ( #1310 )
2016-08-19 21:13:27 -07:00
Winston Chang
42dbb128be
Fix handling of NULLs in updateDateInput
2016-08-19 14:36:29 -05:00
Winston Chang
5e4a6cb15f
Fix priority of onRestore observer
2016-08-19 14:12:57 -05:00
Winston Chang
73e45ce911
Clarify observer priority documentation
2016-08-19 14:10:24 -05:00
Winston Chang
1e40043456
Add travis fix for R-devel (thanks to @jimhester)
2016-08-19 12:12:42 -05:00
Winston Chang
7f3b952ec7
Documentation updates
2016-08-19 11:53:31 -05:00
Winston Chang
82887dc1c1
Do Travis checks on multiple R versions
2016-08-19 10:16:54 -05:00
Winston Chang
71380ab37a
Replace stopWithCondition with reactiveStop
2016-08-18 16:54:42 -05:00
Winston Chang
5d00804758
Add size argument to modalDialog ( #1308 )
2016-08-18 14:43:57 -07:00
Winston Chang
84364c65b0
Bookmark/restore actionButtons ( #1304 )
2016-08-18 14:42:19 -07:00
Winston Chang
1b59b705ae
Fix bookmark URL when there are no input values. Fixes #1306
2016-08-17 14:00:14 -05:00
Winston Chang
bc90fe6f99
Don't error when creating tabsets without id
...
The bug was introduced by #1296 .
2016-08-16 20:02:33 -05:00
Winston Chang
c8d6a0833e
Merge pull request #1301 from daattali/patch-2
...
fix typo in NEWS
2016-08-16 13:57:28 -05:00
Winston Chang
d8fc7d27ec
Add Dismiss button to URL modal
2016-08-16 13:00:42 -05:00
Winston Chang
1e44b19ff0
Fix typo in bookmarkButton documentation
2016-08-16 12:28:37 -05:00
Winston Chang
cc8b2cd20e
Document that enableBookamrking can be called in onStart function
2016-08-16 12:22:19 -05:00
Dean Attali
057b1e294c
fix typo in NEWS
2016-08-13 01:54:43 -07:00
Winston Chang
0653e790c7
Merge pull request #1298 from rstudio/handle-malformed-dates
...
Don't crash on malformed date input values. Closes #803
2016-08-12 21:29:00 -05:00
Winston Chang
6d72bbcb76
Don't crash on malformed date input values. Closes #803
2016-08-12 21:28:43 -05:00
Winston Chang
59e6f08455
Merge branch 'textarea'
2016-08-12 21:26:55 -05:00
Winston Chang
8fdccf50a8
Update NEWS
2016-08-12 21:26:19 -05:00
Winston Chang
1c7e11c5d9
Textarea refinements
2016-08-12 21:26:18 -05:00
Winston Chang
1756fbbb23
Merge branch 'fix-update-date'
2016-08-12 21:23:42 -05:00
Winston Chang
7bb939ab7f
Restore bookmarked tabs. Fixes #1282 ( #1296 )
2016-08-12 18:53:44 -07:00
Nuno Agostinho
4fa0abbd5a
Add arguments height, rows and cols
2016-08-12 17:19:23 -05:00
Nuno Agostinho
1e5f0266ef
Fix missing parenthesis
2016-08-12 17:19:23 -05:00
Nuno Agostinho
3dee62105e
Fix value assignment of text area input
2016-08-12 17:19:23 -05:00
Nuno Agostinho
680b2323d5
Update documentation relative to textarea input
2016-08-12 17:19:23 -05:00
Nuno Agostinho
562b4dad4d
Add textarea input
2016-08-12 17:19:23 -05:00
Joe Cheng
079a82dfe4
executeElapsed gets stuck returning TRUE even when nothing was executed
...
Fixes #1278
2016-08-12 17:19:23 -05:00
Winston Chang
16f7eb43b0
Merge branch 'joe/bugfix/too-often-flush'
2016-08-12 15:24:25 -05:00
Winston Chang
4b0ed3f224
updateDateInput: better handling of malformed dates. Closes #1179
2016-08-12 14:43:44 -05:00
Winston Chang
1d453b694d
Add documentation about using selected=character(0). Closes #1182
2016-08-12 14:22:54 -05:00
Barbara Borges Ribeiro
751e8c189e
fixes #1093 ( #1291 )
...
* fixes #1093
* check if NULL
2016-08-11 14:29:24 -07:00
Winston Chang
183e9a3d0b
Bookmarking fixes ( #1281 )
...
* Rename invalidateReactiveValue to freezeReactiveValue
* Make onFlush and onFlushed use 'once' argument
* session$flushOutput: schedule another flush if needed
* Catch all errors before they propagate to websocket
* Restore original logic for progressKeys
2016-08-11 11:58:07 -07:00
Winston Chang
5f0f4dd485
Merge pull request #1285 from rstudio/joe/bugfix/update-radio-buttons-modules
...
Fix #1144 : RadioButtons and checkBoxGroup do not work in modules when they are updated
2016-08-11 13:17:15 -05:00
Barbara Borges Ribeiro
20f05662aa
fixes #1289
2016-08-11 15:57:31 +01:00
Joe Cheng
963471b43f
Fix #1144 : RadioButtons and checkBoxGroup do not work in modules when they are updated
...
The unqualified input ID was being used to generate name attributes
on radio and checkboxes.
2016-08-10 15:52:01 -07:00
Joe Cheng
fdb52e0243
executeElapsed gets stuck returning TRUE even when nothing was executed
...
Fixes #1278
2016-08-10 15:10:31 -07:00
Winston Chang
d1e4483f98
Upgrade to Font-Awesome 4.6.3. Closes #1274
2016-08-10 15:40:10 -05:00
Winston Chang
b194ada316
Upgrade to Bootstrap 3.3.7
2016-08-10 15:34:51 -05:00