aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [ticket/14345] Move new line to ternary comparisonMarc Alexander2015-12-071-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14345
* | | | | [ticket/14345] Check if description exists in message aryMarc Alexander2015-12-071-3/+6
|/ / / / | | | | | | | | | | | | PHPBB3-14345
* | | | Merge pull request #4046 from CHItA/ticket/14269Tristan Darricau2015-12-075-2/+147
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14269] Use http_exceptions in the installer instead of die() * CHItA/ticket/14269: [ticket/14269] Change HTTP status codes to 403 [ticket/14269] Fix comments and language var names [ticket/14269] Use http_exceptions in the installer instead of die()
| * | | | [ticket/14269] Change HTTP status codes to 403Mate Bartus2015-12-052-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14269
| * | | | [ticket/14269] Fix comments and language var namesMate Bartus2015-12-034-6/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-14269
| * | | | [ticket/14269] Use http_exceptions in the installer instead of die()Mate Bartus2015-11-275-2/+147
| | | | | | | | | | | | | | | | | | | | PHPBB3-14269
* | | | | [ticket/14341] Update dependencies to Symfony 2.8 stableMichaelC2015-12-062-125/+471
| | | | | | | | | | | | | | | | | | | | PHPBB3-14341
* | | | | Merge pull request #4006 from brunoais/feature/sql-bool-builderTristan Darricau2015-12-051-17/+26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [feature/sql-bool-builder] New syntax for DBAL query builder for boolean generation * brunoais/feature/sql-bool-builder: [feature/sql-bool-builder] Fixing misuse of LOGICAL_OP instead of STATEMENTS [feature/sql-bool-builder] Fixing typos in previous commit [feature/sql-bool-builder] Changing syntax pt3. Don't use magic numbers [feature/sql-bool-builder] Changing syntax pt2. Fix tests [feature/sql-bool-builder] Changing syntax
| * | | | | [feature/sql-bool-builder] Fixing misuse of LOGICAL_OP instead of STATEMENTSbrunoais2015-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13652
| * | | | | [feature/sql-bool-builder] Fixing typos in previous commitbrunoais2015-11-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13652
| * | | | | [feature/sql-bool-builder] Changing syntax pt3. Don't use magic numbersbrunoais2015-11-111-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13652
| * | | | | [feature/sql-bool-builder] Changing syntaxbrunoais2015-11-111-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing the syntax used to the one Nicofuma suggested. PHPBB3-13652
* | | | | | Merge pull request #4005 from Elsensee/ticket/14257Tristan Darricau2015-12-058-61/+523
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14257] Reparse after update * Elsensee/ticket/14257: [ticket/14257] Add tests for reparser manager [ticket/14257] Fix CLI reparser and set cron interval [ticket/14257] Fix CLI error message [ticket/14257] Fix phpdoc in CLI command [ticket/14257] Add text_reparser manager [ticket/14257] Use migrations instead of cron job for some reparsers [ticket/14257] Fix lock acquire in CLI command [ticket/14257] Fix if condition [ticket/14257] Add reparse_lock to CLI command [ticket/14257] Add cron tasks for reparsing text
| * | | | | | [ticket/14257] Fix CLI reparser and set cron intervalOliver Schramm2015-11-084-25/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257
| * | | | | | [ticket/14257] Fix CLI error messageOliver Schramm2015-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257
| * | | | | | [ticket/14257] Fix phpdoc in CLI commandOliver Schramm2015-10-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257
| * | | | | | [ticket/14257] Add text_reparser managerOliver Schramm2015-10-267-104/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257
| * | | | | | [ticket/14257] Use migrations instead of cron job for some reparsersOliver Schramm2015-10-252-52/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257
| * | | | | | [ticket/14257] Fix lock acquire in CLI commandOliver Schramm2015-10-251-22/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257
| * | | | | | [ticket/14257] Fix if conditionOliver Schramm2015-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257
| * | | | | | [ticket/14257] Add reparse_lock to CLI commandOliver Schramm2015-10-243-16/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257
| * | | | | | [ticket/14257] Add cron tasks for reparsing textOliver Schramm2015-10-243-0/+321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257
* | | | | | | Merge pull request #4050 from nickvergessen/ticket/14317Tristan Darricau2015-12-052-13/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket/14317 Update language help files * nickvergessen/ticket/14317: [ticket/14317] Make it easier to change the language iso tag [ticket/14317] Run the script again
| * | | | | | | [ticket/14317] Make it easier to change the language iso tagJoas Schilling2015-11-281-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14317
| * | | | | | | [ticket/14317] Run the script againJoas Schilling2015-11-281-2/+2
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-14317
* | | | | | | Merge pull request #4051 from CHItA/ticket/14311Marc Alexander2015-12-031-1/+43
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14311] Show errors in installer invoked by trigger_error
| * | | | | | | [ticket/14311] Use the iohandler for notices and warnings if possibleMate Bartus2015-12-011-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14311
| * | | | | | | [ticket/14311] Show errors in installer invoked by trigger_errorMate Bartus2015-11-301-1/+31
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-14311
* | | | | | | Merge pull request #4055 from CHItA/ticket/14326Marc Alexander2015-12-032-6/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14326] Decode diffed file's content during update
| * | | | | | | [ticket/14326] Decode diffed file's content during updateMate Bartus2015-12-022-6/+6
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-14326
* | | | | | | Merge pull request #4053 from CHItA/ticket/14320Marc Alexander2015-12-011-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14320] Fix language selector in the installer
| * | | | | | | [ticket/14320] Fix language selector in the installerMate Bartus2015-11-291-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-14320
* | | | | | | [ticket/14325] Fix variable names in docblocksMate Bartus2015-11-302-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14325
* | | | | | | [ticket/14325] Preserve event variable BCMate Bartus2015-11-308-434/+420
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14325
* | | | | | Merge branch '3.1.x'Marc Alexander2015-11-263-2/+26
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/memberlist_group.html
| * | | | | Merge pull request #4030 from RMcGirr83/ticket_14283Marc Alexander2015-11-264-3/+27
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14283] Add a Manage Group link on a group page
| | * | | | | [ticket/14283] Check for user being group leaderRichard McGirr2015-11-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14283
| | * | | | | [ticket/14283] Remove group founder and free up memoryRichard McGirr2015-11-181-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14283
| | * | | | | [ticket/14283] Fix spelling of the word moduleRichard McGirr2015-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14283
| | * | | | | [ticket/14283] Add a Manage Group link on a group pageRichard McGirr2015-11-144-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14283
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-11-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [ticket/14313] Check for item approved explicitlyRichard McGirr2015-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14313
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-11-251-0/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [ticket/14313] Don't display quote button on unapproved postsRMcGirr832015-11-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14313
| * | | | | | Merge pull request #4040 from Nicofuma/ticket/13656Marc Alexander2015-11-251-139/+160
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13656] Updates Symfony to fix the DB password issue
* | \ \ \ \ \ \ Merge pull request #4034 from hanakin/ticket/14295Marc Alexander2015-11-255-18/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14295]Add approval icon
| * | | | | | | | [ticket/14295]fix report icon as wellMichael Miday2015-11-243-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14295
| * | | | | | | | [ticket/14295]fix bidiMichael Miday2015-11-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14295
| * | | | | | | | [ticket/14295]missed oneMichael Miday2015-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14295
| * | | | | | | | [ticket/14295]Fix spacingMichael Miday2015-11-241-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14295