| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-11040
|
|
|
|
| |
PHPBB3-11040
|
|
|
|
|
|
| |
Provides better performance as per PostgreSQL Docs.
PHPBB3-11040
|
|
|
|
| |
PHPBB3-11040
|
|
|
|
|
|
|
| |
Remove post_text index as post_content index is sufficient to search post
text.
PHPBB3-11040
|
|
|
|
|
|
|
| |
In addition to post_subject and post_title indexes add a post_content
which is concatenation of both the columns.
PHPBB3-11040
|
|
|
|
|
|
|
| |
Instead of searching for post_subject and post_text seperately and then
OR them in where clause we use concatenation of the two columns and search
PHPBB3-11040
|
|\
| |
| |
| | |
* develop-olympus:
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop-olympus
* remotes/dhruvgoel92/ticket/10945:
[ticket/10945] Fix return values for split_keywords function
[ticket/10945] Display search query when search fails in native search
[ticket/10945] remove trigger_error call
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop
* remotes/dhruvgoel92/ticket/10945-develop:
[ticket/10945] Remove mark test incomplete for native search backend
[ticket/10945] Fix Unit Tests as per new changes to split_keywords
[ticket/10945] Remove mark test incomplete for mysql and postgres
[ticket/10945] Fix return values for split_keywords function
[ticket/10945] Display search query when search fails in native search
[ticket/10945] remove trigger_error call
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10945
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10945
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10945
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/10945:
[ticket/10945] Fix return values for split_keywords function
[ticket/10945] Display search query when search fails in native search
[ticket/10945] remove trigger_error call
Conflicts:
phpBB/phpbb/search/fulltext_native.php
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The function now returns false if all the words are common words and true
otherwise.
PHPBB3-10945
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If search fails and common words are present, split_keywords returns false
and search.php file prints appropriate message of common words.
If search fails and there are no common words, split_keywords returns true
and keyword_search returns false so that the search query is displayed in
search box.
PHPBB3-10945
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
removes trigger_error call incase no search results are found or start
variable exceeds the amount. So that search query is displayed in the
search box even if no results are returned.
PHPBB3-10945
|
|\ \ \
| | | |
| | | | |
Ticket/12240 - Adds specific class to BBCode-Buttons in Template incl. Custom-BBCode support
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12240
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12240
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12240
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12240
|
|\ \ \ \
| | | | |
| | | | | |
[ticket/11938] remove deprecated sql_attr_str2ordinal and use sql_attr_string
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11938
|
| | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-11938
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
[ticket/11764] Create separate packages for subsilver2 on releases.
* nickvergessen/ticket/11764:
[ticket/11764] Create separate packages for subsilver2 on releases.
|
|/ / /
| | |
| | |
| | | |
PHPBB3-11764
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Varun Agrawal
# Via Varun Agrawal
* VarunAgw/ticket/12250:
[ticket/12250] Remove deprecated phpbb_clean_path function
[ticket/12250] Remove deprecated phpbb_clean_path function
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The function phpbb_clean_path() in functions.php is deprecated and is
replaced by filesystem class. Therefore, this function is moved to the
functions_compatibility file.
PHPBB3-12250
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The function phpbb_clean_path() in functions.php is deprecated as is not
used used 3.0/3.1 core
PHPBB3-12250
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
* VSEphpbb/ticket/12248:
[ticket/12248] Restore id attributes to extension details (used by tests)
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-12248
|
|\ \ \ \
| | | | |
| | | | | |
[ticket/12239] Move deprecated passwords functions to compatibility file
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The deprecated passwords functions are no longer used in the core and have
been replaced with the passwords manager. Therefore, the functions are
moved to the functions_compatibility file.
PHPBB3-12239
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Ticket/12236 Convert AOL and Yahoo to custom profile fields
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12236
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12236
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12249
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12236
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12236
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12237
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-12237
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ticket/12213] Add MCP events for custom quick moderation options
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Addition to PR #2045 - rename the flag variable to more sensible one.
PHPBB3-12213
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ticket/12216] Undefined index: lang_options when creating date profile field
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12216
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ticket/12231] Add template events to forumlist_body.html
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add events before/after category header, before/after subforums list
to allow add/modify content in respective places.
PHPBB3-12231
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
[ticket/11693] Change sql_build_array to support DELETE
|
| | |_|_|_|_|/ /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-11693
|