aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/12944] Add core.login_forum_box core eventrxu2014-08-111-1/+12
| | | | | | | | | | | | | | | | | | | | | Add core.login_forum_box core event to allow extensions performing additional actions on forum login. PHPBB3-12944
* | | Merge pull request #2862 from marc1706/ticket/12932Joas Schilling2014-08-101-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12932] Add method for allowing override of \phpbb\datetime class * marc1706/ticket/12932: [ticket/12932] Remove set_datetime_class method from user class [ticket/12932] Fix tests and calls to create_datetime [ticket/12932] Add method for getting the datetime class and allow overriding
| * | | [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12932
| * | | [ticket/12932] Add method for getting the datetime class and allow overridingMarc Alexander2014-08-101-2/+2
| |/ / | | | | | | | | | | | | | | | | | | An extension can now override the datetime class by overwriting the datetime.class parameter in their own yml file. PHPBB3-12932
* | | Merge pull request #2730 from omniError/ticket/12831Dhruv Goel2014-08-101-11/+18
|\ \ \ | |/ / |/| | [ticket/12831] Allow events in page_header functions to prevent the setting of HTTP headers
| * | [ticket/12831] fix CSomniError2014-08-091-2/+2
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831
| * | [ticket/12831] simplified code, upd event blockomniError2014-08-091-6/+3
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831
| * | [ticket/12831] reimplemented headers as arrayomniError2014-08-091-17/+18
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831
| * | [ticket/12831] Optn to prevent setting HTTP headersomniError2014-08-011-10/+19
| | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831
* | | [ticket/12943] Add core.phpbb_generate_debug_output core eventrxu2014-08-091-2/+14
| |/ |/| | | | | | | | | | | Add core.phpbb_generate_debug_output core event to allow extensions outputting additional debug info. PHPBB3-12943
* | [ticket/12826] Add optional root namespace indicator for consistency.Andreas Fischer2014-08-071-1/+1
| | | | | | | | PHPBB3-12826
* | Merge pull request #2717 from Nicofuma/ticket/12836Joas Schilling2014-08-071-6/+17
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12836] Add event core.functions.redirect * Nicofuma/ticket/12836: [ticket/12836] Add event core.functions.redirect
| * | [ticket/12836] Add event core.functions.redirectTristan Darricau2014-08-041-6/+17
| | | | | | | | | | | | PHPBB3-12836
* | | [ticket/12887] Fix Typo: offest -> offsetAndreas Fischer2014-07-231-7/+7
| | | | | | | | | | | | PHPBB3-12887
* | | [ticket/12854] Don't show contact page link if board emails are disabledOliver Schramm2014-07-151-2/+2
| |/ |/| | | | | PHPBB3-12854
* | [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-071-46/+0
|/ | | | PHPBB3-12775
* Merge remote-tracking branch 'github-nicofuma/ticket/12446' into ↵Nils Adermann2014-07-041-2/+2
|\ | | | | | | | | | | | | develop-ascraeus * github-nicofuma/ticket/12446: [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
| * [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-2/+2
| | | | | | | | PHPBB3-12446
* | Merge remote-tracking branch 'PayBas/ticket/12662' into develop-ascraeusCesar G2014-07-031-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12662: (29 commits) [ticket/12662] Hide quick-links when empty [ticket/12662] Fix white-space issue to make dropdowns uniform [ticket/12662] Remove last remaining linklist outside navbars [ticket/12662] Use data-last-responsive attr instead of hardcoded list [ticket/12662] Remove <li> container from logged_out_content event [ticket/12662] Username <span> fix for list columns [ticket/12662] Fix notifications dropdown positioning for RTL [ticket/12662] Update tests that utilize get_username_string [ticket/12662] Update subsilver2 index template event names [ticket/12662] Update events docs from b5 to rc1/rc2 [ticket/12662] Move dropdown container from <li> to new inner div [ticket/12662] Remove linklist container and update template events [ticket/12662] Add span containers to all usernames for consistency [ticket/12662] IE8 fixes [ticket/12662] Fix responsive positioning of notifications dropdown [ticket/12662] Remove inherited props from ddown-extendended [ticket/12662] Change CSS selectors to direct descendants for linklist [ticket/12662] Reorder icon CSS rules alphabetically [ticket/12662] Use slack variable to determine line-break sensitivity [ticket/12662] Change new event names and fix events.md ...
| * | [ticket/12662] Improve template checksPayBas2014-06-251-1/+1
| | | | | | | | | | | | | | | | | | And changed _CLEAN to _SIMPLE, and move teamlink events PHPBB3-12662
| * | [ticket/12662] Initial setupPayBas2014-06-251-0/+1
| |/ | | | | | | PHPBB3-12662
* | [ticket/12784] Shearch the "vendor" folders and then the autoload.php filesTristan Darricau2014-07-031-3/+7
| | | | | | | | PHPBB3-12784
* | [ticket/12784] Allow the extensions to add a custom auto loaderTristan Darricau2014-07-011-0/+27
|/ | | | PHPBB3-12784
* Merge pull request #2591 from rxu/ticket/12704Joas Schilling2014-06-221-2/+2
|\ | | | | | | | | | | | | [ticket/12704] Improve the load time information in the footer when enabled * rxu/ticket/12704: [ticket/12704] Improve the load time information in the footer when enabled
| * [ticket/12704] Improve the load time information in the footer when enabledrxu2014-06-201-2/+2
| | | | | | | | | | | | | | | | | | PR #2570 has added new constant to display load time information without debug mode is being on (https://tracker.phpbb.com/browse/PHPBB3-12687). This patch expands the total load time info with SQL/PHP load times, while hiding the additional info with <abbr> element. PHPBB3-12704
* | [ticket/12707] Do not try to load 3.1 DBMS driver name as 3.0 driver.Andreas Fischer2014-06-141-1/+1
|/ | | | PHPBB3-12707
* Merge pull request #2570 from Nicofuma/ticket/12687Andreas Fischer2014-06-131-29/+68
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12687] Add a constant to display the load time without DEBUG * Nicofuma/ticket/12687: [ticket/12687] Remove french spaces [ticket/12687] Display the number of cached queries [ticket/12687] Don't check if memory_get_peak_usage() exists [ticket/12687] Wrap $GLOBALS['starttime'] in a if [ticket/12687] Fix the namespace of $request [ticket/12687] Update doc block [ticket/12687] Use microtime(true) [ticket/12687] Remove globals [ticket/12687] Return a string and move the displaying of the sql report [ticket/12687] Rename DISPLAY_LOAD_TIME to PHPBB_DISPLAY_LOAD_TIME [ticket/12687] Display the explain link only when DEBUG is set [ticket/12687] Add a constant to display the load time without DEBUG
| * [ticket/12687] Remove french spacesTristan Darricau2014-06-131-3/+3
| | | | | | | | PHPBB3-12687
| * [ticket/12687] Display the number of cached queriesTristan Darricau2014-06-131-1/+1
| | | | | | | | PHPBB3-12687
| * [ticket/12687] Don't check if memory_get_peak_usage() existsTristan Darricau2014-06-131-7/+4
| | | | | | | | PHPBB3-12687
| * [ticket/12687] Wrap $GLOBALS['starttime'] in a ifTristan Darricau2014-06-131-2/+5
| | | | | | | | PHPBB3-12687
| * [ticket/12687] Fix the namespace of $requestTristan Darricau2014-06-131-2/+2
| | | | | | | | PHPBB3-12687
| * [ticket/12687] Update doc blockTristan Darricau2014-06-121-3/+13
| | | | | | | | PHPBB3-12687
| * [ticket/12687] Use microtime(true)Tristan Darricau2014-06-121-2/+1
| | | | | | | | PHPBB3-12687
| * [ticket/12687] Remove globalsTristan Darricau2014-06-121-10/+6
| | | | | | | | PHPBB3-12687
| * [ticket/12687] Return a string and move the displaying of the sql reportTristan Darricau2014-06-121-15/+20
| | | | | | | | PHPBB3-12687
| * [ticket/12687] Rename DISPLAY_LOAD_TIME to PHPBB_DISPLAY_LOAD_TIMETristan Darricau2014-06-111-35/+58
| | | | | | | | PHPBB3-12687
| * [ticket/12687] Display the explain link only when DEBUG is setTristan Darricau2014-06-101-6/+12
| | | | | | | | PHPBB3-12687
| * [ticket/12687] Add a constant to display the load time without DEBUGTristan Darricau2014-06-101-3/+3
| | | | | | | | PHPBB3-12687
* | Merge remote-tracking branch 'github-marc1706/ticket/12352' into ↵Nils Adermann2014-06-111-1/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/12352: (33 commits) [ticket/12352] Do not check hashes that don't have the necessary length [ticket/12352] Update file headers to fit new format [ticket/12352] Use custom provider collection for auth providers [ticket/12352] Add checks for existing user_pass_convert to migrations [ticket/12352] Remove usages of user_pass_convert column [ticket/12352] Update schema json file [ticket/12352] Remove user_pass_convert column from database [ticket/12352] Check each newly added passwords driver in manager_test [ticket/12352] Add get_settings_only method to passwords driver base [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords [ticket/12352] Add tests for wcf1 and wcf2 drivers [ticket/12352] Add driver for woltlab community framework 1 passwords [ticket/12352] Add driver for woltlab community framework 2 passwords [ticket/12352] Add missing $ to md5_mybb and md5_vb driver [ticket/12352] Fix spacing in passwords tests [ticket/12352] Add passwords driver for vB passwords [ticket/12352] Use correct hashing method in md5_mybb driver [ticket/12352] Add driver for myBB md5 passwords [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers [ticket/12352] Add passwords driver for sha1 password hashes ...
| * [ticket/12352] Use custom provider collection for auth providersMarc Alexander2014-06-011-9/+1
| | | | | | | | | | | | | | | | | | | | | | Using this custom provider collection, we can properly check whether the configured auth provider does exist. The method get_provider() has been added for returning the default auth provider or the standard db auth provider if the specified one does not exist. Additionally, the method get_provider() will throw an RuntimeException if none of the above exist. PHPBB3-12352
| * [ticket/12352] Revert to db auth provider if default does not existMarc Alexander2014-06-011-1/+10
| | | | | | | | | | | | | | | | This will make sure that we will not encounter a non-existing auth provider. We will revert to the default db auth provider if the one set in the config does not exist in our auth provider collection. PHPBB3-12352
* | [ticket/10073] Deduplicate the if statementJoas Schilling2014-05-291-10/+40
| | | | | | | | PHPBB3-10073
* | [ticket/10073] Fallback to board_contact when contact page is disabledJoas Schilling2014-05-291-1/+10
| | | | | | | | PHPBB3-10073
* | [ticket/10073] Remove unneccessary todos he config switch is enoughJoas Schilling2014-05-291-1/+1
| | | | | | | | PHPBB3-10073
* | [ticket/10073] Replace board_contact mail with links to contact pageNils Adermann2014-05-291-3/+3
| | | | | | | | | | | | Error pages still contain the email address. PHPBB3-10073
* | [ticket/10073] Add a contact administrators page and refactor email forms.Nils Adermann2014-05-291-0/+1
|/ | | | | | The message to be displayed on top of the email form cannot be configured yet. PHPBB3-10073
* [ticket/12594] Replace phpBB Group with phpBB LimitedYuriy Rusko2014-05-281-1/+1
| | | | PHPBB3-12594
* [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-2/+2
| | | | PHPBB3-12594
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594