Commit History

Author SHA1 Message Date
  sh4nks 8b0cd7dcb7 Refactored the populate code a bit 11 years ago
  sh4nks 04029183eb Renamed the wtforms module to widgets 11 years ago
  sh4nks d5689555fd Forum helpers 11 years ago
  sh4nks 882e3988f6 Use the create_test_data function from the populate module 11 years ago
  sh4nks 279516ef6e small adjustments 11 years ago
  sh4nks 279d3d055a PEP8 fixes 11 years ago
  sh4nks a1fab120ff Added an option to disable redis 11 years ago
  sh4nks 32473fcfdc Merge category_layout with index 11 years ago
  sh4nks 02f750e194 Remove unused nav links in the user cp 11 years ago
  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