You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPBB_ACM_MEMCACHE_PORT (overwrite memcached port, default is 11211)
241
+
PHPBB_ACM_MEMCACHE_COMPRESS (overwrite memcached compress setting, default is disabled)
242
+
PHPBB_ACM_MEMCACHE_HOST (overwrite memcached host name, default is localhost)
243
+
244
+
PHPBB_QA (Set board to QA-Mode, which means the updater also checks for RC-releases)
245
+
</pre></div>
246
+
247
+
<h4>PHPBB_USE_BOARD_URL_PATH</h4>
248
+
249
+
<p>If the <code>PHPBB_USE_BOARD_URL_PATH</code> constant is set to true, phpBB uses generate_board_url() (this will return the boards url with the script path included) on all instances where web-accessible images are loaded. The exact locations are:</p>
<p>The commit message should contain a brief explanation of all changes made within the commit. Often identical to the changelog entry. A bug ticket can be referenced by specifying the ticket ID with a hash, e.g. #12345. A reference to another revision should simply be prefixed with r, e.g. r12345.</p>
2304
2353
2305
2354
<p>Junior Developers need to have their patches approved by a development team member first. The commit message must end in a line with the following format:</p>
2306
-
2355
+
2307
2356
<divclass="codebox"><pre>
2308
2357
Authorised by: developer1[, developer2[, ...]]
2309
2358
</pre></div>
@@ -2322,7 +2371,11 @@ <h4>Spelling, punctuation, grammar, et cetera:</h4>
PHPBB_DB_NEW_LINK (overwrite new_link parameter for sql_connect)
388
388
PHPBB_ROOT_PATH (overwrite $phpbb_root_path)
389
389
PHPBB_ADMIN_PATH (overwrite $phpbb_admin_path)
390
+
PHPBB_USE_BOARD_URL_PATH (use generate_board_url() for image paths instead of $phpbb_root_path)
390
391
</pre></div>
391
392
393
+
<p>If the <code>PHPBB_USE_BOARD_URL_PATH</code> constant is set to true, phpBB uses generate_board_url() (this will return the boards url with the script path included) on all instances where web-accessible images are loaded. The exact locations are:</p>
0 commit comments