aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.Andreas Fischer2012-03-041-1/+1
| | | | | | | | PHPBB3-10653
| * [ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().Andreas Fischer2012-03-041-0/+25
| | | | | | | | PHPBB3-10653
* | Merge remote-tracking branch 'cyberalien/feature/append_var' into developOleg Pudeyev2012-03-071-0/+36
|\ \ | | | | | | | | | | | | | | | * cyberalien/feature/append_var: [feature/append_var] Adding test case [feature/append_var] Adding append_var template class function
| * | [feature/append_var] Adding test caseVjacheslav Trushkin2012-03-081-0/+36
| | | | | | | | | | | | | | | | | | Adding test case for append_var PHPBB3-10666
* | | [ticket/10685] Refactor template test defaults for php 5.4 compatibility.Oleg Pudeyev2012-03-062-5/+13
|/ / | | | | | | PHPBB3-10685
* | Merge remote-tracking branch 'naderman/ticket/10663' into developAndreas Fischer2012-02-241-0/+0
|\ \ | | | | | | | | | | | | | | | * naderman/ticket/10663: [ticket/10663] Extension finder should not find subdirs with directory filter [ticket/10663] Adding nested directory to finder test
| * | [ticket/10663] Adding nested directory to finder testVjacheslav Trushkin2012-02-211-0/+0
| | | | | | | | | | | | | | | | | | Adding nested directory to finder test, triggering finder bug PHPBB3-10663
* | | Merge remote-tracking branch 'github-igorw/extensions-tests-mysq55' into developNils Adermann2012-02-212-0/+7
|\ \ \ | | | | | | | | | | | | | | | | * github-igorw/extensions-tests-mysq55: [ticket/10667] Fix tests under MySQL 5.5 strict mode
| * | | [ticket/10667] Fix tests under MySQL 5.5 strict modeIgor Wiedler2012-02-212-0/+7
| | | | | | | | | | | | | | | | PHPBB3-10667
* | | | [ticket/10655] Error in template inheritance testVjacheslav Trushkin2012-02-181-1/+1
| |/ / |/| | | | | | | | | | | | | | Fixing error in template inheritance test PHPBB3-10655
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2012-02-101-18/+2
|\ \ \ | |/ / |/| / | |/ | | * develop-olympus: [ticket/10512] Call startup.php from tests/bootstrap.php
| * [ticket/10512] Call startup.php from tests/bootstrap.phpAndreas Fischer2012-02-041-18/+2
| | | | | | | | PHPBB3-10512
* | Merge remote-tracking branch 'imkingdavid/ticket/10535' into developOleg Pudeyev2012-02-031-2/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * imkingdavid/ticket/10535: [ticket/10535] Delete no longer needed email confirm language entries. [ticket/10535] Delete email confirm from installer [ticket/10535] Removed email confirm field from acp_users module [ticket/10535] Forgot a subsilver2 change. *doh* [ticket/10535] Removed email confirm from UCP, removed unused language entries [ticket/10535] Remove email confirm check on registration form
| * | [ticket/10535] Delete email confirm from installerp2011-12-281-2/+1
| | | | | | | | | | | | PHPBB3-10535
* | | [ticket/9916] Updating license in non-distributed filesUnknown2012-01-0237-37/+37
| | | | | | | | | | | | PHPBB3-9916
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-01-0245-45/+45
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9916] Changing header in non-distributed files [ticket/9916] Changing coding guidelines license [ticket/9916] Updating License in the header Conflicts: tests/mock/cache.php
| * | [ticket/9916] Updating License in the headerUnknown2012-01-0245-45/+45
| | | | | | | | | | | | PHPBB3-9916
* | | [ticket/10507] develop does not have imagesets, fix lower test.Oleg Pudeyev2011-12-242-7/+0
| | | | | | | | | | | | PHPBB3-10507
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-12-242-0/+101
|\ \ \ | |/ / | | / | |/ |/| | | | | | | | | * develop-olympus: [ticket/10507] DBAL unit test [ticket/10507] Sort styles in acp Conflicts: phpBB/includes/acp/acp_styles.php
| * Merge remote-tracking branch 'cyberalien/ticket/10507' into develop-olympusOleg Pudeyev2011-12-242-0/+101
| |\ | | | | | | | | | | | | | | | * cyberalien/ticket/10507: [ticket/10507] DBAL unit test [ticket/10507] Sort styles in acp
| | * [ticket/10507] DBAL unit testVjacheslav Trushkin2011-12-152-0/+101
| | | | | | | | | | | | | | | | | | Unit test for ORDER BY LOWER(style_name) PHPBB3-10507
* | | Merge remote-tracking branch 'github-igorw/feature/functional-tests' into ↵Nils Adermann2011-12-141-2/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * github-igorw/feature/functional-tests: [feature/functional-tests] Introduce bootstrap method [feature/functional-tests] Make sure functional tests only install once
| * | | [feature/functional-tests] Introduce bootstrap methodIgor Wiedler2011-10-141-0/+8
| | | | | | | | | | | | | | | | PHPBB3-10414
| * | | [feature/functional-tests] Make sure functional tests only install onceIgor Wiedler2011-10-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The functional test setup bootstrapping should only be run once per class. PHPBB3-10414
* | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-12-031-38/+7
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10349] Removed duplicated functions from schema loading in tests [ticket/10349] Update function comment [ticket/10349] Use new schema comment function in installer [ticket/10349] Unit tests: Consolidate schema comment removal functions [ticket/10349] Unit tests: Remove comments while loading schema files
| * | | Merge remote-tracking branch 'Noxwizard/ticket/10349' into develop-olympusOleg Pudeyev2011-12-031-38/+7
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * Noxwizard/ticket/10349: [ticket/10349] Removed duplicated functions from schema loading in tests [ticket/10349] Update function comment [ticket/10349] Use new schema comment function in installer [ticket/10349] Unit tests: Consolidate schema comment removal functions [ticket/10349] Unit tests: Remove comments while loading schema files
| | * | [ticket/10349] Removed duplicated functions from schema loading in testsPatrick Webster2011-10-291-43/+4
| | | | | | | | | | | | | | | | PHPBB3-10349
| | * | [ticket/10349] Update function commentPatrick Webster2011-09-281-2/+0
| | | | | | | | | | | | | | | | PHPBB3-10349
| | * | [ticket/10349] Unit tests: Consolidate schema comment removal functionsPatrick Webster2011-09-201-58/+11
| | | | | | | | | | | | | | | | PHPBB3-10349
| | * | [ticket/10349] Unit tests: Remove comments while loading schema filesPatrick Webster2011-09-031-1/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Perform the same operations that the installer does when preparing the schema files. These functions come straight from /includes/functions_install.php and /includes/functions_admin.php. PHPBB3-10349
* | | | [ticket/10345] Return the language key when the key has an empty arrayJoas Schilling2011-11-301-0/+5
| | | | | | | | | | | | | | | | PHPBB3-10345
* | | | [ticket/10345] Fix little type in unit testJoas Schilling2011-11-251-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10345
* | | | [ticket/10345] Make the use of the 0-case optionalJoas Schilling2011-11-251-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | And correctly determinate the rule otherwise PHPBB3-10345
* | | | [ticket/10345] Add tests for array() as first parameter on call to $user->lang()Joas Schilling2011-11-251-2/+11
| | | | | | | | | | | | | | | | PHPBB3-10345
* | | | [ticket/10345] Allow float as array key and add some testsJoas Schilling2011-11-251-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | Added tests for the fallback when a key is missing and the float-feature. PHPBB3-10345
* | | | [ticket/10345] Fix documentation on the new function and the switchJoas Schilling2011-11-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Also do not min/max the value, but throw an error on an invalid Plural rule. PHPBB3-10345
* | | | [ticket/10345] Add a system to allow multiple plural formsJoas Schilling2011-11-251-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | See http://wiki.phpbb.com/Plural_Rules for explanation and examples. PHPBB3-10345
* | | | Merge remote-tracking branch 'p/ticket/10481' into developAndreas Fischer2011-11-251-1/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/10481: [ticket/10481] Use phar:// url for requiring goutte. [ticket/10481] Skip functional tests if phar extension is missing.
| * | | | [ticket/10481] Use phar:// url for requiring goutte.Oleg Pudeyev2011-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It does not seem to work on my machine without phar:// even with phar extension installed. PHPBB3-10481
| * | | | [ticket/10481] Skip functional tests if phar extension is missing.Oleg Pudeyev2011-11-241-1/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-10481
* | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-11-254-0/+64
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | * develop-olympus: [ticket/10483] Fix test suite when running with MySQL strict mode
| * | | [ticket/10483] Fix test suite when running with MySQL strict modeIgor Wiedler2011-11-214-0/+64
| | | | | | | | | | | | | | | | PHPBB3-10483
* | | | Merge remote-tracking branch 'naderman/feature/extension-manager' into developIgor Wiedler2011-11-1930-54/+585
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * naderman/feature/extension-manager: (67 commits) [feature/extension-manager] Removing now unused acp_search code [feature/extension-manager] Split disabling extensions up into steps as well [feature/extension-manager] Add documentation on caching in ext finder [feature/extension-manager] Reference correct new module basenames in install [feature/extension-manager] Rename default methods to core methods on finder. [feature/extension-manager] Document what the class loader stores in cache [feature/extension-manager] Add docblock to cached paths map in class loader [feature/extension-manager] Clear up docs of extension related template changes [feature/extension-manager] Use "core files" instead of "global files" in docs [feature/extension-manager] Add docblocks to new search backend methods [feature/extension-manager] Add docblocks to new methods in functions_module [feature/extension-manager] Clarify comment on ext meta class instantiator [feature/extension-manager] Add more info on suffixes in extension finder [feature/extension-manager] Clarify is_dir parameter description [feature/extension-manager] Clarify class finding method docblock [feature/extension-manager] Correct default path comment & remove double strlen [feature/extension-manager] Fix "disbale" typo in comment [feature/extension-manager] Properly remove old ACP language loading code [feature/extension-manager] Support extensions in subdirectories of ext/ [feature/extension-manager] Add prefix to extension meta data / install classes ...
| * \ \ \ Merge branch 'develop' into feature/extension-managerNils Adermann2011-11-189-38/+324
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (93 commits) [ticket/10157] Add notification to update cpfs when installing a language. [ticket/10185] Always set board startdate on conversion [ticket/10419] Reword the language strings [ticket/9361] View correct error messages when editing account information [ticket/10457] Undefined variable $request, when print-viewing PMs [ticket/10452] Fix xHTML errors when print-viewing PMs [ticket/9066] Move regex into get_preg_expression function and add tests [ticket/10254] Add "phpBB Group" to "Modified by" in prosilver stylesheet.css [ticket/10254] Removing the subsilver2 NOTE, incompatible with phpBB.com. [ticket/10254] Removing the NOTE as it is incompatible with phpBB.com. [ticket/10254] Remove subsilver2 as default style on theme. [ticket/10254] Remove style names from themes and fix some informations on it. [ticket/7138] Allow simple header and footer for trigger_error() messages [ticket/9066] Disallow some database prefix to prevent same errors and problems [ticket/10365] Fix up S_POST_UNAPPROVED check, make it easier to read [ticket/10437] Do not display announcements that are waiting for approval [ticket/10087] Organize bans in acp_baninto optgroups [ticket/8616] Include old U_INBOX var for BC [ticket/10435] Remove global announcement from forums total topic count [ticket/10435] Readd local announcements to total topic count in viewforum ... Conflicts: phpBB/install/database_update.php
| * | | | | [feature/extension-manager] Split disabling extensions up into steps as wellNils Adermann2011-11-182-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323
| * | | | | [feature/extension-manager] Rename default methods to core methods on finder.Nils Adermann2011-11-181-25/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are now extension_ and core_ methods for all finder settings as well as a generic method which overwrites both. PHPBB3-10323
| * | | | | [feature/extension-manager] Support extensions in subdirectories of ext/Nils Adermann2011-10-145-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323
| * | | | | [feature/extension-manager] Add prefix to extension meta data / install classesNils Adermann2011-10-145-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323
| * | | | | [feature/extension-manager] extension finder now saves ext it found a file inNils Adermann2011-10-132-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323
| * | | | | [feature/extension-manager] Extend the tests for finding directoriesNils Adermann2011-09-291-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323