MateBartus
179a470022
[ticket/13762] Moving language related functionality into a separate class
...
PHPBB3-13762
2015-05-02 13:37:12 +02:00
MateBartus
57072a1e28
[ticket/13793] Remove translation on throwing exceptions
...
PHPBB3-13793
2015-05-01 12:40:53 +02:00
Marc Alexander
39d6180c68
[ticket/8672] Use fastImageSize in classes
...
PHPBB3-8672
2015-04-24 13:33:14 +02:00
Marc Alexander
2fa99602c6
[ticket/8672] Add class for retrieving imagesize without download
...
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
2015-04-24 13:31:36 +02:00
Tristan Darricau
c89384eb86
Merge pull request #3446 from MateBartus/ticket/13654
...
[ticket/13654] Moving reporting into controller
2015-04-16 21:30:52 +02:00
Tristan Darricau
f077b72d0d
Merge pull request #3487 from MateBartus/ticket/13697
...
[ticket/13697] Moving filesystem related functions to filesystem service
2015-04-16 20:44:02 +02:00
MateBartus
4bdef6fd21
[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
2015-04-16 13:24:10 +02:00
MateBartus
a089ff5eb0
[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
2015-04-16 11:29:11 +02:00
Tristan Darricau
3a6a61a8dd
Merge pull request #3461 from s9e/ticket/11768
...
[3.2][ticket/11768] Integrate s9e\TextFormatter
2015-04-05 23:32:38 +02:00
Tristan Darricau
30cf75a011
Merge pull request #3430 from MateBartus/ticket/12466
...
[ticket/12466] Move classes from acp_database.php to their own files
2015-04-05 20:13:38 +02:00
JoshyPHP
af4f9b860f
[ticket/11768] Added core.text_formatter_s9e_renderer_setup event
...
PHPBB3-11768
2015-04-02 19:16:04 +02:00
JoshyPHP
7f9639fd24
[ticket/11768] Fixed service config
...
PHPBB3-11768
2015-04-02 19:16:04 +02:00
JoshyPHP
49b9e8e4ea
[ticket/11768] Added configurator events
...
PHPBB3-11768
2015-04-02 19:16:03 +02:00
JoshyPHP
414dcae422
[ticket/11768] Updated the cache dir to point to the current environment
...
PHPBB3-11768
2015-04-02 19:16:02 +02:00
s9e
72fb380c9f
[ticket/11768] Updated constructors with explicit dependencies
...
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
2015-04-02 19:16:01 +02:00
s9e
ca9f534409
[ticket/11768] Restored blank line from develop
...
PHPBB3-11768
2015-04-02 19:16:01 +02:00
s9e
147a713cc0
[ticket/11768] This commit integrates s9e\TextFormatter
...
This commit integrates s9e\TextFormatter as outlined in
http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467
PHPBB3-11768
2015-04-02 19:16:01 +02:00
MateBartus
193c5b86b4
[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
2015-02-27 16:18:50 +01:00
Joas Schilling
0595ab959c
[ticket/13647] Move FAQ page to a controller
...
PHPBB3-13647
2015-02-22 20:20:28 +01:00
Joas Schilling
1e3175cca3
[ticket/10748] Fix class type hinting
...
PHPBB3-10748
2015-02-15 17:01:20 +01:00
Nicofuma
b8939da242
[ticket/13407] Bump minimal version to php 5.3.9
...
PHPBB3-13407
2015-02-04 17:40:18 +01:00
Nicofuma
73d3d02af1
[ticket/13407] Introduce a request_stack service
...
PHPBB3-13407
2015-02-04 17:40:14 +01:00
Marc Alexander
bcf13551be
Merge pull request #3275 from nickvergessen/ticket/13487
...
[ticket/13487] Add factory for db tool class
2015-01-22 18:16:30 +01:00
Joas Schilling
b566686b51
Merge branch 'develop-ascraeus' into develop
...
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
2015-01-20 23:32:36 +01:00
Joas Schilling
a5fae1b1f0
Merge pull request #3293 from Nicofuma/ticket/13489
...
[ticket/13489] Disable the event dispatcher in the migrator
2015-01-20 23:27:54 +01:00
Tristan Darricau
dab0728357
[ticket/13489] Fix service configuration
...
PHPBB3-13489
2015-01-20 14:19:55 +01:00
Joas Schilling
853733a0eb
Merge branch 'develop-ascraeus' into develop
2015-01-13 23:31:37 +01:00
Joas Schilling
e3e16a0166
Merge pull request #3234 from brunoais/ticket/13154
...
[ticket/13154] Event to edit user list for notification in notifications
2015-01-13 23:31:28 +01:00
Joas Schilling
11b6bc5722
[ticket/13487] Add factory for db tool class
...
This allows us to split up the large file one by one easily.
PHPBB3-13487
2015-01-10 16:25:24 +01:00
Joas Schilling
56eae4660c
Merge branch 'develop-ascraeus' into develop
2015-01-10 12:30:06 +01:00
brunoais
b64d8c59b0
[ticket/13146] dispatcher, not phpbb_dispatcher
...
PHPBB3-13146
2015-01-10 09:18:03 +00:00
Joas Schilling
0fe30e8a96
Merge pull request #3170 from Nicofuma/ticket/13266-develop
...
[ticket/13266-develop] Enable twig dump function
2014-12-27 13:31:16 +01:00
brunoais
458f9cade6
[ticket/13154] Adding phpBB dispatcher to notifications manager
...
PHPBB3-13154
2014-12-17 23:10:54 +00:00
Joas Schilling
ec90f2b380
[ticket/13421] Move tools to subdirectory
...
PHPBB3-13421
2014-12-06 17:10:07 +01:00
brunoais
f045744606
[ticket/13146] FIxed wrong order in config/content.yml
...
PHPBB3-13146
2014-12-03 14:26:25 +00:00
brunoais
4159bb1340
[ticket/13146] Wrong usage of tabs in .yml
...
PHPBB3-13146
2014-12-03 13:56:50 +00:00
brunoais
80a7f6930c
[ticket/13146] Adding eventDispatcher to the list
...
PHPBB3-13146
2014-12-03 13:55:53 +00:00
Marc Alexander
4c88c579b8
Merge branch 'develop-ascraeus' into develop
2014-11-26 13:30:24 +01:00
Tristan Darricau
90012c86e8
[ticket/13389] Replace pattern with path
...
PHPBB3-13389
2014-11-26 12:24:50 +01:00
Joas Schilling
11c9d11482
Merge branch 'develop-ascraeus' into develop
2014-11-22 15:43:33 +01:00
Tristan Darricau
6850169095
[ticket/13266] Enable the debug extension in the development environment
...
PHPBB3-13266
2014-11-22 12:33:45 +01:00
Marc Alexander
352648f173
[ticket/13358] Fix tests and use exceptions instead of user object
...
PHPBB3-13358
2014-11-21 21:37:43 +01:00
Marc Alexander
2793f9c078
[ticket/13358] Add file_downloader to version_helper
...
PHPBB3-13358
2014-11-21 21:37:43 +01:00
Marc Alexander
a080173010
[ticket/13358] Add file_downloader as replacement for get_remote_file
...
PHPBB3-13358
2014-11-21 21:37:43 +01:00
Tristan Darricau
677b5b2cd4
[ticket/12620] Fix rebase
...
PHPBB3-12620
2014-11-20 23:15:49 +01:00
Tristan Darricau
48950be82b
[ticket/12620] Fix tests
...
PHPBB3-12620
2014-11-20 21:13:26 +01:00
Tristan Darricau
ac0ff219c6
[ticket/12620] Move the routing.yml file to routing/environment.yml
...
PHPBB3-12620
2014-11-20 21:13:21 +01:00
Tristan Darricau
dd4f2387fd
[ticket/12620] Use the test environment for the tests
...
PHPBB3-12620
2014-11-20 21:12:22 +01:00
Tristan Darricau
c98efc53a8
[ticket/12620] Fix rebase (move config file to the right directory)
...
PHPBB3-12620
2014-11-20 21:00:01 +01:00
Tristan Darricau
6cbb60d13f
[ticket/12620] Adds a yaml config file
...
PHPBB3-12620
2014-11-20 20:59:48 +01:00