| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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 | ||||
| * | [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 branch 'prep-release-3.1.10' into 3.1.x | Marc Alexander | 2016-10-12 | 4 | -2/+43 |
| |\ | |||||
| | * | 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 |
| | | | | |||||
| | * | | [prep-release-3.1.10] Update version numbers for 3.1.10 | Marc Alexander | 2016-10-02 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #4471 from dsinn/ticket/14802 | Tristan Darricau | 2016-10-03 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14802] Empty/blank lines should not be additional poll options * dsinn/ticket/14802: [ticket/14802] Add test for empty/blank lines in poll options [ticket/14802] Empty/blank lines should not be additional poll options | ||||
| | * | | | [ticket/14802] Empty/blank lines should not be additional poll options | Daniel Sinn | 2016-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-14802 | ||||
| * | | | | Merge pull request #4467 from Senky/ticket/14786 | Tristan Darricau | 2016-10-02 | 3 | -0/+20 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14786] Add mcp_forum_actions_before/after events * Senky/ticket/14786: [ticket/14786] Add mcp_forum_actions_before/after events | ||||
| | * | | | | [ticket/14786] Add mcp_forum_actions_before/after events | Jakub Senko | 2016-09-26 | 3 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14786 | ||||
| * | | | | | Merge pull request #4469 from rxu/ticket/14787-2 | Tristan Darricau | 2016-10-02 | 1 | -0/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14787] Add 1 more parameter to the core.search_modify_url_parameters * rxu/ticket/14787-2: [ticket/14787] Add 1 more parameter to the core.search_modify_url_parameters | ||||
| | * | | | | | [ticket/14787] Add 1 more parameter to the core.search_modify_url_parameters | rxu | 2016-09-29 | 1 | -0/+3 |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-14787 | ||||
| * | | | | | Merge pull request #4470 from rxu/ticket/14801 | Tristan Darricau | 2016-10-02 | 1 | -3/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14801] Highlighting utf8 strings in search results * rxu/ticket/14801: [ticket/14801] Highlighting utf8 strings in search results | ||||
| | * | | | | | [ticket/14801] Highlighting utf8 strings in search results | rxu | 2016-09-29 | 1 | -3/+3 |
| | | |/ / / | |/| | | | | | | | | | | | | | PHPBB3-14801 | ||||
| * | | | | | Merge branch 'prep-release-3.1.10' into 3.1.x | Tristan Darricau | 2016-10-02 | 3 | -13/+29 |
| |\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | * prep-release-3.1.10: [ticket/14789] Remove obsolete check_form_key() and add missing hashes [ticket/14789] Move form key checks to where they actually do something | ||||
| | * | | | | Merge pull request #4474 from marc1706/ticket/14789 | Tristan Darricau | 2016-10-02 | 3 | -13/+29 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14789] Move form key checks to where they actually do something * marc1706/ticket/14789: [ticket/14789] Remove obsolete check_form_key() and add missing hashes [ticket/14789] Move form key checks to where they actually do something | ||||
| | | * | | | | [ticket/14789] Remove obsolete check_form_key() and add missing hashes | Marc Alexander | 2016-09-30 | 2 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14789 | ||||
| | | * | | | | [ticket/14789] Move form key checks to where they actually do something | Marc Alexander | 2016-09-30 | 2 | -11/+26 |
| | | |/ / / | | | | | | | | | | | | | | | | PHPBB3-14789 | ||||
| * | | | | | Merge pull request #4466 from Senky/ticket/14795 | Marc Alexander | 2016-10-01 | 1 | -0/+8 |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | [ticket/14795] Merge topic views when merging topics | ||||
| | * | | | | [ticket/14795] Merge topic views when merging topics | Jakub Senko | 2016-09-25 | 1 | -0/+8 |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-14795 | ||||
| * | | | | 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 | ||||
| * | | [3.1.x] Increase version for 3.1.11 development | Marc Alexander | 2016-09-24 | 2 | -2/+2 |
| | | | |||||
| * | | [prep-release-3.1.10] Add changelog for 3.1.10-RC1 | Marc Alexander | 2016-09-24 | 1 | -1/+83 |
| | | | |||||
| * | | [prep-release-3.1.10] Add migration for 3.1.10-RC1 | Marc Alexander | 2016-09-24 | 1 | -0/+36 |
| | | | |||||
| * | | [prep-release-3.1.10] Update version to 3.1.10-RC1 | Marc Alexander | 2016-09-24 | 5 | -7/+7 |
| | | | |||||
| * | | Merge pull request #4461 from marc1706/ticket/14785 | Marc Alexander | 2016-09-24 | 2 | -0/+16 |
| |\ \ | | | | | | | | | | [ticket/14785] Add template event overall_header_headerbar_after/before | ||||
| | * | | [ticket/14785] Add template event overall_header_headerbar_after/before | GerB | 2016-09-24 | 2 | -0/+16 |
| | | | | | | | | | | | | | PHPBB3-14785 | ||||
| * | | | Merge pull request #4462 from marc1706/ticket/14796 | Marc Alexander | 2016-09-24 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14796] Use log_table class member instead of table constant | ||||
| | * | | | [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 #3527 from Elsensee/ticket/13709 | Marc Alexander | 2016-09-24 | 1 | -8/+30 |
| |\ \ \ \ | |/ / / |/| | | | | | | | [ticket/13709] Add fallback for email templates used by extensions | ||||
| | * | | | [ticket/13709] Add fallback for email templates used by extensions | Oliver Schramm | 2016-08-21 | 1 | -8/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add a fallback to english for the core like we do it in $user->add_lang() PHPBB3-13709 | ||||
| * | | | | 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 #4433 from Senky/ticket/14747 | Marc Alexander | 2016-09-24 | 1 | -0/+3 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | [ticket/14747] Add post_data to core.modify_posting_auth | ||||
| | * | | | | [ticket/14747] Add post_data to core.modify_posting_auth | Jakub Senko | 2016-09-03 | 1 | -0/+3 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-14747 | ||||
| * | | | | [ticket/14784] missing rewrite for lighttpd | Tobi Schäfer | 2016-09-24 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | PHPBB3-14784 | ||||
| * | | | | Merge pull request #4392 from ErnadoO/PHPBB3-14592 | Marc Alexander | 2016-09-22 | 1 | -0/+42 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14592] [PHP] core.search_backend_search_after | ||||
| | * | | | | [ticket/14592] Fix variable type | Erwan Nader | 2016-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14592 | ||||
| | * | | | | [ticket/14592] Fixed docblock from unit tests | Erwan Nader | 2016-07-24 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14592 | ||||
| | * | | | | [ticket/14592] Fixed syntax errors from unit tests | Erwan Nader | 2016-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14592 | ||||
| | * | | | | [ticket/14592] [PHP] core.search_backend_search_after | Erwan Nader | 2016-07-24 | 1 | -0/+42 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14592 | ||||
| * | | | | | [ticket/14787] Add more parameters to the core.search_modify_url_parameters | rxu | 2016-09-19 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14787 | ||||
