aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2014-01-262-0/+2
|\ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12118] Add noindex meta tag to subsilver2 view-print templates Conflicts: phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html phpBB/styles/subsilver2/template/viewtopic_print.html
| * [ticket/12118] Add noindex meta tag to subsilver2 view-print templatesMarcus Vinicius2014-01-262-0/+2
| | | | | | | | PHPBB3-12118
* | [ticket/12125] Specify nth-child selectors separately - IE8 does not like themCesar G2014-01-242-4/+20
| | | | | | | | PHPBB3-12125
* | Merge branch 'develop-olympus' into developCesar G2014-01-231-1/+2
|\ \ | |/
| * [ticket/12120] Restore alphabetic orderJoas Schilling2014-01-231-1/+1
| | | | | | | | PHPBB3-12120
| * [ticket/12120] Add prototech to authorsJoas Schilling2014-01-231-0/+1
| | | | | | | | PHPBB3-12120
* | [ticket/11950] Fix prior commitNathan Guse2014-01-221-2/+2
| | | | | | | | PHPBB3-11950
* | Adding 'forgot password' link to index pageSuhaib Khan2014-01-223-1/+5
| | | | | | | | | | | | PHPBB3-11950 Signed-off-by: Suhaib Khan <suhebjerk@gmail.com>
* | Merge remote-tracking branch 'EXreaction/ticket/11902' into developJoas Schilling2014-01-181-1/+9
|\ \ | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11902: [ticket/11902] Use phpbb\php\ini class [ticket/11902] Prevent errors if set_time_limit disabled [ticket/11902] Set max execution time to 0 in db update
| * | [ticket/11902] Use phpbb\php\ini classNathan Guse2013-12-301-1/+2
| | | | | | | | | | | | PHPBB3-11902
| * | [ticket/11902] Prevent errors if set_time_limit disabledNathan Guse2013-10-161-1/+1
| | | | | | | | | | | | PHPBB3-11902
| * | [ticket/11902] Set max execution time to 0 in db updateNathaniel Guse2013-10-101-1/+8
| | | | | | | | | | | | PHPBB3-11902
* | | Merge remote-tracking branch 'EXreaction/ticket/12006' into developJoas Schilling2014-01-181-3/+36
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/12006: [ticket/12006] global $phpbb_dispatcher; [ticket/12006] Missing a space [ticket/12006] Add module_auth event [ticket/12006] Test for ext module auth [ticket/12006] Add extension enabled check token to module auth [ticket/12006] Cleanup the module auth function token replacement code
| * | | [ticket/12006] global $phpbb_dispatcher;Nathan Guse2014-01-171-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12006
| * | | [ticket/12006] Missing a spaceNathan Guse2014-01-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12006
| * | | [ticket/12006] Add module_auth eventNathan Guse2014-01-101-0/+14
| | | | | | | | | | | | | | | | PHPBB3-12006
| * | | [ticket/12006] Add extension enabled check token to module authNathan Guse2013-12-301-1/+2
| | | | | | | | | | | | | | | | PHPBB3-12006
| * | | [ticket/12006] Cleanup the module auth function token replacement codeNathan Guse2013-12-301-2/+20
| | | | | | | | | | | | | | | | PHPBB3-12006
* | | | Merge pull request #1866 from prototech/ticket/11915Nathan Guse2014-01-1727-498/+848
|\ \ \ \ | | | | | | | | | | [ticket/11915] Improve Plupload integration
| * | | | [ticket/11915] Pass the data to the template instead of scraping HTML for it.Cesar G2014-01-173-35/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Replace inline onclick event for inserting attachment bbcodes.Cesar G2014-01-172-2/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Remove files that are no longer used.Cesar G2014-01-1713-188/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Hide attachments table when removing last failed file.Cesar G2014-01-171-2/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Remove unused language string.Cesar G2014-01-172-2/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Make the user aware of the drag-and-drop zone.Cesar G2014-01-173-1/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Check if trigger_error() was called after sending chunk.Cesar G2014-01-171-0/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Fix spacing and ensure that strings are translated.Cesar G2014-01-171-20/+20
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Fix various problems with responsive design.Cesar G2014-01-173-5/+24
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Provide the URL to the attachment when it's uploaded.Cesar G2014-01-173-14/+29
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Do not display the "Place inline" button when JS is disabled.Cesar G2014-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Do not allow more files to be added if queue is already runningCesar G2014-01-171-0/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Remove unnecessary JS file and include others using INCLUDEJS.Cesar G2014-01-172-4/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Update the inline attachment bbcode indices on every upload.Cesar G2014-01-171-0/+55
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Add the new uploader.Cesar G2014-01-173-242/+555
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Make it possible to display trigger_error() messages to user.Cesar G2014-01-172-3/+23
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Provide some additional info about limits to the uploader.Cesar G2014-01-172-0/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Provide the attachment file size to the template.Cesar G2014-01-173-3/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Add row template for new attachments.Cesar G2014-01-171-0/+19
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Move the uploaded attachment list under the attachments tab.Cesar G2014-01-174-38/+120
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
| * | | | [ticket/11915] Move some of the #cp-main table rules to separate class.Cesar G2014-01-174-15/+15
| | | | | | | | | | | | | | | | | | | | PHPBB3-11915
* | | | | [ticket/12011] Correctly position the MCP minitabs.Cesar G2014-01-172-7/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-12011
* | | | | [ticket/12011] Prevent the <dfn> from bumping the unapproved icon to second lineCesar G2014-01-171-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A RTL rule is not needed for this since the content is just moved out of view. PHPBB3-12011
* | | | | [ticket/12011] Separate the navbar bullet points from the text.Cesar G2014-01-171-0/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-12011
* | | | | [ticket/12011] Correctly align the posting options.Cesar G2014-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12011
* | | | | [ticket/12011] Fix the overlapping unapproved post icon.Cesar G2014-01-171-2/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12011
* | | | | [ticket/12011] Align PM/post titles to the right.Cesar G2014-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12011
* | | | | [ticket/12011] Correctly align the pagination icon in topic rows.Cesar G2014-01-171-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12011
* | | | | [ticket/12011] Stop the last post column from dropping to a second line.Cesar G2014-01-171-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12011
* | | | | [ticket/12011] Align ACP tabs to the right and separate ACP content from menu.Cesar G2014-01-171-2/+2
|/ / / / | | | | | | | | | | | | PHPBB3-12011
* | | | Merge pull request #1809 from VSEphpbb/ticket/11966Nathan Guse2014-01-172-0/+4
|\ \ \ \ | | | | | | | | | | [ticket/11966] Add header navigation template events to Subsilver2