Bug #1753
Redmine restart needed after first ads published
100%
Description
When I installed the plugin on this site (of course, having restarted Redmine) and added several ads I figured out that they are not shown... First I thought it’s due to some bug (related to older version of Redmine on this site) but after restart ads started to work...
At the moment have not tried yet if new ads are going to be shown without restart but this is a bug anyway!..
Have no idea why this can happen... Anyway one more restart (if only once1) is not a big problem so setting priority to “Trivial”.
1 needs to be tested
History
#1 Updated by Andriy Lesyuk over 13 years ago
- Status changed from Incomplete to Open
- Assignee set to Andriy Lesyuk
- Priority changed from Insignificant to Major
Confirming! Any change need restart! Weird... Maybe caching?..
#2 Updated by Andriy Lesyuk over 13 years ago
- Target version changed from 1.0.0 to 0.0.1
#3 Updated by Andriy Lesyuk over 13 years ago
Some research results:
- For just added HTML to appear Redmine needs to be restarted;
- Changing HTML applies immediately;
- Removing does not work - HTML is still shown;
- Adding just removed HTML works (but seems there were a little “delay”)...
#4 Updated by Andriy Lesyuk over 13 years ago
I got it!.. Result returned by respond_to?
gets cached... Thinking what to do: a) either disable this cache or b) always return true
for supported hooks...
#5 Updated by Andriy Lesyuk over 13 years ago
- Due date set to 17 Jun 2011
- Status changed from Open to Closed
- % Done changed from 0 to 100