| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | [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 | |||||
| | * | | [ticket/8301] Add log_time index | Jakub Senko | 2016-09-25 | 1 | -0/+46 | |
| | | | | | | | | | | | | | PHPBB3-8301 | |||||
| * | | | [ticket/14799] purge_notifications() should not leave open transactions. | markshawtoronto | 2016-09-27 | 1 | -0/+1 | |
| |/ / | | | | | | | | | | | | | | | | | When running purge_notifications(), if a notification type does not exist then a db transaction is started but never completed. On an error in get_notification_type_id(), end the transaction. PHPBB3-14799 | |||||
| * | | [prep-release-3.1.10] Add migration for 3.1.10-RC1 | Marc Alexander | 2016-09-24 | 1 | -0/+36 | |
| | | | ||||||
| * | | [ticket/14796] Use log_table class member instead of table constant | Forumhulp.com | 2016-09-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Was still using the old LOG_TABLE constant in the delete method. PHPBB3-14796 | |||||
| * | | Merge pull request #4432 from Senky/ticket/14762 | Marc Alexander | 2016-09-24 | 1 | -4/+14 | |
| |\ \ | | | | | | | | | | [ticket/14762] Add core event to session.php | |||||
| | * | | [ticket/14762] Add core event to session.php | Jakub Senko | 2016-09-18 | 1 | -4/+14 | |
| | | | | | | | | | | | | | PHPBB3-14762 | |||||
| * | | | Merge pull request #4406 from rmcgirr83/ticket/14581 | Marc Alexander | 2016-09-17 | 1 | -4/+108 | |
| |\ \ \ | | | | | | | | | | | | | [ticket/14581] Add core events to content_visibility | |||||
| | * | | | [ticket/14581] Add core events to content_visibility | Richard McGirr | 2016-08-10 | 1 | -4/+108 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Events added for both changing the content visibility for both posts and topics, executing right before and after the SQL UPDATE query for setting the visibillity. https://tracker.phpbb.com/browse/PHPBB3-14581 PHPBB3-14581 | |||||
| * | | | | [ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS' | DavidIQ | 2016-09-16 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | [ticket/14782] Use the $select variable in "Your Posts" search | DavidIQ | 2016-09-13 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #4426 from bantu/ticket/14109 | Marc Alexander | 2016-09-06 | 1 | -1/+3 | |
| |\ \ \ \ | |_|/ / |/| | | | | | | | [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.… | |||||
| | * | | | [ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.6.8. | Andreas Fischer | 2016-08-28 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required for proper overall database operation. In previous versions, InnoDB might error on ALTER statements when multiple FULLTEXT Indexes are defined. PHPBB3-14109 | |||||
| * | | | | Merge pull request #4377 from rxu/ticket/14703 | Marc Alexander | 2016-08-31 | 1 | -66/+117 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | [ticket/14703] Fix parent module selection for custom extension modules | |||||
| | * | | | [ticket/14703] Fix the docblock | rxu | 2016-07-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | PHPBB3-14703 | |||||
| | * | | | [ticket/14703] Fix existance checking if multiple parent module_langname found | rxu | 2016-07-24 | 1 | -9/+26 | |
| | | | | | | | | | | | | | | | | | PHPBB3-14703 | |||||
| | * | | | [ticket/14703] Add test for the case multiple parent module_langname found | rxu | 2016-07-24 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | PHPBB3-14703 | |||||
| | * | | | [ticket/14703] Select the parent module id from the several found | rxu | 2016-07-23 | 1 | -3/+22 | |
| | | | | | | | | | | | | | | | | | PHPBB3-14703 | |||||
| | * | | | [ticket/14703] Refine the parent module selection for custom extension modules | rxu | 2016-07-10 | 1 | -71/+79 | |
| | | | | | | | | | | | | | | | | | PHPBB3-14703 | |||||
| | * | | | [ticket/14703] Fix parent module selection for custom modules removal | rxu | 2016-07-03 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | PHPBB3-14703 | |||||
| | * | | | [ticket/14703] Fix parent module selection for custom extension modules | rxu | 2016-07-03 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | PHPBB3-14703 | |||||
| * | | | | Merge pull request #3659 from Elsensee/ticket/12230 | Marc Alexander | 2016-08-28 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/12230] Disable newly registered group when post limit is set to 0 | |||||
| | * | | | | [ticket/12230] Remove users from new users group when post limit is 0 | Oliver Schramm | 2016-05-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12230 | |||||
| * | | | | | [ticket/14742] Reset migration_data_state before reverting | Oliver Schramm | 2016-08-20 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | |||||
| * | | | | | [ticket/14742] Change constants to use Symfony values | Oliver Schramm | 2016-08-20 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to avoid errors when comparing verbosity levels in a CLI output handler that is using Symfony's OutputInterface for example. PHPBB3-14742 | |||||
| * | | | | | [ticket/14742] Pause after each update_data step too | Oliver Schramm | 2016-08-20 | 1 | -50/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewriting process_data_step() to remove the now useless foreach() loop. PHPBB3-14742 | |||||
| * | | | | | [ticket/14742] Improve readability of the code | Oliver Schramm | 2016-08-20 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | |||||
| * | | | | | [ticket/14742] Fix comments in migrator | Oliver Schramm | 2016-08-20 | 5 | -5/+6 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | |||||
| * | | | | | Merge pull request #4413 from wesleyfok/ticket/14745 | Marc Alexander | 2016-08-16 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14745] Removed unneeded HTML ampersand | |||||
| | * | | | | | [ticket/14745] Removed unneeded HTML ampersand | Wesley Fok | 2016-08-15 | 1 | -1/+1 | |
| | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare ampersand character. PHPBB3-14745 | |||||
| * | | | | | [ticket/14742] Enhance measured time for migrations | Oliver Schramm | 2016-08-12 | 1 | -5/+24 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | |||||
| * | | | | | [ticket/14742] Improve verbosity of migrator output | Oliver Schramm | 2016-08-12 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14742 | |||||
