aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3745 from s9e/ticket/13986Tristan Darricau2015-07-191-42/+145
|\
| * [ticket/13986] Replaced hardcoded valueJoshyPHP2015-07-171-1/+1
| * [ticket/13986] Fixed resume data to carry through multiple runsJoshyPHP2015-07-171-2/+2
| * [ticket/13986] Add --resume option to reparser CLIJoshyPHP2015-07-171-41/+144
* | 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] Fix target versionStanislav Atanasov2015-07-121-4/+4
| | * [ticket/13817] fix after for session_updateStanislav Atanasov2015-06-241-3/+3
| | * [ticket/13817] Add read-only notes to eventsStanislav Atanasov2015-06-201-0/+3
| | * [ticket/13817] Fix missing var namesStanislav Atanasov2015-06-201-0/+1
| | * [ticket/13817] Add _afterStanislav Atanasov2015-06-201-19/+19
| | * [ticket/13817] Change trgger_event to dispatchStanislav Atanasov2015-06-201-1/+1
| | * [ticket/13817] Fix empty eventStanislav Atanasov2015-06-201-1/+1
| | * [ticket/13817] Fix empty vars arrayStanislav Atanasov2015-06-201-2/+1
| | * [ticket/13817] Fix missing phpbb_dispatcherStanislav Atanasov2015-06-201-3/+17
| | * [ticket/13817] Add session_kill and session_gcStanislav Atanasov2015-06-201-2/+24
| | * [ticket/13817] Change sinceStanislav Atanasov2015-06-201-1/+1
| | * [ticket/13817] Add core.update_session eventStanislav Atanasov2015-06-201-1/+12
* | | Merge pull request #3776 from VSEphpbb/ticket/14033Tristan Darricau2015-07-174-4/+5
|\ \ \
| * | | [ticket/14033] Fix errors in docblocksMatt Friedman2015-07-164-4/+5
* | | | [ticket/14034] Fix reparser names that contain "text_reparser" in the middleJoshyPHP2015-07-172-4/+4
* | | | 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 uploadedjaviexin2015-07-091-5/+2
| | * | | [ticket/13980] Uploaded avatar not removed when new is uploadedjaviexin2015-07-031-0/+10
* | | | | Merge pull request #3751 from Nicofuma/ticket/11444Máté Bartus2015-07-1428-559/+1223
|\ \ \ \ \
| * | | | | [ticket/11444] Fix services definitionTristan Darricau2015-07-131-8/+0
| * | | | | [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-139-33/+102
| * | | | | [ticket/11444] Cleanup method constructorsTristan Darricau2015-07-136-84/+89
| * | | | | [ticket/11444] BC layerTristan Darricau2015-07-131-0/+30
| * | | | | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-1325-462/+1030
* | | | | | 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 guestsJoshyPHP2015-07-131-0/+6
| | |_|/ / | |/| | |
* | | | | [ticket/14000] Added support for emojiJoshyPHP2015-07-121-0/+5
|/ / / /
* | | | Merge branch '3.1.x'Marc Alexander2015-07-081-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/13995] Remove deprecated projection media typeMatt Friedman2015-07-071-1/+1
* | | | Merge pull request #3744 from s9e/ticket/13987Tristan Darricau2015-07-072-3/+38
|\ \ \ \
| * | | | [ticket/13987] Replaced optional parameter with explicit APIJoshyPHP2015-07-063-15/+41
| * | | | [ticket/13987] Add --dry-run option to reparser CLIJoshyPHP2015-07-063-13/+22
* | | | | Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-075-25/+127
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-251-6/+12
| * | | | [ticket/10620] Updated docblockJoshyPHP2015-06-251-1/+4
| * | | | [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-254-18/+111
* | | | | Merge pull request #3726 from CHItA/ticket/13961Tristan Darricau2015-07-063-2/+128
|\ \ \ \ \
| * | | | | [ticket/13961] Define behaviour when the array is modified in a loopMate Bartus2015-07-021-1/+1
| * | | | | [ticket/13961] Allow the collection to be modified runtimeMate Bartus2015-06-271-6/+2
| * | | | | [ticket/13961] Move back service_collections under original namespaceMate Bartus2015-06-269-18/+18
| * | | | | [ticket/13961] Fix compatibility issue with parent classMate Bartus2015-06-241-1/+1
| * | | | | [ticket/13691] Add services when the iterator requestedMate Bartus2015-06-241-0/+13
| * | | | | [ticket/13961] Add ordered service collectionMate Bartus2015-06-242-1/+118