summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-29Need to upgrade javascriptrrdfile.js to latest 1.1.1 version to support rrd ↵srix/masterSrix
files generated by arm machines. Yes the rrd file generated by arm is not binary compatible with x86. However rebuilding the dependency.js kept failing because of version mismatch. so excluded the rrd file part and added it as separate JS.
2015-05-29updated version to 11.10.1Srix
2015-05-29fix to render chart even though one of the chart element is not availableSrix
2011-09-11Merge lp:~richardw/jarmon/tab-history-816668HEADmasterRichard Wall
* #816668 Upgrade to latest dev jquerytools and re-enable the tab history plugin * Upgrade to jquery 1.6.3
2011-09-11Recompile with jquery 1.6.3Richard Wall
2011-09-11Upgrade to jquery 1.6.3Richard Wall
2011-09-11#816668 Upgrade to latest dev jquerytools and re-enable the tab history pluginRichard Wall
2011-09-11Merge lp:~richardw/jarmon/ping-droprate-multiplier-846377Richard Wall
* #846377 Pass transformer function to the RrdQuery and add a unit test * Remove failing unit tests for unsupported code.
2011-09-10#846377 Pass transformer function to the RrdQuery and add a unit testRichard Wall
2011-08-08Merge lp:~richardw/jarmon/prerelease-fixesv11.8Richard Wall
* Add transformer function option to allow optional transformation of RRD values before they are plotted * Update dates of copyright notices * Remove DNS reports from example page * Remove unfinished editable graph controls - I will try and finish those off later.
2011-08-08tweak the yaxis label - again.Richard Wall
2011-08-08Add a transformer option to allow operations on the data from RRD files - eg ↵Richard Wall
Network octets * 8 > bits
2011-08-08fix broken significant figures on y-axisRichard Wall
2011-08-08shift the yaxis label to the leftRichard Wall
2011-08-08fix network throughput unitsRichard Wall
2011-08-08remove dns recipes - few people will have the data for thoseRichard Wall
2011-08-08Show copyright dates only in LICENCE fileRichard Wall
2011-08-07Remove the unfinished dynamic chart interface elementsRichard Wall
2011-08-07Merge lp:~richardw/jarmon/jquery-deferredRichard Wall
* Replace use of MochiKit.Async.Deferred with jQuery.Deferred * Turned cache prevention back on (jQuery.Ajax.cache: false) * Upgraded to jQuery 1.6.2 * Fix various jshint warnings * Fix various whitespace and >80 col formatting
2011-08-07remove unnecessary callbackRichard Wall
2011-08-07re-enable cache prevention - seems that IE caches the rrd filesRichard Wall
2011-08-07fix some tests in IERichard Wall
2011-08-07Remove reference to mochikit dependencyRichard Wall
2011-08-07use jQuery.deferred in the testsRichard Wall
2011-08-07update dependencies.js to jquery 1.6.2Richard Wall
2011-08-07some jshint fixes.Richard Wall
2011-08-0780 col wrappingRichard Wall
2011-08-0780 col wrappingRichard Wall
2011-08-07whitespace cleanupRichard Wall
2011-06-26Replace Mochikit.Async.Deferred with jquery.DeferredRichard Wall
2011-06-26Merge lp:~richardw/jarmon/jquery-1.6-compatibilityRichard Wall
* Created a python based closure compiler script for automatic creation of dependencies.js * Updated bundled jquery to v1.6.1 * Updated all other dependencies to latest trunk versions * Fixed IE bug in Ajax BinaryDownload caused by new jQuery jxhr rapper not providing access to responseBody * Speed up IE rendering using functions from miskun.com to convert proprietary responseBody bytearray to byte string using VBScript * Imported JavascriptRRD BinaryFile classes and modified to make use of miskun functions. * Fixed IE bug in calendar widgets - caused by unusual IE stringification of Dates
2011-06-26fix broken BinaryFile reference in testRichard Wall
2011-06-26remove history plugin, it doesn't work with newer jqueryRichard Wall
2011-06-26Fix calendar behaviour in IERichard Wall
2011-06-20get rid of dataFilter - move everything to successv11.06pre1Richard Wall
2011-06-19Use the miskin technique #1 fo faster ie renderingRichard Wall
2011-06-19jarmon namespaceRichard Wall
2011-06-19Import BinaryFile class into jarmonRichard Wall
2011-06-19remove the ifmodified option - it doesn't do what I thoughtRichard Wall
2011-06-19Fix things up for ie and use new ajax optionsRichard Wall
2011-06-18fix yuidoc urlRichard Wall
2011-06-18Upgrade to jquery 1.6.1 and trunk versions of javascriptrrdRichard Wall
2011-06-18print a timestamp into compiled javascript fileRichard Wall
2011-06-18Remove unused importsRichard Wall
2011-06-18Use dependencies.js in example appRichard Wall
2011-06-18parse @ style closure paramsRichard Wall
2011-06-18parse @ style closure paramsRichard Wall
2011-06-18use closure compiler @ prefixesRichard Wall
2011-06-18read params from existing dependencies.js fileRichard Wall
2011-06-18write in chunksRichard Wall