aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-4/+7
| | | | | | So far, I've added no new functionality. The biggest change here is adjusting the DB column names to "visibility" rather than "approved". Some things here are pretty likely to change, for example the name and location of the topic_visibility class. Happy birthday phpBB :) PHPBB3-9657
* 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
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Make naming of topicrow consistent with others (topic_row)Joas Schilling2012-08-011-3/+3
| | | | | | | | PHPBB3-9550
| * [feature/php-events] Make topic db row available in eventJoas Schilling2012-08-011-1/+1
| | | | | | | | PHPBB3-9550
| * [feature/events] Removing the third trigger_event parameterMichael Cullum2012-08-011-1/+1
| | | | | | | | PHPBB3-9550
| * [feature/events] Change to use the new method of adding eventsMichael Cullum2012-08-011-3/+1
| | | | | | | | PHPBB3-9550
| * [feature/events] Fix core.viewforum_topicrow ledgeMichael Cullum2012-08-011-5/+5
| | | | | | | | PHPBB3-9550
| * [feature/events] Add core.viewforum_forumrowMichael Cullum2012-08-011-3/+10
| | | | | | | | PHPBB3-9550
* | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-221-1/+1
|/ | | | PHPBB3-10990
* [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-2/+2
| | | | | | | Add a new parameter to hold the name of the start variable. This fulfills ticket PHPBB3-8535. PHPBB3-10968
* [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-3/+3
| | | | | | | Re-remove deprecated functions, change on_page to phpbb_on_page, add null returns, remove globals and pass as params. PHPBB3-10968
* [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-2/+2
| | | | | | | Returned and marked deprecated topic_generate_pagination. Rename new function in line with coding guidelines. PHPBB3-10968
* [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-3/+4
| | | | | | | | | | Extracted common template code for prosilver as per subsilver2. Various other fixups and oversight corrections, changed name of the "new" template function and re-introduced existing version. Altered on_page to compensate for removal of some templating vars from pagination routine. PHPBB3-10968
* [ticket/10968] Render pagination within the templateDrae2012-07-181-2/+4
| | | | | | | | | | | | | | Since phpBB 2 pagination has been rendered mostly within the source. This limits just what designers can do with pagination. The current form is also questionable in terms of "best practice". The aim is to move rendering completely to the template via the use of a block element. Enabling S_ template vars also allows for control over specific aspects of the pagination output such as next, previous, active and ellipsis. Related to this - merging the capabilities of the topic_generate_pagination with generate_pagination removes an element of duplication. PHPBB3-10968
* [ticket/10811] Make toogle_subscribe more generic so it can toogle all linksJoas Schilling2012-07-051-3/+5
| | | | PHPBB3-10811
* [ticket/10811] Make it easier for MODs/Extensions to define the alt-textJoas Schilling2012-05-161-0/+2
| | | | PHPBB3-10811
* Merge branch 'develop-olympus' into developOleg Pudeyev2012-02-111-1/+1
|\ | | | | | | | | | | * develop-olympus: [ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic). [ticket/10606] Fix incorrect hidden fields array name in page_header().
| * [ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).Andreas Fischer2012-02-091-1/+1
| | | | | | | | | | | | Regression from dfb7cc625a37c6345fa647ee3a21f890ba5c9649. PHPBB3-10606
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916
* | Merge branch 'develop-olympus' into developNils Adermann2011-12-091-0/+9
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10319] Missing hidden fields in search form
| * [ticket/10319] Missing hidden fields in search formVjacheslav Trushkin2011-12-091-0/+9
| | | | | | | | | | | | Missing hidden fields in search form (bug added in 3.0.9) PHPBB3-10319
* | [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-2/+2
| | | | | | | | PHPBB3-10345
* | [ticket/10484] Use variables for sql_build_query() callsJoas Schilling2011-11-211-2/+3
| | | | | | | | | | | | It's easier for mods/extensions to extend the arrays. PHPBB3-10484
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-131-0/+6
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10437] Do not display announcements that are waiting for approval
| * Merge remote-tracking branch 'nickvergessen/ticket/10437' into develop-olympusAndreas Fischer2011-11-131-0/+6
| |\ | | | | | | | | | | | | * nickvergessen/ticket/10437: [ticket/10437] Do not display announcements that are waiting for approval
| | * [ticket/10437] Do not display announcements that are waiting for approvalJoas Schilling2011-11-131-0/+6
| | | | | | | | | | | | PHPBB3-10437
* | | Merge remote-tracking branch 'nickvergessen/ticket/develop/10435' into developAndreas Fischer2011-11-131-2/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/develop/10435: [ticket/10435] Remove global announcement from forums total topic count Conflicts: phpBB/viewforum.php
| * | | [ticket/10435] Remove global announcement from forums total topic countJoas Schilling2011-11-111-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to remove the global announcements from the forums total topic count, otherwise the number is different from the one on the forum list. PHPBB3-10435
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-131-1/+4
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * develop-olympus: [ticket/10435] Readd local announcements to total topic count in viewforum
| * | | Merge remote-tracking branch 'nickvergessen/ticket/10435' into develop-olympusAndreas Fischer2011-11-131-1/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/10435: [ticket/10435] Readd local announcements to total topic count in viewforum
| | * | | [ticket/10435] Readd local announcements to total topic count in viewforumJoas Schilling2011-11-111-1/+4
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | We need to readd the local announcements to the forums total topic count, otherwise the number is different from the one in the forum list. PHPBB3-10435
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-111-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | | | | * develop-olympus: [ticket/10237] Display login-box for guests, when (un)subscribing Conflicts: phpBB/includes/functions_display.php
| * | [ticket/10237] Display login-box for guests, when (un)subscribingJoas Schilling2011-11-061-1/+1
| |/ | | | | | | | | | | Also initialise $is_watching for PHP Notice: Undefined variable is_watching PHPBB3-10237
* | [feature/remove-imagesets] Adjustments to php filesVjacheslav Trushkin2011-09-041-3/+0
| | | | | | | | | | | | Removing imagesets. Adjustments to php files PHPBB3-10336
* | Merge branch 'develop-olympus' into developNils Adermann2011-07-161-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10237] Also display login-box on subscribing [ticket/10237] Handle watching and unwatching the same way. [ticket/10237] Use confirm-box to handle unwatching a forum/topic actions Conflicts: phpBB/includes/functions_display.php
| * [ticket/10237] Handle watching and unwatching the same way.Joas Schilling2011-07-111-1/+1
| | | | | | | | | | | | Also add some information to the confirm-box (forum_name / topic title) PHPBB3-10237
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-191-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
| * Merge remote-tracking branch 'naderman/ticket/10232' into prep-release-3.0.9Andreas Fischer2011-06-191-1/+1
| |\ | | | | | | | | | | | | * naderman/ticket/10232: [ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
| | * [ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDSNils Adermann2011-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | Avoids the global hidden fields from functions.php overwriting local searches. PHPBB3-10232
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-191-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | * develop-olympus: [ticket/10223] The search fid parameter is an array of forums not just an id [ticket/10223] Check optional before file_exists and correct require path [ticket/10223] requiring the new startup.php file conditionally.
| * | [ticket/10223] The search fid parameter is an array of forums not just an idNils Adermann2011-06-191-1/+1
| |/ | | | | | | PHPBB3-10223
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-091-1/+8
|\ \ | |/ | | | | | | * develop-olympus: [ticket/7888] Swap in-forum/topic search to GET forms.
| * [ticket/7888] Swap in-forum/topic search to GET forms.Nils Adermann2011-06-091-1/+8
| | | | | | | | | | | | | | | | This will allow sending URLs to search results to other users. The advanced search page has always worked like this, but these special pages used to cause problems. PHPBB3-7888
* | [ticket/9684] View origin-forumname for GAs in topic-listJoas Schilling2011-04-071-19/+22
| | | | | | | | | | | | | | | | Correct some links using ['forum_id'] instead of $forum_id. Correctly handle from "sort by day"-viewforum when there are global announcements displayed in the forum. PHPBB3-9684
* | [ticket/9684] Fix Forum/Topic-Tracking for global announcementsJoas Schilling2011-04-071-27/+48
| | | | | | | | | | | | Should be ready for intensive testing now. PHPBB3-9684
* | [ticket/9684] Remove code in some more files especially includes/Joas Schilling2011-04-071-1/+7
| | | | | | | | | | | | Topic-Tracking is still missing. PHPBB3-9684
* | [ticket/9684] Remove code for global announcement in root-filesJoas Schilling2011-04-071-2/+2
| | | | | | | | PHPBB3-9684
* | Merge branch 'ticket/hanakin/10001' into developIgor Wiedler2011-02-281-0/+1
|\ \ | | | | | | | | | | | | | | | * ticket/hanakin/10001: [ticket/10001] Created the new styles within colours.css to handle the displaying of the forum & topic images [ticket/10001] Created new Template variable to house class names based on $folder_img value, Modified prosilver template files to utilize class for forum & topic images through out template via the newly created Template variable, Created the new styles within colours.css to handle the displaying of the forum & topic images
| * | [ticket/10001] Created new Template variable to house class names based on ↵hanakin2011-01-181-0/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $folder_img value, Modified prosilver template files to utilize class for forum & topic images through out template via the newly created Template variable, Created the new styles within colours.css to handle the displaying of the forum & topic images * Created new Template variable to house class names based on $folder_img value in functions_display.php. * Created new Template variable to house class names based on $folder_img value in mcp_forums.php. * Created new Template variable to house class names based on $folder_img value in ucp_main.php. * Created new Template variable to house class names based on $folder_img value in search.php. * Created new Template variable to house class names based on $folder_img value in ucp_pm_viewfolder.php. * Created new Template variable to house class names based on $folder_img value in search.php. * Created new Template variable to house class names based on $folder_img value in viewforum.php. * Modified forumlist_body.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified mcp_forum.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified search_results.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_main_bookmarks.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_main_subscribed.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_main_front.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_pm_viewfolder.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified viewforum_body.html to utilize class for forum & topic images through out template via the newly created Template variable * Created the new styles within colours.css to handle the displaying of the forum & topic images - NOTES: This changes are the first step in the revamp of prosilver initiative, this provides the ground work to handle the images via sprites to reduce the amount of HTTP requests by the server PHPBB3-10001