This is probably not what you think it is. It's not like we're removing RSS feeds from the entire system. We're actually just removing UI elements for a messaging system feature that never even existed.
To clarify what happened, please run this query on your system: SELECT * FROM message_transport_types; All you should see is email and sms. These represent the ways the messaging system can send out messages. However, in the spec that I had to work with, the UI mockup contained an option for an rss transport type that had not existed before. At first, I thought I'd add go ahead and add another transport type so that I could implement what I saw in the mockup. But later on, when I realized that messaging system didn't have any support for this transport mechanism, I decided that it was pointless to pretend that it did, so I got rid of it. This was also my first encounter with the messaging system, and I was trying to figure out what was going on. I was just undoing something that I shouldn't have even done in the first place. No real functionality disappeared as a result of this. --beppu On Wed, Feb 4, 2009 at 1:08 AM, MJ Ray <m...@phonecoop.coop> wrote: > Can someone point me at the reasoning for removing RSS features from > the user interface, please? Are they currently broken and, if so, > where's the bug report? > > Thanks, > -- > MJ Ray (slef) > Webmaster for hire, statistician and online shop builder for a small > worker cooperative http://www.ttllp.co.uk/ http://mjr.towers.org.uk/ > (Notice http://mjr.towers.org.uk/email.html) tel:+44-844-4437-237 > _______________________________________________ > Koha-devel mailing list > Koha-devel@lists.koha.org > http://lists.koha.org/mailman/listinfo/koha-devel >
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel