aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | | [feature/extension-manager] Refactoring the structure of extension providerNils Adermann2011-09-293-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323
| * | | | | [feature/extension-manager] Add extension meta info classes for test extensionsNils Adermann2011-09-292-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323
| * | | | | [feature/extension-manager] Add support for templates in extensions.Nils Adermann2011-09-293-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a template path provider to separate the process of locating (cached) paths in extensions from the template engine. The locator is supplied with a list of paths from the path provider. Admin templates can now be created in ext/<ext>/adm/style/ and regular templates go into ext/<ext>/styles/<style>/template/. Extension templates override regular templates. So if an extension supplies a file with a name used in phpBB, the extension's file will be used. A side-effect of this commit: Locator and Provider are now able to deal with arbitrary levels of template inheritance. So we can expose this through phpbb_template if we choose to, and allow styles to inherit from inherited styles. PHPBB3-10323
| * | | | | [feature/extension-manager] Don't cache the phpbb_root_path in the ext managerNils Adermann2011-09-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the paths are incorrect from e.g. adm/ PHPBB3-10323
| * | | | | [feature/extension-manager] Extract extension provider functionality from cronNils Adermann2011-09-291-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323
| * | | | | [feature/extension-manager] Prepend the phpbb_root_path if necessary.Nils Adermann2011-09-291-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323
| * | | | | [feature/extension-manager] Add support for directories to the extension finderNils Adermann2011-09-291-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323
| * | | | | [feature/extension-manager] Make sure the extension manager works without cacheNils Adermann2011-09-291-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes a test for manager without a cache PHPBB3-10323
| * | | | | [feature/extension-manager] Make the cache variable name for extensions dynamicNils Adermann2011-09-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows multiple instances to use cache simultaneously. PHPBB3-10323
| * | | | | [feature/extension-manager] Test creation of new extension finder cacheNils Adermann2011-09-292-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323
| * | | | | [feature/extension-manager] Use an incremental process for enable and purgeNils Adermann2011-09-291-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The enable or purge operation of an extension could take a long time if an expensive operation needs to be executed on a large set of data. To allow this to succeed from a web interface with max_execution_time set in the webserver's php configuration, subsequent requests must continue the operation started earlier. So individual enable and purge implementations must be able to spread their work across multiple steps. PHPBB3-10323
| * | | | | [feature/extension-manager] Add filename prefix matching in extension finderNils Adermann2011-09-291-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10323