| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/11763] Add missing variable when reporting a PM to avoid SQL Error | Oliver Schramm | 2013-08-03 | 1 | -3/+4 |
* | [ticket/11722] Remove reference assignment for $captcha in report.php | Andreas Fischer | 2013-07-22 | 1 | -1/+1 |
* | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2013-07-22 | 1 | -3/+6 |
|\ |
|
| * | [ticket/11720] Do not call $captcha->validate if $captcha is not set | Marc Alexander | 2013-07-21 | 1 | -3/+6 |
* | | Merge branch 'ticket/11566' into ticket/11566-develop | Dhruv | 2013-07-01 | 1 | -74/+112 |
|\ \
| |/ |
|
| * | [ticket/11566] Remove extra pair of brackets from conditional statement | Dhruv | 2013-07-01 | 1 | -1/+1 |
| * | [ticket/11566] Use the new constant CONFIRM_REPORT for captcha init | Dhruv | 2013-07-01 | 1 | -1/+1 |
| * | [ticket/11566] Rename var to $visual_confirmation_response | Dhruv | 2013-07-01 | 1 | -3/+3 |
| * | [ticket/11566] add captcha reset and hidden fields | Dhruv | 2013-07-01 | 1 | -0/+11 |
| * | [ticket/11566] display error instead of trigger_error | Dhruv | 2013-07-01 | 1 | -12/+12 |
| * | [ticket/11566] add error functionality | Dhruv | 2013-07-01 | 1 | -67/+80 |
| * | [ticket/11566] add interface for captcha | Dhruv | 2013-07-01 | 1 | -0/+14 |
* | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103 | Nathan Guse | 2013-01-15 | 1 | -19/+27 |
|\ \ |
|
| * | | [ticket/11171] Adapted the code in report.php | Bruno Ais | 2012-12-07 | 1 | -19/+27 |
* | | | [ticket/11103] Instantiate $phpbb_notifications as needed | Nathan Guse | 2012-12-13 | 1 | -0/+2 |
* | | | [ticket/11103] Create user loader class, update for DIC | Nathan Guse | 2012-11-20 | 1 | -2/+2 |
* | | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103 | Nathaniel Guse | 2012-11-10 | 1 | -13/+19 |
|\ \ \
| |/ / |
|
| * | | [ticket/10845] Removed one empty line that wasn't supposed to be there | Bruno Ais | 2012-06-14 | 1 | -1/+0 |
| * | | [ticket/10845] Changed the report system. Now it saves posts with the bbcode | Bruno Ais | 2012-05-01 | 1 | -12/+19 |
* | | | [ticket/11103] Use the full class name as the item_type/method | Nathan Guse | 2012-10-20 | 1 | -2/+2 |
* | | | [ticket/11103] Remove unnecessary comments | Nathan Guse | 2012-10-18 | 1 | -2/+0 |
* | | | [ticket/11103] Use report text for report notification, never notify reporter | Nathan Guse | 2012-10-16 | 1 | -1/+4 |
* | | | [ticket/11103] Finishing up PM Report notifications | Nathan Guse | 2012-10-09 | 1 | -1/+4 |
* | | | [ticket/11103] Working on report notifications (post/pm) | Nathan Guse | 2012-10-09 | 1 | -1/+7 |
|/ / |
|
* | | [feature/save-post-on-report] Changed the name of the column | Bruno Ais | 2012-03-19 | 1 | -5/+5 |
* | | [feature/save-post-on-report] The complete changes for this feature | Bruno Ais | 2012-03-19 | 1 | -3/+7 |
* | | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -2/+1 |
* | | Merge branch 'develop-olympus' into develop | Nils Adermann | 2011-07-16 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | [ticket/10266] Add "Return to forum" link after reporting a post | Joas Schilling | 2011-07-14 | 1 | -0/+7 |
| * | Fix Bug #54375 - Show correct HTML title when reporting private messages. | Andreas Fischer | 2009-11-24 | 1 | -1/+3 |
| * | use existing language key for "private message not found" | Meik Sievertsen | 2009-09-19 | 1 | -1/+2 |
| * | Users can report PMs to moderators which are then visible in a new MCP module | Nils Adermann | 2009-07-21 | 1 | -47/+116 |
* | | [ticket/9684] Remove code for global announcement in root-files | Joas Schilling | 2011-04-07 | 1 | -1/+1 |
* | | [ticket/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 1 | -2/+0 |
* | | merge changes from 3.0.x branch | Meik Sievertsen | 2009-12-16 | 1 | -1/+3 |
* | | Copy 3.0.x branch to trunk | Meik Sievertsen | 2009-10-04 | 1 | -0/+238 |
* | | Move trunk/phpBB to old_trunk/phpBB | Meik Sievertsen | 2009-10-04 | 1 | -168/+0 |
* | | $template to phpbb::$template | Meik Sievertsen | 2009-02-22 | 1 | -6/+6 |
* | | $db-> to phpbb::$db-> | Meik Sievertsen | 2009-02-22 | 1 | -12/+12 |
* | | $auth-> to phpbb::$acl-> | Meik Sievertsen | 2009-02-22 | 1 | -2/+2 |
* | | remove global and change $user-> to phpbb::$user-> | Meik Sievertsen | 2009-02-22 | 1 | -12/+12 |
* | | add nils' request and super globals class | Meik Sievertsen | 2008-12-25 | 1 | -2/+2 |
* | | - updated all code to use the request class instead of any direct access to | Nils Adermann | 2008-11-24 | 1 | -2/+2 |
* | | ok... i hope i haven't messed too much with the code and everything is still ... | Meik Sievertsen | 2008-05-29 | 1 | -6/+6 |
|/ |
|
* | dumdidum... sorry. ;) | Meik Sievertsen | 2007-10-05 | 1 | -3/+3 |
* | do not get too excited | Meik Sievertsen | 2007-07-26 | 1 | -1/+1 |
* | - #10159 (as well as the exact same issue with reports) | Vic D'Elfant | 2007-04-30 | 1 | -1/+2 |
* | checking in some fixes. ;) Most of them are really minor, including: | Meik Sievertsen | 2007-04-26 | 1 | -1/+1 |
* | - fixes for the following bugs: | Meik Sievertsen | 2006-11-15 | 1 | -3/+1 |
* | message | Nils Adermann | 2006-11-12 | 1 | -4/+7 |