aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| * [feature/events] Add core.viewtopic_postrow ledgeMichael Cullum2012-08-011-0/+5
* | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-221-1/+1
|/
* Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-191-1/+2
|\
| * Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...Joas Schilling2012-07-181-4/+8
| |\
| * \ Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe...Joas Schilling2012-06-041-1/+2
| |\ \
| | * | [feature/new-tz-handling] Remove code using legacy timezone properties.Chris Smith2012-03-141-1/+2
* | | | [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-1/+1
* | | | [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-2/+2
* | | | [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-1/+1
* | | | [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-4/+5
* | | | [ticket/10968] Render pagination within the templateDrae2012-07-181-2/+1
| |_|/ |/| |
* | | Merge PR #759 branch 'nickvergessen/ticket/10811' into developOleg Pudeyev2012-07-051-4/+8
|\ \ \ | |/ / |/| |
| * | [ticket/10811] Make toogle_subscribe more generic so it can toogle all linksJoas Schilling2012-07-051-2/+4
| * | [ticket/10811] Make it easier for MODs/Extensions to define the alt-textJoas Schilling2012-05-161-4/+6
* | | [ticket/10847] fixing all misspelled "dependant" to "dependent"Senky2012-04-301-1/+1
* | | [ticket/10777] Split the comment into 2 linesRahul R2012-04-131-1/+2
* | | [ticket/10777] Corrected typo in commentRahul R2012-04-101-1/+1
|/ /
* | [ticket/10270] Removed all the inline language and HTML from the JS.Callum Macrae2012-03-311-0/+2
* | [ticket/10273] AJAXified approve / disapprove posts (in viewtopic).Callum Macrae2012-03-311-0/+1
* | [ticket/10510] Added docs to viewtopic quick mod tools array.Callum Macrae2012-03-291-0/+2
* | [ticket/10510] Moved a $user->lang call into the function.Callum Macrae2012-03-171-2/+1
* | [ticket/10510] Shortened an if statement.Callum Macrae2012-03-171-1/+1
* | [ticket/10510] Made a couple improvements to phpbb_add_quickmod_option.Callum Macrae2012-03-171-2/+2
* | [ticket/10510] Added phpbb_add_quickmod_option and moved existing to it.Callum Macrae2012-03-171-89/+21
* | [ticket/10510] Moved quick-mod tools into a loop.Callum Macrae2012-03-171-13/+93
* | [ticket/10510] Moved quick-mod tools markup to template.callumacrae2012-03-041-15/+13