aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #5513 from mrgoldy/ticket/15942Marc Alexander2019-04-173-16/+41
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | [ticket/15942] Allow array in confirm_box title
| * | | | [ticket/15942] Add language to compatibility globals & use in confirm_boxMarc Alexander2019-04-172-9/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-15942
| * | | | [ticket/15942] Past tensemrgoldy2019-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15942
| * | | | [ticket/15942] Update DocBlockmrgoldy2019-04-161-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-15942
| * | | | [ticket/15942] Optimize countmrgoldy2019-01-151-4/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-15942
| * | | | [ticket/15942] Allow array in confirm_box titlemrgoldy2019-01-152-9/+23
| | | | | | | | | | | | | | | | | | | | PHPBB3-15942
* | | | | Merge pull request #5518 from 3D-I/ticket/15948Marc Alexander2019-04-071-0/+33
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15948] Add core.mcp_change_topic_type_after/before
| * \ \ \ \ Merge branch '3.2.x' into ticket/159483Di2019-03-2326-72/+224
| |\ \ \ \ \
| * | | | | | [ticket/15948] Add core.mcp_change_topic_type_after/before3D-I2019-01-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15948
| * | | | | | [ticket/15948] Add core.mcp_change_topic_type_after/before3D-I2019-01-211-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15948
* | | | | | | Merge pull request #5538 from 3D-I/ticket/15972Marc Alexander2019-04-071-8/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15972] Add core.markread_after
| * | | | | | | [ticket/15972] Let the event be triggered3D-I2019-02-261-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes old coding which is there just to save a few iterations. PHPBB3-15972
| * | | | | | | [ticket/15972] Add core.markread_after3D-I2019-02-201-0/+21
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-15972
* | | | | | | Merge pull request #5501 from marc1706/ticket/15928Marc Alexander2019-04-071-99/+107
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15928] Remove support for downloading backups
| * | | | | | | [ticket/15928] Remove support for downloading backupsMarc Alexander2019-01-061-99/+107
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-15928
* | | | | | | Merge pull request #5556 from 3D-I/ticket/16004Marc Alexander2019-04-071-10/+22
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | [ticket/16004] Add check-in for Emojis in Username
| * | | | | | [ticket/16004] Amend the whole docblock3D-I2019-03-311-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16004
| * | | | | | [ticket/16004] Add a line of comment in the docblock3D-I2019-03-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16004
| * | | | | | [ticket/16004] Move the check-in to a more appropriated place3D-I2019-03-311-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16004
| * | | | | | [ticket/16004] Add check-in for Emojis in Username3D-I2019-03-311-0/+7
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | PHPBB3-16004
* | | | | | Merge pull request #5524 from hanakin/ticket/15953Marc Alexander2019-03-311-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | [ticket/15953] add reported pm message borders
| * | | | | [ticket/15953] add reported pm bordershanakin2019-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15953
* | | | | | Merge pull request #5520 from 3D-I/ticket/15950Marc Alexander2019-03-161-5/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15950] Add SQL transactions to mcp_main.php
| * | | | | | [ticket/15950] Add SQL transactions to mcp_main.php3D-I2019-01-221-5/+4
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15950 And simultaneously remove a duplicated UPDATE query.
* | | | | | Merge pull request #5512 from jasonmarlin/ticket/15941Marc Alexander2019-03-131-3/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15941] Replace MAX to speed up query in update_post_information
| * | | | | | [ticket/15941] Small change to induce rebuildjasonmarlin2019-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15941
| * | | | | | [ticket/15941] Replace MAX SQL in functions_posting.phpjasonmarlin2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace MAX SQL function with faster query using order by and limit. The ajacent query could also be optimized to eliminate the usage of MAX. Note that adding a compound key as suggested by EXPLAIN SQL yields an improvement, but not nearly as fast as ORDER + LIMIT. PHPBB3-15941
| * | | | | | [ticket/15941] Replace MAX to speed up query in update_post_informationjasonmarlin2019-01-151-3/+5
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace MAX SQL function with faster query using order by and limit. The ajacent query could also be optimized to eliminate the usage of MAX. Note that adding a compound key as suggested by EXPLAIN SQL yields an improvement, but not nearly as fast as ORDER + LIMIT. PHPBB3-15941
* | | | | | Merge pull request #5539 from 3D-I/ticket/15975Marc Alexander2019-03-101-1/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | [ticket/15975] Remove user notification data upon user deletion
| * | | | | [ticket/15975] Remove user notification data upon user deletion3D-I2019-02-231-1/+2
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-15975
* | | | | Merge pull request #5525 from kasimi/ticket/15954Marc Alexander2019-02-119-22/+88
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15954] Add safeguards to include() calls
| * | | | | [ticket/15954] Fixed including mcp_front.phpkasimi2019-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15954
| * | | | | [ticket/15954] Add safeguards to include() callskasimi2019-01-269-22/+88
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15954
* | | | | | Merge pull request #5529 from 3D-I/ticket/15960Marc Alexander2019-02-111-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/15960] Add SQL transactions to functions_admin.php
| * | | | | [ticket/15960] Add SQL transactions to functions_admin.php3D-I2019-02-011-0/+4
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15960
* | | | | Merge pull request #5469 from senky/ticket/15899Marc Alexander2019-01-201-0/+20
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | [ticket/15899] Add core.modify_attachment_sql_ary_on_* events
| * | | | [ticket/15899] Add core.modify_attachment_sql_ary_on_* eventsJakub Senko2018-12-271-0/+20
| | | | | | | | | | | | | | | | | | | | PHPBB3-15899
* | | | | Merge pull request #5457 from battye/ticket/15883Marc Alexander2019-01-053-5/+52
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15883] New error message for when users try adding invalid usernames to a group
| * | | | | [ticket/15883] Doc block changebattye2019-01-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15883
| * | | | | [ticket/15883] Review changesbattye2019-01-043-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15883
| * | | | | [ticket/15883] Use the new language objectbattye2018-11-292-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the new ->lang() format. Made the username comparison case insensitive. Also fixed a bug where the return to previous page link in the UCP was going back to the list of groups rather than the specific manage group page when an error occurred. PHPBB3-15883
| * | | | | [ticket/15883] Add error for invalid usernames being added to a groupbattye2018-11-263-4/+42
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the ACP and the UCP so that when bulk adding users to a group, if invalid usernames are submitted alongside valid usernames then a message will be displayed to inform the user what the invalid usernames are. PHPBB3-15883
* | | | | Merge pull request #5468 from senky/ticket/15898Marc Alexander2018-12-271-2/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15898] Add core.ucp_pm_compose_template
| * | | | | [ticket/15898] Add core.ucp_pm_compose_templateJakub Senko2018-12-031-2/+14
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-15898
* | | | | Merge pull request #5481 from kasimi/ticket/15910-3.2.xMarc Alexander2018-12-2414-34/+34
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | [ticket/15910] Pass object arguments by reference implicitly
| * | | | [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-1214-34/+34
| | | | | | | | | | | | | | | | | | | | PHPBB3-15910
* | | | | Merge branch 'prep-release-3.2.5' into 3.2.xMarc Alexander2018-12-223-10/+37
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [prep-release-3.2.5] Update version numbers to 3.2.5Marc Alexander2018-12-191-1/+1
| | | | |
| * | | | [ticket/15911] Prevent errors when trying to delete from non-existent tablesMarc Alexander2018-12-181-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can happen when migrating to the latest version from versions before 3.0.14. PHPBB3-15911
| * | | | [ticket/15893] Pass needed language class directly to format quoteMarc Alexander2018-12-022-8/+13
| | | | | | | | | | | | | | | | | | | | PHPBB3-15893