aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-09-01 11:39:59 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-09-01 11:39:59 +0000
commit714aa8b09a62994ad4777d30064b72c90e84b442 (patch)
treec53624612999f78bfdcb7557bf888b5b96fd424a /phpBB/docs
parentd65ccbde11efe8dba2b4cdf838903938399cd045 (diff)
downloadforums-714aa8b09a62994ad4777d30064b72c90e84b442.tar
forums-714aa8b09a62994ad4777d30064b72c90e84b442.tar.gz
forums-714aa8b09a62994ad4777d30064b72c90e84b442.tar.bz2
forums-714aa8b09a62994ad4777d30064b72c90e84b442.tar.xz
forums-714aa8b09a62994ad4777d30064b72c90e84b442.zip
Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10082 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index bf34bea603..75d181cfcc 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -203,6 +203,7 @@
<li>[Fix] Only show &quot;Add friend&quot; and &quot;Add foe&quot; links if the specific module is enabled. (Bug #50475)</li>
<li>[Fix] Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)</li>
<li>[Fix] Fix handling of bookmarks and subscriptions on &quot;split topcis&quot;, &quot;merge topics&quot; and &quot;merge posts&quot;. (Bug #50035)</li>
+ <li>[Fix] Only embed cron.php if there is no cron lock present to reduce overhead. (Bug #45725 - Patch by TerryE)</li>
<li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</li>
<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>