| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/9725] Remove explicit filegroup designations | Patrick Webster | 2014-03-28 | 1 | -17/+4 |
| | | | | | PHPBB3-9725 | ||||
| * | [ticket/9725] Fetch Azure db stats from proper table | Patrick Webster | 2014-03-28 | 1 | -0/+16 |
| | | | | | PHPBB3-9725 | ||||
| * | [ticket/9725] Add dummy indexes for Azure | Henry Sudhof | 2014-03-01 | 2 | -56/+56 |
| | | | | | | | | | | SQL Azure requires a primary AKA clustered key on every table. This adds a dummy INT column to act as key, avoiding possible duplicate entries. so that these columns can support bigger (speak: huge) tables PHPBB3-9725 | ||||
| * | [ticket/9725] Create an Azure SQL compatible Schema | Henry Sudhof | 2014-03-01 | 2 | -279/+325 |
| | | | | | | | | | | | Two problems were encountered when installing on AzureSQL: -Azure SQL does not support the ON clause of T-SQL -Azure SQL requries a clustered index AKA primary key on all tables The fix is makeshift; it introduces questionable primary indices, which should be replaced with auto--increment columns. PHPBB3-9725 | ||||
| * | Merge remote-tracking branch 'bantu/ticket/11509' into develop-olympus | Joas Schilling | 2014-03-01 | 2 | -5/+26 |
| |\ | | | | | | | | | | | | | * bantu/ticket/11509: [ticket/11509] Exit with the expected (non-zero) exit status on failure. [ticket/11509] Output which commit is being inspected. [ticket/11509] Three dots means sym. difference, but we only want new commits. | ||||
| | * | [ticket/11509] Exit with the expected (non-zero) exit status on failure. | Andreas Fischer | 2014-02-21 | 1 | -3/+22 |
| | | | | | | | | | PHPBB3-11509 | ||||
| | * | [ticket/11509] Output which commit is being inspected. | Andreas Fischer | 2014-02-21 | 1 | -0/+2 |
| | | | | | | | | | PHPBB3-11509 | ||||
| | * | [ticket/11509] Three dots means sym. difference, but we only want new commits. | Andreas Fischer | 2014-02-21 | 2 | -2/+2 |
| | | | | | | | | | PHPBB3-11509 | ||||
| * | | Merge pull request #2059 from nickvergessen/ticket/12205 | Nils Adermann | 2014-02-25 | 2 | -1/+43 |
| |\ \ | | | | | | | [ticket/12205] Do not display 0 for empty integers when show_novalue is off | ||||
| | * | | [ticket/12205] Do not display 0 for empty integers when show_novalue is off | Joas Schilling | 2014-02-25 | 2 | -1/+43 |
| |/ / | | | | | | | PHPBB3-12205 | ||||
| * | | Merge remote-tracking branch 'remotes/prototech/ticket/12093' into ↵ | Nathan Guse | 2014-02-19 | 3 | -3/+3 |
| |\ \ | | | | | | | | | | | | | | | | | | | develop-olympus * remotes/prototech/ticket/12093: [ticket/12093] Check that document.selection is supported. | ||||
| | * | | [ticket/12093] Check that document.selection is supported. | Cesar G | 2014-01-25 | 3 | -3/+3 |
| | | | | | | | | | | | | | PHPBB3-12093 | ||||
| * | | | Merge remote-tracking branch 'github-exreaction/ticket/12210' into ↵ | Nils Adermann | 2014-02-18 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus * github-exreaction/ticket/12210: [ticket/12210] dbtools::sql_create_table incorrectly throws error related to auto-increment length on non auto-increment fields | ||||
| | * | | | [ticket/12210] dbtools::sql_create_table incorrectly throws error | Nathaniel Guse | 2014-02-17 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | related to auto-increment length on non auto-increment fields PHPBB3-12210 | ||||
| * | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12188' into ↵ | Nils Adermann | 2014-02-13 | 1 | -0/+1 |
| |\ \ \ | |_|/ |/| | | | | | | | | | | | | | | develop-olympus * github-nickvergessen/ticket/12188: [ticket/12188] Add php 5.6 to travis enviroments | ||||
| | * | | [ticket/12188] Add php 5.6 to travis enviroments | Joas Schilling | 2014-02-13 | 1 | -0/+1 |
| |/ / | | | | | | | PHPBB3-12188 | ||||
| * | | Merge remote-tracking branch 'github-nickvergessen/ticket/12162' into ↵ | Nils Adermann | 2014-02-04 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | develop-olympus * github-nickvergessen/ticket/12162: [ticket/12162] Set language to C before running diff to ensure its english | ||||
| | * | | [ticket/12162] Set language to C before running diff to ensure its english | Joas Schilling | 2014-02-04 | 1 | -1/+1 |
| |/ / | | | | | | | PHPBB3-12162 | ||||
| * | | Merge pull request #2001 from bantu/ticket/12161 | Nils Adermann | 2014-02-04 | 1 | -5/+5 |
| |\ \ | | | | | | | [ticket/12161] Do not use subdirectories in build/save directory. | ||||
| | * | | [ticket/12161] Do not use subdirectories in build/save directory. | Andreas Fischer | 2014-02-04 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | This is pretty much pointless because a new build will wipe the save directory and there are only a few files in there anyway. PHPBB3-12161 | ||||
| * | | | Merge pull request #1999 from bantu/ticket/11509 | Nils Adermann | 2014-02-04 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | [ticket/11509] Further improvements/fixes for the Travis CI commit message checker | ||||
| | * | | [ticket/11509] Be exact when referencing the branch name. | Andreas Fischer | 2014-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11509 | ||||
| | * | | [ticket/11509] Run commit message checker only in one environment. | Andreas Fischer | 2014-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11509 | ||||
| | * | | [ticket/11509] Contrary to docs, COMMIT_RANGE is not available in PR mode. | Andreas Fischer | 2014-02-03 | 1 | -1/+1 |
| |/ / | | | | | | | PHPBB3-11509 | ||||
| * | | Merge remote-tracking branch 'github-bantu/ticket/11509' into develop-olympus | Nils Adermann | 2014-02-03 | 2 | -0/+31 |
| |\ \ | | | | | | | | | | | | | * github-bantu/ticket/11509: [ticket/11509] Fail on Travis CI if commit messages are improperly formatted. | ||||
| | * | | [ticket/11509] Fail on Travis CI if commit messages are improperly formatted. | Andreas Fischer | 2014-02-02 | 2 | -0/+31 |
| | | | | | | | | | | | | | PHPBB3-11509 | ||||
| * | | | Merge remote-tracking branch 'Crizz0/ticket/12146' into develop-olympus | Andreas Fischer | 2014-02-02 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | | | | | | | * Crizz0/ticket/12146: [ticket/12146] Added a missing # to inline css-style of <span> | ||||
| | * | | [ticket/12146] Added a missing # to inline css-style of <span> | Crizz0 | 2014-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-12146 | ||||
| * | | | Merge remote-tracking branch 'github-bantu/ticket/12147' into develop-olympus | Nils Adermann | 2014-02-02 | 1 | -7/+0 |
| |\ \ \ | |/ / |/| | | | | | | | | * github-bantu/ticket/12147: [ticket/12147] Remove Travis CI notifications. | ||||
| | * | | [ticket/12147] Remove Travis CI notifications. | Andreas Fischer | 2014-02-02 | 1 | -7/+0 |
| |/ / | | | | | | | | | | | We don't want to get notifications for branches other people are working on. PHPBB3-12147 | ||||
| * | | Merge remote-tracking branch 'naderman/ticket/12140' into develop-olympus | Andreas Fischer | 2014-02-02 | 3 | -2123/+0 |
| |\ \ | | | | | | | | | | | | | * naderman/ticket/12140: [ticket/12140] Remove the diff class / MOD text build script | ||||
| | * | | [ticket/12140] Remove the diff class / MOD text build script | Nils Adermann | 2014-02-02 | 3 | -2123/+0 |
| | | | | | | | | | | | | | PHPBB3-12140 | ||||
| * | | | Merge remote-tracking branch 'vinny/ticket/12119' into develop-olympus | Andreas Fischer | 2014-01-27 | 2 | -4/+0 |
| |\ \ \ | | | | | | | | | | | | | | | | | * vinny/ticket/12119: [ticket/12119] Remove meta tags from view-print templates | ||||
| | * | | | [ticket/12119] Remove meta tags from view-print templates | Marcus Vinicius | 2014-01-27 | 2 | -4/+0 |
| |/ / / | | | | | | | | | | PHPBB3-12119 | ||||
| * | | | Merge remote-tracking branch 'vinny/ticket/12118' into develop-olympus | Andreas Fischer | 2014-01-26 | 2 | -0/+2 |
| |\ \ \ | |_|/ |/| | | | | | | | | * vinny/ticket/12118: [ticket/12118] Add noindex meta tag to subsilver2 view-print templates | ||||
| | * | | [ticket/12118] Add noindex meta tag to subsilver2 view-print templates | Marcus Vinicius | 2014-01-26 | 2 | -0/+2 |
| |/ / | | | | | | | PHPBB3-12118 | ||||
| * | | Merge remote-tracking branch 'nickvergessen/ticket/12120' into develop-olympus | Cesar G | 2014-01-23 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | [ticket/12120] Restore alphabetic order | Joas Schilling | 2014-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-12120 | ||||
| | * | | [ticket/12120] Add prototech to authors | Joas Schilling | 2014-01-23 | 1 | -0/+1 |
| |/ / | | | | | | | PHPBB3-12120 | ||||
| * | | Merge remote-tracking branch 'remotes/bantu/ticket/12046' into develop-olympus | Nathan Guse | 2014-01-17 | 1 | -5/+17 |
| |\ \ | | | | | | | | | | | | | * remotes/bantu/ticket/12046: [ticket/12046] Use PHP_BINARY environment variable in PHP lint test. | ||||
| | * | | [ticket/12046] Use PHP_BINARY environment variable in PHP lint test. | Andreas Fischer | 2013-11-29 | 1 | -5/+17 |
| | | | | | | | | | | | | | PHPBB3-12046 | ||||
| * | | | Merge remote-tracking branch 'Elsensee/ticket/10023' into develop-olympus | Joas Schilling | 2013-12-16 | 2 | -4/+4 |
| |\ \ \ | | | | | | | | | | | | | | | | | * Elsensee/ticket/10023: [ticket/10023] Make password change notification more noticeable | ||||
| | * | | | [ticket/10023] Make password change notification more noticeable | Oliver Schramm | 2013-12-12 | 2 | -4/+4 |
| |/ / / | | | | | | | | | | PHPBB3-10023 | ||||
| * | | | Merge remote-tracking branch 'Elsensee/ticket/12061' into develop-olympus | Joas Schilling | 2013-12-09 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | * Elsensee/ticket/12061: [ticket/12061] Fix keyboard shortcut in firefox | ||||
| | * | | | [ticket/12061] Fix keyboard shortcut in firefox | Oliver Schramm | 2013-12-06 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | PHPBB3-12061 | ||||
| * | | | Merge remote-tracking branch 'bantu/ticket/12056' into develop-olympus | Joas Schilling | 2013-12-04 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | | * bantu/ticket/12056: [ticket/12056] Fix failure due to "Creating default object from empty value". | ||||
| | * | | | [ticket/12056] Fix failure due to "Creating default object from empty value". | Andreas Fischer | 2013-12-04 | 1 | -1/+2 |
| |/ / / | | | | | | | | | | PHPBB3-12056 | ||||
| * | | | Merge remote-tracking branch 'bantu/ticket/11699' into develop-olympus | Joas Schilling | 2013-12-02 | 1 | -1/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/11699: [ticket/11699] Also exclude the phpBB/cache directory. [ticket/11699] Properly exclude the .git directory. Namely missing dot prefix. [ticket/11699] Exclude build/new_version and build/old_versions from lint. | ||||
| | * | | | [ticket/11699] Also exclude the phpBB/cache directory. | Andreas Fischer | 2013-11-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-11699 | ||||
| | * | | | [ticket/11699] Properly exclude the .git directory. Namely missing dot prefix. | Andreas Fischer | 2013-11-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-11699 | ||||
