| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
* 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().
|
| |
| |
| |
| |
| |
| | |
Regression from dfb7cc625a37c6345fa647ee3a21f890ba5c9649.
PHPBB3-10606
|
| |
| |
| |
| | |
PHPBB3-9916
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10319] Missing hidden fields in search form
|
| |
| |
| |
| |
| |
| | |
Missing hidden fields in search form (bug added in 3.0.9)
PHPBB3-10319
|
| |
| |
| |
| | |
PHPBB3-10345
|
| |
| |
| |
| |
| |
| | |
It's easier for mods/extensions to extend the arrays.
PHPBB3-10484
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10437] Do not display announcements that are waiting for approval
|
| |\
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/10437:
[ticket/10437] Do not display announcements that are waiting for approval
|
| | |
| | |
| | |
| | | |
PHPBB3-10437
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* nickvergessen/ticket/develop/10435:
[ticket/10435] Remove global announcement from forums total topic count
Conflicts:
phpBB/viewforum.php
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* develop-olympus:
[ticket/10435] Readd local announcements to total topic count in viewforum
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* nickvergessen/ticket/10435:
[ticket/10435] Readd local announcements to total topic count in viewforum
|
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10237] Display login-box for guests, when (un)subscribing
Conflicts:
phpBB/includes/functions_display.php
|
| |/
| |
| |
| |
| |
| | |
Also initialise $is_watching for PHP Notice: Undefined variable is_watching
PHPBB3-10237
|
| |
| |
| |
| |
| |
| | |
Removing imagesets. Adjustments to php files
PHPBB3-10336
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| |
| | |
Also add some information to the confirm-box (forum_name / topic title)
PHPBB3-10237
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
|
| |\
| | |
| | |
| | |
| | | |
* naderman/ticket/10232:
[ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Avoids the global hidden fields from functions.php overwriting local
searches.
PHPBB3-10232
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
* 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.
|
| |/
| |
| |
| | |
PHPBB3-10223
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/7888] Swap in-forum/topic search to GET forms.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
Should be ready for intensive testing now.
PHPBB3-9684
|
| |
| |
| |
| |
| |
| | |
Topic-Tracking is still missing.
PHPBB3-9684
|
| |
| |
| |
| | |
PHPBB3-9684
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* 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
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
$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
|
| |
| |
| |
| | |
PHPBB3-9596
|
| |
| |
| |
| | |
PHPBB3-9596
|
| |
| |
| |
| | |
PHPBB3-9596
|
| |
| |
| |
| | |
PHPBB3-9596
|
|\ \
| | |
| | |
| | |
| | | |
* ticket/VSE/9532:
[ticket/9532] Simplified page titles by removing meaningless text.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | |
| | | |
* ticket/nickvergessen/7720:
[ticket/7720] Fix alternative image-description for unread posts.
|
| |/
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| | |
* bug/cs278/59465:
[bug/59465] Remove start=0 from topic pagination links.
[bug/59465] Removes start=0 from URLs used by viewtopic and viewforum.
|
| |
| |
| |
| |
| |
| | |
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-.
|
|/ |
|
|
|
|
|
|
| |
be used on every page. (Bug #50285)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10067 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
| |
location where forums are shown
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10029 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
|
| |
the new forum
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10006 89ea8834-ac86-4346-8a33-228a782c2dd0
|
|
|
|
|
|
|
|
|
| |
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
|