| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | [ticket/13804] Make template's user dependency optional | MateBartus | 2015-05-05 | 2 | -15/+15 | |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-13804 | |||||
| * | | | | Merge pull request #3577 from MateBartus/ticket/13800 | Nicofuma | 2015-05-14 | 2 | -19/+20 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | [ticket/13800] Make router's extension manager dependency optional | |||||
| | * | | | [ticket/13800] Make router's extension manager dependency optional | MateBartus | 2015-05-02 | 2 | -19/+20 | |
| | |/ / | | | | | | | | | | PHPBB3-13800 | |||||
| * | | | [ticket/13638] Inject $filesystem in \phpbb\template\asset | Nicofuma | 2015-05-05 | 1 | -0/+1 | |
| |/ / | | | | | | | PHPBB3-13638 | |||||
| * | | [ticket/13762] Replace user service with lang in twig extension | MateBartus | 2015-05-02 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-13762 | |||||
| * | | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 3 | -0/+24 | |
| | | | | | | | | | PHPBB3-13762 | |||||
| * | | [ticket/13793] Remove translation on throwing exceptions | MateBartus | 2015-05-01 | 1 | -2/+0 | |
| | | | | | | | | | PHPBB3-13793 | |||||
| * | | [ticket/8672] Use fastImageSize in classes | Marc Alexander | 2015-04-24 | 1 | -1/+1 | |
| | | | | | | | | | PHPBB3-8672 | |||||
| * | | [ticket/8672] Add class for retrieving imagesize without download | Marc Alexander | 2015-04-24 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | | | | getimagesize() always downloads the complete file before checking the actual image dimensions. This class will be able to do the same without having to download possibly large files. PHPBB3-8672 | |||||
| * | | Merge pull request #3446 from MateBartus/ticket/13654 | Tristan Darricau | 2015-04-16 | 4 | -0/+74 | |
| |\ \ | | | | | | | | | | [ticket/13654] Moving reporting into controller | |||||
| | * | | [ticket/13654] Moving reporting into controller | MateBartus | 2015-04-16 | 4 | -0/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654 | |||||
| * | | | Merge pull request #3487 from MateBartus/ticket/13697 | Tristan Darricau | 2015-04-16 | 4 | -1/+6 | |
| |\ \ \ | |/ / |/| | | | | | [ticket/13697] Moving filesystem related functions to filesystem service | |||||
| | * | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 4 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697 | |||||
| * | | | Merge pull request #3461 from s9e/ticket/11768 | Tristan Darricau | 2015-04-05 | 3 | -0/+66 | |
| |\ \ \ | | | | | | | | | | | | | [3.2][ticket/11768] Integrate s9e\TextFormatter | |||||
| | * | | | [ticket/11768] Added core.text_formatter_s9e_renderer_setup event | JoshyPHP | 2015-04-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-11768 | |||||
| | * | | | [ticket/11768] Fixed service config | JoshyPHP | 2015-04-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-11768 | |||||
| | * | | | [ticket/11768] Added configurator events | JoshyPHP | 2015-04-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-11768 | |||||
| | * | | | [ticket/11768] Updated the cache dir to point to the current environment | JoshyPHP | 2015-04-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-11768 | |||||
| | * | | | [ticket/11768] Updated constructors with explicit dependencies | s9e | 2015-04-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The trade-off is that an instance of phpbb\textformatter\s9e\factory and phpbb\textformatter\data_access is created on any page that uses the parser or the renderer, even when neither need to be regenerated. It has no measureable impact on performance and costs ~20KB of RAM. PHPBB3-11768 | |||||
| | * | | | [ticket/11768] Restored blank line from develop | s9e | 2015-04-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-11768 | |||||
| | * | | | [ticket/11768] This commit integrates s9e\TextFormatter | s9e | 2015-04-02 | 3 | -1/+63 | |
| | |/ / | | | | | | | | | | | | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768 | |||||
| * | | | Merge pull request #3430 from MateBartus/ticket/12466 | Tristan Darricau | 2015-04-05 | 1 | -0/+61 | |
| |\ \ \ | |/ / |/| | | | | | [ticket/12466] Move classes from acp_database.php to their own files | |||||
| | * | | [ticket/12466] Move classes from acp_database.php to their own files | MateBartus | 2015-02-27 | 1 | -0/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving classes from acp_database.php to phpbb/db/extractor namespace, also into separate files * Adding DocBlocks and property visibility to classes * Removing globals from code * Passing former globals to base_extractor's constructor * Adding DB extractor as a service, also implementing the extractor interface as well as the extractor factory. PHPBB3-12466 | |||||
| * | | | [ticket/13647] Move FAQ page to a controller | Joas Schilling | 2015-02-22 | 4 | -0/+18 | |
| |/ / | | | | | | | PHPBB3-13647 | |||||
| * | | [ticket/10748] Fix class type hinting | Joas Schilling | 2015-02-15 | 1 | -2/+2 | |
| | | | | | | | | | PHPBB3-10748 | |||||
| * | | [ticket/13407] Bump minimal version to php 5.3.9 | Nicofuma | 2015-02-04 | 1 | -3/+3 | |
| | | | | | | | | | PHPBB3-13407 | |||||
| * | | [ticket/13407] Introduce a request_stack service | Nicofuma | 2015-02-04 | 1 | -0/+7 | |
| | | | | | | | | | PHPBB3-13407 | |||||
| * | | Merge pull request #3275 from nickvergessen/ticket/13487 | Marc Alexander | 2015-01-22 | 1 | -0/+5 | |
| |\ \ | | | | | | | | | | [ticket/13487] Add factory for db tool class | |||||
| | * | | [ticket/13487] Add factory for db tool class | Joas Schilling | 2015-01-10 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | This allows us to split up the large file one by one easily. PHPBB3-13487 | |||||
| * | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-01-20 | 1 | -0/+1 | |
| |\ \ \ | | |/ | |/| | | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php phpBB/phpbb/db/migration/profilefield_base_migration.php phpBB/phpbb/db/migrator.php | |||||
| | * | | Merge pull request #3293 from Nicofuma/ticket/13489 | Joas Schilling | 2015-01-20 | 1 | -0/+1 | |
| | |\ \ | | | | | | | | | | | | | [ticket/13489] Disable the event dispatcher in the migrator | |||||
| | | * | | [ticket/13489] Fix service configuration | Tristan Darricau | 2015-01-20 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-13489 | |||||
| * | | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-01-13 | 1 | -0/+1 | |
| |\ \ \ \ | |/ / / | | | / | |_|/ |/| | | ||||||
| | * | | Merge pull request #3234 from brunoais/ticket/13154 | Joas Schilling | 2015-01-13 | 1 | -0/+1 | |
| | |\ \ | | |/ | |/| | | | | [ticket/13154] Event to edit user list for notification in notifications | |||||
| | | * | [ticket/13154] Adding phpBB dispatcher to notifications manager | brunoais | 2014-12-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | PHPBB3-13154 | |||||
| * | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-01-10 | 1 | -0/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | [ticket/13146] dispatcher, not phpbb_dispatcher | brunoais | 2015-01-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-13146 | |||||
| | * | | [ticket/13146] FIxed wrong order in config/content.yml | brunoais | 2014-12-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-13146 | |||||
| | * | | [ticket/13146] Wrong usage of tabs in .yml | brunoais | 2014-12-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-13146 | |||||
| | * | | [ticket/13146] Adding eventDispatcher to the list | brunoais | 2014-12-03 | 1 | -0/+1 | |
| | |/ | | | | | | | PHPBB3-13146 | |||||
| * | | Merge pull request #3170 from Nicofuma/ticket/13266-develop | Joas Schilling | 2014-12-27 | 2 | -0/+6 | |
| |\ \ | | | | | | | | | | [ticket/13266-develop] Enable twig dump function | |||||
| | * | | [ticket/13266] Enable the debug extension in the development environment | Tristan Darricau | 2014-11-22 | 2 | -0/+6 | |
| | | | | | | | | | | | | | PHPBB3-13266 | |||||
| * | | | [ticket/13421] Move tools to subdirectory | Joas Schilling | 2014-12-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-13421 | |||||
| * | | | Merge branch 'develop-ascraeus' into develop | Marc Alexander | 2014-11-26 | 1 | -1/+1 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | [ticket/13389] Replace pattern with path | Tristan Darricau | 2014-11-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-13389 | |||||
| * | | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2014-11-22 | 1 | -0/+4 | |
| |\ \ \ | |/ / | | / | |/ |/| | ||||||
| | * | [ticket/13358] Fix tests and use exceptions instead of user object | Marc Alexander | 2014-11-21 | 1 | -2/+0 | |
| | | | | | | | | | PHPBB3-13358 | |||||
| | * | [ticket/13358] Add file_downloader to version_helper | Marc Alexander | 2014-11-21 | 1 | -0/+1 | |
| | | | | | | | | | PHPBB3-13358 | |||||
| | * | [ticket/13358] Add file_downloader as replacement for get_remote_file | Marc Alexander | 2014-11-21 | 1 | -0/+5 | |
| | | | | | | | | | PHPBB3-13358 | |||||
| * | | [ticket/12620] Fix rebase | Tristan Darricau | 2014-11-20 | 1 | -0/+1 | |
| | | | | | | | | | PHPBB3-12620 | |||||
