Skip to content

Releases: CodeForPhilly/laddr

laddr v2.3.8

09 Aug 01:32
Compare
Choose a tag to compare
  • 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

05 Mar 14:57
Compare
Choose a tag to compare
  • 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

22 Feb 02:14
Compare
Choose a tag to compare
  • 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

24 Nov 18:47
Compare
Choose a tag to compare
  • 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

02 Nov 18:48
Compare
Choose a tag to compare
  • Add margin for content images
  • Update css inclusion for content editor pages

laddr v2.3.3

02 Nov 17:44
Compare
Choose a tag to compare
  • 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

11 Oct 23:54
Compare
Choose a tag to compare
  • 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

16 Aug 23:56
Compare
Choose a tag to compare
  • Bootstrap breakpoint width tweaked
  • Misc markup improvements

laddr v2.3.0

25 May 00:45
Compare
Choose a tag to compare
  • 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

04 Jan 00:37
Compare
Choose a tag to compare
  • 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