aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'github-nicofuma/ticket/12446' into develop-ascr...Nils Adermann2014-07-041-2/+2
|\
| * [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-2/+2
* | Merge remote-tracking branch 'PayBas/ticket/12662' into develop-ascraeusCesar G2014-07-031-0/+1
|\ \
| * | [ticket/12662] Improve template checksPayBas2014-06-251-1/+1
| * | [ticket/12662] Initial setupPayBas2014-06-251-0/+1
| |/
* | [ticket/12784] Shearch the "vendor" folders and then the autoload.php filesTristan Darricau2014-07-031-3/+7
* | [ticket/12784] Allow the extensions to add a custom auto loaderTristan Darricau2014-07-011-0/+27
|/
* Merge pull request #2591 from rxu/ticket/12704Joas Schilling2014-06-221-2/+2
|\
| * [ticket/12704] Improve the load time information in the footer when enabledrxu2014-06-201-2/+2
* | [ticket/12707] Do not try to load 3.1 DBMS driver name as 3.0 driver.Andreas Fischer2014-06-141-1/+1
|/
* Merge pull request #2570 from Nicofuma/ticket/12687Andreas Fischer2014-06-131-29/+68
|\
| * [ticket/12687] Remove french spacesTristan Darricau2014-06-131-3/+3
| * [ticket/12687] Display the number of cached queriesTristan Darricau2014-06-131-1/+1
| * [ticket/12687] Don't check if memory_get_peak_usage() existsTristan Darricau2014-06-131-7/+4
| * [ticket/12687] Wrap $GLOBALS['starttime'] in a ifTristan Darricau2014-06-131-2/+5
| * [ticket/12687] Fix the namespace of $requestTristan Darricau2014-06-131-2/+2
| * [ticket/12687] Update doc blockTristan Darricau2014-06-121-3/+13
| * [ticket/12687] Use microtime(true)Tristan Darricau2014-06-121-2/+1
| * [ticket/12687] Remove globalsTristan Darricau2014-06-121-10/+6
| * [ticket/12687] Return a string and move the displaying of the sql reportTristan Darricau2014-06-121-15/+20
| * [ticket/12687] Rename DISPLAY_LOAD_TIME to PHPBB_DISPLAY_LOAD_TIMETristan Darricau2014-06-111-35/+58
| * [ticket/12687] Display the explain link only when DEBUG is setTristan Darricau2014-06-101-6/+12
| * [ticket/12687] Add a constant to display the load time without DEBUGTristan Darricau2014-06-101-3/+3
* | Merge remote-tracking branch 'github-marc1706/ticket/12352' into develop-ascr...Nils Adermann2014-06-111-1/+2
|\ \ | |/ |/|
| * [ticket/12352] Use custom provider collection for auth providersMarc Alexander2014-06-011-9/+1
| * [ticket/12352] Revert to db auth provider if default does not existMarc Alexander2014-06-011-1/+10
* | [ticket/10073] Deduplicate the if statementJoas Schilling2014-05-291-10/+40
* | [ticket/10073] Fallback to board_contact when contact page is disabledJoas Schilling2014-05-291-1/+10
* | [ticket/10073] Remove unneccessary todos he config switch is enoughJoas Schilling2014-05-291-1/+1
* | [ticket/10073] Replace board_contact mail with links to contact pageNils Adermann2014-05-291-3/+3
* | [ticket/10073] Add a contact administrators page and refactor email forms.Nils Adermann2014-05-291-0/+1
|/
* [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-1/+1
* [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-2/+2
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* Merge pull request #2490 from Nicofuma/ticket/12585Andreas Fischer2014-05-241-1/+5
|\
| * [ticket/12585] Use a 5 minutes interval instead of 10 minutesTristan Darricau2014-05-231-1/+1
| * [ticket/12585] Don't check the cron on each page loadTristan Darricau2014-05-221-1/+5
* | [ticket/12576] Remove cron from common.phpTristan Darricau2014-05-221-1/+2
|/
* [ticket/12547] Rename jquery.js to jquery.min.js in assets directoryn-aleha2014-05-151-1/+1
* [ticket/12510] Convert & to & in build_url() when no params are stripped.Cesar G2014-05-061-0/+4
* [ticket/12491] Fix clashing USERNAME_FULL template variable.Cesar G2014-05-041-3/+3
* Merge remote-tracking branch 'github-nickvergessen/feature/sqlite3' into deve...Nils Adermann2014-05-021-1/+1
|\
| * [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-1/+1
* | Merge remote-tracking branch 'github-prototech/ticket/11508' into develop-asc...Nils Adermann2014-05-021-57/+8
|\ \ | |/ |/|
| * [ticket/11508] Use $phpbb_path_helper.Cesar G2014-04-221-5/+4
| * [ticket/11508] The question mark is expected even if there are no parameters.Cesar G2014-04-221-1/+1
| * [ticket/11508] Change separator parameter to a simple true|false $is_amp.Cesar G2014-04-221-1/+1
| * [ticket/11508] Move helper functions to path_helper class.Cesar G2014-04-221-116/+7
| * [ticket/11508] Move the stripping param code to separate function as well.Cesar G2014-04-221-19/+37
| * [ticket/11508] Build the jumpbox hidden fields using the _form action_Cesar G2014-04-221-3/+2