aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | [feature/system-cron] coding guidelines adjustmentsIgor Wiedler2011-02-121-1/+2
| | | | | | | | PHPBB3-9596
* | [feature/system-cron] Updated prune forum task name in viewforum.Oleg Pudeyev2011-02-121-1/+1
| | | | | | | | PHPBB3-9596
* | [feature/system-cron] Refactored cron task naming, loading and running.Oleg Pudeyev2011-02-121-2/+6
| | | | | | | | PHPBB3-9596
* | [feature/system-cron] WIP on making cron tasks runnable via system cronOleg Pudeyev2011-02-121-2/+2
| | | | | | | | PHPBB3-9596
* | Merge branch 'ticket/VSE/9532' into developAndreas Fischer2010-12-281-1/+1
|\ \ | | | | | | | | | | | | * ticket/VSE/9532: [ticket/9532] Simplified page titles by removing meaningless text.
| * | [ticket/9532] Simplified page titles by removing meaningless text.Matt2010-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Removed View Forum, View Topic, added pagination to forum and topic page titles, also moved the Site Name to the end of title for forum and topic view pages. PHPBB3-9532
* | | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| |/ |/| | | | | | | | | | | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* | Merge branch 'ticket/nickvergessen/7720' into develop-olympusAndreas Fischer2010-07-141-8/+8
|\ \ | | | | | | | | | | | | * ticket/nickvergessen/7720: [ticket/7720] Fix alternative image-description for unread posts.
| * | [ticket/7720] Fix alternative image-description for unread posts.Joas Schilling2010-07-141-8/+8
| |/ | | | | | | | | | | | | | | Changed the wrong word "new" to "unread" as that is, what we show with the red-icons, not whether the post is new or not. Language variables were kept for backwards compatibility. PHPBB3-7720
* | [ticket/9012] Adjust shadow topic title to the title at the time it was moved.Adam Reyher2010-07-111-0/+1
|/ | | | | | | Moved topics which have their title changed in the new forum will now show the old title in the original viewforum instead of the new title. PHPBB3-9012
* Merge branch 'bug/cs278/59465' into develop-olympusNils Adermann2010-04-041-3/+3
|\ | | | | | | | | | | * bug/cs278/59465: [bug/59465] Remove start=0 from topic pagination links. [bug/59465] Removes start=0 from URLs used by viewtopic and viewforum.
| * [bug/59465] Removes start=0 from URLs used by viewtopic and viewforum.Chris Smith2010-03-181-3/+3
| | | | | | | | | | | | Having start=0 makes search engines index the page twice once with and once without the start=0 parameter. This results in duplicate results in the search results. Patch contributed by nn-.
* | [bug/9047] Use correct forum_id to generate the active topics list. (Bug #9047)Joas Schilling2010-04-041-8/+10
|/
* Simplified login_box() and redirection after login. S_LOGIN_ACTION can now ↵Meik Sievertsen2009-08-301-2/+0
| | | | | | be used on every page. (Bug #50285) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10067 89ea8834-ac86-4346-8a33-228a782c2dd0
* instead of only enabling forum feeds in viewforum we set it on every ↵Meik Sievertsen2009-08-201-1/+0
| | | | | | location where forums are shown git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10029 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #43295 - Moved topics show unapproved even without permissions in ↵Ruslan Uzdenov2009-08-171-2/+2
| | | | | | | | the new forum Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10006 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-121-0/+1
| | | | | | | | | Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored. Additionally, for this to work across all DBMS we support, we added a new method to the DBAL for the bitwise AND operator. Also moved the forum/topic feed template variable to the location where they belong to (forum and topic view) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9965 89ea8834-ac86-4346-8a33-228a782c2dd0