I also pushed a change this morning to consolidate feeds in the Action class. We were writing out all the feed data twice -- once for the <head> and once for the Export Data section.
I've made a single method that returns a list of Feed objects, and now showFeeds() and showExportData() by default use that method and format the output correctly. I also re-wrote the FeedList class so the intelligence is in the Feed and not in the list. It seems to work well everywhere except on the profile page, where the 4 available feeds are too much for our layout and wrap around in the sidebar. Sarven, could you please take a look at that? -Evan _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
