aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2426 from Nicofuma/ticket/12174Joas Schilling2014-05-281-3/+12
|\
| * [ticket/12174] Update topic_attachment flag when a post is soft-deletedTristan Darricau2014-05-081-3/+12
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* | [ticket/12555] Add canonical URL for viewtopicJoas Schilling2014-05-161-0/+1
* | [ticket/12518] Apply De Morgan to make the conditions easier to readJoas Schilling2014-05-111-2/+2
* | [ticket/12518] Add event to overwrite the allow edit and delete conditionsJoas Schilling2014-05-111-15/+55
* | Merge pull request #2400 from PayBas/ticket/12488Joas Schilling2014-05-071-1/+1
|\ \ | |/ |/|
| * [ticket/12488] Typo fixPayBas2014-05-041-1/+1
| * [ticket/12488] Removed <em> and removed anonymous checkPayBas2014-05-041-1/+1
| * [ticket/12488] Add user warning indication to viewtopic postsPayBas2014-05-031-1/+1
* | [ticket/12494] Undefined index: user_type on viewtopic.phpTristan Darricau2014-05-041-0/+1
|/
* [ticket/12482] Fixed undefined variable: data.Cesar G2014-05-021-1/+1
* [ticket/12477] Tab instead of spaces.Cesar G2014-05-021-1/+1
* [ticket/12477] Fix logic to prevent admin-deactivated users from getting PM's.Cesar G2014-05-021-1/+1
* Merge remote-tracking branch 'github-prototech/ticket/12265' into develop-asc...Nils Adermann2014-05-021-1/+43
|\
| * [ticket/12265] Define a loop for contact icons.Cesar G2014-04-151-1/+44
* | Merge remote-tracking branch 'github-exreaction/ticket/8323' into develop-asc...Nils Adermann2014-05-021-1/+30
|\ \
| * \ Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/8323Nathan Guse2013-09-051-81/+117
| |\ \
| * | | [ticket/8323] CommentsNathan Guse2012-12-071-6/+15
| * | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/8323Nathan Guse2012-12-071-17/+107
| |\ \ \
| * | | | [ticket/8323] Only disable administrative deactivated accounts from receiving...Nathan2012-07-101-2/+4
| * | | | [ticket/8323] Correct PM notification settings (only notify those who can rec...Nathan2012-07-101-2/+8
| * | | | [ticket/8323] Cleanup viewtopic code (not sure how this mess happened)Nathan2012-07-101-1/+1
| * | | | [ticket/8323] Allow sending PMs to temporarily banned usersNathan2012-07-101-2/+2
| * | | | [ticket/8323] Do not allow sending PMs to Inactive usersNathan2012-07-101-1/+1
| * | | | [ticket/8323] Hide the Send PM link if users cannot receive the PMNathan2012-07-101-1/+13
* | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-9/+44
|\ \ \ \ \
| * | | | | [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-6/+6
| * | | | | [ticket/12273] Update existing eventsJoas Schilling2014-04-251-6/+35
| * | | | | [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-3/+9
* | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12371' into develop...Nils Adermann2014-05-021-3/+3
|\ \ \ \ \ \
| * | | | | | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-3/+3
* | | | | | | Merge pull request #2325 from n-aleha/ticket/12406Joas Schilling2014-04-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [ticket/12406] Fix variable description of core.viewtopic_modify_page_titlen-aleha2014-04-171-1/+1
| |/ / / / /
* | | | | | Merge remote-tracking branch 'PayBas/ticket/12363' into develop-ascraeusCesar G2014-04-201-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [ticket/12363] changed _winner_ to _most-votes_PayBas2014-04-061-2/+2
| * | | | | [ticket/12363] Mark winning (most votes) results barPayBas2014-04-061-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2301 from rxu/ticket/12401Joas Schilling2014-04-161-1/+4
|\ \ \ \ \
| * | | | | [ticket/12401] Pass more data to core.viewtopic_modify_post_row eventrxu2014-04-131-1/+4
| |/ / / /
* | | | | Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-04-151-11/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/10423] Replace foreach with function in viewtopic.phpOliver Schramm2014-04-151-12/+5
| * | | | [ticket/10423] Move code into a function and add tests for itOliver Schramm2014-04-131-1/+1
| * | | | [ticket/10423] Remove * from search or highlight stringOliver Schramm2014-03-281-1/+2
* | | | | Merge remote-tracking branch 'Elsensee/ticket/7707' into develop-ascraeusJoas Schilling2014-04-051-3/+0
|\ \ \ \ \
| * | | | | [ticket/7707] Remove unnecessary variablesOliver Schramm2014-03-291-3/+0
| * | | | | [ticket/7707] Add get_username_string() where possibleOliver Schramm2014-03-161-1/+1
* | | | | | [ticket/12327] Coding style fixesPayBas2014-04-041-4/+4
* | | | | | [ticket/12327] Changing poll result-bars width from absolute to relativePayBas2014-04-041-7/+12
* | | | | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-191-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | [ticket/11766] Hide edit, quote and delete buttons if topic is lockedOliver Schramm2014-03-191-1/+7