aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12282] Use {@inheritDoc} for inherited methodsJoas Schilling2014-04-0112-288/+115
| | | | PHPBB3-12282
* [ticket/12282] Add Interface for DBAL driversJoas Schilling2014-04-012-2/+357
| | | | PHPBB3-12282
* Merge remote-tracking branch 'paybas/ticket/12329' into develop-ascraeusJoas Schilling2014-04-016-18/+30
|\ | | | | | | | | | | * paybas/ticket/12329: [ticket/12329] changed all CSS classes to ".stat-block" [ticket/12329] Add <div> container to index blocks (stats, etc.)
| * [ticket/12329] changed all CSS classes to ".stat-block"PayBas2014-04-016-11/+11
| | | | | | | | PHPBB3-12329
| * [ticket/12329] Add <div> container to index blocks (stats, etc.)PayBas2014-03-306-18/+30
| | | | | | | | PHPBB3-12329
* | Merge remote-tracking branch 'paybas/ticket/12328' into develop-ascraeusJoas Schilling2014-04-013-0/+12
|\ \ | | | | | | | | | | | | | | | * paybas/ticket/12328: [ticket/12328] Change "since" to B3 [ticket/12328] Add Template Event index_body_stat_blocks_after
| * | [ticket/12328] Change "since" to B3PayBas2014-04-011-1/+1
| | | | | | | | | | | | PHPBB3-12328
| * | [ticket/12328] Add Template Event index_body_stat_blocks_afterPayBas2014-03-303-0/+12
| |/ | | | | | | PHPBB3-12328
* | Merge remote-tracking branch 'paybas/ticket/12322' into develop-ascraeusJoas Schilling2014-04-012-8/+8
|\ \ | | | | | | | | | | | | | | | * paybas/ticket/12322: [ticket/12322] Added profile-custom-field class [ticket/12322] CSS classes for postprofile-profile <dd> items
| * | [ticket/12322] Added profile-custom-field classPayBas2014-04-012-2/+2
| | | | | | | | | | | | PHPBB3-12322
| * | [ticket/12322] CSS classes for postprofile-profile <dd> itemsPayBas2014-03-292-8/+8
| |/ | | | | | | | | | | There is no subsilver2 equivalent for this commit PHPBB3-12322
* | Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-03-311-29/+54
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12318] Use MySQL instead of MySQLi for now on HHVM. [ticket/12318] Pin HHVM version to 3.0.0~precise. [ticket/12318] Always install new config file on HHVM upgrade conflict. [ticket/12318] Add PPA providing dependencies for recent HHVM on Ubuntu 12.04. [ticket/12318] Upgrade to a recent stable version of HHVM. [ticket/12318] Correctly setup HHVM for functional tests.
| * \ Merge remote-tracking branch 'bantu/ticket/12318-olympus' into develop-olympusJoas Schilling2014-03-311-29/+54
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/12318-olympus: [ticket/12318] Use MySQL instead of MySQLi for now on HHVM. [ticket/12318] Pin HHVM version to 3.0.0~precise. [ticket/12318] Always install new config file on HHVM upgrade conflict. [ticket/12318] Add PPA providing dependencies for recent HHVM on Ubuntu 12.04. [ticket/12318] Upgrade to a recent stable version of HHVM. [ticket/12318] Correctly setup HHVM for functional tests.
| | * | [ticket/12318] Use MySQL instead of MySQLi for now on HHVM.Andreas Fischer2014-03-301-0/+4
| | | | | | | | | | | | | | | | PHPBB3-12318
| | * | [ticket/12318] Pin HHVM version to 3.0.0~precise.Andreas Fischer2014-03-301-1/+2
| | | | | | | | | | | | | | | | PHPBB3-12318
| | * | [ticket/12318] Always install new config file on HHVM upgrade conflict.Andreas Fischer2014-03-301-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12318
| | * | [ticket/12318] Add PPA providing dependencies for recent HHVM on Ubuntu 12.04.Andreas Fischer2014-03-301-0/+6
| | | | | | | | | | | | | | | | PHPBB3-12318
| | * | [ticket/12318] Upgrade to a recent stable version of HHVM.Andreas Fischer2014-03-301-0/+3
| | | | | | | | | | | | | | | | PHPBB3-12318
| | * | [ticket/12318] Correctly setup HHVM for functional tests.Andreas Fischer2014-03-301-29/+40
| |/ / | | | | | | | | | PHPBB3-12318
* | | Merge remote-tracking branch 'crizz0/ticket/9758' into develop-ascraeusJoas Schilling2014-03-3111-111/+107
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * crizz0/ticket/9758: [ticket/9758] Clickable avatar in header and renamed class for avatar-img [ticket/9758] Remove unnessary if-question for include functions_display [ticket/9758] Slims the line 4775 in includes/functions.php [ticket/9758] Adds id and changes filter to fix travis CI test [ticket/9758] Removed the needless space after first ENDIF [ticket/9758] Adding impr. for overall_header display of avatar and username [ticket/9758] Fixed bug in mcp_warn.php [ticket/9758] Optimises the html code of avatar image in header [ticket/9758] Error because of missing functions_display.php fixed [ticket/9758] Removed useless if-conditions to include functions.php [ticket/9758] Changes class name of new "span" in overall_header.html [ticket/9758] Adds global template variable CURRENT_USER_AVATAR
| * | | [ticket/9758] Clickable avatar in header and renamed class for avatar-imgCrizzo2014-03-303-2/+3
| | | | | | | | | | | | | | | | PHPBB3-9758
| * | | [ticket/9758] Remove unnessary if-question for include functions_displayCrizzo2014-03-281-5/+0
| | | | | | | | | | | | | | | | PHPBB3-9758
| * | | [ticket/9758] Slims the line 4775 in includes/functions.phpCrizzo2014-03-281-1/+1
| | | | | | | | | | | | | | | | PHPBB3-9758
| * | | [ticket/9758] Adds id and changes filter to fix travis CI testCrizzo2014-03-283-4/+4
| | | | | | | | | | | | | | | | PHPBB3-9758
| * | | [ticket/9758] Removed the needless space after first ENDIFCrizzo2014-03-281-1/+1
| | | | | | | | | | | | | | | | PHPBB3-9758
| * | | [ticket/9758] Adding impr. for overall_header display of avatar and usernameCrizzo2014-03-283-3/+6
| | | | | | | | | | | | | | | | PHPBB3-9758
| * | | [ticket/9758] Fixed bug in mcp_warn.phpCrizzo2014-03-282-2/+9
| | | | | | | | | | | | | | | | PHPBB3-9758
| * | | [ticket/9758] Optimises the html code of avatar image in headerCrizzo2014-03-281-1/+1
| | | | | | | | | | | | | | | | PHPBB3-9758
| * | | [ticket/9758] Error because of missing functions_display.php fixedCrizzo2014-03-282-2/+8
| | | | | | | | | | | | | | | | PHPBB3-9758
| * | | [ticket/9758] Removed useless if-conditions to include functions.phpCrizzo2014-03-287-34/+1
| | | | | | | | | | | | | | | | PHPBB3-9758
| * | | [ticket/9758] Changes class name of new "span" in overall_header.htmlCrizzo2014-03-282-2/+2
| | | | | | | | | | | | | | | | PHPBB3-9758
| * | | [ticket/9758] Adds global template variable CURRENT_USER_AVATARCrizzo2014-03-2811-94/+111
| | | | | | | | | | | | | | | | PHPBB3-9758
* | | | Merge branch 'prep-release-3.1.0-b2' into develop-ascraeusJoas Schilling2014-03-308-35/+133
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.1.0-b2: [prep-release-3.1.0-b2] Prepare development of 3.1.0-b3 [prep-release-3.1.0-b2] Add changelog for 3.1.0-b2 [prep-release-3.1.0-b2] Prepare Changelog [prep-release-3.1.0-b2] Add migration for 3.1.0-b2 [prep-release-3.1.0-b2] Update version to 3.1.0-b2
| * | | | [prep-release-3.1.0-b2] Prepare development of 3.1.0-b3Joas Schilling2014-03-303-5/+5
| | | | |
| * | | | [prep-release-3.1.0-b2] Add changelog for 3.1.0-b2Joas Schilling2014-03-301-0/+66
| | | | |
| * | | | [prep-release-3.1.0-b2] Prepare ChangelogJoas Schilling2014-03-301-25/+28
| | | | |
| * | | | [prep-release-3.1.0-b2] Add migration for 3.1.0-b2Joas Schilling2014-03-301-0/+29
| | | | |
| * | | | [prep-release-3.1.0-b2] Update version to 3.1.0-b2Joas Schilling2014-03-306-8/+8
|/ / / /
* | | | Merge remote-tracking branch 'nickvergessen/ticket/12326' into develop-ascraeusDavid King2014-03-301-17/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/12326: [ticket/12326] Correctly format update/index.php and remove php closing tag [ticket/12326] Do not add deleted files to the list of changed files
| * | | | [ticket/12326] Correctly format update/index.php and remove php closing tagJoas Schilling2014-03-301-11/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12326
| * | | | [ticket/12326] Do not add deleted files to the list of changed filesJoas Schilling2014-03-301-6/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-12326
* | | | | Merge remote-tracking branch 'Elsensee/ticket/12330' into develop-ascraeusJoas Schilling2014-03-301-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * Elsensee/ticket/12330: [ticket/12330] Fix create index in db tools on mssql
| * | | | | [ticket/12330] Fix create index in db tools on mssqlOliver Schramm2014-03-301-2/+2
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-12330
* | | | | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-03-301-3/+5
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | * develop-olympus: [ticket/12316] Add Build Status Icon for develop-ascraeus to README.md
| * | | | Merge remote-tracking branch 'VSEphpbb/ticket/12316' into develop-olympusAndreas Fischer2014-03-301-3/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * VSEphpbb/ticket/12316: [ticket/12316] Add Build Status Icon for develop-ascraeus to README.md
| | * | | | [ticket/12316] Add Build Status Icon for develop-ascraeus to README.mdMatt Friedman2014-03-301-3/+5
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-12316
* | | | | Merge pull request #2198 from n-aleha/ticket/12321Andreas Fischer2014-03-302-0/+0
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | [ticket/12321] Remove execute bit from ucp_main_subscribed.html and buttons.png * n-aleha/ticket/12321: [ticket/12321] Remove execute bit from ucp_main_subscribed.html and buttons.png
| * | | | [ticket/12321] Remove execute bit from ucp_main_subscribed.html and buttons.pngn-aleha2014-03-302-0/+0
|/ / / / | | | | | | | | | | | | PHPBB3-12321
* | | | Merge remote-tracking branch 'Elsensee/ticket/12324' into develop-ascraeusJoas Schilling2014-03-301-1/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * Elsensee/ticket/12324: [ticket/12324] Correctly create di container if config/ is missing from update/
| * | | | [ticket/12324] Correctly create di container if config/ is missing from update/Oliver Schramm2014-03-291-1/+8
|/ / / / | | | | | | | | | | | | PHPBB3-12324