|
|
|
Entries for August 2008
I've now spent several weeks updating the Events module to give much more flexibility around recurring events. Up to version 4.0.2, recurring events were represented by one record in the database. I.e. All instances of a recurring event were exactly the same (Description, price, time, etc), if you changed/deleted one, you changed/deleted them all. The good news is that from 4.1.0 this will all cha...
Just been through and added the userid of the user who last update an event to the Events table. I needed this for my RSS feed, since it kept showing the creator had posted a change, when they hadn't. So, useful for me, but probably also useful for others. The data is stored in LastUpdatedID, but the EventsSave, EventsGet and EventsGetByRange sprocs also return LastUpdatedBy which is the DisplayNa...
I've made a minor change to the RSS Feed module so that it only allows Host users to update the SQL Query. This is for security reasons. It is now at version 1.0.2.
Previous Page | Next Page