-
Stripping CVS keywords
-
fix yet another problem with actual base_url, hopefully 'global $base_url' will always contain the correct version, regardless of alt ports, subdirs, etc.
-
http://drupal.org/node/182934 SPL/RecursiveIteratorIterator usage not pre php5.1 compatible.
-
added cron to cleanup XML cache; removed dependency on charts.php
-
fixed typo
-
problem with charts on server running on 8080. global vars like $_SERVER['SERVER_PORT'] are not reliable. using 'global $base_root' instead. hopefully that's reliable.
-
update to docs
-
#152819: Module .info files should not define 'version' in CVS
-
removed debugging info. this is kinda ready for testing
-
functioning version, but very rough