Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [ticket/10631] Remove the now un-used method | Michael Cullum | 2012-09-01 | 1 | -65/+0 | |
| | | | | | | | | PHPBB3-10631 | |||||
| * | [ticket/10631] Adding extension metadata manager class | Michael Cullum | 2012-09-01 | 1 | -0/+368 | |
| | | | | | | | | PHPBB3-10631 | |||||
| * | [ticket/10631] Fixing some items mentioned in PR | Michael Cullum | 2012-09-01 | 1 | -0/+64 | |
| | | | | | | | | PHPBB3-10631 | |||||
| * | [ticket/11054] Fixed $config var description | David King | 2012-08-15 | 1 | -2/+2 | |
| | | | | | | | | PHPBB3-11054 | |||||
| * | [ticket/11054] The user class is phpbb_user | David King | 2012-08-14 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-11054 | |||||
| * | [ticket/11054] Fixed documentation syntax for @var in extension/controller.php | David King | 2012-08-14 | 1 | -7/+14 | |
| | | | | | | | | PHPBB3-11054 | |||||
| * | [ticket/11041] Correctly import PHP file extension from global space. | Andreas Fischer | 2012-08-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | 85bcdbad468cd255a02d6c48b2dcd1d128978eed shouldn't have changed imports of "global $phpEx". PHPBB3-11041 | |||||
* | | Merge branch 'develop' into ticket/11015 | Igor Wiedler | 2012-07-21 | 3 | -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_ext | Igor Wiedler | 2012-07-21 | 3 | -17/+17 | |
| | | | | | | | | PHPBB3-11012 | |||||
* | | [ticket/11015] Make DBAL classes autoloadable | Igor Wiedler | 2012-07-21 | 1 | -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 structure | Vjacheslav Trushkin | 2012-03-31 | 1 | -4/+14 | |
| | | | | | | Changing locator paths to 2 dimensional array PHPBB3-10735 | |||||
* | Merge pull request #662 from imkingdavid/ticket/10586 | Igor Wiedler | 2012-03-30 | 2 | -1/+78 | |
|\ | | | | | [ticket/10586] Use an abstract class that implements the interface | |||||
| * | [ticket/10586] Added visibility indication to __construct() | David King | 2012-03-28 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-10586 | |||||
| * | [ticket/10586] Remove handle() from abstract class, undo change in index.php | David King | 2012-03-28 | 2 | -8/+1 | |
| | | | | | | | | PHPBB3-10586 | |||||
| * | [ticket/10586] Do not pass as reference | David King | 2012-03-28 | 1 | -6/+5 | |
| | | | | | | | | PHPBB3-10586 | |||||
| * | [ticket/10586] Make the abstract class implement the original interface | David King | 2012-03-28 | 2 | -1/+32 | |
| | | | | | | | | PHPBB3-10586 | |||||
| * | [ticket/10586] Change the interface to an abstract class | David King | 2012-03-28 | 2 | -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 develop | Igor Wiedler | 2012-03-28 | 2 | -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 comments | David King | 2012-03-27 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-10586 | |||||
| * | [ticket/10586] Sanitize periods from class names, use manager to get path. | David King | 2012-03-19 | 1 | -1/+1 | |
| | | | | | | | | PHPBB3-10586 | |||||
| * | [ticket/10586] Extension front controller | David King | 2012-03-19 | 2 | -0/+53 | |
| | | | | | | | | | | | | Handle extension front pages PHPBB3-10586 | |||||
* | | [ticket/10703] Added a condition to check if ext directory exists | Dhruv Goel | 2012-03-23 | 1 | -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 filter | Nils Adermann | 2012-02-21 | 1 | -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 Pudeyev | 2012-02-11 | 1 | -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 it | Igor Wiedler | 2012-02-09 | 1 | -5/+20 | |
| | | | | PHPBB3-10614 | |||||
* | [ticket/10614] Remove ext manager exceptions for now | Igor Wiedler | 2012-02-09 | 1 | -19/+1 | |
| | | | | PHPBB3-10614 | |||||
* | [ticket/10614] Refactor list command to use manager API | Igor Wiedler | 2012-02-09 | 1 | -1/+11 | |
| | | | | PHPBB3-10614 | |||||
* | [ticket/10614] Tweak list output, show state, purge cache, handle missing exts | Igor Wiedler | 2012-02-09 | 1 | -1/+19 | |
| | | | | PHPBB3-10614 | |||||
* | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 5 | -5/+5 | |
| | | | | PHPBB3-9916 | |||||
* | [ticket/10323] slight potential performance improvement | Igor Wiedler | 2011-11-20 | 1 | -4/+4 | |
| | | | | PHPBB3-10323 | |||||
* | [ticket/10323] make finder work with PHP 5.2 | Igor Wiedler | 2011-11-19 | 1 | -1/+6 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Split disabling extensions up into steps as well | Nils Adermann | 2011-11-18 | 3 | -11/+52 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Add documentation on caching in ext finder | Nils Adermann | 2011-11-18 | 1 | -0/+7 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Rename default methods to core methods on finder. | Nils Adermann | 2011-11-18 | 1 | -70/+98 | |
| | | | | | | | 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] Clarify comment on ext meta class instantiator | Nils Adermann | 2011-11-18 | 1 | -1/+1 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Add more info on suffixes in extension finder | Nils Adermann | 2011-11-18 | 1 | -1/+9 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Clarify is_dir parameter description | Nils Adermann | 2011-11-18 | 1 | -2/+4 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Clarify class finding method docblock | Nils Adermann | 2011-11-18 | 1 | -1/+4 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Correct default path comment & remove double strlen | Nils Adermann | 2011-11-18 | 1 | -2/+3 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Fix "disbale" typo in comment | Nils Adermann | 2011-11-18 | 1 | -1/+1 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Support extensions in subdirectories of ext/ | Nils Adermann | 2011-10-14 | 1 | -6/+12 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Add prefix to extension meta data / install classes | Nils Adermann | 2011-10-14 | 1 | -1/+1 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Support for loading language files from extensions | Nils Adermann | 2011-10-14 | 2 | -3/+4 | |
| | | | | | | | The referenced extension needs to be explicitly specified in an add_lang_ext() call. PHPBB3-10323 | |||||
* | [feature/extension-manager] extension finder now saves ext it found a file in | Nils Adermann | 2011-10-13 | 1 | -3/+5 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Correctly detect and handle directories in finder | Nils Adermann | 2011-09-29 | 1 | -8/+16 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Find dirs with SELF_FIRST setting on iterator | Nils Adermann | 2011-09-29 | 1 | -1/+1 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Make sure the directory pattern matches on windows | Nils Adermann | 2011-09-29 | 1 | -2/+2 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Refactoring the structure of extension provider | Nils Adermann | 2011-09-29 | 1 | -5/+8 | |
| | | | | PHPBB3-10323 | |||||
* | [feature/extension-manager] Don't cache the phpbb_root_path in the ext manager | Nils Adermann | 2011-09-29 | 2 | -4/+12 | |
| | | | | | | Otherwise the paths are incorrect from e.g. adm/ PHPBB3-10323 | |||||
* | [feature/extension-manager] Extract extension provider functionality from cron | Nils Adermann | 2011-09-29 | 1 | -0/+65 | |
| | | | | PHPBB3-10323 |