aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm_viewmessage.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15878] Add attachments to ucp_pm_view_messageJakub Senko2018-11-191-0/+3
| | | | PHPBB3-15878
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-4/+4
| | | | PHPBB3-14972
* [ticket/15111] Fix the typo in ucp_pm_view_messsageJakub Senko2017-10-031-0/+30
| | | | PHPBB3-15111
* [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+1
| | | | PHPBB3-10961
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | This is part 5 and there is more to come. PHPBB3-13454
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-4/+1
| | | | | | This is part 2 of the pr. PHPBB3-13454
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* Merge branch '3.1.x'Marc Alexander2015-07-161-0/+3
|\
| * [ticket/14004] Add user_info to core eventRichard McGirr2015-07-121-0/+3
| | | | | | | | PHPBB3-14004
* | [ticket/13654] Moving reporting into controllerMateBartus2015-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654
* | Merge branch '3.1.x'Marc Alexander2015-02-181-9/+0
|\ \ | |/
| * [ticket/13595] Removed unused codeJoshyPHP2015-02-131-9/+0
| | | | | | | | PHPBB3-13595
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-1/+1
| | | | | | | | PHPBB3-13455
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+1
|/ | | | PHPBB3-13450
* [ticket/13300] Don't show jabber in profile if jabber is disabledOliver Schramm2014-11-091-1/+1
| | | | PHPBB3-13300
* [ticket/13193] Swap ternary condition membersJakub Senko2014-10-261-1/+1
| | | | PHPBB3-13193
* [ticket/13193] Add load_search config checkJakub Senko2014-10-211-1/+1
| | | | PHPBB3-13193
* [ticket/13193] Add link to post count in PMsJakub Senko2014-10-211-0/+1
| | | | PHPBB3-13193
* [ticket/12993] Return an array instead of reference passingTristan Darricau2014-08-191-1/+4
| | | | PHPBB3-12993
* [ticket/12993] Fix includes of functions_displayTristan Darricau2014-08-191-1/+1
| | | | PHPBB3-12993
* [ticket/12993] Rename to phpbb_get_user_rankTristan Darricau2014-08-181-1/+1
| | | | PHPBB3-12993
* [ticket/12993] Improve get_user_ranksForumhulp.com2014-08-181-1/+1
| | | | | | Explanation in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=46051 PHPBB3-12993
* [ticket/12938] Remove the 'Download all attachments' feature.Andreas Fischer2014-08-091-7/+0
| | | | PHPBB3-12938
* [ticket/12674] Use user's colour in 'Last edited' line in sent PMsOliver Schramm2014-06-301-1/+10
| | | | PHPBB3-12674
* [ticket/12680] Solves last bugs. viewprofile: contact --> contact nicknameCrizzo2014-06-231-1/+1
| | | | PHPBB3-12680
* [ticket/12680] Still some problems with displaying the nickname in ucpCrizzo2014-06-151-1/+1
| | | | PHPBB3-12680
* [ticket/12680] Little changes, but some issues are still thereCrizzo2014-06-141-0/+1
| | | | PHPBB3-12680
* [ticket/12566] Also changed for ucp_pm_viewmessage.phpPayBas2014-06-021-1/+1
| | | | PHPBB3-12566
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* Merge remote-tracking branch 'github-prototech/ticket/12265' into ↵Nils Adermann2014-05-021-2/+49
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-prototech/ticket/12265: [ticket/12265] Actually use $u_pm. [ticket/12265] Ensure that dropdown is always at the very left of the container [ticket/12265] Define a loop for contact icons. [ticket/12265] Break the icons that aren't in loop in case extensions add more [ticket/12265] Fix modulo logic. [ticket/12265] Adjust alignment of AIM and Jabber icons. [ticket/12265] Ensure that there's only 4 icons per row in IE & Opera. [ticket/12265] Add contact icon and remove border from last row & cells. [ticket/12265] Fix issue with dropdown being restricted by the width of parent [ticket/12265] Remove ugly logic. [ticket/12265] Simplify contact icon design and move to dropdown. Conflicts: phpBB/viewtopic.php
| * [ticket/12265] Actually use $u_pm.Cesar G2014-04-151-1/+1
| | | | | | | | PHPBB3-12265
| * [ticket/12265] Define a loop for contact icons.Cesar G2014-04-151-2/+49
| | | | | | | | PHPBB3-12265
* | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-021-2/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12273: (55 commits) [ticket/12273] Move $extension to constructor so the path is always set [ticket/12273] Find events.md relative from the path not the phpbb root [ticket/12273] Do not look in extensions docs/ and tests/ directory [ticket/12273] Also check file for adm "Location:" events [ticket/12273] Do not allow template events in non-html files [ticket/12273] Fix return description [ticket/12273] Update exporter to allow specifying an extension [ticket/12273] Allow to filter events for extensions [ticket/12273] Remove old parameter from function call [ticket/12273] Fix table header for adm events [ticket/12273] Add root path to recursive_event_filter_iterator [ticket/12273] Fix missing classes in export_events_for_wiki.php [ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter [ticket/12273] Use RecursiveDirectoryIterator in md_exporter [ticket/12273] Fix doc blocks [ticket/12273] Do not allow 3.1-A1 for template events [ticket/12273] Sort arguments alphabetically before exporting [ticket/12273] Do not allow 3.1-A1 version [ticket/12273] Update since version to 3.1.0-a* style [ticket/12273] Update existing events ...
| * | [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-1/+1
| | | | | | | | | | | | PHPBB3-12273
| * | [ticket/12273] Update existing eventsJoas Schilling2014-04-251-1/+10
| |/ | | | | | | PHPBB3-12273
* | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+1
|/ | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458
* [ticket/9758] Remove unnessary if-question for include functions_displayCrizzo2014-03-281-5/+0
| | | | PHPBB3-9758
* [ticket/9758] Fixed bug in mcp_warn.phpCrizzo2014-03-281-0/+5
| | | | PHPBB3-9758
* [ticket/9758] Error because of missing functions_display.php fixedCrizzo2014-03-281-0/+5
| | | | PHPBB3-9758
* [ticket/9758] Removed useless if-conditions to include functions.phpCrizzo2014-03-281-5/+0
| | | | PHPBB3-9758
* [ticket/9758] Adds global template variable CURRENT_USER_AVATARCrizzo2014-03-281-1/+1
| | | | PHPBB3-9758
* [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-1/+0
| | | | PHPBB3-12236
* [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-1/+0
| | | | PHPBB3-12237
* [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-1/+0
| | | | PHPBB3-12235
* [ticket/12187] Split generate_profile_fields_template() into 2 methodsJoas Schilling2014-03-041-2/+2
| | | | | | Removing the mode switch that wraps the content of the method PHPBB3-12187
* [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-031-1/+0
| | | | PHPBB3-12187
* [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-281-1/+0
| | | | PHPBB3-12234
* Merge pull request #2021 from nickvergessen/ticket/12171Nathan Guse2014-02-201-1/+1
|\ | | | | Ticket/12171 Attachments from soft-deleted posts are still downloadable
| * [ticket/12171] Split post and pm download linksJoas Schilling2014-02-101-1/+1
| | | | | | | | | | PHPBB3-12171 PHPBB3-12172
* | [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-1/+0
|/ | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169