aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | [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
| * | | [ticket/8323] CommentsNathan Guse2012-12-071-6/+15
| | | | | | | | | | | | | | | | PHPBB3-8323
| * | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/8323Nathan Guse2012-12-071-17/+107
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/viewtopic.php
| * | | | [ticket/8323] Only disable administrative deactivated accounts from ↵Nathan2012-07-101-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | receiving PMs Allow other types of inactive accounts to receive PMs. Remove the banned PM error message and use the string saying they do not have permission (less translation) PHPBB3-8323
| * | | | [ticket/8323] Correct PM notification settings (only notify those who can ↵Nathan2012-07-101-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | receive them) Also correcting the way it was setup for users to be able to receive PMs (do not allow administrators/moderators to send to banned, inactive, or non-standard users, that just doesn't make sense) PHPBB3-8323
| * | | | [ticket/8323] Cleanup viewtopic code (not sure how this mess happened)Nathan2012-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-8323
| * | | | [ticket/8323] Allow sending PMs to temporarily banned usersNathan2012-07-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an argument to the phpbb_get_banned_user_ids() function to allow specifying a banned end time (default true for current functionality, false for only permanent bans, timestamp to find banned until a specified time) PHPBB3-8323
| * | | | [ticket/8323] Do not allow sending PMs to Inactive usersNathan2012-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-8323
| * | | | [ticket/8323] Hide the Send PM link if users cannot receive the PMNathan2012-07-101-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated memberlist/viewtopic to the new rules PHPBB3-8323
* | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into ↵Nils Adermann2014-05-021-9/+44
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | [ticket/12273] Update existing eventsJoas Schilling2014-04-251-6/+35
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
| * | | | | [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12273
* | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12371' into ↵Nils Adermann2014-05-021-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12371: [ticket/12371] Fix language string [ticket/12371] Fix typos in comment [ticket/12371] Fix redirect link for approve_post and post_in_queue [ticket/12371] Delete the approve_post notification when editing a post [ticket/12371] Fix language in comment [ticket/12371] Reapprove the post and topic again in tests [ticket/12371] Correctly set is_starter when editing first post of the topic [ticket/12371] Add functional tests for reapproving [ticket/12371] Fix query in mcp_sorting() [ticket/12371] Rename disapprove and softdelete tests [ticket/12371] We do not group quote notifications anymore [ticket/12371] Fix SQL query [ticket/11772] Do not send out new topic/post notifications when reapproving [ticket/12052] Use different visibility when post was edited [ticket/12052] Add support for ITEM_UNAPPROVED to set_post_visibility method [ticket/12371] Do not add unlimited users as responders [ticket/12371] Do not update the notification entry unneccessarily [ticket/12371] Do not delete post related notifications when a post is deleted [ticket/12371] Allow notification types to redirect to a different url [ticket/12371] Do not group "quote" notifications
| * | | | | | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... and needs to be reapproved. PHPBB3-12052
* | | | | | | Merge pull request #2325 from n-aleha/ticket/12406Joas Schilling2014-04-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12406] Fix variable description of core.viewtopic_modify_page_ti... * n-aleha/ticket/12406: [ticket/12406] Fix variable description of core.viewtopic_modify_page_title
| * | | | | | [ticket/12406] Fix variable description of core.viewtopic_modify_page_titlen-aleha2014-04-171-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Variable page_title should be described as "Title of the viewtopic page". PHPBB3-12406
* | | | | | Merge remote-tracking branch 'PayBas/ticket/12363' into develop-ascraeusCesar G2014-04-201-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12363: [ticket/12363] Fix typo [ticket/12363] changed _winner_ to _most-votes_ [ticket/12363] Mark winning (most votes) results bar
| * | | | | [ticket/12363] changed _winner_ to _most-votes_PayBas2014-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12363
| * | | | | [ticket/12363] Mark winning (most votes) results barPayBas2014-04-061-0/+2
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-12363
* | | | | Merge pull request #2301 from rxu/ticket/12401Joas Schilling2014-04-161-1/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12401] Add $topic_data array to core.viewtopic_modify_post_row event * rxu/ticket/12401: [ticket/12401] Pass more data to core.viewtopic_modify_post_row event
| * | | | | [ticket/12401] Pass more data to core.viewtopic_modify_post_row eventrxu2014-04-131-1/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $topic_data array is used in viewtopic.php to populate $post_row template block array data. Although $topic_data is not being passed to core.viewtopic_modify_post_row event for modifying/adding $post_row data in it. So, pass this array to the event. Also, total_posts is added. PHPBB3-12401
* | | | | Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-04-151-11/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10423] Replace foreach with function in viewtopic.php [ticket/10423] Remove unnecessary include in test [ticket/10423] Match multiple wildcards [ticket/10423] Move code into a function and add tests for it [ticket/10423] Remove * from search or highlight string
| * | | | [ticket/10423] Replace foreach with function in viewtopic.phpOliver Schramm2014-04-151-12/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-10423
| * | | | [ticket/10423] Move code into a function and add tests for itOliver Schramm2014-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10423
| * | | | [ticket/10423] Remove * from search or highlight stringOliver Schramm2014-03-281-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10423
* | | | | Merge remote-tracking branch 'Elsensee/ticket/7707' into develop-ascraeusJoas Schilling2014-04-051-3/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Elsensee/ticket/7707: [ticket/7707] Fix undefined variable: perm_from [ticket/7707] Add comma to last entry of arrays [ticket/7707] Remove unnecessary variables [ticket/7707] Add get_username_string() once more [ticket/7707] Remove unnecessary variables [ticket/7707] Add get_username_string() where possible
| * | | | | [ticket/7707] Remove unnecessary variablesOliver Schramm2014-03-291-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-7707
| * | | | | [ticket/7707] Add get_username_string() where possibleOliver Schramm2014-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-7707
* | | | | | [ticket/12327] Coding style fixesPayBas2014-04-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12327
* | | | | | [ticket/12327] Changing poll result-bars width from absolute to relativePayBas2014-04-041-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12327
* | | | | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-191-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11766] Hide edit, quote and delete buttons if topic is locked Conflicts: phpBB/viewtopic.php
| * | | | [ticket/11766] Hide edit, quote and delete buttons if topic is lockedOliver Schramm2014-03-191-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But show quote button to guests if topic isn't locked PHPBB3-11766
* | | | | [ticket/8041] Merge item name into "Return to" string for better translationsJoas Schilling2014-03-121-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-8041
* | | | | [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-4/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12236