aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13326] fix CSomniError2014-11-111-2/+2
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-13326 PHPBB3-13326
* [ticket/13326] add viewtopic_url to eventomniError2014-11-101-0/+3
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-13326 PHPBB3-13326
* [ticket/13300] Don't show jabber in profile if jabber is disabledOliver Schramm2014-11-091-1/+1
| | | | PHPBB3-13300
* [ticket/13186] Don't show link on post count when search disabledOliver Schramm2014-10-201-1/+1
| | | | PHPBB3-13186
* [ticket/13177] Fix display of post count-based ranks in viewtopic.Cesar G2014-10-141-1/+1
| | | | PHPBB3-13177
* Merge pull request #2888 from Nicofuma/ticket/12993Joas Schilling2014-10-011-2/+8
|\ | | | | | | [ticket/12993] Improve get_user_ranks
| * [ticket/12993] Return an array instead of reference passingTristan Darricau2014-08-191-2/+8
| | | | | | | | PHPBB3-12993
| * [ticket/12993] Rename to phpbb_get_user_rankTristan Darricau2014-08-181-2/+2
| | | | | | | | PHPBB3-12993
| * [ticket/12993] Improve get_user_ranksForumhulp.com2014-08-181-2/+2
| | | | | | | | | | | | Explanation in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=46051 PHPBB3-12993
* | [ticket/13050] Allow topic/forum subscription when email/jabber is offrxu2014-09-071-1/+1
| | | | | | | | | | | | | | | | | | Currently, there's impossible to subscribe topic/forum if emails and/or jabber is disabled. This seems to be a 3.0 leftover since 3.1 introduces new notification system which handles this case and offers email/jabber-free board notifications. PHPBB3-13050
* | [ticket/13047] Add $post_list array to core.viewtopic_modify_page_title eventrxu2014-09-071-1/+3
| | | | | | | | PHPBB3-13047
* | Merge pull request #2865 from marc1706/ticket/12966Dhruv Goel2014-08-291-3/+3
|\ \ | | | | | | [ticket/12966] Sort posts by post_id in addition to sorting by post_time
| * | [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-231-2/+2
| | | | | | | | | | | | | | | | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966
| * | [ticket/12966] Sort posts by post_id in addition to sorting by post_timeMarc Alexander2014-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | This should make sure that posts with the same post time are properly sorted on database backends like postgres. PHPBB3-12966
* | | [ticket/12994] Add core event to viewtopic.php before sending vars to templaterxu2014-08-211-0/+29
| |/ |/| | | | | | | | | | | Add core event to viewtopic.php before sending vars to template to allow extensions performing additional actions/modifying data first. PHPBB3-12994
* | [ticket/12938] Remove the 'Download all attachments' feature.Andreas Fischer2014-08-091-17/+1
|/ | | | PHPBB3-12938
* [ticket/12886] Remove obsolete check for f_user_lockMarc Alexander2014-08-071-2/+2
| | | | | | | | The user shouldn't be able to unlock his own topic if he doesn't have m_lock permissions. Also, the check for f_user_lock was never going to evaluate to true due to the topic not being unlocked making it obsolete anyway. PHPBB3-12886
* Merge pull request #2745 from nickvergessen/ticket/12861Tristan Darricau2014-07-211-0/+40
|\ | | | | | | | | | | | | [ticket/12861] Add event to modify the post, poster and attachment data * nickvergessen/ticket/12861: [ticket/12861] Add event to modify the post, poster and attachment data
| * [ticket/12861] Add event to modify the post, poster and attachment dataJoas Schilling2014-07-161-0/+40
| | | | | | | | PHPBB3-12861
* | [ticket/12872] Add poster_id to viewtopic_modify_post_rowTabitha Backoff2014-07-191-1/+1
| | | | | | | | | | | | Change "rc3" to "RC3". PHPBB3-12872
* | [ticket/12872] Add poster_id to viewtopic_modify_post_rowTabitha Backoff2014-07-191-0/+3
|/ | | | | | To allow extension authors to use the poster_id var. PHPBB3-12872
* [ticket/12013] Fix functional tests and sniffer issue.Cesar G2014-07-041-1/+1
| | | | PHPBB3-12013
* [ticket/12013] Use new dropdown for quickmod tools and jumpbox.Cesar G2014-07-041-2/+15
| | | | PHPBB3-12013
* Merge pull request #2567 from Crizz0/ticket/12680Joas Schilling2014-06-251-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Ticket/12680] - Adds alternative text to contact icon in viewtopic.php * Crizz0/ticket/12680: [ticket/12680] Adds variable for guest user [ticket/12680] Brings back get_username_string() [ticket/12680] Solves last bugs. viewprofile: contact --> contact nickname [ticket/12680] Still some problems with displaying the nickname in ucp [ticket/12680] Little changes, but some issues are still there [ticket/12680] Removes unnessesary $user->lang from CONTACT_USER [ticket/12680] Adds alternativ text with new variable to contact: [ticket/12680] Adds second alternativ text and font-size: 0 to remove text [ticket/12680] Adds alternative text to contact icon in viewtopic.php
| * [ticket/12680] Adds variable for guest userCrizzo2014-06-231-0/+1
| | | | | | | | PHPBB3-12680
| * [ticket/12680] Brings back get_username_string()Crizzo2014-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-2/+2
| | | | | | | | PHPBB3-12680
| * [ticket/12680] Removes unnessesary $user->lang from CONTACT_USERCrizzo2014-06-101-1/+1
| | | | | | | | PHPBB3-12680
| * [ticket/12680] Adds alternativ text with new variable to contact:Crizzo2014-06-101-0/+2
| | | | | | | | PHPBB3-12680
* | [ticket/12667] Do not point viewtopic URL to unread post outside of view=unreadCesar G2014-06-091-0/+1
|/ | | | PHPBB3-12667
* [ticket/12566] "Private messages" should be "Send pivate message"PayBas2014-06-021-1/+1
| | | | PHPBB3-12566
* Merge pull request #2426 from Nicofuma/ticket/12174Joas Schilling2014-05-281-3/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12174] Update topic_attachment flag when a post is soft-deleted * Nicofuma/ticket/12174: [ticket/12174] Add tests [ticket/12174] Coding style [ticket/12174] Remove $update_topic_attachments_flag [ticket/12174] Don't update the flag for a post without attachment [ticket/12174] Update the conditions [ticket/12174] Remove inline assignment [ticket/12174] Update sql query [ticket/12174] Revert the changes on $topic_update_array [ticket/12174] Corrections [ticket/12174] Update topic_attachment flag when a post is soft-deleted
| * [ticket/12174] Update topic_attachment flag when a post is soft-deletedTristan Darricau2014-05-081-3/+12
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12174 PHPBB3-12174
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | | | | | PHPBB3-12594
* | [ticket/12555] Add canonical URL for viewtopicJoas Schilling2014-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Avoids duplicate content of: * viewtopic.php?t=topic_id * viewtopic.php?f=forum_id&t=topic_id * viewtopic.php?f=forum_id&t=topic_id&hilit=highlight_string * viewtopic.php?f=forum_id&t=topic_id&view=unread * viewtopic.php?f=forum_id&p=post_id * viewtopic.php?f=forum_id&t=topic_id&start=0 PHPBB3-12555
* | [ticket/12518] Apply De Morgan to make the conditions easier to readJoas Schilling2014-05-111-2/+2
| | | | | | | | PHPBB3-12518
* | [ticket/12518] Add event to overwrite the allow edit and delete conditionsJoas Schilling2014-05-111-15/+55
| | | | | | | | PHPBB3-12518
* | Merge pull request #2400 from PayBas/ticket/12488Joas Schilling2014-05-071-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | [ticket/12488] Add user warning indication to viewtopic posts * PayBas/ticket/12488: [ticket/12488] subSilver2 fix (no longer displays if warnings = 0) [ticket/12488] Typo fix [ticket/12488] Removed <em> and removed anonymous check [ticket/12488] Add user warning indication to viewtopic posts
| * [ticket/12488] Typo fixPayBas2014-05-041-1/+1
| | | | | | | | PHPBB3-12488
| * [ticket/12488] Removed <em> and removed anonymous checkPayBas2014-05-041-1/+1
| | | | | | | | PHPBB3-12488
| * [ticket/12488] Add user warning indication to viewtopic postsPayBas2014-05-031-1/+1
| | | | | | | | PHPBB3-12488
* | [ticket/12494] Undefined index: user_type on viewtopic.phpTristan Darricau2014-05-041-0/+1
|/ | | | PHPBB3-12494
* [ticket/12482] Fixed undefined variable: data.Cesar G2014-05-021-1/+1
| | | | PHPBB3-12482
* [ticket/12477] Tab instead of spaces.Cesar G2014-05-021-1/+1
| | | | PHPBB3-12477
* [ticket/12477] Fix logic to prevent admin-deactivated users from getting PM's.Cesar G2014-05-021-1/+1
| | | | PHPBB3-12477
* Merge remote-tracking branch 'github-prototech/ticket/12265' into ↵Nils Adermann2014-05-021-1/+43
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Define a loop for contact icons.Cesar G2014-04-151-1/+44
| | | | | | | | PHPBB3-12265
* | Merge remote-tracking branch 'github-exreaction/ticket/8323' into ↵Nils Adermann2014-05-021-1/+30
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-exreaction/ticket/8323: [ticket/8323] Cache auth request [ticket/8323] Combine into a single query [ticket/8323] Comments on phpbb_get_banned_user_ids input for test [ticket/8323] More readability in test case [ticket/8323] Comments [ticket/8323] dataProvider for the test; better test data [ticket/8323] Comments [ticket/8323] Unit test for phpbb_get_banned_user_ids [ticket/8323] Comments for inactive reasons in constants.php [ticket/8323] Only disable administrative deactivated accounts from receiving PMs [ticket/8323] Allow temporarily banned users to receive PMs, but not a notification [ticket/8323] Correct PM notification settings (only notify those who can receive them) [ticket/8323] Cleanup viewtopic code (not sure how this mess happened) [ticket/8323] Allow sending PMs to temporarily banned users [ticket/8323] Do not allow sending PMs to Inactive users [ticket/8323] Hide the Send PM link if users cannot receive the PM [ticket/8323] Correcting the comment [ticket/8323] Do not allow sending of Private Messages to users who are banned [ticket/8323] Remove code used for testing [ticket/8323] Do not allow sending of Private Messages to users who do not have permission to read private messages Conflicts: phpBB/language/en/ucp.php
| * \ Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/8323Nathan Guse2013-09-051-81/+117
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling (613) and others # Via Andreas Fischer (214) and others * 'develop' of github.com:phpbb/phpbb3: (2494 commits) [ticket/11825] Move schema_data.php into includes/ instead of phpbb/ [ticket/11215] Remove unnecessary comment [ticket/11755] MySQL upgrader out of date [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release. [prep-release-3.0.12] Bumping version number for 3.0.12-RC3. [ticket/11823] Set up nginx server to match PHP files with characters after .php [ticket/11812] Fix empty define [ticket/11818] Update Symfony dependencies to 2.3.* [ticket/11791] Load adm/ events from styles/adm/event/ [ticket/11215] Fix helper_url_test.php tests [ticket/11215] Add newline back to .htaccess, fix wording [ticket/11215] Update comment in .htaccess [ticket/11215] Uncomment rewrite rules in .htaccess [ticket/11215] Make controller helper url() method use correct format [ticket/11215] Add commented-out URL rewrite capability to .htaccess [ticket/11821] Fix comma usage next to "You are receiving this notification". [ticket/11769] Allow using 0 as poster name [ticket/11769] Allow '0' as username [ticket/11215] Use new URL structure for controllers [ticket/11215] Everything appears to be working... ... Conflicts: phpBB/includes/functions_privmsgs.php