aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/extension
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11015] Change more docblocks.Oleg Pudeyev2012-12-042-2/+2
| | | | PHPBB3-11015
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-123-120/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (31 commits) [ticket/11194] Service tag data is stored in an array so access it correctly [ticket/11193] Instantiate a single collection_pass for all collections [ticket/11152] Basic tests for the container functions [ticket/11152] Compile the install container [ticket/11152] Throw error if services.yml is missing [ticket/11152] Remove old container processor calls [ticket/11152] Use realpath in container extensions consistently [ticket/11152] Rename collection to collection_pass [ticket/11152] Remove @api docblocks [ticket/11152] Create separate function for debug-dependent container [ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collection [ticket/11152] Convert cron_task_collection to generic di_service_collection [ticket/11152] Use relative root path in container, one dumped container per path [ticket/11152] Move container functions to a separate function file [feature/compiled-dic] Rename $phpEx to $php_ext in new code [feature/compiled-dic] Use an absolute path for core.root_path parameter [feature/compiled-dic] Update the composer.lock file [feature/compiled-dic] Purge cache to make ext services available right away [feature/compiled-dic] Fix root path when container is created after install [feature/compiled-dic] Remove old test ...
| * [feature/compiled-dic] Purge cache to make ext services available right awayDavid King2012-11-101-5/+5
| | | | | | | | PHPBB3-11152
| * [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-102-115/+0
| | | | | | | | PHPBB3-11152
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-125-13/+419
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (666 commits) [ticket/11077] Remove code from old global announcements system [ticket/11189] Replace DEBUG_EXTRA with DEBUG [ticket/11189] Always log critical errors when in cron or in image output [ticket/11187] Added a blank array to fix errors in functional tests [ticket/10780] Make L_COLON available in the installer. [ticket/11183] Remove $load_extensions and weird dl() calls [ticket/10970] Added extra documentation to parse_dynamic_path. [ticket/10939] Added documentation for phpbb_request::file [ticket/10865] Use code tags for install/database_update.php. [ticket/10865] Should have been a slash. [ticket/10780] Use L_COLON on LDAP page. [ticket/10780] Use L_COLON on search backend ACP pages. [ticket/10780] Use L_COLON for "download all attachments". [ticket/10780] Use colon from language in ucp_pm_compose.php where possible. [ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html. [ticket/10780] Replace colon usage in adm template output with {L_COLON} [ticket/10780] Replace colon usage in template output with {L_COLON} [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus] [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [ticket/10172] Show prosilver birthday list even if there are no birthdays. ... Conflicts: phpBB/common.php phpBB/download/file.php phpBB/includes/db/dbal.php phpBB/includes/db/firebird.php phpBB/includes/db/mssql.php phpBB/includes/db/mssql_odbc.php phpBB/includes/db/mssqlnative.php phpBB/includes/db/mysql.php phpBB/includes/db/mysqli.php phpBB/includes/db/oracle.php phpBB/includes/db/postgres.php phpBB/includes/db/sqlite.php phpBB/includes/extension/manager.php phpBB/install/database_update.php
| * [ticket/11154] Do not try to load any extensions when installing.Oleg Pudeyev2012-11-071-1/+11
| | | | | | | | | | | | Might be the right fix, might be not. Works for me. PHPBB3-11154
| * [ticket/10933] Expanded prose documentation for phpbb_extension_provider.Oleg Pudeyev2012-11-021-2/+10
| | | | | | | | PHPBB3-10933
| * [ticket/10631] Removing un-needed TODOs that are no longer needed.Unknown Bliss2012-09-011-4/+0
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Fixing a few extension admin issuesUnknown Bliss2012-09-011-3/+0
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Adjust prefixes to be easier to understandUnknown Bliss2012-09-011-13/+13
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Make failure to meet ext enable requirements clearerNathan Guse2012-09-011-2/+7
| | | | | | | | | | | | | | | | | | Turn the blocks red on the details page if requirement is not met. Also changing a how the errors come up when trying to enable/disable an extension when they cannot be. PHPBB3-10631
| * [ticket/10631] Metadata manager testsNathan Guse2012-09-011-29/+30
| | | | | | | | PHPBB3-10631
| * [ticket/10631] get_extension_metadata_manager -> ↵Nathan Guse2012-09-011-1/+1
| | | | | | | | | | | | create_extension_metadata_manager PHPBB3-10631
| * [ticket/10631] Simplify exceptionsNathan Guse2012-09-012-8/+35
| | | | | | | | PHPBB-10631
| * [ticket/10631] Use exceptions for errors. Build action list dynamically.Nathan Guse2012-09-011-36/+36
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Fix some issues as noted in github comments, significantly ↵Nathan Guse2012-09-012-102/+44
| | | | | | | | | | | | simplified validation PHPBB3-10631
| * [ticket/10631] Additional validationNathan Guse2012-09-011-51/+25
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Remove code duplicationNathan Guse2012-09-011-13/+20
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Validation for extensionsNathan Guse2012-09-012-121/+184
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Use display name if availableNathan Guse2012-09-011-11/+8
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Fixing some more issuesNathan Guse2012-09-011-17/+18
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Various tidbits and cleanup on the acp extensions managerNathan Guse2012-09-012-21/+56
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Template shouldn't be requiredMichael Cullum2012-09-011-7/+5
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Fixing and finishing the extension metadata class.Michael Cullum2012-09-011-24/+43
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Some tidying upMichael Cullum2012-09-012-60/+12
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Remove the now un-used methodMichael Cullum2012-09-011-65/+0
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Adding extension metadata manager classMichael Cullum2012-09-011-0/+368
| | | | | | | | PHPBB3-10631
| * [ticket/10631] Fixing some items mentioned in PRMichael Cullum2012-09-011-0/+64
| | | | | | | | PHPBB3-10631
| * [ticket/11054] Fixed $config var descriptionDavid King2012-08-151-2/+2
| | | | | | | | PHPBB3-11054
| * [ticket/11054] The user class is phpbb_userDavid King2012-08-141-1/+1
| | | | | | | | PHPBB3-11054
| * [ticket/11054] Fixed documentation syntax for @var in extension/controller.phpDavid King2012-08-141-7/+14
| | | | | | | | PHPBB3-11054
| * [ticket/11041] Correctly import PHP file extension from global space.Andreas Fischer2012-08-021-2/+2
| | | | | | | | | | | | | | 85bcdbad468cd255a02d6c48b2dcd1d128978eed shouldn't have changed imports of "global $phpEx". PHPBB3-11041
* | Merge branch 'develop' into ticket/11015Igor Wiedler2012-07-213-16/+16
|\ \ | |/ | | | | | | | | | | | | | | | | * develop: [ticket/11012] Fix php_ext change in mock_extension_manager [ticket/11012] Normalize $phpEx member vars to $php_ext [ticket/11002] Use translating option to rename the Etc/GMT options Conflicts: phpBB/includes/extension/manager.php
| * [ticket/11012] Normalize $phpEx member vars to $php_extIgor Wiedler2012-07-213-17/+17
| | | | | | | | PHPBB3-11012
* | [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-211-2/+2
|/ | | | | | | | PHPBB3-11015 This allows us to just create the object without having to include the driver first. However, it also means that users must specify the full class name in config.php
* [ticket/10735] Changing locator paths structureVjacheslav Trushkin2012-03-311-4/+14
| | | | | | Changing locator paths to 2 dimensional array PHPBB3-10735
* Merge pull request #662 from imkingdavid/ticket/10586Igor Wiedler2012-03-302-1/+78
|\ | | | | [ticket/10586] Use an abstract class that implements the interface
| * [ticket/10586] Added visibility indication to __construct()David King2012-03-281-1/+1
| | | | | | | | PHPBB3-10586
| * [ticket/10586] Remove handle() from abstract class, undo change in index.phpDavid King2012-03-282-8/+1
| | | | | | | | PHPBB3-10586
| * [ticket/10586] Do not pass as referenceDavid King2012-03-281-6/+5
| | | | | | | | PHPBB3-10586
| * [ticket/10586] Make the abstract class implement the original interfaceDavid King2012-03-282-1/+32
| | | | | | | | PHPBB3-10586
| * [ticket/10586] Change the interface to an abstract classDavid King2012-03-282-31/+85
| | | | | | | | | | | | | | | | | | | | This allows the common phpBB objects to be automatically accessible to extensions without the author having to globalize and assign each one himself. This is better because it also gives purpose to the phpbb_extension_controller class; instead of just being the way to ensure a handle() method is present, it also does this work for us. PHPBB3-10586
* | Merge remote-tracking branch 'imkingdavid/ticket/10586' into developIgor Wiedler2012-03-282-0/+53
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * imkingdavid/ticket/10586: [ticket/10586] Added space in if statement [ticket/10586] Tidy up comments [ticket/10586] Tests finally work (thanks naderman) [ticket/10586] Correctly purge board cache and don't rename install directory [ticket/10586] trying to get tests to work [ticket/10586] more work on getting tests to pass [ticket/10586] Tests are coming along, just a little more to go [ticket/10586] Rename install directory back to install/ after tests [ticket/10586] browse tests now work, but mine dont. at least we are making progress [ticket/10586] initial work on copying fixtures. Note that this depends on 10706 [ticket/10586] Adding the extensions used by the tests [ticket/10586] Now tests run, but fail. But here is what I have. [ticket/10586] some bootstrap additions and test changes to try and make it work [ticket/10586] test stuff. does not work yet, still need to put phpBB objects in bootstrap.php [ticket/10586] Copy/paste fail fixed [ticket/10586] Sanitize periods from class names, use manager to get path. [ticket/10586] Removed file_exists() check because class_exists() covers that. [ticket/10586] Extension front controller
| * [ticket/10586] Tidy up commentsDavid King2012-03-271-1/+1
| | | | | | | | PHPBB3-10586
| * [ticket/10586] Sanitize periods from class names, use manager to get path.David King2012-03-191-1/+1
| | | | | | | | PHPBB3-10586
| * [ticket/10586] Extension front controllerDavid King2012-03-192-0/+53
| | | | | | | | | | | | Handle extension front pages PHPBB3-10586
* | [ticket/10703] Added a condition to check if ext directory existsDhruv Goel2012-03-231-0/+4
|/ | | | | | | | The existence of ext directory is checked, if not present a proper error message that file doesn't exist is printed out. No Fatal Error messages. PHPBB3-10703
* [ticket/10663] Extension finder should not find subdirs with directory filterNils Adermann2012-02-211-0/+4
| | | | | | | The directory filter pattern now has a $ in the end, do avoid subdirectories from being matched as well. PHPBB3-10663
* [ticket/10614] Unbreak all_available on extension manager.Oleg Pudeyev2012-02-111-1/+2
| | | | | | | | By default RecursiveIteratorIterator skips all directories. This results in extension manager not finding any extensions. Add RecursiveIteratorIterator::SELF_FIRST to correct this. PHPBB3-10614
* [ticket/10614] Check if cache exists before destroying itIgor Wiedler2012-02-091-5/+20
| | | | PHPBB3-10614