Winston Chang
8a7603a45c
Update slider animation buttons for Bootstrap 3
2014-11-17 14:43:34 -06:00
Winston Chang
2ade82d883
Fix headerPanel spacing
...
The titlepanel spacing also is unnecessary now with Bootstrap 3.
2014-11-17 14:43:34 -06:00
Winston Chang
d4ce1499cc
Wrap inputs in div with class 'form-group' to maintain bottom margin
2014-11-17 14:43:33 -06:00
Winston Chang
9ab7895772
Fix appearance of date inputs
2014-11-17 14:43:33 -06:00
Winston Chang
ee9f79e287
Update selectize's CSS to use Bootstrap 3
2014-11-17 14:43:33 -06:00
Winston Chang
52417c0a60
Fix appearance of inputs
2014-11-17 14:43:33 -06:00
Winston Chang
7cce94000b
Switch from Bootstrap 2 to 3
2014-11-17 14:43:33 -06:00
Winston Chang
279a8ff989
Make font-awesome a dependency for icon()
2014-11-13 15:04:30 -06:00
Yihui Xie
c8efd31d08
encode the JSON response for DataTables/selectize with UTF-8
...
to make sure multibyte characters in DataTables/selectize work
2014-11-13 10:27:56 -06:00
Winston Chang
d8875151e8
Un-normalize Progress values
...
This fixes an issue where Progress objects with a min and max other than
0 and 1 would not display properly.
2014-11-12 22:15:24 -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
9a5faa92c4
Refactor for code review feedback
2014-10-30 14:50:30 -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
d7e0d64ac2
fix the issue reported by Tareef: dplyr tbl_df objects are also data frames, but the default non-standard evaluation df[, j] will fail in dataTablesJSON(), so we need to coerce such objects to data frames explicitly
2014-10-28 16:11:06 -05:00
Yihui Xie
594024472d
apply escape to column names as well
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
1223d3a2b3
Merge pull request #604 from rstudio/bugfix/observer-errors
...
Better handling of observer errors
2014-10-28 13:12:13 -07:00
Joe Cheng
e7553d6f15
Add observeEvent and eventReactive functions
2014-10-23 12:03:45 -07:00
Yihui Xie
b795d7de4e
use encodeURI[Component]() and decodeURIComponent() from httpuv
2014-10-20 18:15:25 -05:00
Joe Cheng
e732afd64c
Merge remote-tracking branch 'origin/feature/bootstrap-navbar-pos'
2014-10-20 13:16:42 -07:00
Winston Chang
40b25e3826
Merge pull request #597 from rstudio/selectize-0.11.0
...
Update to selectize 0.11.0
2014-10-20 15:13:13 -05:00
Winston Chang
b4d80b467a
Merge pull request #610 from yihui/bugfix/DT-POST
...
fixes #605 : send DT requests via POST instead of the default GET
2014-10-20 15:11:59 -05: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
f2ab7001d2
Fix eventFilter logic
2014-10-14 10:10:08 -07:00
Joe Cheng
7fa6a2e9ef
Fix action button
2014-10-14 09:25:52 -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
Sean Murphy
9252d1290c
Update shiny.R
...
Update link to shiny tutorial (http://shiny.rstudio.com/tutorial/ )
2014-10-12 22:16:28 +10:00
Yihui Xie
049bd85b29
fixes #605 : send DT requests via POST instead of the default GET
2014-10-07 17:17:48 -05:00
Winston Chang
929cb29c5b
Add global option for error handler function
2014-10-06 12:26:03 -05:00
saurfang
26f8c11526
Add ... to actionButton and actionLink
2014-10-04 13:00:29 -04:00
Winston Chang
a9b3922061
Remove unused withCallingHandlers()
2014-10-03 16:19:03 -05:00
Joe Cheng
1bee6aece7
Better handling of observer errors
...
- Unhandled observer error no longer stops flushReact in mid-flush
- Observer errors are now warnings that include the observer label
- Session is explicitly being closed by Shiny instead of by httpuv
Also:
- session$close() is now public and closes the session
2014-10-02 11:13:23 -07:00
Winston Chang
e56571840b
Change some examples to donttest, to make CRAN happy
2014-10-01 10:32:10 -05:00
Winston Chang
25ff7d430d
Bump selectize version in html dependencies
2014-09-29 15:21:43 -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
Yihui Xie
698ad2b890
I do not see why this needs to be changed
2014-09-25 17:07:22 -05:00
Yihui Xie
e1a8e119bf
Add import for mime
2014-09-25 14:51:34 -05:00
Joe Cheng
4712b72019
Force IE8 uploads to kick off reactive flush
2014-09-25 14:28:42 -05:00
Yihui Xie
2d162b0d4e
parse the multipart form data POSTed and save the file info in .input
2014-09-25 14:28:42 -05:00
Yihui Xie
c75c7019a8
the key problem with the form submission was that the name was missing
2014-09-25 14:28:42 -05:00
Yihui Xie
67ab5fbc8a
return a valid response temporarily
2014-09-25 14:28:42 -05:00
Yihui Xie
bcd7195bf5
use uploadie instead of upload2 because of regexec("^/([a-z]+)/([^?]*)" earlier ([a-z]+ won't match upload2)
2014-09-25 14:28:42 -05:00
Joe Cheng
b505507c35
file upload via <iframe> for IE8
2014-09-25 14:28:42 -05:00
Winston Chang
9edd94e1c0
Fix incomplete sentence
2014-09-16 13:59:48 -05:00
Winston Chang
76c3d38e11
Add inc method to Progress
2014-09-16 13:54:17 -05:00
Winston Chang
0e8ed7d770
Refactor Progress to have private members
2014-09-11 14:22:01 -05:00