| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
PHPBB3-8672
|
| |
|
|
|
|
|
|
| |
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
|
| |\
| |
| |
| | |
[ticket/13654] Moving reporting into controller
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| |/
|/|
| | |
[ticket/13697] Moving filesystem related functions to filesystem service
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |\ \
| | |
| | |
| | | |
[3.2][ticket/11768] Integrate s9e\TextFormatter
|
| | | |
| | |
| | |
| | | |
PHPBB3-11768
|
| | | |
| | |
| | |
| | | |
PHPBB3-11768
|
| | | |
| | |
| | |
| | | |
PHPBB3-11768
|
| | | |
| | |
| | |
| | | |
PHPBB3-11768
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
| | |
| | |
| | | |
PHPBB3-11768
|
| | |/
| |
| |
| |
| |
| |
| | |
This commit integrates s9e\TextFormatter as outlined in
http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467
PHPBB3-11768
|
| |\ \
| |/
|/|
| | |
[ticket/12466] Move classes from acp_database.php to their own files
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |/
|
|
| |
PHPBB3-13647
|
| |
|
|
| |
PHPBB3-10748
|
| |
|
|
| |
PHPBB3-13407
|
| |
|
|
| |
PHPBB3-13407
|
| |\
| |
| |
| | |
[ticket/13487] Add factory for db tool class
|
| | |
| |
| |
| |
| |
| | |
This allows us to split up the large file one by one easily.
PHPBB3-13487
|
| | |
| |
| |
| |
| |
| |
| | |
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
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
[ticket/13266-develop] Enable twig dump function
|
| | |
| |
| |
| | |
PHPBB3-13266
|
| | |
| |
| |
| | |
PHPBB3-13421
|
| |/ |
|
| |
|
|
| |
PHPBB3-12620
|
| |
|
|
| |
PHPBB3-12620
|
|
|
PHPBB3-12620
|