aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [feature/sphinx-fulltext-search] minor fixes in formattingDhruv Goel2012-07-124-9/+5
| | | | | | | Add a newline at the end of files. Update License information in package docbloc. PHPBB3-10946
* [feature/sphinx-fulltext-search] update config fileDhruv Goel2012-07-121-2/+3
| | | | | | Sphinx config file updated according to new documentation. PHPBB3-10946
* [feature/sphinx-fulltext-search] minor changesDhruv Goel2012-07-121-14/+18
| | | | | | | some minor code changes to make it working against current develop and comply with other search backend coding convetions. PHPBB3-10946
* [feature/sphinx-fulltext-search] MOD by naderman installed in phpbbDhruv Goel2012-07-124-0/+2940
| | | | PHPBB3-10946
* Merge remote-tracking branch 'Fyorl/ticket/10941' into developAndreas Fischer2012-07-0916-0/+610
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. ...
| * [ticket/10941] Removed superfluous arrayFyorl2012-07-091-1/+1
| | | | | | | | PHPBB3-10941
| * [ticket/10941] File 'txt' now too big so changed tests to reflect thatFyorl2012-07-091-1/+1
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Added a comment to ensure tags stay uppercaseFyorl2012-07-091-0/+1
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Modified tearDown to use DirectoryIterator instead of globFyorl2012-07-091-2/+7
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Added tests/upload/fixture/copies to trackingFyorl2012-07-091-0/+0
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Fixed form test test_too_largeFyorl2012-07-091-2/+2
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Replaced use of English with language systemFyorl2012-07-091-2/+2
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Renamed classes and filenames so that tests runFyorl2012-07-092-5/+7
| | | | | | | | | | | | | | Also fixed some minor issues that weren't flagged before because the tests were being ignored. PHPBB3-10941
| * [ticket/10941] Moved comment into markTestIncomplete parameterFyorl2012-07-091-3/+1
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Removed manual includes of mock classesFyorl2012-07-093-5/+3
| | | | | | | | | | | | | | Also marked a test as incomplete even though this appears to be ignored when actually running the tests. PHPBB3-10941
| * [ticket/10941] Added subdirectory for file operationsFyorl2012-07-098-22/+8
| | | | | | | | | | | | Also removed common.php as it was unnecessary. PHPBB3-10941
| * [ticket/10941] Added some comments for clarificationFyorl2012-07-092-0/+15
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Fixed a failing testFyorl2012-07-091-1/+1
| | | | | | | | | | | | | | | | | | 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
| * [ticket/10941] Rearranged tests into their own classes or methodsFyorl2012-07-094-110/+151
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Removed the incomplete mark as is_image is fixedFyorl2012-07-091-11/+6
| | | | | | | | | | | | | | | | 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
| * [ticket/10941] Refactored tearDown to stop iterating over the directory.Fyorl2012-07-091-20/+15
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Refactored init_filespec to return new object.Fyorl2012-07-091-27/+26
| | | | | | | | | | | | | | Removed $filespec as a property of the filespec test and instead just instantiate new objects. PHPBB3-10941
| * [ticket/10941] Minor typo fixesFyorl2012-07-092-3/+1
| | | | | | | | | | | | Removed superfluous $user = null; that was left over from refactoring. PHPBB3-10941
| * [ticket/10941] Changed assertTrue to assertEqualsFyorl2012-07-091-1/+1
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Now actually checks for the value of errors.Fyorl2012-07-093-25/+29
| | | | | | | | | | | | | | | | 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
| * [ticket/10941] Re-arranged dataProvidor methods to be near their callersFyorl2012-07-091-67/+67
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Added a comment explaining the incomplete testFyorl2012-07-091-0/+6
| | | | | | | | PHPBB3-10941
| * [ticket/10941] tearDown() now uses explicit file listFyorl2012-07-091-5/+19
| | | | | | | | | | | | Instances of $it also renamed for clarity. PHPBB3-10941
| * [ticket/10941] Minor adjustments as per PR commentsFyorl2012-07-098-47/+81
| | | | | | | | | | | | Added some comments clarifying globals and lowercased fixture filenames PHPBB3-10941
| * [ticket/10941] Marked broken test as incompleteFyorl2012-07-091-0/+1
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Added functional tests for the fileupload classFyorl2012-07-095-0/+86
| | | | | | | | | | | | | | | | | | | | 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
| * [ticket/10941] Unit tests for fileupload class addedFyorl2012-07-083-0/+132
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Finished filespec testsFyorl2012-07-082-0/+91
| | | | | | | | PHPBB3-10941
| * [ticket/10941] Minor adjustments as per PR commentsFyorl2012-07-086-65/+36
| | | | | | | | | | | | | | Switched from dirname(__FILE__) to just __DIR__. Removed static definition from data provider methods. PHPBB3-10941
| * [ticket/10941] Unit tests for filespec classFyorl2012-07-082-0/+238
|/ | | | PHPBB3-10941
* Merge remote-tracking branch 'github-bantu/ticket/10973' into developNils Adermann2012-07-0820-31/+4
|\ | | | | | | | | | | | | | | | | | | * 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
| * [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-0819-29/+0
| | | | | | | | PHPBB3-10973
| * [ticket/10973] Add autoloader for autoloading phpbb_mock_ in tests.Andreas Fischer2012-07-081-0/+2
| | | | | | | | PHPBB3-10973
* | Merge branch 'develop-olympus' into developNils Adermann2012-07-083-2/+2
|\ \ | |/ |/| | | | | | | | | | | * develop-olympus: [ticket/10974] Rename tests/mock_user.php -> tests/mock/user.php Conflicts: tests/bbcode/url_bbcode_test.php
| * Merge remote-tracking branch 'github-bantu/ticket/10974' into develop-olympusNils Adermann2012-07-083-2/+2
| |\ | | | | | | | | | | | | * github-bantu/ticket/10974: [ticket/10974] Rename tests/mock_user.php -> tests/mock/user.php
| | * [ticket/10974] Rename tests/mock_user.php -> tests/mock/user.phpAndreas Fischer2012-07-083-2/+2
| | | | | | | | | | | | PHPBB3-10974
* | | Merge PR #854 branch 'dhruvgoel92/ticket/10943' into developOleg Pudeyev2012-07-073-1/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/10943: [ticket/10943] displays searched query in search result [ticket/10943] use keywords variable to display in search box
| * | | [ticket/10943] displays searched query in search resultDhruv Goel2012-07-083-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Search backend displays an additional normalized search query just above the ignored words. PHPBB3-10943
| * | | [ticket/10943] use keywords variable to display in search boxDhruv Goel2012-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | $keywords which contains the string as entered by the user should be used to display in search box instead of search_query. PHPBB3-10943
* | | | Merge PR #856 branch 'develop-olympus' into developOleg Pudeyev2012-07-074-8/+55
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | * develop-olympus: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility
| * | | Merge PR #856 branch 'prep-release-3.0.11' into develop-olympusOleg Pudeyev2012-07-074-8/+55
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * prep-release-3.0.11: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility
| | * | Merge PR #856 branch 'bantu/ticket/10937' into prep-release-3.0.11Oleg Pudeyev2012-07-074-8/+55
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/10937: [ticket/10937] Update documentation to say which comment styles are removed. [ticket/10937] Comment removal functions: Restore backward compatibility
| | | * | [ticket/10937] Update documentation to say which comment styles are removed.Andreas Fischer2012-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10937
| | | * | [ticket/10937] Comment removal functions: Restore backward compatibilityAndreas Fischer2012-07-034-8/+55
| | | | | | | | | | | | | | | | | | | | PHPBB3-10937
* | | | | Merge PR #832 branch 'dhruvgoel92/feature/postgresql-fulltext-search' into ↵Oleg Pudeyev2012-07-077-0/+898
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * dhruvgoel92/feature/postgresql-fulltext-search: (28 commits) [feature/postgresql-fulltext-search] supports_phrase_search function [feature/postgresql-fulltext-search] use proper variable name [feature/postgresql-fulltext-search] each config is checked if it is set [feature/postgresql-fulltext-search] fix formatting [feature/postgresql-fulltext-search] add docblocks to functions [feature/postgresql-fulltext-search] remove phrase search code [feature/postgresql-fulltext-search] define access control specifiers [feature/postgresql-fulltext-search] use version_compare [feature/postgresql-fulltext-search] fix language key [feature/postgresql-fulltext-search] remove Readme [feature/postgresql-fulltext-search] removes pcre check [feature/postgresql-fulltext-search] fix language tsearch2 to text search [feature/postgresql-fulltext-search] remove mbstring support [feature/postgresql-fulltext-search] change language for pgsql < 8.3 [feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support() [feature/postgresql-fulltext-search] fix variable name [feature/postgresql-fulltext-search] Fix version comparison for 9.0+. [feature/postgresql-fulltext-search] fixing license [feature/postgresql-fulltext-search] assign empty stats [feature/postgresql-fulltext-search] remove backward compatibility ...