Commit History

Author SHA1 Message Date
  sh4nks ec71d481f9 Move the helpers module to the utils package 11 years ago
  sh4nks 3060e6a8b5 Added Makefile 11 years ago
  sh4nks 7603e1cca3 Merged the "pms" module with the user module and named it "messages" 11 years ago
  sh4nks 686123f66d Merge pull request #7 from RJacksonm1/master 11 years ago
  RJackson 2252e40e59 Fixed is_unread not working on forums. (issue #6) 11 years ago
  RJackson 8702a84adf Fix E500 when we have no users in the database. 11 years ago
  sh4nks 7fb548c775 Added redis as dependency 11 years ago
  sh4nks 4e3fc1f4fd Topics read/unread feature. I still have a problem with read/unread forums - also subforums aren't counted in the parent forum 11 years ago
  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