Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-13 | some reformatting | Richard Wall | |
2011-08-13 | 80 col formatting | Richard Wall | |
2011-08-12 | weird indentation | Richard Wall | |
2011-08-12 | add some missing parseint radix args | Richard Wall | |
2011-08-12 | fix some mistyped NANs | Richard Wall | |
2011-08-12 | fix some broken assignments | Richard Wall | |
2011-08-12 | add some missing semi colons | Richard Wall | |
2011-08-12 | whitespace-cleanup | Richard Wall | |
2011-08-12 | import jsrrdgraph.js | Richard Wall | |
2011-08-08 | Merge lp:~richardw/jarmon/prerelease-fixesv11.8 | Richard 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-08 | tweak the yaxis label - again. | Richard Wall | |
2011-08-08 | Add a transformer option to allow operations on the data from RRD files - eg ↵ | Richard Wall | |
Network octets * 8 > bits | |||
2011-08-08 | fix broken significant figures on y-axis | Richard Wall | |
2011-08-08 | shift the yaxis label to the left | Richard Wall | |
2011-08-08 | fix network throughput units | Richard Wall | |
2011-08-08 | remove dns recipes - few people will have the data for those | Richard Wall | |
2011-08-08 | Show copyright dates only in LICENCE file | Richard Wall | |
2011-08-07 | Remove the unfinished dynamic chart interface elements | Richard Wall | |
2011-08-07 | Merge lp:~richardw/jarmon/jquery-deferred | Richard 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-07 | remove unnecessary callback | Richard Wall | |
2011-08-07 | re-enable cache prevention - seems that IE caches the rrd files | Richard Wall | |
2011-08-07 | fix some tests in IE | Richard Wall | |
2011-08-07 | Remove reference to mochikit dependency | Richard Wall | |
2011-08-07 | use jQuery.deferred in the tests | Richard Wall | |
2011-08-07 | update dependencies.js to jquery 1.6.2 | Richard Wall | |
2011-08-07 | some jshint fixes. | Richard Wall | |
2011-08-07 | 80 col wrapping | Richard Wall | |
2011-08-07 | 80 col wrapping | Richard Wall | |
2011-08-07 | whitespace cleanup | Richard Wall | |
2011-06-26 | Replace Mochikit.Async.Deferred with jquery.Deferred | Richard Wall | |
2011-06-26 | Merge lp:~richardw/jarmon/jquery-1.6-compatibility | Richard 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-26 | fix broken BinaryFile reference in test | Richard Wall | |
2011-06-26 | remove history plugin, it doesn't work with newer jquery | Richard Wall | |
2011-06-26 | Fix calendar behaviour in IE | Richard Wall | |
2011-06-20 | get rid of dataFilter - move everything to successv11.06pre1 | Richard Wall | |
2011-06-19 | Use the miskin technique #1 fo faster ie rendering | Richard Wall | |
2011-06-19 | jarmon namespace | Richard Wall | |
2011-06-19 | Import BinaryFile class into jarmon | Richard Wall | |
2011-06-19 | remove the ifmodified option - it doesn't do what I thought | Richard Wall | |
2011-06-19 | Fix things up for ie and use new ajax options | Richard Wall | |
2011-06-18 | fix yuidoc url | Richard Wall | |
2011-06-18 | Upgrade to jquery 1.6.1 and trunk versions of javascriptrrd | Richard Wall | |
2011-06-18 | print a timestamp into compiled javascript file | Richard Wall | |
2011-06-18 | Remove unused imports | Richard Wall | |
2011-06-18 | Use dependencies.js in example app | Richard Wall | |
2011-06-18 | parse @ style closure params | Richard Wall | |
2011-06-18 | parse @ style closure params | Richard Wall | |
2011-06-18 | use closure compiler @ prefixes | Richard Wall | |
2011-06-18 | read params from existing dependencies.js file | Richard Wall | |
2011-06-18 | write in chunks | Richard Wall | |