aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-1115-33/+33
|\
| * Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-1112-27/+27
| |\ | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| | * [ticket/13429] Replace @change with @changedJakub Senko2017-01-2321-60/+60
| | | | | | | | | | | | PHPBB3-13429
| | * [ticket/13429] Fix @change tags without descriptionJakub Senko2016-11-201-1/+1
| | | | | | | | | | | | PHPBB3-13429
| | * [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-2012-36/+36
| | | | | | | | | | | | PHPBB3-13429
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-02-051-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/13250Tristan Darricau2017-02-051-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 Alexander2017-01-221-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13250
| | * | [ticket/13250] Replace slashes in cache file namesMarc Alexander2017-01-211-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13250
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-02-051-1/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/13601] Add core.acl_clear_prefetch_after event
| * | | Merge pull request #4673 from senky/ticket/13601Tristan Darricau2017-02-051-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 eventJakub Senko2017-01-231-1/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-13601
* | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-02-051-0/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * 3.1.x: [ticket/15059] Preserve code line breaks and scroll overflow
| * | | | Merge pull request #4681 from VSEphpbb/ticket/15059Tristan Darricau2017-02-051-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 overflowMatt Friedman2017-01-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15059
* | | | | | Merge pull request #4682 from vinny/ticket/15062Tristan Darricau2017-02-052-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 filesVinny2017-02-012-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15062
* | | | | | Merge pull request #4675 from marc1706/ticket/15044Máté Bartus2017-01-294-4/+149
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15044] Create search index during installation
| * | | | | | [ticket/15044] Make sure fulltext native min and max are numbersMarc Alexander2017-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15044
| * | | | | | [ticket/15044] Add module task for creating search index during installMarc Alexander2017-01-243-3/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15044
* | | | | | | Merge pull request #4677 from marc1706/ticket/15050Máté Bartus2017-01-291-25/+46
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15050] Use new file when new file already exists
| * | | | | | | [ticket/15050] Remove extra whitespaceMarc Alexander2017-01-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15050
| * | | | | | | [ticket/15050] Use new file when new file already existsMarc Alexander2017-01-251-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.xMáté Bartus2017-01-290-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #4679 from marc1706/ticket/14998Máté Bartus2017-01-291-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14998] Point only to install dir from acp_update
| | * | | | | | | [ticket/14998] Point only to install dir from acp_updateMarc Alexander2017-01-281-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14998
* | | | | | | | Merge pull request #4678 from DavidIQ/ticket/15047Marc Alexander2017-01-281-4/+42
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15047] Various db tools fixes for MSSQL
| * | | | | | | | [ticket/15047] Reinstate length check for MSSQL 2000David Colón2017-01-261-1/+11
| | | | | | | | |
| * | | | | | | | [ticket/15047] Do not set default for identity colsDavid Colón2017-01-261-1/+32
| | | | | | | | |
| * | | | | | | | [ticket/15047] Use brackets due to keyword usageDavid Colón2017-01-261-1/+1
| | | | | | | | |
| * | | | | | | | [ticket/15047] Don't attempt to drop primary keysDavid Colón2017-01-261-0/+1
| | | | | | | | |
| * | | | | | | | [ticket/15047] No index name length check for mssqlDavid Colón2017-01-261-4/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4661 from hanakin/ticket/15037Marc Alexander2017-01-2749-4/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | [ticket/15037] Make imagesets retina
| * | | | | | | [ticket/15037] Optimize what can behanakin2017-01-242-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037
| * | | | | | | [ticket/15037] Update topic icons to retinahanakin2017-01-2411-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037
| * | | | | | | [ticket/15037] try larger size limithanakin2017-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037
| * | | | | | | [ticket/15307] fix for good!hanakin2017-01-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037
| * | | | | | | [ticket/15037]a attempt to fix stupid test issuehanakin2017-01-232-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15037
| * | | | | | | [ticket/15037] Update imageset to retinahanakin2017-01-2337-1/+2
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-15037
* | | | | | | Merge remote-tracking branch 'origin/ticket/15045' into 3.2.xMarc Alexander2017-01-251-1/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [ticket/15045] Fix user object instantiation in version_testMarc Alexander2017-01-241-1/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15045
* | | | | | Merge pull request #4650 from marc1706/ticket/11076-rheaTristan Darricau2017-01-222-1/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11076] State current and minimum required versions in old PHP notice * marc1706/ticket/11076-rhea: [ticket/11076] Also state min PHP version when visiting forum website [ticket/11076] Also add notice about unsupported version to installer
| * | | | | | [ticket/11076] Also state min PHP version when visiting forum websiteMarc Alexander2017-01-201-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A lot better to have a simple message than having the complete board break, sometimes without even knowing thanks to bad host setups with no error logs. PHPBB3-11076
| * | | | | | [ticket/11076] Also add notice about unsupported version to installerMarc Alexander2017-01-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11076
* | | | | | | Use SSL in version check for extensiontas25802017-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15025
* | | | | | | Merge pull request #4659 from marc1706/ticket/15036Tristan Darricau2017-01-221-0/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15036] Unlink install_config during functional testing * marc1706/ticket/15036: [ticket/15036] Unlink install_config during functional testing
| * | | | | | | [ticket/15036] Unlink install_config during functional testingMarc Alexander2017-01-211-0/+7
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-15036
* | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-221-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14997] Fixing topiclist_row_topic_title_after position
| * | | | | | Merge pull request #4663 from marc1706/ticket/14997Tristan Darricau2017-01-221-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14997] Fixing topiclist_row_topic_title_after position * marc1706/ticket/14997: [ticket/14997] Fixing topiclist_row_topic_title_after position
| | * | | | | | [ticket/14997] Fixing topiclist_row_topic_title_after positionTarantinoMariachi2017-01-221-1/+1
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing position as it is correctly on subsilver, or else it will appear some problems when using polls or on topics with page numbers. PHPBB3-14997