aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2575 from lucifer4o/ticket/12691Joas Schilling2014-06-221-1/+13
|\
| * [ticket/12691] Comment changeStanislav Atanasov2014-06-221-1/+1
| * [ticket/12691] Change event to core.delete_pm_beforeStanislav Atanasov2014-06-221-3/+3
| * [ticket/12691] Add core.delete_pm to funtion delete_pmStanislav Atanasov2014-06-221-1/+13
* | Merge pull request #2586 from lucifer4o/ticket/12701Joas Schilling2014-06-221-1/+16
|\ \
| * | [ticket/12701] Add changeStanislav Atanasov2014-06-221-1/+2
| * | [ticket/12701] Rmove before event and expand modify_dataStanislav Atanasov2014-06-221-13/+4
| * | [ticket/12701] Add events to user_add functionStanislav Atanasov2014-06-221-0/+23
| |/
* | Merge pull request #2530 from PayBas/ticket/12646Joas Schilling2014-06-221-0/+4
|\ \ | |/ |/|
| * [ticket/12646] Changed to navlinks.MICRODATAPayBas2014-06-101-0/+4
* | [ticket/12723] Add Sniff ensuring PHP files use the correct file headerTristan Darricau2014-06-222-6/+15
* | Merge pull request #2566 from marc1706/ticket/11711Joas Schilling2014-06-201-0/+9
|\ \
| * | [ticket/11711] Improve coding and comments of character checkMarc Alexander2014-06-101-1/+1
| * | [ticket/11711] Improve checks for unsupported characters and check subjectMarc Alexander2014-06-091-7/+3
| * | [ticket/11711] Inform user of unsupported characters while postingMarc Alexander2014-06-091-0/+13
* | | Merge pull request #2588 from nickvergessen/ticket/12705Dhruv Goel2014-06-171-7/+10
|\ \ \
| * | | [ticket/12705] Store the regular expression matches based on server_urlJoas Schilling2014-06-141-7/+10
* | | | [ticket/12721] Update rules descriptionsTristan Darricau2014-06-161-1/+0
* | | | [ticket/12721] Add Squiz.ControlStructures.ForLoopDeclaration in legacyTristan Darricau2014-06-161-1/+1
* | | | [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-163-3/+4
* | | | [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy rulesetTristan Darricau2014-06-161-1/+1
* | | | [ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy rulesetTristan Darricau2014-06-166-19/+19
* | | | [ticket/12724] Add Squiz.PHP.Eval in the legacy rulesetTristan Darricau2014-06-162-0/+4
* | | | Merge pull request #2431 from Nicofuma/ticket/12109Dhruv Goel2014-06-151-8/+16
|\ \ \ \
| * | | | [ticket/12109] Fix coding styleTristan Darricau2014-05-101-4/+4
| * | | | [ticket/12109] Bug when setting permissions with "Select all users"Tristan Darricau2014-05-101-8/+16
* | | | | [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-132-58/+70
|\ \ \ \
| * | | | [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-122-12/+8
| * | | | [ticket/12687] Return a string and move the displaying of the sql reportTristan Darricau2014-06-122-16/+22
| * | | | [ticket/12687] Rename DISPLAY_LOAD_TIME to PHPBB_DISPLAY_LOAD_TIMETristan Darricau2014-06-112-70/+59
| * | | | [ticket/12687] Display the explain link only when DEBUG is setTristan Darricau2014-06-102-12/+24
| * | | | [ticket/12687] Add a constant to display the load time without DEBUGTristan Darricau2014-06-102-6/+6
* | | | | [ticket/12694] Remove whitespace at end of line from acp_groupsMarc Alexander2014-06-111-1/+1
* | | | | Merge remote-tracking branch 'github-marc1706/ticket/12352' into develop-ascr...Nils Adermann2014-06-114-4/+2
|\ \ \ \ \
| * | | | | [ticket/12352] Use custom provider collection for auth providersMarc Alexander2014-06-011-9/+1
| * | | | | [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-013-3/+0
| * | | | | [ticket/12352] Revert to db auth provider if default does not existMarc Alexander2014-06-011-1/+10
| | |_|_|/ | |/| | |
* | | | | [ticket/12688] Correctly use web root path instead of phpbb root pathJoas Schilling2014-06-101-5/+5
* | | | | [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-2/+2
| |/ / / |/| | |
* | | | Merge pull request #2518 from Pico88/ticket/12606Joas Schilling2014-06-101-1/+106
|\ \ \ \
| * | | | [ticket/12606] Add ACP group core eventsPico882014-06-091-1/+106
* | | | | Merge pull request #2434 from Nicofuma/ticket/8610Joas Schilling2014-06-092-7/+35
|\ \ \ \ \