mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
I've got to take this back. Revert r10316 partly.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10343 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4168104fcc
commit
d5c16e4c8f
2 changed files with 1 additions and 7 deletions
|
@ -123,7 +123,6 @@
|
||||||
<li>[Change] Log activation through inactive users ACP. (Bug #30145)</li>
|
<li>[Change] Log activation through inactive users ACP. (Bug #30145)</li>
|
||||||
<li>[Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)</li>
|
<li>[Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)</li>
|
||||||
<li>[Change] Use em dash instead of hyphen/minus as separator in ATOM Feeds item statistics. (Bug #53565)</li>
|
<li>[Change] Use em dash instead of hyphen/minus as separator in ATOM Feeds item statistics. (Bug #53565)</li>
|
||||||
<li>[Change] Cache overall, forums, topics and news feeds for anonymous users and bots.</li>
|
|
||||||
<li>[Change] Alter ACP user quick tools interface to reduce confusion with the delete operation.</li>
|
<li>[Change] Alter ACP user quick tools interface to reduce confusion with the delete operation.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
|
@ -442,7 +442,7 @@ class phpbb_feed_base
|
||||||
/**
|
/**
|
||||||
* Default cache time of entries in seconds
|
* Default cache time of entries in seconds
|
||||||
*/
|
*/
|
||||||
var $cache_time = 90;
|
var $cache_time = 0; // 0 important
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Separator for title elements to separate items (for example forum / topic)
|
* Separator for title elements to separate items (for example forum / topic)
|
||||||
|
@ -944,11 +944,6 @@ class phpbb_feed_forums extends phpbb_feed_base
|
||||||
|
|
||||||
class phpbb_feed_news extends phpbb_feed_base
|
class phpbb_feed_news extends phpbb_feed_base
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* Longer cache time for the news feed
|
|
||||||
*/
|
|
||||||
var $cache_time = 180;
|
|
||||||
|
|
||||||
function set_keys()
|
function set_keys()
|
||||||
{
|
{
|
||||||
global $config;
|
global $config;
|
||||||
|
|
Loading…
Add table
Reference in a new issue