Changesets can be listed by changeset number.
The Git repository is here.
Changeset 149
Empty forums were having their "empty" page returned with a status
code of 404, producing problems in O2. It might be an attempt to
stop cache-related problems but there are more elegant ways to do
that built into HTTP! Will have to keep an eye on this for a while
but, as is so often said - "seems to work fine" now.
- Comitted by: adh
- Date: Wednesday November 22 22:29:17 2006 (over 17 years ago)
Affected files:
rool/rails/rforum/trunk/app/controllers/forum_controller.rb:
prev. | current | |
end | ||
if @topics.empty? | ||
41 | | |
41 | render 'forum/forum', 200 | |
end | ||
if not @user.guest? |