| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14968] Update docblock and ensure method returns array | Marc Alexander | 2017-01-22 | 1 | -4/+8 |
| | | | | | PHPBB3-14968 | ||||
| * | [ticket/14968] Add method for retrieving updates on current branch | Marc Alexander | 2017-01-22 | 1 | -0/+39 |
| | | | | | PHPBB3-14968 | ||||
| * | [ticket/15011] Output meaningful errors when validating all metadata | Marc Alexander | 2017-01-15 | 1 | -2/+12 |
| | | | | | PHPBB3-15011 | ||||
| * | Merge pull request #4646 from javiexin/ticket/15011 | Tristan Darricau | 2017-01-15 | 1 | -1/+4 |
| |\ | | | | | | | | | | | | | [ticket/15011] Error not checked on metadata load failure * javiexin/ticket/15011: [ticket/15011] Error not checked on metadata load failure | ||||
| | * | [ticket/15011] Error not checked on metadata load failure | javiexin | 2017-01-14 | 1 | -1/+4 |
| | | | | | | | | | PHPBB3-15011 | ||||
| * | | Merge pull request #4613 from rxu/ticket/14958 | Marc Alexander | 2017-01-06 | 1 | -2/+1 |
| |\ \ | | | | | | | | | | [ticket/14958] Optimize Twig extension lang() function | ||||
| | * | | [ticket/14958] Optimize Twig extension lang() function | rxu | 2017-01-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | PHPBB3-14958 | ||||
| * | | | Merge pull request #4595 from DavidIQ/ticket/14941 | Marc Alexander | 2017-01-04 | 1 | -9/+16 |
| |\ \ \ | |/ / |/| | | | | | [ticket/14941] Apply changes individually for MySQL fulltext search | ||||
| | * | | [ticket/14941] Apply changes individually for MySQL fulltext search | David Colón | 2016-12-27 | 1 | -9/+16 |
| | | | | |||||
| * | | | Merge pull request #4611 from marc1706/ticket/14838 | Marc Alexander | 2017-01-04 | 7 | -11/+35 |
| |\ \ \ | | | | | | | | | | | | | [icket/14838] Do not query full attachments table in feeds | ||||
| | * | | | [ticket/14838] Remove obsolete overriding method | Marc Alexander | 2017-01-04 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | PHPBB3-14838 | ||||
| | * | | | [ticket/14838] Do not query full attachments table in feeds | Marc Alexander | 2017-01-03 | 7 | -3/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fetch_attachments() will also now throw a runtime exception if a feed tries to do this nonetheless. PHPBB3-14838 | ||||
| * | | | | [ticket/14957] Do not use method return in write context | Marc Alexander | 2017-01-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix for PHP 5.3.x compatibility. PHPBB3-14957 | ||||
| * | | | | [ticket/14957] Do not cache database config entries | Marc Alexander | 2017-01-03 | 2 | -6/+13 |
| |/ / / | | | | | | | | | | PHPBB3-14957 | ||||
| * | | | Merge pull request #4597 from javiexin/ticket/14943 | Tristan Darricau | 2016-12-30 | 1 | -4/+4 |
| |\ \ \ | |/ / |/| | | | | | [ticket/14943] Fix template loop access by index | ||||
| | * | | [ticket/14943] Fix template loop access by index | javiexin | 2016-12-28 | 1 | -4/+4 |
| | |/ | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. PHPBB3-14943 | ||||
| * | | [ticket/14923] Make sure start for queries is always set in migrations | Marc Alexander | 2016-12-25 | 2 | -0/+2 |
| | | | | | | | | | PHPBB3-14923 | ||||
| * | | Merge pull request #4580 from javiexin/ticket/14918 | Marc Alexander | 2016-12-20 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | [ticket/14918] Simplify access to extension version metadata information | ||||
| | * | | [ticket/14918] Simplify access to extension version metadata information | javiexin | 2016-12-16 | 1 | -1/+2 |
| | |/ | | | | | | | PHPBB3-14918 | ||||
| * | | Merge pull request #4538 from senky/ticket/14874 | Marc Alexander | 2016-12-18 | 1 | -0/+46 |
| |\ \ | | | | | | | | | | [ticket/14874] Increase size of emotion | ||||
| | * | | [ticket/14874] Increase size of emotion | Jakub Senko | 2016-12-12 | 1 | -0/+46 |
| | | | | | | | | | | | | | PHPBB3-14874 | ||||
| * | | | [ticket/14770] Decreases quality to 85, changes test to 85, too | Crizzo | 2016-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-14770 | ||||
| * | | | [ticket/14770] Reduce plupload resize quality | Crizzo | 2016-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-14770 | ||||
| * | | | Merge pull request #4558 from javiexin/ticket/14889 | Tristan Darricau | 2016-12-11 | 1 | -0/+8 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14889] Missing method in profile fields type interface * javiexin/ticket/14889: [ticket/14889] Missing method in profile fields type interface | ||||
| | * | | | [ticket/14889] Missing method in profile fields type interface | javiexin | 2016-12-05 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completes the profile fields type interface by defining a missing required method for all implementations of a type. PHPBB3-14889 | ||||
| * | | | | [ticket/14893] Fix undefined variable on reporting PM notification | rxu | 2016-12-07 | 1 | -0/+2 |
| | |_|/ |/| | | | | | | | | PHPBB3-14893 | ||||
| * | | | [ticket/14890] Typo in input validation of profile fields of type string | javiexin | 2016-12-05 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | This bug was introduced by PHPBB3-14272 PHPBB3-14890 | ||||
| * | | Merge pull request #4522 from senky/ticket/13149 | Marc Alexander | 2016-12-03 | 1 | -3/+23 |
| |\ \ | | | | | | | | | | [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_before | ||||
| | * | | [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_before | Jakub Senko | 2016-11-20 | 1 | -3/+23 |
| | |/ | | | | | | | PHPBB3-13149 | ||||
| * | | [ticket/14876] Allows multibyte strings for exception messages | Victor A. Safronov | 2016-11-25 | 1 | -1/+1 |
| |/ | | | | | | | | All exception messages are sanitized via type_caster::set_var() which is called with $multibyte = false. This commit allows to pass multibyte messages as well. PHPBB3-14876 | ||||
| * | Merge pull request #4492 from marc1706/ticket/14831 | Tristan Darricau | 2016-11-14 | 2 | -0/+113 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | [ticket/14831] Make sure migrations always start with backslash * marc1706/ticket/14831: [ticket/14831] Rename migration and replace preg_replace() with simpler methods [ticket/14831] Compare depends_on for migrations and remove prefixless names [ticket/14831] Add migration for deduplicating entries and fix typo [ticket/14831] Add method for getting valid migration name [ticket/14831] Fall back to possible migration names instead of adding prefix [ticket/14831] Make sure migrations always start with backslash | ||||
| | * | [ticket/14831] Rename migration and replace preg_replace() with simpler methods | Marc Alexander | 2016-10-25 | 2 | -6/+5 |
| | | | | | | | | | PHPBB3-14831 | ||||
| | * | [ticket/14831] Compare depends_on for migrations and remove prefixless names | Marc Alexander | 2016-10-23 | 1 | -4/+4 |
| | | | | | | | | | PHPBB3-14831 | ||||
| | * | [ticket/14831] Add migration for deduplicating entries and fix typo | Marc Alexander | 2016-10-23 | 2 | -3/+81 |
| | | | | | | | | | PHPBB3-14831 | ||||
| | * | [ticket/14831] Add method for getting valid migration name | Marc Alexander | 2016-10-23 | 1 | -26/+34 |
| | | | | | | | | | PHPBB3-14831 | ||||
| | * | [ticket/14831] Fall back to possible migration names instead of adding prefix | Marc Alexander | 2016-10-23 | 1 | -3/+28 |
| | | | | | | | | | | | | | | | | | | | | | Instead of just adding the backslash as prefix if needed, this will take care of falling back to any possible migration with or without backslash no matter how the mgiration was saved in the database or called in the migrations file. This will result in a more robust migrator in regards to naming the migrations and previously run migrations. PHPBB3-14831 | ||||
| | * | [ticket/14831] Make sure migrations always start with backslash | Marc Alexander | 2016-10-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | The migration system expects every migration to start with a backslash. If depends on definitions do not supply that leading backslash, we should make sure it's added manually before calling the depends on migration. PHPBB3-14831 | ||||
| * | | Merge pull request #4488 from senky/ticket/14825 | Marc Alexander | 2016-11-13 | 1 | -1/+34 |
| |\ \ | | | | | | | | | | Add core.auth_oauth_login_after and core.auth_oauth_link_after | ||||
| | * | | [ticket/14825] Add core.auth_oauth_(login/link)_after | Jakub Senko | 2016-11-13 | 1 | -1/+34 |
| | | | | | | | | | | | | | PHPBB3-14825 | ||||
| * | | | [ticket/14859] Notifications for PM reports send to users with correct ↵ | Jim Mossing Holsteyn | 2016-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permissions Tracker ticket (set the ticket ID to your ticket ID): https://tracker.phpbb.com/browse/PHPBB3-14859 This addresses the problem that notifications of new PM reports were not sent out to moderators that weren't global moderators but did have the permission "Can close/delete PM reports". PHPBB3-14859 | ||||
| * | | | [ticket/14831] Optimize code construction | rxu | 2016-10-24 | 1 | -5/+3 |
| | | | | | | | | | | | | | PHPBB3-14831 | ||||
| * | | | [ticket/14831] Add more tests, better name for $e placeholder | rxu | 2016-10-23 | 1 | -6/+6 |
| | | | | | | | | | | | | | PHPBB3-14831 | ||||
| * | | | [ticket/14831] Do not throw exception on the module existence checking | rxu | 2016-10-23 | 1 | -7/+27 |
| | | | | | | | | | | | | | PHPBB3-14831 | ||||
| * | | | [ticket/14831] Fix module migrator tool | rxu | 2016-10-23 | 1 | -4/+3 |
| | |/ |/| | | | | | PHPBB3-14831 | ||||
| * | | [ticket/14821] Simplify regex for converting <strong> tags back to HTML | Marc Alexander | 2016-10-18 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-14821 | ||||
| * | | [ticket/14821] Replace escaped strong tags with actual tags | Marc Alexander | 2016-10-14 | 1 | -0/+3 |
| |/ | | | | | | | Everything else will still be escaped. This will however add back support for bold text in exception messages. PHPBB3-14821 | ||||
| * | Merge pull request #27 from phpbb/ticket/security-196 | Marc Alexander | 2016-10-02 | 1 | -0/+5 |
| |\ | | | | | | | [ticket/security-196] Escapes the exception messages before displaying them | ||||
| | * | [ticket/security-196] Escapes the exception messages before displaying them | Tristan Darricau | 2016-04-19 | 1 | -0/+5 |
| | | | | | | | | | SECURITY-196 | ||||
| * | | [prep-release-3.1.10] Add 3.1.10 migration | Marc Alexander | 2016-10-02 | 1 | -0/+36 |
| | | | |||||
| * | | Merge pull request #4465 from Senky/ticket/8301 | Marc Alexander | 2016-10-01 | 1 | -0/+46 |
| |\ \ | | | | | | | | | | [ticket/8301] Add log_time index | ||||
