- Fix bug; add vendor path to gemspec for assets to be packaged up
- Assets added to fix missing datepicker
- Remove public venues controller, views, routes - this is not officially supported but DIY is possible
- Remove the /connect prefix from the routes - it was client specific, sorry about that
- New calendar gem released from scratch
- Supports Refinery 2.0.x
- Controller & view template refactoring joemsak
- No more unique titles joemsak
- Cached slugs for performance boost joemsak
- Easy multi-day or single-day detection for date formatting mdoel
- iCal (ics) export joemsak
- Google map of venue address joemsak
- Archive listing should be reversed
- Venue Details
- Ticket Pricing & Link
- Feature-ability
- Image attachment
- Ticket price requires a number
- Datetime select defaults noon to 1pm
- Scopes: featured, not_featured, upcoming & current
- Friendly ID based on titles
- Archiving
- Admin screen separates events by their status (TODO: pagination somehow)
- Reasonable validations
- Practical instance methods to check against scopes
- Next & previous navigation on individual event pages.
- has_many :categories, :through => :categorizations, :source => :event_category
- RSS feed of current, upcoming & featured events
- RSS in sidebar && autodiscovery
- Basic layout and styling to get started immediately blake0102
- Easily hook onto a few semantic CSS classes built into the markup blake0102
- Basic Facebook & Twitter sharing interface