Releases: CodeForPhilly/laddr
Releases · CodeForPhilly/laddr
laddr v2.3.8
- Add library for GitHub integration
- Add paging to members page and tweak grid
- Improve navbar hover
- Only show create page button for those with permission
laddr v2.3.7
- Handle and cache meetup API failures
- Remove projects/members data from home page that is no longer displayed
- Restructure default navigation menu
laddr v2.3.6
- Fix title of checkin complete page
- Update checkin screenshot to match new design
- Add fontawesome to site
- Add meetup logo next to meetup sections
- Add progress bar for stage to project page
- Show headlines for buzz results
laddr v2.3.5
- Provide example for linking directly to Slack for chat
- Add a default
/chat
route for redirecting users to configured chat medium with optional?chanel=XXX
parameter - Allow hyphen in project chat channel setting
- Add missing
gettext
wrappers for translation on project saved confirmation page
laddr v2.3.4
- Add margin for content images
- Update css inclusion for content editor pages
laddr v2.3.3
- Switch default gravatar to identicon
- Style CMS pages like CMS blog posts
- Make comment CSS global
- Remove derelict CSS and clean up CSS organization
- Misk markup improvement
- Current checkins laid out as avatar grids
- Markup added for past event summaries in homepage activity (currently static and commented out)
- Reveal submenus on hover
laddr v2.3.2
- Add initial version of events database
- Fix tags filters in people and projects pages
- Add recaptcha to contact form
- Fix grouping checkins by project
- Add chat channel field to projects
- Make developer/user URLs visible on project pages
- Misc styling improvements
- Add
content-markdown
CSS class for all markdown areas and style tables - Add configuration option for gravatar default images
- Enable editing first name and last name from profile page
laddr v2.3.1
- Bootstrap breakpoint width tweaked
- Misc markup improvements
laddr v2.3.0
- Frontend design refresh
- Home page simplified to 2 columns, projects/members filters moved to respective pages
- i18n improvements
- Improved page-specific CSS loading
- Add dynamicFields to all core models
- Add dynamic redirects with management UI
- Update default homepage calls-to-action
- Break up config overrides for easier customization
- Add staff-editable content block for homepage announcements
- Add staff-editable content block for registration introduction
laddr v2.2.0
- Hide empty link buttons on project pages (#107, #113)
- Add tags to user profile pages (#116, #119)
- Add tags and status columns to projects.csv export (#118, #120)
- laddr.io references updated to laddr.us (#121)
- Structure site.tpl to provide proper padding to bare templates and update select pages needing full-bleed to replace superblock (d3828c4)
- Apply consistent markup to template headers
- Use atomically-overridable personName subtemplate to centralize printing users' names
- Break config overrides into composite config scripts and event handlers
- Bootstrap markup and minor improvements applied to simple templates
- Add button and confirmation page template for deleting people
- Misc markup cleanup
- Column layout applied to user profile pages