aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/8708] Add f_announce_global permissionOliver Schramm2015-07-196-7/+52
| | | | PHPBB3-8708
* Merge branch '3.1.x'Marc Alexander2015-07-171-0/+11
|\
| * Merge pull request #3732 from kinerity/ticket/13974Marc Alexander2015-07-171-0/+11
| |\ | | | | | | | | | [ticket/13974] Add core.mcp_change_poster_after event
| | * [ticket/13974] Change userdata type from string to arrayKailey Truscott2015-06-281-1/+1
| | | | | | | | | | | | | | | | | | Change the docblock for userdata from string to array. PHPBB3-13974
| | * [ticket/13974] Add core.mcp_change_poster_after eventKailey Truscott2015-06-281-0/+11
| | | | | | | | | | | | | | | | | | | | | Create a new event to perform additional tasks after chainging a post's poster. PHPBB3-13974
* | | Merge branch '3.1.x'Marc Alexander2015-07-171-0/+3
|\ \ \ | |/ /
| * | Merge pull request #3731 from marcovo/ticket/13971Marc Alexander2015-07-171-0/+3
| |\ \ | | | | | | | | | | | | [ticket/13971] Add draft_id var to core.posting_modify_template_vars
| | * | [ticket/13971] Add draft_id var to event core.posting_modify_template_varsMarco Kubuntu2015-06-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added draft_id to the core.posting_modify_template_vars event in posting.php, to provide the ability to use the 'checked' draft_id in extensions, in addition to the 'raw' draft_id provided in earlier events in posting.php PHPBB3-13971
* | | | Merge branch '3.1.x'Marc Alexander2015-07-171-4/+54
|\ \ \ \ | |/ / /
| * | | Merge pull request #3593 from satanasov/ticket/13817Marc Alexander2015-07-171-4/+54
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13817] Add core.update_session event
| | * | | [ticket/13817] Fix target versionStanislav Atanasov2015-07-121-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-13817
| | * | | [ticket/13817] fix after for session_updateStanislav Atanasov2015-06-241-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wrong variables passed to create session event PHPBB3-13817
| | * | | [ticket/13817] Add read-only notes to eventsStanislav Atanasov2015-06-201-0/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-13817
| | * | | [ticket/13817] Fix missing var namesStanislav Atanasov2015-06-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Var names in doc block PHPBB3-13817
| | * | | [ticket/13817] Add _afterStanislav Atanasov2015-06-201-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As requested events are named *_after core.session_start_after is moved after USERS_TABLE update to prevent returning session data from extensions PHPBB3-13817
| | * | | [ticket/13817] Change trgger_event to dispatchStanislav Atanasov2015-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix no event parameters PHPBB3-13817
| | * | | [ticket/13817] Fix empty eventStanislav Atanasov2015-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Try adding event with no parameters PHPBB3-13817
| | * | | [ticket/13817] Fix empty vars arrayStanislav Atanasov2015-06-201-2/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13817
| | * | | [ticket/13817] Fix missing phpbb_dispatcherStanislav Atanasov2015-06-201-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing phpbb_dispatcher and add event to session_create PHPBB3-13817
| | * | | [ticket/13817] Add session_kill and session_gcStanislav Atanasov2015-06-201-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket was changed to add few more session related events core.session_kill - send user_id and session_id core.session_gc - just triger event PHPBB3-13817
| | * | | [ticket/13817] Change sinceStanislav Atanasov2015-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As requested by nickvergessen PHPBB3-13817
| | * | | [ticket/13817] Add core.update_session eventStanislav Atanasov2015-06-201-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core.update_session event in \phpbb\session.php PHPBB3-13817
* | | | | [ticket/14015] Update SymfonyTristan Darricau2015-07-171-77/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removing symfony/filesystem (2.8.x-dev 45cc231) - Installing symfony/filesystem (2.8.x-dev 9f70c56) Cloning 9f70c5625a32b2f1e6fc37222f52b4e0eb437b0e - Removing symfony/config (2.8.x-dev 291e3f1) - Installing symfony/config (2.8.x-dev 358ec92) Cloning 358ec929e494b6f12d8508d88357cbd7383a10ca - Removing symfony/console (2.8.x-dev 7e857a2) - Installing symfony/console (2.8.x-dev fd85e75) Cloning fd85e7517e79a2bceafcee8f7e8b7bbd0919a90a - Removing symfony/dependency-injection (2.8.x-dev 90a7527) - Installing symfony/dependency-injection (2.8.x-dev f279142) Cloning f279142fb6bc21e83fcd40e0a01a62ff527268be - Removing symfony/finder (2.8.x-dev fd26bdb) - Installing symfony/finder (2.8.x-dev 8712d5e) Cloning 8712d5e8c4ad65e6b936ed9b6a581e5e6a87fddf - Removing symfony/http-foundation (2.8.x-dev 06aa08b) - Installing symfony/http-foundation (2.8.x-dev 5339030) Cloning 5339030f5af0d6fef7c897130291ac168278289f - Removing symfony/event-dispatcher (2.8.x-dev 8766ceb) - Installing symfony/event-dispatcher (2.8.x-dev d724688) Cloning d7246885b7fe4cb5a2786bda34362d2f0e40b730 - Removing symfony/debug (2.8.x-dev eda866d) - Installing symfony/debug (2.8.x-dev d1114d8) Cloning d1114d892ae70f833871dc55599f17084191efaa - Removing symfony/http-kernel (2.8.x-dev c587069) - Installing symfony/http-kernel (2.8.x-dev f24d2cb) Cloning f24d2cb4778ecc5f6c8e8f7f31bc4691099a920d - Removing symfony/routing (2.8.x-dev 76b18ed) - Installing symfony/routing (2.8.x-dev 9e797cd) Cloning 9e797cd70762db18d87c59dc6bc1ab7c3eb963ed - Removing symfony/security-core (2.8.x-dev 2c21845) - Installing symfony/security-core (2.8.x-dev 8253e02) Cloning 8253e027bf8a1c9c573a7b3c494027847058c959 - Removing symfony/twig-bridge (2.8.x-dev 2e072a1) - Installing symfony/twig-bridge (2.8.x-dev a02e3a8) Cloning a02e3a8ff1f8eda04d0e0655d2cefcbe9ecc4e14 - Removing symfony/yaml (2.8.x-dev 2396832) - Installing symfony/yaml (2.8.x-dev 000e7fc) Cloning 000e7fc2653335cd42c6d21405dac1c74224a387 - Removing symfony/dom-crawler (2.8.x-dev 3a523d1) - Installing symfony/dom-crawler (2.8.x-dev 3aed431) Cloning 3aed431721a4a779d1ec30210bd53075da9623f5 - Removing symfony/browser-kit (2.8.x-dev 4916397) - Installing symfony/browser-kit (2.8.x-dev 4f297d7) Cloning 4f297d7e00c375b6ab03732e076f65799a73937d - Removing symfony/process (2.8.x-dev daf96f1) - Installing symfony/process (2.8.x-dev 25d74c9) Cloning 25d74c90d79e66905013714d8d188e4ccb5ff466 PHPBB3-14015
* | | | | Merge pull request #3776 from VSEphpbb/ticket/14033Tristan Darricau2015-07-174-4/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14033] Fix errors in docblocks
| * | | | | [ticket/14033] Fix errors in docblocksMatt Friedman2015-07-164-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14033
* | | | | | [ticket/14034] Fix reparser names that contain "text_reparser" in the middleJoshyPHP2015-07-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14034
* | | | | | Merge branch '3.1.x'Marc Alexander2015-07-161-0/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #3755 from RMcGirr83/ticket/14004Marc Alexander2015-07-161-0/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14004] Add user_info to core event
| | * | | | | [ticket/14004] Add user_info to core eventRichard McGirr2015-07-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14004
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-07-151-0/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #3737 from javiexin/ticket/13980Marc Alexander2015-07-151-0/+7
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | [ticket/13980] Uploaded avatar not removed when new is uploaded
| | * | | | | [ticket/13980] Uploaded avatar not removed when new is uploadedjaviexin2015-07-091-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the previously uploaded avatar when a new one with a different extension is uploaded, using existing delete method PHPBB3-13980
| | * | | | | [ticket/13980] Uploaded avatar not removed when new is uploadedjaviexin2015-07-031-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the previously uploaded avatar when a new one with a different extension is uploaded PHPBB3-13980
* | | | | | | Merge pull request #3751 from Nicofuma/ticket/11444Máté Bartus2015-07-1443-822/+1308
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/11444] Moving the in-board notifications to a method class
| * | | | | | | [ticket/11444] Update testsTristan Darricau2015-07-131-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444
| * | | | | | | [ticket/11444] Fix services definitionTristan Darricau2015-07-132-20/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444
| * | | | | | | [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-1310-233/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444
| * | | | | | | [ticket/11444] Cleanup method constructorsTristan Darricau2015-07-137-96/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444
| * | | | | | | [ticket/11444] BC layerTristan Darricau2015-07-132-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444
| * | | | | | | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-1340-519/+1077
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* | | | | | | | Merge pull request #3758 from s9e/ticket/14008Tristan Darricau2015-07-131-0/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | [ticket/14008] Do not add a user_id value to quotes from guests
| * | | | | | | [ticket/14008] Do not add a user_id value to quotes from guestsJoshyPHP2015-07-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14008
* | | | | | | | Merge pull request #3747 from rxu/ticket/13377Tristan Darricau2015-07-132-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13377] Fix decoding for www type URLs in function decode_message()
| * | | | | | | | [ticket/13377] Fix decoding for www type URLs in function decode_message()rxu2015-07-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13377
* | | | | | | | | [ticket/14000] Added support for emojiJoshyPHP2015-07-122-4/+10
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14000
* | | | | | | | Merge branch '3.1.x'Marc Alexander2015-07-101-1/+4
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge pull request #3741 from rxu/ticket/13984Marc Alexander2015-07-101-1/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13984] Fix the call of Ajax loading indicator
| | * | | | | | [ticket/13984] Fix the call of Ajax loading indicatorrxu2015-07-041-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13984
* | | | | | | | Merge branch '3.1.x'Marc Alexander2015-07-088-18/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/template/template_includecss_test.php
| * | | | | | | Merge pull request #3749 from VSEphpbb/ticket/13995Marc Alexander2015-07-088-18/+18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13995] Fixes for invalid HTML in docs and phpBB