aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-06-241-2/+29
|\
| * [ticket/12755] Apply de morgan to conditionalMarc Alexander2014-06-241-1/+1
| * [ticket/12755] Terminate upload loop if upload reaches filesizeMarc Alexander2014-06-241-2/+12
| * [ticket/12755] Change upload in remote_upload() method to fit get_remote_fileMarc Alexander2014-06-241-12/+14
| * [ticket/12755] Add language string for timed out remote uploadMarc Alexander2014-06-231-1/+1
| * [ticket/12755] Add timeout to remote upload to prevent infinite loopMarc Alexander2014-06-211-0/+15
* | [ticket/12612] Prefix check_ids() with phpbb_Joas Schilling2014-06-236-17/+17
* | [ticket/12612] Prefix mcp_sorting() with phpbb_Joas Schilling2014-06-236-7/+7
* | [ticket/12612] Prefix get_*_data() with phpbb_ and delete unused globalJoas Schilling2014-06-239-38/+38
* | [ticket/12612] Prefix module url functions with phpbb_Joas Schilling2014-06-234-27/+31
* | [ticket/12612] Prefix upload_popup() with phpbb_Joas Schilling2014-06-231-1/+1
* | [ticket/12612] Prefix handle_post_delete() with phpbb and remove unused globalJoas Schilling2014-06-231-2/+2
* | [ticket/12612] Prefix custom UCP module function with phpbb_Joas Schilling2014-06-232-2/+10
* | [ticket/12612] Prefix _sort_last_active() with phpbb_Joas Schilling2014-06-231-1/+1
* | [ticket/12612] Prefix show_profile() with phpbb and delete unused globalJoas Schilling2014-06-231-2/+2
* | Merge pull request #2574 from lucifer4o/ticket/12690Joas Schilling2014-06-231-0/+13
|\ \
| * | [ticket/12690] Find a spaceStanislav Atanasov2014-06-221-1/+1
| * | [ticket/12690] Remove $msg_id and chmodStanislav Atanasov2014-06-221-3/+1
| * | [ticket/12690] Add other info to core.submit_pm_afterStanislav Atanasov2014-06-221-1/+5
| * | [ticket/12690] Add core.submit_pm_after eventStanislav Atanasov2014-06-221-0/+11
* | | Merge pull request #2571 from Crizz0/ticket/12563Dhruv Goel2014-06-231-2/+2
|\ \ \
| * | | [ticket/12563] Adds « and » to the links in acp_styles.phpCrizzo2014-06-221-2/+2
| * | | [ticket/12563] Removes strintf in acp_styles.php and shorts up <a>Crizzo2014-06-121-2/+2
| * | | [ticket/12563] Changes 2 language variables to better understandable namesCrizzo2014-06-101-2/+2
* | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12612-ascraeus' int...Nils Adermann2014-06-234-0/+983
|\ \ \ \
| * | | | [ticket/12612] Move functions from mcp.php to functions_mcp.phpJoas Schilling2014-06-181-0/+666
| * | | | [ticket/12612] Move function from ucp.php to functions_user.phpJoas Schilling2014-06-181-0/+20
| * | | | [ticket/12612] Move functions from memberlist.php to functions_display.phpJoas Schilling2014-06-181-0/+163
| * | | | [ticket/12612] Move functions from posting.php to functions_posting.phpJoas Schilling2014-06-181-0/+134
* | | | | [ticket/12761] Remove the execute bit from functions_user.phpn-aleha2014-06-231-0/+0
* | | | | Merge pull request #2629 from nickvergessen/ticket/12747Andreas Fischer2014-06-229-367/+0
|\ \ \ \ \
| * | | | | [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-209-367/+0
* | | | | | 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
* | | | | | | 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
|\ \ \ \ \ \