| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
PHPBB3-10946
Conflicts:
phpBB/includes/search/fulltext_sphinx.php
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
| |
using keyword_search method instead of get_name to distinguish between the
search backend classes present in includes/search and other helper classes.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
|
|
|
|
| |
Break the classes in functions-sphinx.php into different files
with proper class names according to phpbb class auto loader conventions.
PHPBB3-10946
Conflicts:
phpBB/includes/search/sphinx/config.php
|
| |
|
|
|
|
| |
binlog files are now added to the data folder.
PHPBB3-10946
|
| |
|
|
|
|
|
|
|
|
|
| |
Uses sql_build_query for JOIN query. Remove casting to int and space for
phpbb conventions to be followed
PHPBB3-10946
Conflicts:
phpBB/includes/search/fulltext_sphinx.php
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
| |
Language keys removed from mods folder and added to
language/en/acp/search.php
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
|
|
|
| |
config variables now use class property for unique id
PHPBB3-10946
Conflicts:
phpBB/includes/search/fulltext_sphinx.php
|
| |
|
|
|
|
| |
also need to add the latest sphinx api instead of this.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
| |
Add a newline at the end of files. Update License information in package
docbloc.
PHPBB3-10946
|
| |
|
|
|
|
| |
Sphinx config file updated according to new documentation.
PHPBB3-10946
|
| |
|
|
|
|
|
| |
some minor code changes to make it working against current develop
and comply with other search backend coding convetions.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Fyorl/ticket/10941: (30 commits)
[ticket/10941] Removed superfluous array
[ticket/10941] File 'txt' now too big so changed tests to reflect that
[ticket/10941] Added a comment to ensure tags stay uppercase
[ticket/10941] Modified tearDown to use DirectoryIterator instead of glob
[ticket/10941] Added tests/upload/fixture/copies to tracking
[ticket/10941] Fixed form test test_too_large
[ticket/10941] Replaced use of English with language system
[ticket/10941] Renamed classes and filenames so that tests run
[ticket/10941] Moved comment into markTestIncomplete parameter
[ticket/10941] Removed manual includes of mock classes
[ticket/10941] Added subdirectory for file operations
[ticket/10941] Added some comments for clarification
[ticket/10941] Fixed a failing test
[ticket/10941] Rearranged tests into their own classes or methods
[ticket/10941] Removed the incomplete mark as is_image is fixed
[ticket/10941] Refactored tearDown to stop iterating over the directory.
[ticket/10941] Refactored init_filespec to return new object.
[ticket/10941] Minor typo fixes
[ticket/10941] Changed assertTrue to assertEquals
[ticket/10941] Now actually checks for the value of errors.
...
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| | |
Also fixed some minor issues that weren't flagged before because
the tests were being ignored.
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| | |
Also marked a test as incomplete even though this appears to be
ignored when actually running the tests.
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| | |
Also removed common.php as it was unnecessary.
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Since the is_image change, the filespec class no longer trusts the
browser's reported mimetype and instead checks the file itself. Thus
pretending a text file had the mimetype of an image will no longer
fail, the file will simply not be treated as an image.
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Had to remove one of the tests due to a small limitation with the
functional testing framework. May mark the test as incomplete again
pending further comments.
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| | |
Removed $filespec as a property of the filespec test and instead
just instantiate new objects.
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| | |
Removed superfluous $user = null; that was left over from refactoring.
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Uses phpbb_mock_lang to return the key used when setting errors to
allow that key to be checked for during tests rather than just checking
if any error was set.
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| | |
Instances of $it also renamed for clarity.
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| | |
Added some comments clarifying globals and lowercased fixture filenames
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
NOTE: test_form_upload() is broken. Uploading files via Symfony fails to
retain $_FILES['fileupload']['type'] even if it set explicitely. This appears
to be a bug in Symfony. Since the current version of filespec::is_image()
relies on the mimetype, these tests will __fail__. filespec::is_image() has
been fixed in https://github.com/phpbb/phpbb3/pull/833 however.
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| | |
PHPBB3-10941
|
| | |
| |
| |
| |
| |
| |
| | |
Switched from dirname(__FILE__) to just __DIR__.
Removed static definition from data provider methods.
PHPBB3-10941
|
| |/
|
|
| |
PHPBB3-10941
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* github-bantu/ticket/10973:
[ticket/10973] Drop all require_once for mocks. Use autoloading.
[ticket/10973] Add autoloader for autoloading phpbb_mock_ in tests.
Conflicts:
tests/bbcode/url_bbcode_test.php
tests/text_processing/censor_text_test.php
|