| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14992] Remove temp index migration | David Colón | 2017-05-23 | 3 | -52/+1 |
| | | |||||
| * | [ticket/14992] Make unit tests run more verbose | Marc Alexander | 2017-05-21 | 3 | -3/+3 |
| | | | | | PHPBB3-14992 | ||||
| * | [ticket/14992] Correctly remove table name and prefix from keys | Marc Alexander | 2017-05-21 | 1 | -1/+13 |
| | | | | | PHPBB3-14992 | ||||
| * | [ticket/14992] Shorten index name for user_id and item_id | Marc Alexander | 2017-05-21 | 1 | -2/+2 |
| | | | | | PHPBB3-14992 | ||||
| * | [ticket/14992] Check index name length in a more proper way | David Colón | 2017-03-01 | 7 | -17/+181 |
| | | | | | [ticket/14992] Add indexes to user_notifications table | ||||
| * | [ticket/14992] Add indexes to user_notifications table | David Colón | 2017-03-01 | 4 | -8/+157 |
| | | | | | | | | | | | | | [ticket/14992] Change how index length is checked [ticket/14992] Remove duplicates from user_notifications table [ticket/14992] Add unique index to user_notifications table [ticket/14992] Shorten unique index name [ticket/14992] Shorten another index for user notifications | ||||
| * | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-02-11 | 1 | -0/+3 |
| |\ | |||||
| | * | Merge pull request #4589 from senky/ticket/14929 | Marc Alexander | 2017-02-11 | 1 | -0/+3 |
| | |\ | | | | | | | | | | [ticket/14929] Add error to core.posting_modify_message_text | ||||
| | | * | [ticket/14929] Add error to core.posting_modify_message_text | Jakub Senko | 2016-12-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | PHPBB3-14929 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-02-11 | 15 | -33/+33 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #4523 from senky/ticket/13429 | Marc Alexander | 2017-02-11 | 12 | -27/+27 |
| | |\ \ | | | | | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks | ||||
| | | * | | [ticket/13429] Replace @change with @changed | Jakub Senko | 2017-01-23 | 21 | -60/+60 |
| | | | | | | | | | | | | | | | | | PHPBB3-13429 | ||||
| | | * | | [ticket/13429] Fix @change tags without description | Jakub Senko | 2016-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13429 | ||||
| | | * | | [ticket/13429] Replace @changed with @change in event docblocks | Jakub Senko | 2016-11-20 | 12 | -36/+36 |
| | | |/ | | | | | | | | | | PHPBB3-13429 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2017-02-05 | 1 | -1/+1 |
| |\ \ \ | |/ / | | | | | | | | | | | | | * 3.1.x: [ticket/13250] Use faster str_replace() instead of preg_replace() [ticket/13250] Replace slashes in cache file names | ||||
| | * | | Merge pull request #4660 from marc1706/ticket/13250 | Tristan Darricau | 2017-02-05 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13250] Replace slashes in cache file names * marc1706/ticket/13250: [ticket/13250] Use faster str_replace() instead of preg_replace() [ticket/13250] Replace slashes in cache file names | ||||
| | | * | | [ticket/13250] Use faster str_replace() instead of preg_replace() | Marc Alexander | 2017-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13250 | ||||
| | | * | | [ticket/13250] Replace slashes in cache file names | Marc Alexander | 2017-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13250 | ||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2017-02-05 | 1 | -1/+11 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | * 3.1.x: [ticket/13601] Add core.acl_clear_prefetch_after event | ||||
| | * | | | Merge pull request #4673 from senky/ticket/13601 | Tristan Darricau | 2017-02-05 | 1 | -1/+11 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13601] Add core.acl_clear_prefetch_after event * senky/ticket/13601: [ticket/13601] Add core.acl_clear_prefetch_after event | ||||
| | | * | | | [ticket/13601] Add core.acl_clear_prefetch_after event | Jakub Senko | 2017-01-23 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13601 | ||||
| * | | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2017-02-05 | 1 | -0/+2 |
| |\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | * 3.1.x: [ticket/15059] Preserve code line breaks and scroll overflow | ||||
| | * | | | | Merge pull request #4681 from VSEphpbb/ticket/15059 | Tristan Darricau | 2017-02-05 | 1 | -0/+2 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15059] Preserve code line breaks and scroll overflow * VSEphpbb/ticket/15059: [ticket/15059] Preserve code line breaks and scroll overflow | ||||
| | | * | | | | [ticket/15059] Preserve code line breaks and scroll overflow | Matt Friedman | 2017-01-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15059 | ||||
| * | | | | | | Merge pull request #4682 from vinny/ticket/15062 | Tristan Darricau | 2017-02-05 | 2 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15062] Update to Rhea version the CSS files * vinny/ticket/15062: [ticket/15062] Update to Rhea version the CSS files | ||||
| | * | | | | | | [ticket/15062] Update to Rhea version the CSS files | Vinny | 2017-02-01 | 2 | -2/+2 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-15062 | ||||
| * | | | | | | Merge pull request #4675 from marc1706/ticket/15044 | Máté Bartus | 2017-01-29 | 4 | -4/+149 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/15044] Create search index during installation | ||||
| | * | | | | | | [ticket/15044] Make sure fulltext native min and max are numbers | Marc Alexander | 2017-01-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15044 | ||||
| | * | | | | | | [ticket/15044] Add module task for creating search index during install | Marc Alexander | 2017-01-24 | 3 | -3/+148 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15044 | ||||
| * | | | | | | | Merge pull request #4677 from marc1706/ticket/15050 | Máté Bartus | 2017-01-29 | 1 | -25/+46 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15050] Use new file when new file already exists | ||||
| | * | | | | | | | [ticket/15050] Remove extra whitespace | Marc Alexander | 2017-01-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15050 | ||||
| | * | | | | | | | [ticket/15050] Use new file when new file already exists | Marc Alexander | 2017-01-25 | 1 | -25/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of trying to diff the new file against a pre-existing file, we're just going to use the new file. It's impossible to know whether the pre-existing file is newer or older than the new file. As the system will rely on the files being in the "new" state it's better to simply use the file in "new" state. PHPBB3-15050 | ||||
| * | | | | | | | | Merge branch '3.1.x' into 3.2.x | Máté Bartus | 2017-01-29 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| | * | | | | | | | Merge pull request #4679 from marc1706/ticket/14998 | Máté Bartus | 2017-01-29 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14998] Point only to install dir from acp_update | ||||
| | | * | | | | | | | [ticket/14998] Point only to install dir from acp_update | Marc Alexander | 2017-01-28 | 1 | -1/+1 |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14998 | ||||
| * | | | | | | | | Merge pull request #4678 from DavidIQ/ticket/15047 | Marc Alexander | 2017-01-28 | 1 | -4/+42 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15047] Various db tools fixes for MSSQL | ||||
| | * | | | | | | | | [ticket/15047] Reinstate length check for MSSQL 2000 | David Colón | 2017-01-26 | 1 | -1/+11 |
| | | | | | | | | | | |||||
| | * | | | | | | | | [ticket/15047] Do not set default for identity cols | David Colón | 2017-01-26 | 1 | -1/+32 |
| | | | | | | | | | | |||||
| | * | | | | | | | | [ticket/15047] Use brackets due to keyword usage | David Colón | 2017-01-26 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | * | | | | | | | | [ticket/15047] Don't attempt to drop primary keys | David Colón | 2017-01-26 | 1 | -0/+1 |
| | | | | | | | | | | |||||
| | * | | | | | | | | [ticket/15047] No index name length check for mssql | David Colón | 2017-01-26 | 1 | -4/+0 |
| | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #4661 from hanakin/ticket/15037 | Marc Alexander | 2017-01-27 | 49 | -4/+6 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | [ticket/15037] Make imagesets retina | ||||
| | * | | | | | | | [ticket/15037] Optimize what can be | hanakin | 2017-01-24 | 2 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037 | ||||
| | * | | | | | | | [ticket/15037] Update topic icons to retina | hanakin | 2017-01-24 | 11 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037 | ||||
| | * | | | | | | | [ticket/15037] try larger size limit | hanakin | 2017-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037 | ||||
| | * | | | | | | | [ticket/15307] fix for good! | hanakin | 2017-01-23 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037 | ||||
| | * | | | | | | | [ticket/15037]a attempt to fix stupid test issue | hanakin | 2017-01-23 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037 | ||||
| | * | | | | | | | [ticket/15037] Update imageset to retina | hanakin | 2017-01-23 | 37 | -1/+2 |
| | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | PHPBB3-15037 | ||||
| * | | | | | | | Merge remote-tracking branch 'origin/ticket/15045' into 3.2.x | Marc Alexander | 2017-01-25 | 1 | -1/+6 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | [ticket/15045] Fix user object instantiation in version_test | Marc Alexander | 2017-01-24 | 1 | -1/+6 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-15045 | ||||
