aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2733 from n-aleha/ticket/12851Andreas Fischer2014-07-231-1/+1
|\
| * [ticket/12851] Fix the Font colour button titlen-aleha2014-07-211-1/+1
* | Merge pull request #2766 from marc1706/ticket/12560Dhruv Goel2014-07-221-2/+29
|\ \
| * | [ticket/12560] Add methods to set upload and temp paths in pluploadMarc Alexander2014-07-201-2/+29
* | | Merge pull request #2757 from rxu/ticket/12871Joas Schilling2014-07-211-0/+1
|\ \ \
| * | | [ticket/12871] Add PHPBB_DISPLAY_LOAD_TIME const to config.php on installationrxu2014-07-191-0/+1
* | | | Merge pull request #2745 from nickvergessen/ticket/12861Tristan Darricau2014-07-211-0/+40
|\ \ \ \
| * | | | [ticket/12861] Add event to modify the post, poster and attachment dataJoas Schilling2014-07-161-0/+40
* | | | | Merge pull request #2752 from bantu/ticket/12656Dhruv Goel2014-07-2210-39/+47
|\ \ \ \ \
| * | | | | [ticket/12656] Pass user object into all console commands.Andreas Fischer2014-07-1710-39/+47
* | | | | | Merge pull request #2651 from nickvergessen/ticket/12448Dhruv Goel2014-07-221-6/+31
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [ticket/12448] Fix null columns for MS SQLJoas Schilling2014-06-251-1/+1
| * | | | | [ticket/12448] Fix null columns for postgresJoas Schilling2014-06-251-0/+6
| * | | | | [ticket/12448] Allow null as default value for columnsJoas Schilling2014-06-251-6/+25
* | | | | | [ticket/12872] Add poster_id to viewtopic_modify_post_rowTabitha Backoff2014-07-191-1/+1
* | | | | | [ticket/12872] Add poster_id to viewtopic_modify_post_rowTabitha Backoff2014-07-191-0/+3
| |_|_|/ / |/| | | |
* | | | | Merge pull request #2755 from Elsensee/ticket/12748Andreas Fischer2014-07-181-1/+1
|\ \ \ \ \
| * | | | | [ticket/12748] Fix typo in terms of useOliver Schramm2014-07-181-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #2751 from bantu/ticket/12663Andreas Fischer2014-07-183-7/+45
|\ \ \ \ \
| * | | | | [ticket/12663] Have cli.php language file at top level; unrelated to ACP.Andreas Fischer2014-07-172-1/+1
| * | | | | [ticket/12663] Extract CLI language string into their own fileCarlo2014-07-173-7/+45
| |/ / / /
* | | | | Merge pull request #2735 from carlo94it/ticket/12814Andreas Fischer2014-07-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/12814] Replace email type with text typeCarlo2014-07-151-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #2576 from carlo94it/ticket/12685Tristan Darricau2014-07-174-13/+48
|\ \ \ \
| * | | | [ticket/12685] Setup class loader for extensions only if not in safe modeCarlo2014-07-171-3/+6
| * | | | [ticket/12685] Replace getParameterOption with hasParameterOptionCarlo2014-07-151-1/+1
| * | | | [ticket/12685] Do not dump containerCarlo2014-07-151-0/+1
| * | | | [ticket/12685] Override getDefaultInputDefinition()Carlo2014-07-152-9/+19
| * | | | [ticket/12685] Removed unused USE statementCarlo2014-07-151-1/+0
| * | | | [ticket/12685] Inject console.command_collection instead of the containerCarlo2014-07-152-4/+4
| * | | | [ticket/12685] Add a new lineCarlo2014-07-151-0/+1
| * | | | [ticket/12685] Container is dumped by defaultCarlo2014-07-151-1/+0
| * | | | [ticket/12685] Removed spacesCarlo2014-07-151-1/+1
| * | | | [ticket/12685] Add --safe-modeCarlo2014-07-153-2/+20
| * | | | [ticket/12685] We need extensions enabledCarlo2014-07-121-1/+0
| * | | | [ticket/12685] Add space after foreachCarlo2014-07-121-1/+1
| * | | | [ticket/12685] Add console collection and fixing CLICarlo2014-07-122-6/+11
* | | | | Merge pull request #2747 from Elsensee/ticket/12860Joas Schilling2014-07-173-0/+40
|\ \ \ \ \
| * | | | | [ticket/12860] Fix typoOliver Schramm2014-07-171-2/+2
| * | | | | [ticket/12860] Add template events mcp_ban_unbanOliver Schramm2014-07-163-0/+20
| * | | | | [ticket/12860] Add template events mcp_ban_fieldsOliver Schramm2014-07-163-0/+20
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2739 from PayBas/ticket/12853Joas Schilling2014-07-161-1/+1
|\ \ \ \ \
| * | | | | [ticket/12853] Change navbar ACP from skip- to last-responsivePayBas2014-07-161-1/+1
* | | | | | Merge pull request #2740 from PayBas/ticket/12845Joas Schilling2014-07-162-2/+2
|\ \ \ \ \ \
| * | | | | | [ticket/12845] Remove invalid ARIA role for breadcrumbsPayBas2014-07-162-2/+2
| |/ / / / /
* | | | | | Merge pull request #2741 from PayBas/ticket/12837Joas Schilling2014-07-162-1/+15
|\ \ \ \ \ \
| * | | | | | [ticket/12837] Use else if instead of elseifPayBas2014-07-161-1/+1
| * | | | | | [ticket/12837] Detect "viewing contact admin page" on viewonlinePayBas2014-07-162-1/+15
| |/ / / / /
* | | | | | Merge pull request #2743 from PayBas/ticket/12859Joas Schilling2014-07-163-1/+33
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [ticket/12859] Add template events ucp_pm_viewmessage_post_buttonsPayBas2014-07-163-1/+33
| |/ / / /