aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | [feature/soft-delete] Fix some more usages of _approved column namesJoas Schilling2012-08-301-2/+3
* | | | | [feature/soft-delete] Simplification part2: user can see all item visibilitiesJoas Schilling2012-08-291-2/+4
* | | | | [feature/soft-delete] Rename phpbb_visibility class to phpbb_content_visibilityJosh Woody2012-08-291-2/+2
* | | | | [feature/soft-delete] Implement the ability to soft-delete and restore postsJosh Woody2012-08-291-1/+2
* | | | | [feature/soft-delete] I told you I was going to rename the class!Josh Woody2012-08-291-2/+2
* | | | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-4/+7
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into developDavid King2012-08-201-3/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | [feature/php-events] Fix naming and doc of core.viewforum_modify_topicrowJoas Schilling2012-08-031-1/+9
| * | | [feature/php-events] Make naming of topicrow consistent with others (topic_row)Joas Schilling2012-08-011-3/+3
| * | | [feature/php-events] Make topic db row available in eventJoas Schilling2012-08-011-1/+1
| * | | [feature/events] Removing the third trigger_event parameterMichael Cullum2012-08-011-1/+1
| * | | [feature/events] Change to use the new method of adding eventsMichael Cullum2012-08-011-3/+1
| * | | [feature/events] Fix core.viewforum_topicrow ledgeMichael Cullum2012-08-011-5/+5
| * | | [feature/events] Add core.viewforum_forumrowMichael Cullum2012-08-011-3/+10
| | |/ | |/|
* | | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-221-1/+1
|/ /
* | [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-2/+2
* | [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-3/+3
* | [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-2/+2
* | [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-3/+4
* | [ticket/10968] Render pagination within the templateDrae2012-07-181-2/+4
* | [ticket/10811] Make toogle_subscribe more generic so it can toogle all linksJoas Schilling2012-07-051-3/+5
* | [ticket/10811] Make it easier for MODs/Extensions to define the alt-textJoas Schilling2012-05-161-0/+2
|/
* Merge branch 'develop-olympus' into developOleg Pudeyev2012-02-111-1/+1
|\
| * [ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).Andreas Fischer2012-02-091-1/+1
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | Merge branch 'develop-olympus' into developNils Adermann2011-12-091-0/+9
|\ \ | |/
| * [ticket/10319] Missing hidden fields in search formVjacheslav Trushkin2011-12-091-0/+9
* | [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-2/+2
* | [ticket/10484] Use variables for sql_build_query() callsJoas Schilling2011-11-211-2/+3
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-131-0/+6
|\ \ | |/
| * Merge remote-tracking branch 'nickvergessen/ticket/10437' into develop-olympusAndreas Fischer2011-11-131-0/+6
| |\
| | * [ticket/10437] Do not display announcements that are waiting for approvalJoas Schilling2011-11-131-0/+6
* | | Merge remote-tracking branch 'nickvergessen/ticket/develop/10435' into developAndreas Fischer2011-11-131-2/+3
|\ \ \
| * | | [ticket/10435] Remove global announcement from forums total topic countJoas Schilling2011-11-111-1/+4
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-131-1/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'nickvergessen/ticket/10435' into develop-olympusAndreas Fischer2011-11-131-1/+4
| |\ \ \
| | * | | [ticket/10435] Readd local announcements to total topic count in viewforumJoas Schilling2011-11-111-1/+4
| | | |/ | | |/|
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-111-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [ticket/10237] Display login-box for guests, when (un)subscribingJoas Schilling2011-11-061-1/+1
| |/
* | [feature/remove-imagesets] Adjustments to php filesVjacheslav Trushkin2011-09-041-3/+0
* | Merge branch 'develop-olympus' into developNils Adermann2011-07-161-1/+1
|\ \ | |/
| * [ticket/10237] Handle watching and unwatching the same way.Joas Schilling2011-07-111-1/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-191-1/+1
|\ \ | |/
| * Merge remote-tracking branch 'naderman/ticket/10232' into prep-release-3.0.9Andreas Fischer2011-06-191-1/+1
| |\
| | * [ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDSNils Adermann2011-06-181-1/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-191-1/+1
|\ \ \ | |/ /
| * | [ticket/10223] The search fid parameter is an array of forums not just an idNils Adermann2011-06-191-1/+1
| |/
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-091-1/+8
|\ \ | |/
| * [ticket/7888] Swap in-forum/topic search to GET forms.Nils Adermann2011-06-091-1/+8
* | [ticket/9684] View origin-forumname for GAs in topic-listJoas Schilling2011-04-071-19/+22