aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #3127 from omniError/ticket/13323Joas Schilling2014-11-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/13323] empty auth option in posting.phpomniError2014-11-101-1/+1
* | | | | | | | | Merge pull request #3108 from Elsensee/ticket/13284Joas Schilling2014-11-214-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/13284] Set message body in topic form too, so it will be sentOliver Schramm2014-11-041-1/+1
| * | | | | | | | | [ticket/13284] Fix request name so users can cc themselvesOliver Schramm2014-11-043-4/+4
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #3068 from marc1706/ticket/13204Joas Schilling2014-11-211-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/13204] Tell user that password was incorrect when exceeding attemptsMarc Alexander2014-11-021-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #3064 from marc1706/ticket/13197Joas Schilling2014-11-211-8/+32
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | [ticket/13197] Fix tabbingMarc Alexander2014-11-091-4/+4
| * | | | | | | | [ticket/13197] Correctly format sql queryMarc Alexander2014-11-091-2/+2
| * | | | | | | | [ticket/13197] Also delete group avatar from users that have it setMarc Alexander2014-10-251-7/+31
* | | | | | | | | [ticket/13316] Ensure Recaptcha image uses https when necessary.Cesar G2014-11-211-2/+4
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #3144 from marc1706/ticket/13337Joas Schilling2014-11-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/13337] Allow empty array passed to sql_in_set()Marc Alexander2014-11-141-1/+1
* | | | | | | | | Merge pull request #3044 from Elsensee/ticket/13100Joas Schilling2014-11-213-2/+18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/13100] Remove pointless variableOliver Schramm2014-11-041-1/+0
| * | | | | | | | | [ticket/13100] Display only confirmation buttons when deleting shadow topicOliver Schramm2014-10-203-2/+19
* | | | | | | | | | Merge pull request #3023 from Nicofuma/ticket/13133Joas Schilling2014-11-211-4/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ticket/13133] Rename $ok variableTristan Darricau2014-11-071-4/+4
| * | | | | | | | | | [ticket/13133] Allow @vendor_name for includecssTristan Darricau2014-10-081-4/+28
* | | | | | | | | | | Merge pull request #2765 from Elsensee/ticket/11863Joas Schilling2014-11-213-14/+23
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ticket/11863] Display warning to user because of activation methodOliver Schramm2014-10-172-1/+10
| * | | | | | | | | | | [ticket/11863] Grey out unavailable activation methods when emails disabledOliver Schramm2014-10-173-13/+13
* | | | | | | | | | | | Merge pull request #3043 from rxu/ticket/13182Joas Schilling2014-11-211-4/+39
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ticket/13182] Add posting.php core event to allow modifying the message textrxu2014-11-221-4/+39
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3150 from omniError/ticket/13347Joas Schilling2014-11-212-1/+50
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ticket/13347] update event docsomniError2014-11-171-1/+43
| * | | | | | | | | | | | [ticket/13347] fix CSomniError2014-11-171-7/+7
| * | | | | | | | | | | | [ticket/13347] missing acp_forums template eventsomniError2014-11-171-0/+7
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3131 from omniError/ticket/13328Joas Schilling2014-11-211-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ticket/13328] fix CSomniError2014-11-111-14/+14
| * | | | | | | | | | | | [ticket/13328] add core.mcp_view_forum_modify_sqlomniError2014-11-101-0/+16
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3130 from omniError/ticket/13326Joas Schilling2014-11-211-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ticket/13326] fix CSomniError2014-11-111-2/+2
| * | | | | | | | | | | | [ticket/13326] add viewtopic_url to eventomniError2014-11-101-0/+3
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #3126 from VSEphpbb/ticket/13290Joas Schilling2014-11-213-4/+16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ticket/13290] Add EVENT index_body_forumlist_body_afterMatt Friedman2014-11-103-4/+16
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #3122 from Elsensee/ticket/13309Joas Schilling2014-11-212-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ticket/13309] Add event acp_email_options_afterOliver Schramm2014-11-092-0/+8
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3114 from rxu/ticket/13294Joas Schilling2014-11-211-1/+44
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ticket/13294] Add function parse() core event for additional message checksrxu2014-11-201-1/+44
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3071 from rxu/ticket/13220Joas Schilling2014-11-213-0/+30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [ticket/13220] Add template events to memberlist_search.htmlrxu2014-11-083-0/+30
* | | | | | | | | | | | | Merge pull request #3149 from prototech/ticket/13342Tristan Darricau2014-11-181-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.Cesar G2014-11-161-2/+6
* | | | | | | | | | | | | | Merge pull request #3148 from prototech/ticket/13315Tristan Darricau2014-11-181-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | [ticket/13315] Check for the includes/captcha/plugins/ directory instead.Cesar G2014-11-181-1/+1
| * | | | | | | | | | | | | | [ticket/13315] Fix loss of CAPTCHA plugin config value.Cesar G2014-11-161-1/+2
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #3154 from cyberalien/ticket/13349Marc Alexander2014-11-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | [ticket/13349] Fix breadcrumb arrow entitycyberalien2014-11-181-1/+1