| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-11-28 | Create module::event() which runs Gallery events. It works by | Bharat Mediratta | |
| convention. To respond to the "photo_created" event in the gmaps module, you create modules/gmaps/helpers/gmaps_event.php containing class gmaps_event which has function photo_created. Renamed all events from gallery.foo.bar to foo_bar Updated tag module to use new convention. | |||
| 2008-11-28 | Rename item events and create events for comment create, login, logout, user ↵ | Tim Almdal | |
| creation. I probably forgot some, but its a start. | |||
| 2008-11-28 | Add event plumbing to allow the tag module to be notified when a photo is ↵ | Tim Almdal | |
| created. Eventually this will be used to parse the image meta data and extract tags; | |||
