| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'ticket/14339' into ticket/14339-master | Marc Alexander | 2015-12-07 | 3 | -3/+3 |
| |\ | | | | | | | | | | | | | Conflicts: phpBB/composer.json phpBB/docs/INSTALL.html phpBB/docs/README.html | ||||
| | * | [ticket/14339] Properly state PHP version support | Marc Alexander | 2015-12-05 | 3 | -3/+3 |
| | | | | | | | | | PHPBB3-14339 | ||||
| * | | Merge branch '3.1.x' | Tristan Darricau | 2015-12-07 | 1 | -0/+16 |
| |\ \ | | | | | | | | | | | | | * 3.1.x: [ticket/14343] Add event when locking/unlocking posts/topics | ||||
| | * | | [ticket/14343] Add event when locking/unlocking posts/topics | kasimi | 2015-12-06 | 1 | -0/+16 |
| | |/ | | | | | | | PHPBB3-14343 | ||||
| | * | [ticket/14334] Use phpbb_get_avatar() in user_loader | Marc Alexander | 2015-12-03 | 1 | -6/+1 |
| | | | | | | | | | PHPBB3-14334 | ||||
| * | | Merge pull request #4068 from marc1706/ticket/14310 | Tristan Darricau | 2015-12-07 | 2 | -1/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/14310] Put progress percentage inside span and make more visible * marc1706/ticket/14310: [ticket/14310] Put progress percentage inside span and make more visible | ||||
| | * | | [ticket/14310] Put progress percentage inside span and make more visible | Marc Alexander | 2015-12-07 | 2 | -1/+2 |
| | | | | | | | | | | | | | PHPBB3-14310 | ||||
| * | | | [ticket/14345] Move new line to ternary comparison | Marc Alexander | 2015-12-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | PHPBB3-14345 | ||||
| * | | | [ticket/14345] Check if description exists in message ary | Marc Alexander | 2015-12-07 | 1 | -3/+6 |
| |/ / | | | | | | | PHPBB3-14345 | ||||
| * | | Merge pull request #4046 from CHItA/ticket/14269 | Tristan Darricau | 2015-12-07 | 5 | -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 403 | Mate Bartus | 2015-12-05 | 2 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-14269 | ||||
| | * | | [ticket/14269] Fix comments and language var names | Mate Bartus | 2015-12-03 | 4 | -6/+6 |
| | | | | | | | | | | | | | PHPBB3-14269 | ||||
| | * | | [ticket/14269] Use http_exceptions in the installer instead of die() | Mate Bartus | 2015-11-27 | 5 | -2/+147 |
| | | | | | | | | | | | | | PHPBB3-14269 | ||||
| * | | | [ticket/14341] Update dependencies to Symfony 2.8 stable | MichaelC | 2015-12-06 | 2 | -125/+471 |
| | | | | | | | | | | | | | PHPBB3-14341 | ||||
| * | | | Merge pull request #4006 from brunoais/feature/sql-bool-builder | Tristan Darricau | 2015-12-05 | 1 | -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 STATEMENTS | brunoais | 2015-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13652 | ||||
| | * | | | [feature/sql-bool-builder] Fixing typos in previous commit | brunoais | 2015-11-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-13652 | ||||
| | * | | | [feature/sql-bool-builder] Changing syntax pt3. Don't use magic numbers | brunoais | 2015-11-11 | 1 | -15/+24 |
| | | | | | | | | | | | | | | | | | PHPBB3-13652 | ||||
| | * | | | [feature/sql-bool-builder] Changing syntax | brunoais | 2015-11-11 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Changing the syntax used to the one Nicofuma suggested. PHPBB3-13652 | ||||
| * | | | | Merge pull request #4005 from Elsensee/ticket/14257 | Tristan Darricau | 2015-12-05 | 8 | -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 interval | Oliver Schramm | 2015-11-08 | 4 | -25/+22 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257 | ||||
| | * | | | | [ticket/14257] Fix CLI error message | Oliver Schramm | 2015-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257 | ||||
| | * | | | | [ticket/14257] Fix phpdoc in CLI command | Oliver Schramm | 2015-10-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257 | ||||
| | * | | | | [ticket/14257] Add text_reparser manager | Oliver Schramm | 2015-10-26 | 7 | -104/+195 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257 | ||||
| | * | | | | [ticket/14257] Use migrations instead of cron job for some reparsers | Oliver Schramm | 2015-10-25 | 2 | -52/+87 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257 | ||||
| | * | | | | [ticket/14257] Fix lock acquire in CLI command | Oliver Schramm | 2015-10-25 | 1 | -22/+20 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257 | ||||
| | * | | | | [ticket/14257] Fix if condition | Oliver Schramm | 2015-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257 | ||||
| | * | | | | [ticket/14257] Add reparse_lock to CLI command | Oliver Schramm | 2015-10-24 | 3 | -16/+36 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257 | ||||
| | * | | | | [ticket/14257] Add cron tasks for reparsing text | Oliver Schramm | 2015-10-24 | 3 | -0/+321 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14257 | ||||
| * | | | | | Merge pull request #4050 from nickvergessen/ticket/14317 | Tristan Darricau | 2015-12-05 | 2 | -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 tag | Joas Schilling | 2015-11-28 | 1 | -11/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14317 | ||||
| | * | | | | | [ticket/14317] Run the script again | Joas Schilling | 2015-11-28 | 1 | -2/+2 |
| | | |_|/ / | |/| | | | | | | | | | | | | | PHPBB3-14317 | ||||
| * | | | | | Merge pull request #4051 from CHItA/ticket/14311 | Marc Alexander | 2015-12-03 | 1 | -1/+43 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14311] Show errors in installer invoked by trigger_error | ||||
| | * | | | | | [ticket/14311] Use the iohandler for notices and warnings if possible | Mate Bartus | 2015-12-01 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14311 | ||||
| | * | | | | | [ticket/14311] Show errors in installer invoked by trigger_error | Mate Bartus | 2015-11-30 | 1 | -1/+31 |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-14311 | ||||
| * | | | | | Merge pull request #4055 from CHItA/ticket/14326 | Marc Alexander | 2015-12-03 | 2 | -6/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14326] Decode diffed file's content during update | ||||
| | * | | | | | [ticket/14326] Decode diffed file's content during update | Mate Bartus | 2015-12-02 | 2 | -6/+6 |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-14326 | ||||
| * | | | | | Merge pull request #4053 from CHItA/ticket/14320 | Marc Alexander | 2015-12-01 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14320] Fix language selector in the installer | ||||
| | * | | | | | [ticket/14320] Fix language selector in the installer | Mate Bartus | 2015-11-29 | 1 | -1/+1 |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-14320 | ||||
| * | | | | | [ticket/14325] Fix variable names in docblocks | Mate Bartus | 2015-11-30 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14325 | ||||
| * | | | | | [ticket/14325] Preserve event variable BC | Mate Bartus | 2015-11-30 | 8 | -434/+420 |
| |/ / / / | | | | | | | | | | | | | PHPBB3-14325 | ||||
| * | | | | Merge branch '3.1.x' | Marc Alexander | 2015-11-26 | 3 | -2/+26 |
| |\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/memberlist_group.html | ||||
| | * | | | Merge pull request #4030 from RMcGirr83/ticket_14283 | Marc Alexander | 2015-11-26 | 4 | -3/+27 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/14283] Add a Manage Group link on a group page | ||||
| | | * | | | [ticket/14283] Check for user being group leader | Richard McGirr | 2015-11-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14283 | ||||
| | | * | | | [ticket/14283] Remove group founder and free up memory | Richard McGirr | 2015-11-18 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14283 | ||||
| | | * | | | [ticket/14283] Fix spelling of the word module | Richard McGirr | 2015-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14283 | ||||
| | | * | | | [ticket/14283] Add a Manage Group link on a group page | Richard McGirr | 2015-11-14 | 4 | -3/+23 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14283 | ||||
| * | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-11-26 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | [ticket/14313] Check for item approved explicitly | Richard McGirr | 2015-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14313 | ||||
| * | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-11-25 | 1 | -0/+3 |
| |\ \ \ \ \ | |/ / / / | |||||
