Winston Chang
5012831e7b
Add tests for nested query strings
2014-08-28 15:59:50 -05:00
Winston Chang
2d3dd7d91d
Field type should be a string
2014-08-27 14:09:39 -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
Winston Chang
e7e83eb8bb
Merge pull request #576 from yihui/bugfix/DT-searchbox
...
escape the placeholders of search boxes in DataTables, and strip the HTML tags off
2014-08-26 11:02:14 -05: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
Yihui Xie
283f69cb65
use the latest version of htmltools
2014-08-22 12:16:45 -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
d238d61906
need a newer version of htmltools due to 5f4c8cf176 and the bug rstudio/htmltools#7
2014-08-21 15:28:53 -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
8aa32fff34
get rid of the ugly trick eval(parse()), and use a plain loop to create a nested list
2014-08-21 12:10:26 -05:00
Yihui Xie
76d6ffea4a
tweak doc and roxygenize
2014-08-21 12:10:26 -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
ed9ca04c58
support [] in query strings like $_GET in PHP, because server-side DataTables 1.10 passes parameters as arrays
...
e.g. columns[0][search][value]=foo&columns[1][search][value]=bar
we need list(columns = list(`0` = list(search = list(value = 'foo')), `1` = ...)
2014-08-21 12:10:26 -05:00
Yihui Xie
093fbaa178
the names of keys and values are useless
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
c7ee37804c
fix a bug when the number of rows of data to show is zero
...
all(logical(0)) == TRUE!
2014-08-21 11:35:37 -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
Yihui Xie
ab1494777d
fixes #573 : use the new MathJax CDN
2014-08-20 16:40:00 -05:00
Winston Chang
c01fafb605
Bump version to 0.10.1.9004
2014-08-20 11:49:47 -05:00
Winston Chang
5be2ffc0b2
Update NEWS
2014-08-20 11:49:37 -05:00
Winston Chang
3ede9396da
Merge branch 'progress'
...
Conflicts:
NAMESPACE
2014-08-20 11:31:28 -05:00
Winston Chang
e400a7a15e
Update progress documentation
2014-08-20 11:25:28 -05:00
Winston Chang
2939006a9a
Merge pull request #571 from rstudio/feature/dependency-attachment
...
Add createWebDependency and renderDependencies functions
2014-08-20 09:48:44 -05:00
Winston Chang
df975a0b6b
Add missing semicolon
2014-08-20 09:48:25 -05:00
Joe Cheng
bda86de632
Update metadata
2014-08-19 09:54:32 -07:00
Joe Cheng
5738a4ba48
Add createWebDependency and renderDependencies functions
2014-08-18 13:27:55 -07:00
Joe Cheng
38cfa46131
Roxygenize
2014-08-18 13:27:15 -07:00
Winston Chang
9525df1381
Add missing semicolon
2014-08-15 16:36:45 -05:00
Winston Chang
d393577ba8
uiHttpHandler: return NULL if no ui
...
This restores missing UI detection for single-file apps, which was lost
in 0f431ed .
2014-08-13 15:39:18 -05:00
Winston Chang
f7c2a07b70
Update NEWS
2014-08-13 15:32:08 -05:00
Winston Chang
adf69b4890
Look for server.R before app.R
2014-08-13 15:30:40 -05:00
Winston Chang
593d22b640
Bump version to 0.10.9002
2014-08-13 14:48: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
Joe Cheng
91bd5127fb
Merge pull request #563 from rstudio/single-file2
...
Single-file app support
2014-08-12 19:24:58 -07:00
Winston Chang
b87a0d7f25
Automatically display app.R file in showcase mode
2014-08-12 16:47:41 -05:00
Winston Chang
0f431ed384
Detect showcase mode for single-file apps
2014-08-12 16:36:00 -05:00
Winston Chang
d520921b13
Merge pull request #564 from rstudio/feature/output-resize
...
Add support for resize(el, width, height) method on output bindings
2014-08-12 15:13:22 -05:00
Joe Cheng
8d4b9076f7
Revert "Remove caTools dependency"
...
This reverts commit e4239c924b .
I totally forgot the problems this causes with R 2.15 and thus
glimmer/spark. httpuv 1.2.2 requires Rcpp 0.11 which requires
R 3.0. So existing installs (like glimmer/spark) that are
running just fine with httpuv 1.2.0 will be forced to upgrade,
which is hard to do when you don't know the provenance of
all the packages installed by your users.
2014-08-12 10:24:33 -07:00
Joe Cheng
93ebbcaf04
Merge pull request #567 from rstudio/feature/remove-prefix-warning
...
remove addResourcePath warning for overriding an existing prefix
2014-08-09 12:45:14 -07:00
JJ Allaire
ecde1580fd
remove addResourcePath warning for overriding an existing prefix
2014-08-09 06:39:27 -04:00
Joe Cheng
8f73bb222c
Add support for resize(el, width, height) method on output bindings
2014-08-08 00:43:02 -04:00
Winston Chang
1108e04eff
Update missing-UI web page to include app.R
2014-08-07 13:26:07 -05:00
Winston Chang
0f1a8f3358
Add single-file app example
2014-08-07 13:25:49 -05:00
Winston Chang
77de4df0ff
shinyApp: use NULL default for ui and server
...
This is so that, when a single-file app returns a shinyApp with a blank
`ui` argument, Shiny will not error out, and instead it can search for
a www/ subdirectory.
2014-08-07 13:18:21 -05:00
Winston Chang
0564de37ee
Add support for shinyAppDir with single-file app.R
2014-08-06 21:51:36 -05:00
Winston Chang
8c584ae0e0
Refactor file.path.ci, add find.file.ci and file.exists.ci
2014-08-06 21:19:46 -05:00