From 92417fc535c32d905957b4f5ef0fd2cfd8d78609 Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Fri, 2 Dec 2011 21:17:55 +0100 Subject: First push with jQuery library --- mediagoblin/static/js/extlib/jquery.js | 1 + 1 file changed, 1 insertion(+) create mode 120000 mediagoblin/static/js/extlib/jquery.js (limited to 'mediagoblin/static/js/extlib') diff --git a/mediagoblin/static/js/extlib/jquery.js b/mediagoblin/static/js/extlib/jquery.js new file mode 120000 index 00000000..d78f5cc3 --- /dev/null +++ b/mediagoblin/static/js/extlib/jquery.js @@ -0,0 +1 @@ +../../../../extlib/jquery/jquery.js \ No newline at end of file -- cgit v1.2.3 From 7945cd21ba6aa7063fc54bc6f91457a3be65ecb3 Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Thu, 5 Jan 2012 23:36:16 +0100 Subject: * Rename mediagoblin_header, mediagoblin_body, mediagoblin_footer, mediagoblin_header_right, mediagoblin_logo * Add html5shiv for older browsers * Small size fix (940px instead of 960pgx) --- mediagoblin/static/js/extlib/html5shiv.js | 1 + 1 file changed, 1 insertion(+) create mode 120000 mediagoblin/static/js/extlib/html5shiv.js (limited to 'mediagoblin/static/js/extlib') diff --git a/mediagoblin/static/js/extlib/html5shiv.js b/mediagoblin/static/js/extlib/html5shiv.js new file mode 120000 index 00000000..ca7358c7 --- /dev/null +++ b/mediagoblin/static/js/extlib/html5shiv.js @@ -0,0 +1 @@ +../../../../extlib/html5shiv/html5shiv.js \ No newline at end of file -- cgit v1.2.3 From 836df45dbecbaa5c8156dbbdb93c1c23bee44be4 Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Tue, 10 Jan 2012 02:53:46 +0100 Subject: Added code for leaflet geolocation map --- mediagoblin/static/js/extlib/leaflet | 1 + 1 file changed, 1 insertion(+) create mode 120000 mediagoblin/static/js/extlib/leaflet (limited to 'mediagoblin/static/js/extlib') diff --git a/mediagoblin/static/js/extlib/leaflet b/mediagoblin/static/js/extlib/leaflet new file mode 120000 index 00000000..2fc302d7 --- /dev/null +++ b/mediagoblin/static/js/extlib/leaflet @@ -0,0 +1 @@ +../../../../extlib/leaflet/dist/ \ No newline at end of file -- cgit v1.2.3 From 560e22e7d27d8c2642c076ed8c30703b00e00c41 Mon Sep 17 00:00:00 2001 From: Sacha De'Angeli Date: Mon, 12 Mar 2012 19:44:55 -0500 Subject: adding the video.js wrapper --- mediagoblin/static/js/extlib/video-js | 1 + 1 file changed, 1 insertion(+) create mode 120000 mediagoblin/static/js/extlib/video-js (limited to 'mediagoblin/static/js/extlib') diff --git a/mediagoblin/static/js/extlib/video-js b/mediagoblin/static/js/extlib/video-js new file mode 120000 index 00000000..35da21ca --- /dev/null +++ b/mediagoblin/static/js/extlib/video-js @@ -0,0 +1 @@ +../../../../extlib/video-js \ No newline at end of file -- cgit v1.2.3 From 1d83cf8a8156054a4e1f3d23f23dac7aa33e69e7 Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Wed, 18 Apr 2012 12:06:10 +0200 Subject: Added html5slider to support range inputs in Firefox --- mediagoblin/static/js/extlib/html5slider.js | 1 + 1 file changed, 1 insertion(+) create mode 120000 mediagoblin/static/js/extlib/html5slider.js (limited to 'mediagoblin/static/js/extlib') diff --git a/mediagoblin/static/js/extlib/html5slider.js b/mediagoblin/static/js/extlib/html5slider.js new file mode 120000 index 00000000..feae2cb8 --- /dev/null +++ b/mediagoblin/static/js/extlib/html5slider.js @@ -0,0 +1 @@ +../../../../extlib/html5slider/html5slider.js \ No newline at end of file -- cgit v1.2.3 From 565d01a09a58bb1f60b6562e949ea322f6e01cc0 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Thu, 20 Dec 2012 09:07:59 +0100 Subject: Bump bundled video.js to v3.2.3 (#512) There is nothing inherently wrong with the currently bundled version, but the last one was uploaded in March 2012 and there have been upstream releases since. So bump to the latest available release 3.2.3. Might help with the reported issue 512 of an unresponsive video player. Do note that the Flash fallback option is removed. If we decide this should be added it is easy to add it back. We still use our own customized theme. Signed-off-by: Sebastian Spaeth --- mediagoblin/static/js/extlib/video-js | 1 - 1 file changed, 1 deletion(-) delete mode 120000 mediagoblin/static/js/extlib/video-js (limited to 'mediagoblin/static/js/extlib') diff --git a/mediagoblin/static/js/extlib/video-js b/mediagoblin/static/js/extlib/video-js deleted file mode 120000 index 35da21ca..00000000 --- a/mediagoblin/static/js/extlib/video-js +++ /dev/null @@ -1 +0,0 @@ -../../../../extlib/video-js \ No newline at end of file -- cgit v1.2.3 From 8db7eed3bcba5c0527befc48a9d2b84cf5be62a8 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 26 Feb 2013 17:49:53 -0600 Subject: Removing html5shiv for not complying with its own licenses and racism Issues of racism seem to have been resolved and removed from upstream, but make having this as a dependency somewhat uncomfortable: https://github.com/aFarkas/html5shiv/issues/91 Regardless, at the time of writing the project doesn't comply with its own license... it states to be dual licensed under MIT and GPLv2 but distributes neither of these licenses with its source. --- mediagoblin/static/js/extlib/html5shiv.js | 1 - 1 file changed, 1 deletion(-) delete mode 120000 mediagoblin/static/js/extlib/html5shiv.js (limited to 'mediagoblin/static/js/extlib') diff --git a/mediagoblin/static/js/extlib/html5shiv.js b/mediagoblin/static/js/extlib/html5shiv.js deleted file mode 120000 index ca7358c7..00000000 --- a/mediagoblin/static/js/extlib/html5shiv.js +++ /dev/null @@ -1 +0,0 @@ -../../../../extlib/html5shiv/html5shiv.js \ No newline at end of file -- cgit v1.2.3 From 0151060a5ba42c1543fb4cd89cfbf7b68002e8e4 Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Sun, 10 Mar 2013 23:08:53 +0100 Subject: Added thingiview.js symlink, fixes webgl view --- mediagoblin/static/js/extlib/thingiview.js | 1 + 1 file changed, 1 insertion(+) create mode 120000 mediagoblin/static/js/extlib/thingiview.js (limited to 'mediagoblin/static/js/extlib') diff --git a/mediagoblin/static/js/extlib/thingiview.js b/mediagoblin/static/js/extlib/thingiview.js new file mode 120000 index 00000000..b7c842ba --- /dev/null +++ b/mediagoblin/static/js/extlib/thingiview.js @@ -0,0 +1 @@ +../../../../extlib/thingiview.js/ \ No newline at end of file -- cgit v1.2.3