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
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
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
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
9c1badd6aa
Fix test to avoid printing message
...
The recent release of testthat now displays messages in test blocks, which revealed that
this test needed to be updated.
2014-10-06 12:33:09 -05:00
Winston Chang
929cb29c5b
Add global option for error handler function
2014-10-06 12:26:03 -05:00
Winston Chang
00ebe4fab2
Add test for observer error handling
2014-10-03 16:17:49 -05:00
Winston Chang
d9cf3ceb9b
Update to Selectize 0.11.2 with computedstyle fix
...
Fixes #596
2014-09-29 15:21:43 -05:00
Yihui Xie
03a8651cfd
use typeof(x) === 'undefined' instead of x === undefined
2014-09-26 16:57:57 -05:00
Yihui Xie
6962fbf6f7
do not store the FileUploader in el.data('currentUploader') for IE (it does not have the .abort() method)
2014-09-25 17:47:41 -05:00
Yihui Xie
a2a7173e30
use the IE8 file uploader only for IE
2014-09-25 17:17:28 -05:00
Yihui Xie
dd43a82042
IE8 does not support iframe.onload; we need to use .attachEvent() instead
2014-09-25 17:02:08 -05:00
Joe Cheng
4712b72019
Force IE8 uploads to kick off reactive flush
2014-09-25 14:28:42 -05:00
Yihui Xie
1ea4b4d0b5
the iframe does not need src, and we should attach the onload event after it is appended to body, otherwise it will be destroyed immediately
2014-09-25 14:28:42 -05:00
Yihui Xie
31a5bee228
if evt.target.files is undefined, it is probably IE8; we will use iframe from POST to upload the files later
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
Yihui Xie
322a9d397a
config.sessionId is in this.shinyapp instead of this
2014-09-25 14:28:42 -05:00
Yihui Xie
71e6646ea0
use encodeURI() instead of the deprecated escape()
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
76535c1da5
Add missing entries to staticdocs index
2014-09-24 11:21:29 -05:00
Joe Cheng
65786c4d41
Fix off-by-one error in dependency attachments
2014-09-05 14:57:49 -07:00
Winston Chang
50adb5fdf5
sliderInput: Round using min value as baseline. Fixes #301
...
This uses jslider commit da06841.
2014-09-04 15:00:19 -05:00
Winston Chang
c05701fc19
sliderInput: fix rounding bug. Fixes #502
...
This uses jslider from commit 22cd17e
2014-09-04 14:37:11 -05:00
Yihui Xie
b3d6220b01
fixes #581 : check for undefined instead of null
2014-08-29 15:31:10 -05:00
Winston Chang
aa7a3f7013
Reverse order of Stack as_list()
2014-08-28 19:14:15 -05:00
Winston Chang
1e1b3c8f5f
Faster stack implementation
2014-08-28 17:31:53 -05:00
Winston Chang
83fa1ea4a6
Merge pull request #580 from wch/r6class
...
Migrate from reference classes to R6
2014-08-28 16:21:39 -05:00
Winston Chang
a72f8b7b65
Merge pull request #579 from yihui/feature/DT-caseInsensitive
...
Case insensitive searching in DataTables
2014-08-28 16:21:16 -05:00
Winston Chang
5012831e7b
Add tests for nested query strings
2014-08-28 15:59:50 -05:00
Winston Chang
85fb08e9a5
Update tests for R6
2014-08-28 15:45:56 -05:00
Yihui Xie
fdea9dddee
send search.caseInsensitive to the server to make it possible to do case-insensitve searching
2014-08-28 15:30:43 -05:00
Winston Chang
2487245e94
Replace == with ===
2014-08-26 13:23:38 -05:00
Joe Cheng
a4f12691ce
Use encodeURI instead of escape
2014-08-26 09:41:00 -07:00
Yihui Xie
e8ffb68c08
escape the placeholders of search boxes in DataTables, and strip the HTML tags off
2014-08-25 16:45:00 -05:00
Winston Chang
0fb4ab2dcf
Merge pull request #558 from yihui/feature/datatables1.10
...
DataTables 1.10.2
2014-08-22 12:02:39 -05:00
Yihui Xie
063ac989be
closes yihui/shiny#4 after cleaning it up a bit
...
use [searchField] instead of $.makeArray(), and unlist() it on the R side
2014-08-22 00:11:00 -05:00
Xin Yin
82fb11a7b5
Adopted Yihui's suggestion to use $.makeArray() to fix a bug with searchField option in selectizeInput(), caused by RJSONIO:::fromJSON()
2014-08-21 23:58:50 -05:00
Yihui Xie
22fdc90159
add instructions for upgrading from DataTables 1.9 to 1.10
2014-08-21 14:24:39 -05:00
Yihui Xie
b6cf4c4375
background color for selected rows
2014-08-21 12:12:34 -05:00
Yihui Xie
ea8ca8ea1e
new option names for DataTables from Hungarian to camelCase notations
2014-08-21 12:10:26 -05:00
Yihui Xie
5f4c8cf176
tweaking the bootstrap style copied from DataTables:
...
1. sorted columns have different colors;
2. correct position of the processing info;
3. override the width of text input (search fields), otherwise they will be too wide (206px defined in bootstrap.min.css);
2014-08-21 12:10:06 -05:00
Yihui Xie
e0c31aa5af
upgrade DataTables from 1.9.4 to 0.10.2; closes #487
2014-08-21 11:35:37 -05:00
Winston Chang
3ede9396da
Merge branch 'progress'
...
Conflicts:
NAMESPACE
2014-08-20 11:31:28 -05:00
Winston Chang
df975a0b6b
Add missing semicolon
2014-08-20 09:48:25 -05:00
Joe Cheng
5738a4ba48
Add createWebDependency and renderDependencies functions
2014-08-18 13:27:55 -07:00
Winston Chang
9525df1381
Add missing semicolon
2014-08-15 16:36:45 -05:00
Winston Chang
7706eebafb
Remove single file example
...
The example will be moved to the gallery.
2014-08-13 14:22:26 -05:00