Alex Barth wrote a nice additional module to visualize all the data that lives in feedapi_stat
I do not attach it as a patch because CVS is awful when you need to add a new directory a patch. So i just attach a tarball w/ the new files.
There are two questions before committing:
1) Is it possible to theme_sparkline() ? This would solve a bug related to the files/sparkline directory. This is not created at install, but the custom theme function in feedapi_stat does not take care of that.
2) FeedAPI Stat or FeedAPI Stats? The name of the module "feedapi_stat".
Should be done before feedapi 1.9 beta
| Comment | File | Size | Author |
|---|---|---|---|
| feedapi_stat.tar_.gz | 2.18 KB | aron novak |
Comments
Comment #1
alex_b commentedCool- can you do a patch?
Comment #2
aron novak#1: any benefit of having a patch instead of a tarball when it's about a single new directory? "CVS is awful when you need to add a new directory a patch" Do you know any better way of including brand new directories, than "cvsdo add" the new files in the main directory and the manually edit the patchfile carefully ?
Comment #3
alex_b commented#2: umpf, yeah. I forget.
The benefit would have been that I could have cleanly applied this patch to the copy of feedapi in my current project and keep track of it as such :p
Comment #4
aron novakNamed FeedAPI Statistics
Also theme('sparkline'... ) is used instead of custom code.