| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| | |
Conflicts:
phpBB/common.php
phpBB/download/file.php
|
| | |\
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10873] Change language for notice about undelivered, deleted PM.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
See the ticket for my reasoning.
PHPBB3-10873
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Search backend displays an additional normalized search query just above
the ignored words.
PHPBB3-10943
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | | |
PHPBB3-10631
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Added details page information, added a new line at end of file and removed some whitespace.
PHPBB3-10631
|
| |/ /
| |
| |
| | |
PHPBB3-10631
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Fyorl/feature/attach-dl: (75 commits)
[feature/attach-dl] Removed the use of some abbreviations
[feature/attach-dl] Changed $files_added checks
[feature/attach-dl] Renamed $post_id to $post_msg_id
[feature/attach-dl] Fixed a comment
[feature/attach-dl] Optimised an sql query
[feature/attach-dl] Fixed the logic in an sql statement
[feature/attch-dl] $forum_id cast to int
[feature/attach-dl] Fixed $file_added to $files_added
[feature/attach-dl] Moved definition of $archive_name
[feature/attach-dl] Swapped the order of an if statement
[feature/attach-dl] Cast variables to int
[feature/attach-dl] Added $archive_path
[feature/attach-dl] Used COMMA_SEPARATOR instead of actual comma
[feature/attach-dl] Renamed $count to $files_added
[feature/attach-dl] Removed sprintf() use
[feature/attach-dl] Removed need for array_keys()
[feature/attach-dl] Added multiple attachment downloads to PMs
[feature/attach-dl] Removed reliance on current($row)
[feature/attach-dl] Renamed to phpbb_download_handle_forum_auth
[feature/attach-dl] Moved PM authentication handling into own function
...
|
| | | |
| | |
| | |
| | | |
PHPBB3-11042
|
| | | |
| | |
| | |
| | | |
PHPBB3-11042
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Language of the error displayed is modified.
PHPBB3-11032
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Admins are shown actual error while users are shown a search failed error
in case sphinx search fails.
PHPBB3-11032
|
| |/ /
| |
| |
| | |
PHPBB3-11032
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* dhruvgoel92/feature/sphinx-fulltext-search: (57 commits)
[feature/sphinx-fulltext-search] add sphinx to Authors file
[feature/sphinx-fulltext-search] add sphinxapi.php file
[feature/sphinx-fulltext-search] fix auth bug
[feature/sphinx-fulltext-search] remove unused property
[feature/sphinx-fulltext-search] use 9312 as default port
[feature/sphinx-fulltext-search] fix language of host config
[feature/sphinx-fulltext-search] fix sphinx for arbitary host
[feature/sphinx-fulltext-search] coding changes acc to phbb conventions
[feature/sphinx-fulltext-search] fixing comments
[feature/sphinx-fulltext-search] add trailing slash in language
[feature/sphinx-fulltext-search] improve port option
[feature/sphinx-fulltext-search] remove stopwords and config path
[feature/sphinx-fulltext-search] makes sql host configurable
[feature/sphinx-fulltext-search] use readonly instead of disabled
[feature/sphinx-fulltext-search] fix language keys' typo
[feature/sphinx-fulltext-search] remove note from db_tools
[feature/sphinx-fulltext-search] add support for postgres
[feature/sphinx-fulltext-search] add pgsql functionality
[feature/sphinx-fulltext-search] use Update in sphinx query
[feature/sphinx-fulltext-search] use CASE instead of IF
...
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Uses 9312 instead of 3312 as default port for searchd to listen on
according to latest sphinx documentation. Use filename sphinxapi.php
instead of old one.
PHPBB3-10946
|
| | | |
| | |
| | |
| | | |
PHPBB3-10946
|
| | | |
| | |
| | |
| | | |
PHPBB3-10946
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use listen instead of deprecated port value in sphinx config file.
sqlhost uses default $dbhost.
PHPBB3-10946
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Remove stopwords and config_path options from ACP.
PHPBB3-10946
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
The SQL server host which sphinx connects to index the posts is now
configurable via ACP.
PHPBB3-10946
|
| | | |
| | |
| | |
| | | |
PHPBB3-10946
|
| | | |
| | |
| | |
| | | |
PHPBB3-10946
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Modify language keys according to what the config setting actually does.
Remove references to autoconf.
PHPBB3-10946
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
sphinx config file is generated and displayed in the ACP for user to use
it to start sphinx search daemon.
PHPBB3-10946
|
| | | |
| | |
| | |
| | |
| | |
| | | |
fulltext_sphinx_bin_path from ACP as it is no longer required.
PHPBB3-10946
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
remove recent search queries from the stats as they can't be retreived
and remove other language keys being used no more.
PHPBB3-10946
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Language keys removed from mods folder and added to
language/en/acp/search.php
PHPBB3-10946
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add a newline at the end of files. Update License information in package
docbloc.
PHPBB3-10946
|
| | | |
| | |
| | |
| | | |
PHPBB3-10946
|
| |\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10965] Database update was referring to 3.0.5 instead of 3.0.11-RC1
[ticket/10965] Introduce a new profile field option to display no value
Conflicts:
phpBB/includes/acp/acp_profile.php
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
By default the 3.0.10 behaviour is kept, profile fields will not show up
if they have either not yet been selected or in case of an optional
dropdown field if the novalue option was selected.
PHPBB3-10965
|
| |\ \ \
| | | |
| | | | |
Ticket/10990
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10990
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* github-nickvergessen/ticket/11002:
[ticket/11002] Use translating option to rename the Etc/GMT options
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
They have the invers offset of their name. So GMT+2 has the offset -7200.
To avoid additional confusion, we simply overwrite their name.
PHPBB3-11002
|
| |\ \ \ \
| |/ / /
|/| / /
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10950] Fix grammar in comments
[ticket/10950] Delete PMs for users that have not yet read the pm
[ticket/10950] Fix unit tests to fit the new pm deleting behaviour
[ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
[ticket/10950] Remove deleted entries in tests instead of commenting them out
[ticket/10950] Use database count() and group by instead of doing that in php
[ticket/10950] Check $delete_ids to be not empty
[ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
[ticket/10950] Fix unit tests to reflect desired behaviour
[ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()
[ticket/10950] Correct comment for the second query.
[ticket/10950] Add empty line to make unset() call more visible.
[ticket/10950] Select the correct columns in SQL queries.
[ticket/10950] Use a variable for the private message id.
[ticket/10950] Move array initialisation to the front.
[ticket/10950] Remove redundant if statement.
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
[ticket/10950] Use proper ' in order to fix comment.
|
| | | |
| | |
| | |
| | | |
PHPBB3-10950
|
| | | |
| | |
| | |
| | | |
PHPBB3-9558
|
| |\ \ \
| | |/
| |/|
| | | |
feature/new-tz-handling
|