aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm_viewmessage.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14004] Add user_info to core eventRichard McGirr2015-07-121-0/+3
| | | | PHPBB3-14004
* [ticket/13595] Removed unused codeJoshyPHP2015-02-131-9/+0
| | | | PHPBB3-13595
* [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
* [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-1/+1
| | | | PHPBB3-11201
* [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-101-6/+2
| | | | PHPBB3-11201
* [ticket/11786] Fix PHPDoc documentation of a few eventsrechosen2013-08-131-2/+2
| | | | | | | | Fixed some PHPDoc errors I noticed while working on the karma extension. Mostly spacing issues or omitted characters, though there was one description that made no sense at all. PHPBB3-11786
* [ticket/11653] Use $parse_flagsBruno Ais2013-08-011-1/+2
| | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11653
* [ticket/11653] Missing ";"Bruno Ais2013-08-011-1/+1
| | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11653
* [ticket/11655] Use $parse_flagsBruno Ais2013-08-011-1/+2
| | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11655
* [ticket/11655] wrong var names for the uid and for the bitfieldBruno Ais2013-07-201-1/+1
| | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11655
* [ticket/11655] generate_text_for_display on ucp_pm_viewmessage.phpBruno Ais2013-07-191-26/+2
| | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11655
* Merge pull request #1287 from erangamapa/ticket/11106Nils Adermann2013-03-311-2/+1
|\ | | | | [ticket/11106] Undefined index EDITED_TIME_TOTAL notice.
| * [ticket/11106] Added missing line breaks.erangamapa2013-03-161-1/+1
| | | | | | | | | | | | Added two missing line breaks into 'edited by' message. PHPBB3-11106
| * [ticket/11106] Undefined index EDITED_TIME_TOTAL notice.erangamapa2013-03-121-2/+1
| | | | | | | | | | | | | | | | When viewing a private message, when message edit count is 1 Undefined index EDITED_TIME_TOTAL php notice appears. Changed the message formatting method to what is used in viewtopic.php. PHPBB3-11106
| * [ticket/11201] Revert WLM dropping because it is still used in China.Andreas Fischer2013-02-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Windows Live Messenger is still in use in china which accounts for ~20% of world population. Revert WLM dropping which has been merged under the assumption that WLM data and features are completely useless. This commit reverts commits - 460470229d972b93ef5a98b0d1d97a2a970d684f - 9affd6f7e7b95442f1ef14894858d8213f3fbd2a which have been merged by d59431691c27c73fba8ae9934b84b34a13280dd2. PHPBB3-11201