Commit History

Author SHA1 Message Date
  sh4nks 6f30c4735c Fixed example content creation 11 years ago
  sh4nks 4f6640447f Merge pull request #2 from RJacksonm1/subforums 11 years ago
  sh4nks 48c03676d2 Merge pull request #5 from RJacksonm1/master 11 years ago
  RJackson 335eb66e33 Ability to lock forums 11 years ago
  RJackson 9e9148b48e Figured out how to cache last posts; we had to load topic and user before we cached cuz they were dynamically loaded relationships. 11 years ago
  RJackson 60135e1bf6 Caching implemented for post / topic_counts. Still got to figure out how to best cache last_post 11 years ago
  RJackson ff0a104ff4 Replaced some model properties with db queries, first step in moving them into caching layer rather than db layer. 11 years ago
  RJackson 8cc501643b Cleanup subforum changes 11 years ago
  RJackson 940592670f Subforum-related template tweaks. 11 years ago
  RJackson cb847f75e0 Remove Category model, replacing with parent/child relationships on the Forum class. 11 years ago
  RJackson 692ada2acc Fixed topic post number being incorrect if we're not on page 1. 11 years ago
  sh4nks 9918d05ba8 Merge pull request #3 from RJacksonm1/master 11 years ago
  RJackson 092869b569 Minor fixes 11 years ago
  sh4nks 7d33790da7 Finished the topictracker 11 years ago
  sh4nks 76f9f8574f The topictracker is working now. But I still need to implement the `untrack` functionality. 11 years ago
  sh4nks 2225f8a94b Started working on the topic tracker 11 years ago
  sh4nks 39106772ec Merge pull request #1 from RJacksonm1/master 11 years ago
  RJackson 8572b8eaad Bootstrap tweaks 11 years ago
  RJackson 5d88037b6a Validation fixes 11 years ago
  RJackson d1d0e5e78f Fix being unable to add user via admin 11 years ago
  sh4nks 81b67edfb1 Added online guest count and online user count 11 years ago
  sh4nks 0c6fcb9afe Fixed a few bugs 11 years ago
  sh4nks 27ac3c7222 Use the permission check functions defined in helpers instead of the check_perm function 11 years ago
  sh4nks ad4a2be728 Moved the content from template_filters to helpers 11 years ago
  sh4nks 8f839f31d8 Removed unnecessary code 11 years ago
  sh4nks 3bec32768b Added bbcode as markup language 11 years ago
  sh4nks 3d2a593862 Renamed groups to secondary_groups 11 years ago
  sh4nks 626667e9e6 Adding/Removing secondary groups is working now 11 years ago
  sh4nks 28bec66e37 A few macro tweaks 11 years ago
  sh4nks 10c378a5ad Fixed get_permissions 11 years ago