]> git.openstreetmap.org Git - osqa.git/commit
OSQA-465, be able to embed YouTube videos. Adding a new setting to the View Settings...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 3 Jul 2011 00:50:16 +0000 (00:50 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 3 Jul 2011 00:50:16 +0000 (00:50 +0000)
commit4da66439c7e1cd073b2f97466208730cf5db9dff
tree4d77f69bd0521d7be350a24a4e2e2a80810a14ac
parentfac2bf37e4b1032efe670d5f63d126ff9faa6f88
OSQA-465, be able to embed YouTube videos. Adding a new setting to the View Settings set. If the option is activated we load the jQuery ViewBox plugin and apply it to all YouTube links.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1098 0cfe37f9-358a-4d5e-be75-b63607b5c754
forum/settings/view.py
forum/skins/default/media/js/viewbox.css [new file with mode: 0644]
forum/skins/default/media/js/viewbox_min.js [new file with mode: 0644]
forum/skins/default/media/js/youtube.js [new file with mode: 0644]
forum/skins/default/templates/question.html
forum/views/readers.py