Skip to content

Version 1.2b3

Compare
Choose a tag to compare
@bbengfort bbengfort released this 11 Jul 13:59
· 7 commits to master since this release

The third beta fixes the tag grid system which got all wonky in the first implementation when actual data was put in. The new style is similar to the Stack Overflow tag grid style. Moreover, now tags are case insensitive, which should help eliminate duplicates. The activity stream was also updated to use templates for a bit more robust control. The "answered" activity now takes the answer as a target rather than as a theme, and answers have detail links to the question that they're on.

Deployed: Monday, July 11, 2016
Contributor: Benjamin Bengfort

Changes

  • Fixed the tag grid on the main page to display in correct rows with the correct breaks
  • Reformatted the tag grid to look more like the Stack Overflow version of the same app
  • Added python-slugify for better slugification of unicode and to get access to the slugify function
  • Made the tag lookup case insensitive by looking up through slug rather than text
  • Updated the stream activity model to not handle html, but be generic about representation
  • Updated the stream app to include template and inclusion tags for rendering the stream
  • Added a question absolute url to the question page plus a vertical anchor to the specific question.