aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-06-161-2/+2
|\ | | | | | | | | * develop-olympus: [ticket/12720] Allow commit heading to begin with lowercase letters
| * Merge pull request #2608 from dhruvgoel92/ticket/12720Andreas Fischer2014-06-161-2/+2
| |\ | | | | | | | | | | | | | | | | | | [ticket/12720] Allow commit heading to begin with lowercase letters * dhruvgoel92/ticket/12720: [ticket/12720] Allow commit heading to begin with lowercase letters
| | * [ticket/12720] Allow commit heading to begin with lowercase lettersDhruv2014-06-161-2/+2
| |/ | | | | | | PHPBB3-12720
* | Merge pull request #2607 from Noxwizard/ticket/12643Andreas Fischer2014-06-162-2/+42
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Ticket/12643 Fixes deletion of columns that have the target column as a prefix * Noxwizard/ticket/12643: [ticket/12643] Properly handle changing columns on tables with constraints [ticket/12643] Tests dropping similarly named columns [ticket/12643] Ensure that similarly named columns are not removed
| * | [ticket/12643] Properly handle changing columns on tables with constraintsPatrick Webster2014-06-152-1/+30
| | | | | | | | | | | | PHPBB3-12643
| * | [ticket/12643] Tests dropping similarly named columnsPatrick Webster2014-06-151-0/+11
| | | | | | | | | | | | PHPBB3-12643
| * | [ticket/12643] Ensure that similarly named columns are not removedBorisBerdichevski2014-06-151-1/+1
| | | | | | | | | | | | PHPBB3-12643
* | | Merge pull request #2605 from Nicofuma/ticket/12724Andreas Fischer2014-06-165-0/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12724] Add Squiz.PHP.Eval in the legacy ruleset * Nicofuma/ticket/12724: [ticket/12724] Add Squiz.PHP.Eval in the legacy ruleset
| * | | [ticket/12724] Add Squiz.PHP.Eval in the legacy rulesetTristan Darricau2014-06-165-0/+25
| | | | | | | | | | | | | | | | PHPBB3-12724
* | | | Merge pull request #2600 from Nicofuma/ticket/12715Andreas Fischer2014-06-16102-402/+521
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12715] Fix mistakes in the doc blocks * Nicofuma/ticket/12715: (30 commits) [ticket/12715] Add missing new line in the notification manager [ticket/12715] Cleanup comments in \phpbb\symfony_request [ticket/12715] Cleanup comments in \phpbb\permissions [ticket/12715] Cleanup comments in \phpbb\path_helper [ticket/12715] Cleanup comments in \phpbb\pagination [ticket/12715] Cleanup comments in \phpbb\datetime [ticket/12715] Cleanup comments in \phpbb\content_visibility [ticket/12715] Cleanup comments in \phpbb\tree\* [ticket/12715] Cleanup comments in \phpbb\template\* [ticket/12715] Cleanup comments in \phpbb\plupload\* [ticket/12715] Cleanup comments in \phpbb\profilefields\* [ticket/12715] Cleanup comments in \phpbb\passwords\* [ticket/12715] Cleanup comments in \phpbb\notification\* [ticket/12715] Cleanup comments in \phpbb\mimetype\* [ticket/12715] Cleanup comments in \phpbb\message\* [ticket/12715] Cleanup comments in \phpbb\log\* [ticket/12715] Cleanup comments in \phpbb\lock\* [ticket/12715] Cleanup comments in \phpbb\groupposition\* [ticket/12715] Cleanup comments in \phpbb\feed\* [ticket/12715] Cleanup comments in \phpbb\extension\* ...
| * | | [ticket/12715] Add missing new line in the notification managerTristan Darricau2014-06-161-0/+1
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\symfony_requestTristan Darricau2014-06-151-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\permissionsTristan Darricau2014-06-151-1/+0
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\path_helperTristan Darricau2014-06-151-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\paginationTristan Darricau2014-06-151-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\datetimeTristan Darricau2014-06-151-3/+3
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\content_visibilityTristan Darricau2014-06-151-2/+5
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\tree\*Tristan Darricau2014-06-151-11/+12
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\template\*Tristan Darricau2014-06-1519-124/+132
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\plupload\*Tristan Darricau2014-06-151-2/+0
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\profilefields\*Tristan Darricau2014-06-157-7/+0
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\passwords\*Tristan Darricau2014-06-1517-63/+63
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\notification\*Tristan Darricau2014-06-151-3/+5
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\mimetype\*Tristan Darricau2014-06-154-7/+7
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\message\*Tristan Darricau2014-06-151-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\log\*Tristan Darricau2014-06-151-22/+1
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\lock\*Tristan Darricau2014-06-151-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\groupposition\*Tristan Darricau2014-06-152-26/+19
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\feed\*Tristan Darricau2014-06-153-14/+20
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\extension\*Tristan Darricau2014-06-153-43/+46
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\di\*Tristan Darricau2014-06-154-6/+5
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\db\*Tristan Darricau2014-06-155-3/+15
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\cron\*Tristan Darricau2014-06-152-2/+3
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\controller\*Tristan Darricau2014-06-153-7/+9
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Update console command cron:* commentsTristan Darricau2014-06-152-4/+28
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Update console command config:* commentsTristan Darricau2014-06-155-1/+71
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Update console command cache:purge commentsTristan Darricau2014-06-151-0/+23
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\cache\driver\*Tristan Darricau2014-06-152-1/+3
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\avatar\driver\*Tristan Darricau2014-06-155-26/+27
| | | | | | | | | | | | | | | | PHPBB3-12715
| * | | [ticket/12715] Cleanup comments in \phpbb\auth\provider\*Tristan Darricau2014-06-156-17/+16
| |/ / | | | | | | | | | PHPBB3-12715
* | | Merge pull request #2599 from marc1706/ticket/12712Andreas Fischer2014-06-151-1/+0
|\ \ \ | |/ / |/| | | | | | | | | | | | | | [ticket/12712] Add user_password to GROUP BY clause to fix query for mssql * marc1706/ticket/12712: [ticket/12712] Remove unneeded GROUP BY clause to fix query for mssql
| * | [ticket/12712] Remove unneeded GROUP BY clause to fix query for mssqlMarc Alexander2014-06-151-1/+0
|/ / | | | | | | PHPBB3-12712
* | Merge pull request #2593 from bantu/ticket/12575Dhruv Goel2014-06-152-57/+9
|\ \ | | | | | | [ticket/12575] Cleanup service_collection_iterator
| * | [ticket/12575] Just forward service_collection::offsetGet() to container.Andreas Fischer2014-06-141-8/+1
| | | | | | | | | | | | PHPBB3-12575
| * | [ticket/12575] Do not duplicate logic in service_collection_iterator.Andreas Fischer2014-06-141-9/+1
| | | | | | | | | | | | PHPBB3-12575
| * | [ticket/12575] Workaround for offsetExists seems not required for the Iterator.Andreas Fischer2014-06-141-16/+1
| | | | | | | | | | | | PHPBB3-12575
| * | [ticket/12575] Pass service_collection instead of ContainerInterface.Andreas Fischer2014-06-142-26/+8
| | | | | | | | | | | | PHPBB3-12575
* | | Merge pull request #2431 from Nicofuma/ticket/12109Dhruv Goel2014-06-151-8/+16
|\ \ \ | | | | | | | | [ticket/12109] Bug when setting permissions with "Select all users"
| * | | [ticket/12109] Fix coding styleTristan Darricau2014-05-101-4/+4
| | | | | | | | | | | | | | | | PHPBB3-12109
| * | | [ticket/12109] Bug when setting permissions with "Select all users"Tristan Darricau2014-05-101-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12109 PHPBB3-12109