aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14732] Remove PHP Code syntax highlighting referencesVinny2017-02-282-8/+1
| | | | PHPBB3-14732
* 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 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
| |/
* | [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/15307] fix for good!hanakin2017-01-231-0/+0
| | | | | | | | PHPBB3-15037
* | [ticket/15037]a attempt to fix stupid test issuehanakin2017-01-231-0/+0
| | | | | | | | PHPBB3-15037
* | [ticket/15037] Update imageset to retinahanakin2017-01-2337-1/+2
|/ | | | PHPBB3-15037
* 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 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
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-226-4/+73
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14968] Use earlier version as written in comment [ticket/14968] Update docblock and ensure method returns array [ticket/14968] Display possible upgrade on acp index and update page [ticket/14968] Add method for retrieving updates on current branch
| * | | Merge pull request #4662 from marc1706/ticket/14968Tristan Darricau2017-01-226-3/+74
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14968] Distinguish between update/upgrade & show upgrade info in ACP index * marc1706/ticket/14968: [ticket/14968] Use earlier version as written in comment [ticket/14968] Update docblock and ensure method returns array [ticket/14968] Display possible upgrade on acp index and update page [ticket/14968] Add method for retrieving updates on current branch
| | * | | [ticket/14968] Update docblock and ensure method returns arrayMarc Alexander2017-01-221-4/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-14968
| | * | | [ticket/14968] Display possible upgrade on acp index and update pageMarc Alexander2017-01-225-3/+31
| | | | | | | | | | | | | | | | | | | | PHPBB3-14968
| | * | | [ticket/14968] Add method for retrieving updates on current branchMarc Alexander2017-01-221-0/+39
| | |/ / | | | | | | | | | | | | PHPBB3-14968
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-221-2/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/15006] Pass inherit settings to form and use correct button
| * | | [ticket/15006] Pass inherit settings to form and use correct buttonMarc Alexander2017-01-221-2/+3
| |/ / | | | | | | | | | PHPBB3-15006
* | | Merge pull request #4668 from marc1706/ticket/15015Tristan Darricau2017-01-221-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15015] Use correct explain string for enable email settings * marc1706/ticket/15015: [ticket/15015] Use correct explain string for enable email settings
| * | | [ticket/15015] Use correct explain string for enable email settingsMarc Alexander2017-01-221-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15015
* | | | [ticket/15040] Updated s9e\TextFormatter to 0.9.1JoshyPHP2017-01-221-5/+5
|/ / / | | | | | | | | | PHPBB3-15040
* | | Merge pull request #4658 from kasimi/ticket/15035Marc Alexander2017-01-211-0/+14
|\ \ \ | |_|/ |/| | | | | [ticket/15035] Add phpinfo.php to 3.2.x install directory
| * | [ticket/15035] Add phpinfo.php to 3.2.x install directorykasimi2017-01-201-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | In 3.1.x there's a phpinfo.php in the /install folder which seems to be removed in 3.2.x, perhaps by accident? https://github.com/phpbb/phpbb/commits/3.2.x/phpBB/install/phpinfo.php Let's add it back for easier troubleshooting potential issues during installation. PHPBB3-15035
* | | [ticket/15023] Fix for lintinghanakin2017-01-161-2/+2
| | | | | | | | | | | | PHPBB3-15023
* | | [ticket/15023] Remove all prev RWD and add newhanakin2017-01-161-9/+10
| | | | | | | | | | | | PHPBB3-15023
* | | [ticket/15023] Remove unnessecary left-box classhanakin2017-01-161-1/+3
| | | | | | | | | | | | | | | | | | no longer nessecary after this fix PHPPB3-15023
* | | [ticket/15023] undo previous changeshanakin2017-01-162-12/+1
| | | | | | | | | | | | PHPBB3-15023
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-151-2/+12
|\ \ \ | | |/ | |/| | | | | | | * 3.1.x: [ticket/15011] Output meaningful errors when validating all metadata
| * | Merge pull request #4651 from marc1706/ticket/15011Tristan Darricau2017-01-151-2/+12
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15011] Output meaningful errors when validating all metadata * marc1706/ticket/15011: [ticket/15011] Output meaningful errors when validating all metadata
| | * | [ticket/15011] Output meaningful errors when validating all metadataMarc Alexander2017-01-151-2/+12
| | | | | | | | | | | | | | | | PHPBB3-15011
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-152-3/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/11076] State current and minimum required versions in old PHP notice
| * | | [ticket/11076] State current and minimum required versions in old PHP noticeMarc Alexander2017-01-152-3/+3
| |/ / | | | | | | | | | PHPBB3-11076
* | | Merge pull request #4648 from JoshyPHP/ticket/15016Marc Alexander2017-01-152-8/+13
|\ \ \ | | | | | | | | | | | | [ticket/15016] Fixed an issue with some parentheses in smilies
| * | | [ticket/15016] Fixed an issue with some parentheses in smiliesJoshyPHP2017-01-152-8/+13
| | | | | | | | | | | | | | | | PHPBB3-15016
* | | | Merge pull request #4632 from VSEphpbb/ticket/14989Tristan Darricau2017-01-152-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14989] Allow more admin-configurable schemes in post links * VSEphpbb/ticket/14989: [ticket/14989] Allow more admin-configurable schemes in post links
| * | | | [ticket/14989] Allow more admin-configurable schemes in post linksMatt Friedman2017-01-112-0/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-14989