Changeset 1212065
- Timestamp:
- 08/03/2015 08:35:36 PM (11 years ago)
- Location:
- wp-github-tools
- Files:
-
- 16 added
- 3 edited
-
tags/1.3.5 (added)
-
tags/1.3.5/README.md (added)
-
tags/1.3.5/README.txt (added)
-
tags/1.3.5/css (added)
-
tags/1.3.5/css/admin.css (added)
-
tags/1.3.5/css/chart.css (added)
-
tags/1.3.5/includes (added)
-
tags/1.3.5/includes/WP_Github_Tools_API.php (added)
-
tags/1.3.5/includes/WP_Github_Tools_Cache.php (added)
-
tags/1.3.5/includes/WP_Github_Tools_Commits_Widget.php (added)
-
tags/1.3.5/includes/WP_Github_Tools_Options.php (added)
-
tags/1.3.5/includes/WP_Github_Tools_Releases_Widget.php (added)
-
tags/1.3.5/js (added)
-
tags/1.3.5/js/chart.js (added)
-
tags/1.3.5/uninstall.php (added)
-
tags/1.3.5/wp_github_tools.php (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/js/chart.js (modified) (1 diff)
-
trunk/wp_github_tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-github-tools/trunk/README.txt
r1212028 r1212065 4 4 Requires at least: 3.3 5 5 Tested up to: 4.2.2 6 Stable tag: 1.3. 46 Stable tag: 1.3.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-github-tools/trunk/js/chart.js
r1212028 r1212065 1 /*! Github-Tools-for-WordPress - v1.3. 4- 2015-08-03 */"use strict";var CHART=function(a,b,c){var d=function(a){return nv.models.discreteBarChart().x(function(a){return a.date}).y(function(a){return a.value}).staggerLabels(!1).tooltips(!0).showValues(!1).transitionDuration(250).margin({top:15,right:10,bottom:20,left:20}).color(function(b){return a.color}).tooltipContent(function(a,b,c,d,e){return 1!==parseInt(c,10)?"<h3>"+c+" commits</h3>":"<h3>"+c+" commit</h3>"})},e=function(a,c){b.isNumeric(c.width)&&c.width>0&&a.style("width",c.width),b.isNumeric(c.height)&&c.height>0&&a.style("height",c.height),a.style("background",c.background)},f=function(a){a.xAxis.tickFormat(function(a){return d3.time.format("%e %b")(new Date(a))}),a.yAxis.tickFormat(d3.format("d"))};return a.init=function(){nv.addGraph(function(){d3.selectAll(".github-chart svg").each(function(a,b){var g=d3.select(this),h=c[g.attr("id")],i=d(h);f(i),e(g,h),g.datum([{key:"Github Repository",values:h.data}]).call(i),nv.utils.windowResize(i.update)})})},a}(CHART||{},jQuery,window);jQuery(document).ready(CHART.init);1 /*! Github-Tools-for-WordPress - v1.3.5 - 2015-08-03 */"use strict";var CHART=function(a,b,c){var d=function(a){return nv.models.discreteBarChart().x(function(a){return a.date}).y(function(a){return a.value}).staggerLabels(!1).tooltips(!0).showValues(!1).transitionDuration(250).margin({top:15,right:10,bottom:20,left:20}).color(function(b){return a.color}).tooltipContent(function(a,b,c,d,e){return 1!==parseInt(c,10)?"<h3>"+c+" commits</h3>":"<h3>"+c+" commit</h3>"})},e=function(a,c){b.isNumeric(c.width)&&c.width>0&&a.style("width",c.width),b.isNumeric(c.height)&&c.height>0&&a.style("height",c.height),a.style("background",c.background)},f=function(a){a.xAxis.tickFormat(function(a){return d3.time.format("%e %b")(new Date(a))}),a.yAxis.tickFormat(d3.format("d"))};return a.init=function(){nv.addGraph(function(){d3.selectAll(".github-chart svg").each(function(a,b){var g=d3.select(this),h=c[g.attr("id")],i=d(h);f(i),e(g,h),g.datum([{key:"Github Repository",values:h.data}]).call(i),nv.utils.windowResize(i.update)})})},a}(CHART||{},jQuery,window);jQuery(document).ready(CHART.init); -
wp-github-tools/trunk/wp_github_tools.php
r1212028 r1212065 4 4 Plugin URI: https://github.com/vilmosioo/Github-Tools-for-WordPress 5 5 Description: A plugin that creates live updates for any GitHub repository. 6 Version: 1.3. 46 Version: 1.3.5 7 7 Author: Vilmos Ioo 8 8 Author URI: http://vilmosioo.co.uk
Note: See TracChangeset
for help on using the changeset viewer.