aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3635 from nickvergessen/ticket/13808Marc Alexander2015-05-281-1/+1
|\ | | | | | | [ticket/13808] Fix version
| * [ticket/13808] Fix versionJoas Schilling2015-05-281-1/+1
| | | | | | | | PHPBB3-13808
* | Merge remote-tracking branch 'Wolfsblvt/ticket/13787' into 3.1.xCesar G2015-05-281-13/+8
|\ \ | |/ |/| | | | | * Wolfsblvt/ticket/13787: [ticket/13787] Remove duplicate entry of poll_delete in prosilver template
| * [ticket/13787] Remove duplicate entry of poll_delete in prosilver templateWolfsblvt2015-04-271-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | When options are shown and poll delete is allowed, the option to delete polls is shown twice. This is fixed here by moving the if poll delete check out of the outer if, wich makes it also more consistent with the new event. PHPBB3-13787
* | Merge pull request #3600 from dragosvr92/ticket/13808Joas Schilling2015-05-283-0/+10
|\ \ | | | | | | | | | [ticket/13808] search_body_form_before
| * | [ticket/13808] search_body_form_beforedragosvr922015-05-093-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Extensions may be designed to add secondary search options, such as Google search in the search_body.html. There are no events in the searchbody, so this should be merged. PHPBB3-13808
* | | Merge pull request #3435 from rxu/ticket/13648Joas Schilling2015-05-282-0/+69
|\ \ \ | | | | | | | | | | | | [ticket/13648] Allow extensions using custom bbcode validation methods
| * | | [ticket/13648] Allow extensions using custom bbcode validation methodsrxu2015-05-072-0/+69
| | | | | | | | | | | | | | | | PHPBB3-13648
* | | | Merge pull request #3631 from rxu/ticket/13868Marc Alexander2015-05-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13868] Correctly handle acp/mcp/ucp modules lang files for extensions
| * | | | [ticket/13868] Correctly handle acp/mcp/ucp modules lang files for extensionsrxu2015-05-271-1/+1
|/ / / / | | | | | | | | | | | | PHPBB3-13868
* | | | Merge pull request #3624 from VSEphpbb/ticket/13861Marc Alexander2015-05-221-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13861] Fix undefined variables in style update migration
| * | | | [ticket/13861] Fix undefined variables in style update migrationMatt Friedman2015-05-211-3/+3
| | |/ / | |/| | | | | | | | | | PHPBB3-13861
* | | | Merge pull request #3619 from javiexin/ticket/13852Tristan Darricau2015-05-191-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13852] Consistent tab navigation when login in
| * | | | [ticket/13852] Consistent tab navigation when login injaviexin2015-05-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added tabindex attribute to input elements in index_body.html to make tab navigation consistent with that of login_body.html. PHPBB3-13852
* | | | | Merge pull request #3601 from nickvergessen/ticket/13827Nicofuma2015-05-171-3/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13827] Correctly return JSON instead of HTML when valled from AJAX
| * | | | | [ticket/13827] Use JsonResponse instead of our hacky json_response with exit()Joas Schilling2015-05-141-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13827
| * | | | | [ticket/13827] Correctly return JSON instead of HTML when valled from AJAXJoas Schilling2015-05-091-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13827
* | | | | | Merge pull request #3606 from Nicofuma/ticket/13838Joas Schilling2015-05-169-10/+167
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13838] Check braces for control structures
| * | | | | | [ticket/13838] Fix coding styleNicofuma2015-05-148-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13838
| * | | | | | [ticket/13838] Check braces for control structuresNicofuma2015-05-142-0/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13838
* | | | | | | Merge pull request #3563 from rxu/ticket/13791Oliver Schramm2015-05-152-0/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13791] Add more post buttons template events to viewtopic_body.html
| * | | | | | | [ticket/13791] Add more post buttons template events to viewtopic_body.htmlrxu2015-05-012-0/+18
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose is to allow adding custom post buttons outside of original post buttons conditionals/list in prosilver (for subsilver2 it's not the issue). PHPBB3-13791
* | | | | | | Merge pull request #3607 from Nicofuma/ticket/13830Marc Alexander2015-05-141-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13830] Fix unsused used statements and catch blocks
| * | | | | | | [ticket/13830] Fix unsused used statements and catch blocksNicofuma2015-05-141-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-13830
* | | | | | | Merge pull request #3540 from RMcGirr83/ticket/13699Marc Alexander2015-05-143-3/+20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | [ticket/13699] Add event before and after forum title in viewforum
| * | | | | | [ticket/13699] Add event before and after forum title in viewforumRichard McGirr2015-05-053-3/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13699
* | | | | | | Merge pull request #3605 from Nicofuma/ticket/13830Marc Alexander2015-05-141-0/+14
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | [ticket/13830] Check class used in catch statements
| * | | | | | [ticket/13830] Check class used in catch statementsNicofuma2015-05-101-0/+14
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-13830
* | | | | | Merge pull request #3530 from VSEphpbb/ticket/13753Marc Alexander2015-05-082-0/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13753] Add template events to forum category row headers
| * | | | | | [ticket/13753] Fix event documentationMatt Friedman2015-04-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13753
| * | | | | | [ticket/13753] Add template events to forum category row headersMatt Friedman2015-04-092-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13753
* | | | | | | Merge pull request #3529 from rxu/ticket/13752Marc Alexander2015-05-081-4/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13752] Add viewonline.php core event to allow modifying forum data SQL
| * | | | | | | [ticket/13752] Add viewonline.php core event to allow modifying forum data SQLrxu2015-04-091-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13752
* | | | | | | | Merge pull request #3526 from rxu/ticket/13750Marc Alexander2015-05-081-7/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13750] Add core event to allow modifying navlinks text
| * | | | | | | | [ticket/13750] Add core event to allow modifying navlinks textrxu2015-05-071-7/+33
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add generate_forum_nav() core event in includes/functions_display.php to allow modifying navlinks text. Use case example: extension(s) implementing multilanguage boards including translated forum names and so on. PHPBB3-13750
* | | | | | | | Merge pull request #3459 from brunoais/ticket/13664Marc Alexander2015-05-081-4/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13664] Add event to allow changing number of unapproved posts in mcp_front
| * | | | | | | | [ticket/13664] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13664
| * | | | | | | | [ticket/13664] Added alias to table to make modding easier.brunoais2015-03-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13664
| * | | | | | | | [ticket/13664] Add event to allow changing number of unapproved posts listedbrunoais2015-03-011-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13664
| * | | | | | | | [ticket/13664] From string query in mcp_front unapproved posts to built querybrunoais2015-03-011-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13664
* | | | | | | | | Merge pull request #3598 from VSEphpbb/ticket/13822Marc Alexander2015-05-081-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13822] Correctly display softdelete and post detail perms
| * | | | | | | | | [ticket/13822] Correctly display softdelete and post detail permsMatt Friedman2015-05-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13822
* | | | | | | | | | Merge pull request #3455 from brunoais/ticket/13660Marc Alexander2015-05-081-0/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13660] Allow changing the query for total reports in mcp_front
| * | | | | | | | | | [ticket/13660] BUMP version to 3.1.5-RC1brunoais2015-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13660
| * | | | | | | | | | [ticket/13660] Fix @since version.brunoais2015-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13660
| * | | | | | | | | | [ticket/13660] Allow changing the query for total reports in mcp_frontbrunoais2015-02-281-0/+12
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13660
* | | | | | | | | | Merge pull request #3521 from rxu/ticket/13745Marc Alexander2015-05-061-5/+72
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13745] Add viewtopic.php core event to allow manipulating poll data
| * | | | | | | | | | [ticket/13745] Add viewtopic.php core events to allow manipulating poll datarxu2015-04-151-5/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13745
* | | | | | | | | | | Merge pull request #3583 from nickvergessen/ticket/13807Nicofuma2015-05-064-21/+203
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket/13807 Allow building changesets for the event list
| * | | | | | | | | | | [ticket/13807] Add version to the usage outputJoas Schilling2015-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13807