<video> and x-sendfile
Using <object> and <embed> were forbidden for obvious security reasons. Instiki now permits embedding video via the HTML5 <video> element (Ogg/Theora encoded videos only, with .ogg or .ogv extensions). You can even upload videos with [[foo.ogg:video]] Instiki now support x-sendfile. See the Proxying page for configuring Apache (with the x-sendfile module). Lighttpd should work similarly. Update Rails to latest Edge (hopefully converging on RC2!).
This commit is contained in:
parent
133c21b801
commit
8ea8b6a8f7
45 changed files with 872 additions and 751 deletions
|
@ -133,7 +133,7 @@ class GemDependencyTest < Test::Unit::TestCase
|
|||
dummy_gem.add_load_paths
|
||||
dummy_gem.load
|
||||
assert dummy_gem.loaded?
|
||||
assert_equal 2, dummy_gem.dependencies.size
|
||||
assert_equal 2, dummy_gem.dependencies(:flatten => true).size
|
||||
assert_nothing_raised do
|
||||
dummy_gem.dependencies.each do |g|
|
||||
g.dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue