summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-14Use forked copy of jsrrdgraphrichardw/jsrrdgraph-integrationRichard Wall
2011-08-14Throw an error in find_var when a given var name doesn't existRichard Wall
2011-08-14Testing vdefsRichard Wall
2011-08-14check for existing DEFRichard Wall
2011-08-13proof of conceptRichard Wall
2011-08-13some reformattingRichard Wall
2011-08-1380 col formattingRichard Wall
2011-08-12weird indentationRichard Wall
2011-08-12add some missing parseint radix argsRichard Wall
2011-08-12fix some mistyped NANsRichard Wall
2011-08-12fix some broken assignmentsRichard Wall
2011-08-12add some missing semi colonsRichard Wall
2011-08-12whitespace-cleanupRichard Wall
2011-08-12import jsrrdgraph.jsRichard 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