aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/9657] Include poster name in "deleted post" messageJoas Schilling2013-03-111-3/+5
* [ticket/9657] Correctly return to viewtopic page when handling postsJoas Schilling2013-03-061-1/+1
* [ticket/9657] Fix "Display this post" link if javascript is disabledJoas Schilling2013-03-061-2/+2
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2013-03-051-2/+2
|\
| * [feature/avatars] Add phpbb prefix to new functionsMarc Alexander2013-01-041-2/+2
| * Merge branch 'develop' of github.com:marc1706/phpbb3 into feature/avatarsMarc Alexander2012-12-241-1/+1
| |\
| * \ Merge branch 'feature/avatars' of https://github.com/igorw/phpbb3 into featur...Marc Alexander2012-11-121-2/+2
| |\ \
| | * \ Merge branch 'develop' into feature/avatarsIgor Wiedler2012-07-211-10/+15
| | |\ \
| | * \ \ Merge remote-tracking branch 'upstream/develop' into feature/avatarsIgor Wiedler2012-06-271-2/+3
| | |\ \ \
| | * \ \ \ Merge branch 'develop' into feature/avatarsIgor Wiedler2012-04-071-14/+28
| | |\ \ \ \
| | * | | | | [feature/avatars] Modularized AvatarsCullen Walsh2012-03-181-2/+2
* | | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/softde...Joas Schilling2012-12-201-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | [ticket/11243] Show download all link on all pages of topic with attachmentsDavid King2012-12-111-1/+1
| |/ / / / /
* | | | | | [feature/soft-delete] Use JS to display softdeleted/ignored postsJoas Schilling2012-11-091-4/+15
* | | | | | [feature/soft-delete] Fix displaying the button/permissionJoas Schilling2012-11-031-3/+3
* | | | | | [feature/soft-delete] Allow soft deleting/restoring topics via quickmoderationJoas Schilling2012-10-271-0/+1
* | | | | | [feature/soft-delete] Display post delete reason if one is givenJoas Schilling2012-10-241-1/+52
* | | | | | [feature/soft-delete] Correctly calculate the number of replies everywhereJoas Schilling2012-10-221-3/+2
* | | | | | [feature/soft-delete] Fix permission check in viewtopic.phpJoas Schilling2012-10-151-11/+7
* | | | | | [feature/soft-delete] Simplification part2: user can see all item visibilitiesJoas Schilling2012-08-291-5/+13
* | | | | | [feature/soft-delete] Fix missing AND in queryJoas Schilling2012-08-291-2/+2
* | | | | | [feature/soft-delete] Fix some small bugsJosh Woody2012-08-291-0/+1
* | | | | | [feature/soft-delete] Rename phpbb_visibility class to phpbb_content_visibilityJosh Woody2012-08-291-5/+5
* | | | | | [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-291-2/+4
* | | | | | [feature/soft-delete] I told you I was going to rename the class!Josh Woody2012-08-291-5/+5
* | | | | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-13/+19
|/ / / / /
* | | | | Merge remote-tracking branch 'Fyorl/feature/attach-dl' into developAndreas Fischer2012-08-261-0/+17
|\ \ \ \ \
| * | | | | [feature/attach-dl] Removed the use of some abbreviationsFyorl2012-08-201-1/+1
| * | | | | [feature/attach-dl] Renamed $post_id to $post_msg_idFyorl2012-08-171-1/+1
| * | | | | [feature/attach-dl] Moved include of compress class inside functionFyorl2012-08-071-1/+0
| * | | | | [feature/attach-dl] Moved functions_compress includeFyorl2012-08-071-1/+1
| * | | | | [feature/attach-dl] Prefixed gen_download_links with phpbb_Fyorl2012-08-041-2/+2
| * | | | | [feature/attach-dl] Downloading all attachments fully implementedFyorl2012-08-041-3/+13
| * | | | | [feature/attach-dl] Added links to the templatesFyorl2012-08-021-0/+8
* | | | | | Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into developDavid King2012-08-201-6/+74
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [feature/php-events] Fix doc of core.viewtopic_get_post_dataJoas Schilling2012-08-201-1/+1
| * | | | | [feature/php-events] Fix doc of core.viewtopic_cache_guest_dataJoas Schilling2012-08-201-1/+1
| * | | | | [feature/php-events] Fix doc and naming of core.viewtopic_modify_page_titleJoas Schilling2012-08-061-1/+11
| * | | | | [feature/php-events] Fix doc and naming of core.viewtopic_modify_post_rowJoas Schilling2012-08-061-1/+11
| * | | | | [feature/php-events] Fix doc and naming of core.viewtopic_cache_user_dataJoas Schilling2012-08-061-2/+11
| * | | | | [feature/php-events] Fix doc and naming of core.viewtopic_cache_guest_dataJoas Schilling2012-08-061-2/+11
| * | | | | [feature/php-events] Fix doc and naming of core.viewtopic_get_post_dataJoas Schilling2012-08-061-1/+8
| * | | | | [feature/php-events] Make naming of postrow consistent with others (post_row)Joas Schilling2012-08-011-4/+4
| * | | | | [feature/php-events] Add additional vars and control to viewtopic_postrow eventJoas Schilling2012-08-011-3/+5
| * | | | | [feature/events] Removing the third trigger_event parameterMichael Cullum2012-08-011-5/+5
| * | | | | [feature/events] Change to use the new method of adding eventsMichael Cullum2012-08-011-15/+5
| * | | | | [feature/events] Adding ledge viewtopic_user_cacheJoas Schilling2012-08-011-1/+8
| * | | | | [feature/events] Adding ledge viewtopic_user_cache_guestJoas Schilling2012-08-011-1/+8
| * | | | | [feature/events] Adding ledge viewtopic_get_userdataJoas Schilling2012-08-011-0/+5
| * | | | | [feature/events] Adding ledge viewtopic_page_headerJoas Schilling2012-08-011-1/+8