| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/8708] Add f_announce_global permission | Oliver Schramm | 2015-07-19 | 2 | -0/+42 |
| | | | | | PHPBB3-8708 | ||||
| * | Merge branch '3.1.x' | Marc Alexander | 2015-07-17 | 1 | -4/+54 |
| |\ | |||||
| | * | Merge pull request #3593 from satanasov/ticket/13817 | Marc Alexander | 2015-07-17 | 1 | -4/+54 |
| | |\ | | | | | | | | | | [ticket/13817] Add core.update_session event | ||||
| | | * | [ticket/13817] Fix target version | Stanislav Atanasov | 2015-07-12 | 1 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-13817 | ||||
| | | * | [ticket/13817] fix after for session_update | Stanislav Atanasov | 2015-06-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | Fix wrong variables passed to create session event PHPBB3-13817 | ||||
| | | * | [ticket/13817] Add read-only notes to events | Stanislav Atanasov | 2015-06-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | PHPBB3-13817 | ||||
| | | * | [ticket/13817] Fix missing var names | Stanislav Atanasov | 2015-06-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | Var names in doc block PHPBB3-13817 | ||||
| | | * | [ticket/13817] Add _after | Stanislav Atanasov | 2015-06-20 | 1 | -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 dispatch | Stanislav Atanasov | 2015-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Fix no event parameters PHPBB3-13817 | ||||
| | | * | [ticket/13817] Fix empty event | Stanislav Atanasov | 2015-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Try adding event with no parameters PHPBB3-13817 | ||||
| | | * | [ticket/13817] Fix empty vars array | Stanislav Atanasov | 2015-06-20 | 1 | -2/+1 |
| | | | | | | | | | | | | | PHPBB3-13817 | ||||
| | | * | [ticket/13817] Fix missing phpbb_dispatcher | Stanislav Atanasov | 2015-06-20 | 1 | -3/+17 |
| | | | | | | | | | | | | | | | | | | | Fix missing phpbb_dispatcher and add event to session_create PHPBB3-13817 | ||||
| | | * | [ticket/13817] Add session_kill and session_gc | Stanislav Atanasov | 2015-06-20 | 1 | -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 since | Stanislav Atanasov | 2015-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | As requested by nickvergessen PHPBB3-13817 | ||||
| | | * | [ticket/13817] Add core.update_session event | Stanislav Atanasov | 2015-06-20 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | Add core.update_session event in \phpbb\session.php PHPBB3-13817 | ||||
| * | | | Merge pull request #3776 from VSEphpbb/ticket/14033 | Tristan Darricau | 2015-07-17 | 4 | -4/+5 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14033] Fix errors in docblocks | ||||
| | * | | | [ticket/14033] Fix errors in docblocks | Matt Friedman | 2015-07-16 | 4 | -4/+5 |
| | | | | | | | | | | | | | | | | | PHPBB3-14033 | ||||
| * | | | | [ticket/14034] Fix reparser names that contain "text_reparser" in the middle | JoshyPHP | 2015-07-17 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | PHPBB3-14034 | ||||
| * | | | | Merge branch '3.1.x' | Marc Alexander | 2015-07-15 | 1 | -0/+7 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | Merge pull request #3737 from javiexin/ticket/13980 | Marc Alexander | 2015-07-15 | 1 | -0/+7 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/13980] Uploaded avatar not removed when new is uploaded | ||||
| | | * | | | [ticket/13980] Uploaded avatar not removed when new is uploaded | javiexin | 2015-07-09 | 1 | -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 uploaded | javiexin | 2015-07-03 | 1 | -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/11444 | Máté Bartus | 2015-07-14 | 28 | -559/+1223 |
| |\ \ \ \ \ | | | | | | | | | | | | | [ticket/11444] Moving the in-board notifications to a method class | ||||
| | * | | | | | [ticket/11444] Fix services definition | Tristan Darricau | 2015-07-13 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444 | ||||
| | * | | | | | [ticket/11444] Update tests and cleanup types/methods | Tristan Darricau | 2015-07-13 | 9 | -33/+102 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444 | ||||
| | * | | | | | [ticket/11444] Cleanup method constructors | Tristan Darricau | 2015-07-13 | 6 | -84/+89 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444 | ||||
| | * | | | | | [ticket/11444] BC layer | Tristan Darricau | 2015-07-13 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444 | ||||
| | * | | | | | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 25 | -462/+1030 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/14008 | Tristan Darricau | 2015-07-13 | 1 | -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 guests | JoshyPHP | 2015-07-13 | 1 | -0/+6 |
| | | |_|/ / | |/| | | | | | | | | | | | | | PHPBB3-14008 | ||||
| * | | | | | [ticket/14000] Added support for emoji | JoshyPHP | 2015-07-12 | 1 | -0/+5 |
| |/ / / / | | | | | | | | | | | | | PHPBB3-14000 | ||||
| * | | | | Merge branch '3.1.x' | Marc Alexander | 2015-07-08 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: tests/template/template_includecss_test.php | ||||
| | * | | | [ticket/13995] Remove deprecated projection media type | Matt Friedman | 2015-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13995 | ||||
| * | | | | Merge pull request #3744 from s9e/ticket/13987 | Tristan Darricau | 2015-07-07 | 2 | -3/+38 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/13987] Add --dry-run option to reparser CLI | ||||
| | * | | | | [ticket/13987] Replaced optional parameter with explicit API | JoshyPHP | 2015-07-06 | 3 | -15/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987 | ||||
| | * | | | | [ticket/13987] Add --dry-run option to reparser CLI | JoshyPHP | 2015-07-06 | 3 | -13/+22 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13987 | ||||
| * | | | | | Merge pull request #3623 from s9e/ticket/10620 | Tristan Darricau | 2015-07-07 | 5 | -25/+127 |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | [ticket/10620] Quote improvements | ||||
| | * | | | | [ticket/10620] Removed extraneous quotes from attribute values | JoshyPHP | 2015-06-25 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | | | [ticket/10620] Updated docblock | JoshyPHP | 2015-06-25 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | | | [ticket/10620] Implemented quote improvements | JoshyPHP | 2015-06-25 | 4 | -18/+111 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620 | ||||
| * | | | | | Merge pull request #3726 from CHItA/ticket/13961 | Tristan Darricau | 2015-07-06 | 3 | -2/+128 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13961] Add orderable service collections | ||||
| | * | | | | | [ticket/13961] Define behaviour when the array is modified in a loop | Mate Bartus | 2015-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| | * | | | | | [ticket/13961] Allow the collection to be modified runtime | Mate Bartus | 2015-06-27 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| | * | | | | | [ticket/13961] Move back service_collections under original namespace | Mate Bartus | 2015-06-26 | 9 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| | * | | | | | [ticket/13961] Fix compatibility issue with parent class | Mate Bartus | 2015-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| | * | | | | | [ticket/13691] Add services when the iterator requested | Mate Bartus | 2015-06-24 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13691 | ||||
| | * | | | | | [ticket/13961] Add ordered service collection | Mate Bartus | 2015-06-24 | 2 | -1/+118 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| | * | | | | | [ticket/13961] Move service_collection to di/service_collection namespace | Mate Bartus | 2015-06-23 | 8 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| * | | | | | | [ticket/13990] Reparse markup inside of forum rules/description | JoshyPHP | 2015-07-06 | 6 | -9/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13990 | ||||
| * | | | | | | [ticket/13891] Fix CS | Tristan Darricau | 2015-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13891 | ||||
