Winston Chang
42a80bad8e
Undo license change
v0.5.0
2013-03-28 10:45:26 -05:00
Joe Cheng
6e3e77f65d
Code review feedback for version checking stuff
2013-03-25 11:26:16 -07:00
Winston Chang
e155f022a0
Bump version to 0.5.0
2013-03-22 22:49:55 -05:00
Joe Cheng
db65aab347
Give warning message on obsolete Shiny Server version
2013-03-22 14:33:44 -07:00
Winston Chang
a180c5f357
renderPlot: just return if width or height is NULL
2013-03-22 12:52:43 -05:00
Winston Chang
1c0279f17c
Undo commit 'Remove redundant code in shiny.js'
...
The code wasn't actually redundant.
2013-03-22 12:51:29 -05:00
Winston Chang
8866eb292b
Add section breaks in shiny.js
2013-03-21 21:09:16 -05:00
Winston Chang
6fdda3391e
Send initial value of URL hash
2013-03-20 16:53:40 -05:00
Winston Chang
fdb8dd4e5b
Remove redundant code in shiny.js
2013-03-20 13:22:21 -05:00
Joe Cheng
9a1d3783ee
Unbind controls in htmlOutput before displaying error
2013-03-19 13:32:14 -07:00
Winston Chang
3841d9e322
Update license information
2013-03-18 15:33:12 -07:00
Winston Chang
e392eadf8a
Update NEWS
2013-03-18 11:22:27 -07:00
Winston Chang
f743d5d0b5
New method for detecting hidden outputs
2013-03-17 11:08:28 -07:00
Winston Chang
4a76bf59ef
Fix access to .clientData
2013-03-17 09:54:18 -07:00
Winston Chang
205b29e2f5
Update NEWS
2013-03-15 16:44:42 -05:00
Winston Chang
d511b82264
Add imageOutput function
2013-03-15 16:44:18 -05:00
Winston Chang
aaae112e60
Add to on.exit() instead of replace
2013-03-15 16:26:05 -05:00
Winston Chang
955fd6207f
Change license to GPL>=2
2013-03-15 12:32:05 -05:00
Joe Cheng
4e56c96612
Fix allowDataUriScheme
2013-03-13 11:13:26 -07:00
Joe Cheng
dd046f3442
Merge remote-tracking branch 'jcheng5/master'
...
Conflicts:
R/shiny.R
2013-03-13 10:47:06 -07:00
Winston Chang
5a947f83a1
Separate private and public fields for input and clientData
2013-03-12 21:41:38 -05:00
Winston Chang
b87b8b54fd
Update NEWS
2013-03-12 16:14:28 -05:00
Winston Chang
233c0537a1
Merge pull request #122 from wch/url
...
Send URL components in clientData
2013-03-12 13:42:05 -07:00
Winston Chang
63d4798a50
Add tests for parseQueryString
2013-03-12 14:32:52 -05:00
Winston Chang
6c47517684
Move allowDataUriScheme into .clientdata
2013-03-12 14:24:48 -05:00
Winston Chang
c58b1a0143
Add parseQueryString function
2013-03-12 14:24:48 -05:00
Joe Cheng
f489d9131b
File uploads failed when no content type was provided
...
The simple fix for this would've been to just guess the content
type on the server (or use empty string or something), but by
doing the fix this way we're also set up to handle uploads by
servers that don't allow custom headers on AJAX calls.
2013-03-12 09:50:01 -07:00
Winston Chang
f0109c5588
Send URL in clientdata
2013-03-11 18:44:58 -05:00
Winston Chang
c16becba56
renderTable: check for empty data frame. Fixes #55
2013-03-11 18:43:57 -05:00
Winston Chang
4605788696
Add informative comments
2013-03-11 18:43:03 -05:00
Joe Cheng
87908313cc
Merge remote-tracking branch 'jcheng5/httpuv'
...
Conflicts:
R/shiny.R
2013-03-11 09:36:47 -07:00
Winston Chang
9cc2eba7b8
Merge pull request #109 from wch/retina
...
Add clientdata channel for sending data
This branch includes support for Retina-resolution displays.
2013-03-11 07:45:24 -07:00
Winston Chang
2459cee57b
Add renderImage function
2013-03-11 09:39:39 -05:00
Winston Chang
0bf6ce57ed
renderPlot: send height and width along with image
2013-03-11 09:39:38 -05:00
Winston Chang
7041424f96
Add plotPNG function
2013-03-07 17:12:24 -06:00
Winston Chang
9509285c16
Rename ShinySession to saveFile
2013-03-07 17:12:24 -06:00
Winston Chang
e55ee0e65d
Create ShinySession$sendFile() and use from renderPlot()
2013-03-07 17:12:18 -06:00
Winston Chang
9ea70497c2
Bump version to 0.4.1.99 for development
2013-03-06 17:26:35 -06:00
Joe Cheng
3389b9e9fd
Memory-efficient file downloads
2013-03-05 23:06:13 -08:00
Winston Chang
76d4d54639
Allow shinyServer() to take clientData argument
2013-03-05 19:32:10 -06:00
Winston Chang
1b692b6c37
Rename shinyapp to shinysession, and .shinyout_xx to .clientdata_output_xx
2013-03-05 19:07:36 -06:00
Winston Chang
40d8cef1a2
Rename .metadata to clientData
2013-03-05 16:21:02 -06:00
Winston Chang
23550c0062
Add manageInputs() to handle metadata and normal inputs
2013-03-05 16:07:28 -06:00
Winston Chang
949bd940ee
Partial change to reactiveValues
2013-03-04 20:33:29 -06:00
Winston Chang
79bdb9eed5
Add shiny metadata channel and send pixel ratio
...
This adds support for retina-resolution displays
2013-03-04 20:33:29 -06:00
Winston Chang
a141f08298
Bump version to 0.4.1
v0.4.1
2013-03-04 20:27:48 -06:00
Joe Cheng
dee43a3911
Don't animate when showing file upload error
2013-03-04 14:47:26 -08:00
Joe Cheng
ef227d0139
More memory-efficient file uploading
2013-03-04 11:14:39 -08:00
Winston Chang
cbcf9ce645
reactivePlot: fix infinite recursion when height/width is function
2013-03-04 11:20:14 -06:00
Joe Cheng
0e5af2b16c
Check for excessively large uploads before they begin
...
The onHeaders callback is supposed to be able to stop large uploads before
they begin, but do not appear to be having the desired effect. The browsers
continue uploading until completion, before noticing the response. To work
around this for now, upload the sizes explicitly when the job begins and
let Shiny pre-emptively reject the whole thing. This is also beneficial
in cases where multiple files are being uploaded and not all of them
exceed the maximum upload size.
2013-03-01 19:31:18 -08:00