aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | [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] Fix the Plupload test.Cesar G2014-01-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | Merge pull request #1861 from prototech/ticket/12011Nathan Guse2014-01-173-26/+36
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | [ticket/12011] RTL fixes.
| * | | | | | | | [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
| * \ \ \ \ \ \ \ [ticket/11966] Merge branch 'develop' into ticket/11966Matt Friedman2013-12-12482-5335/+7910
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11966
| * | | | | | | | | [ticket/11966] Add header navigation template events to Subsilver2Matt Friedman2013-10-232-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the overall_header_navigation_append / prepend template events used in Prosilver to subsilver2 as well. This will allow extensions to add Nav Links to Subsilver2. http://tracker.phpbb.com/browse/PHPBB3-11966 PHPBB3-11966
* | | | | | | | | | Merge branch 'develop-olympus' into developNathan Guse2014-01-171-5/+17
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12046] Use PHP_BINARY environment variable in PHP lint test.
| * | | | | | | | | Merge remote-tracking branch 'remotes/bantu/ticket/12046' into develop-olympusNathan Guse2014-01-171-5/+17
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remotes/bantu/ticket/12046: [ticket/12046] Use PHP_BINARY environment variable in PHP lint test.
| | * | | | | | | | | [ticket/12046] Use PHP_BINARY environment variable in PHP lint test.Andreas Fischer2013-11-291-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12046
* | | | | | | | | | | Merge pull request #1938 from prototech/ticket/12077Nathan Guse2014-01-172-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12077] Ensure that valid upload methods are presented to user in language packs page.
| * | | | | | | | | | | [ticket/12077] Fix another strict standards error.Cesar G2013-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12077
| * | | | | | | | | | | [ticket/12077] Add missing space after template block name.Cesar G2013-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12077
| * | | | | | | | | | | [ticket/12077] Fix strict standards error.Cesar G2013-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12077
* | | | | | | | | | | | Merge pull request #1945 from VSEphpbb/ticket/12104Nathan Guse2014-01-171-5/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12104] Replace shadow topics $sql with $sql_array for better Eve...
| * | | | | | | | | | | | [ticket/12104] Update the event's doc block to reflect new variableMatt Friedman2014-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12104
| * | | | | | | | | | | | [ticket/12104] Remove newline before WHERE parameterMatt Friedman2014-01-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12104
| * | | | | | | | | | | | [ticket/12104] Remove empty LEFT_JOIN arrayMatt Friedman2014-01-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12104
| * | | | | | | | | | | | [ticket/12104] Replace shadow topics $sql with $sql_array for better Event ↵Matt Friedman2014-01-091-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handling PHPBB3-12104
* | | | | | | | | | | | | Merge pull request #1947 from bantu/ticket/12107Nathan Guse2014-01-171-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12107] Use log table property instead of log table constant.
| * | | | | | | | | | | | | [ticket/12107] Use log table property instead of log table constant.Andreas Fischer2014-01-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12107
* | | | | | | | | | | | | | Merge pull request #1949 from prototech/ticket/12110Nathan Guse2014-01-173-26/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12110] Update Plupload to 2.1.1.
| * | | | | | | | | | | | | | [ticket/12110] Update Plupload to 2.1.1.Cesar G2014-01-163-26/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12110
* | | | | | | | | | | | | | | Merge pull request #1950 from prototech/ticket/12096Nathan Guse2014-01-173-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12096] Use plurals for MAX_NUM_SEARCH_KEYWORDS_REFINE.
| * | | | | | | | | | | | | | | [ticket/12096] Use plurals for MAX_NUM_SEARCH_KEYWORDS_REFINE.Cesar G2014-01-163-3/+6
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12096
* | | | | | | | | | | | | | | Merge pull request #1951 from prototech/ticket/12032Nathan Guse2014-01-178-4/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | [ticket/12032] Do not inherit read status in certain notifications.