aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.1.x'Joas Schilling2015-04-061-1/+23
|\
| * Merge pull request #3437 from marc1706/ticket/12368Joas Schilling2015-04-061-1/+23
| |\
| | * [ticket/12368] Fix comment in docblockMarc Alexander2015-03-261-1/+1
| | * [ticket/12368] Correctly check if avatars migration is installedMarc Alexander2015-02-241-1/+23
* | | Merge branch '3.1.x'Joas Schilling2015-04-061-3/+3
|\ \ \ | |/ /
| * | Merge pull request #3402 from brunoais/ticket/13621Joas Schilling2015-04-061-3/+3
| |\ \
| | * | [ticket/13621] Prepend $where_sql and postpend closing parentheses on returnbrunoais2015-02-151-3/+3
* | | | Merge branch '3.1.x'Joas Schilling2015-04-061-30/+30
|\ \ \ \ | |/ / /
| * | | Merge pull request #3333 from marc1706/ticket/13522Joas Schilling2015-04-061-31/+31
| |\ \ \
| | * | | [ticket/13522] Remove unneeded variables and correctly output input on errorMarc Alexander2015-02-211-9/+5
| | * | | [ticket/13522] Use acp_get_question_input() for retrieving input dataMarc Alexander2015-02-211-12/+9
| | * | | [ticket/13522] Trim array elements before processing furtherMarc Alexander2015-02-211-3/+2
| | * | | [ticket/13522] Remove unused variables and unexpected returnsMarc Alexander2015-01-241-10/+9
| | * | | [ticket/13522] Remove empty answers from possible answers in Q&AMarc Alexander2015-01-241-2/+11
* | | | | Merge pull request #3461 from s9e/ticket/11768Tristan Darricau2015-04-059-0/+1857
|\ \ \ \ \
| * | | | | [ticket/11768] Stylistic change. No functional change intendedJoshyPHP2015-04-021-1/+1
| * | | | | [ticket/11768] Added some default template parametersJoshyPHP2015-04-021-2/+7
| * | | | | [ticket/11768] Moved the routine that replaces tabs with spacesJoshyPHP2015-04-021-16/+28
| * | | | | [ticket/11768] Renamed service varsJoshyPHP2015-04-022-18/+16
| * | | | | [ticket/11768] Restored get_parser() / get_renderer()JoshyPHP2015-04-022-0/+20
| * | | | | [ticket/11768] Moved parser/renderer setup eventsJoshyPHP2015-04-022-11/+11
| * | | | | [ticket/11768] Updated s9e\TextFormatterJoshyPHP2015-04-021-1/+1
| * | | | | [ticket/11768] Updated utils serviceJoshyPHP2015-04-022-34/+29
| * | | | | [ticket/11768] Added parser eventsJoshyPHP2015-04-022-2/+28
| * | | | | [ticket/11768] Added renderer eventsJoshyPHP2015-04-021-3/+27
| * | | | | [ticket/11768] Added core.text_formatter_s9e_renderer_setup eventJoshyPHP2015-04-021-3/+20
| * | | | | [ticket/11768] Added core.text_formatter_s9e_parser_setup eventJoshyPHP2015-04-021-4/+29
| * | | | | [ticket/11768] Removed get_parser() / get_renderer() accessorsJoshyPHP2015-04-022-20/+0
| * | | | | [ticket/11768] Updated the text_formatter.s9e.utils serviceJoshyPHP2015-04-021-14/+3
| * | | | | [ticket/11768] Removed superfluous whitespace [ci skip]JoshyPHP2015-04-021-3/+0
| * | | | | [ticket/11768] Preserve comments in custom BBCodesJoshyPHP2015-04-021-0/+4
| * | | | | [ticket/11768] Added configurator eventsJoshyPHP2015-04-021-2/+28
| * | | | | [ticket/11768] Updated merge_templates(). No functional change intendedJoshyPHP2015-04-021-5/+10
| * | | | | [ticket/11768] Updated merge_templates(). No functional change intendedJoshyPHP2015-04-021-3/+3
| * | | | | [ticket/11768] Updated various annotationsJoshyPHP2015-04-025-28/+24
| * | | | | [ticket/11768] Replaced array access with call to $user->lang()JoshyPHP2015-04-021-1/+1
| * | | | | [ticket/11768] Renamed utilsJoshyPHP2015-04-022-6/+6
| * | | | | [ticket/11768] Made capturing code blocks a bit more flexibleJoshyPHP2015-04-021-1/+1
| * | | | | [ticket/11768] Whitespace [ci skip]JoshyPHP2015-04-021-1/+1
| * | | | | [ticket/11768] Renamed interfacesJoshyPHP2015-04-028-137/+129
| * | | | | [ticket/11768] Added support for creating unsafe BBCodesJoshyPHP2015-04-021-1/+2
| * | | | | [ticket/11768] Replaced extract() callsJoshyPHP2015-04-023-4/+7
| * | | | | [ticket/11768] Replaced some referencesJoshyPHP2015-04-021-5/+3
| * | | | | [ticket/11768] Removed the cached rendererJoshyPHP2015-04-022-8/+3
| * | | | | [ticket/11768] Replaced FQNs in annotationsJoshyPHP2015-04-023-5/+5
| * | | | | [ticket/11768] Renamed propertyJoshyPHP2015-04-021-8/+8
| * | | | | [ticket/11768] Replaced class names in annotations with their FQNJoshyPHP2015-04-023-10/+10
| * | | | | [ticket/11768] Removed commentsJoshyPHP2015-04-021-3/+0
| * | | | | [ticket/11768] Updated renderer annotationJoshyPHP2015-04-021-1/+1
| * | | | | [ticket/11768] Replaced \phpbb\textformatter\parser with an interfaceJoshyPHP2015-04-022-22/+27