lionel-rowe
e53102fead
[ticket/16977] Fix broken tests
...
PHPBB3-16977
2022-04-03 21:31:42 +01:00
DinHere
8c9d26db1f
[ticket/15392] Changed dirname(__FILE__) to __DIR__
...
Changed dirname(__FILE__) to __DIR__ everywhere
PHPBB3-15392
2021-03-03 22:24:10 +01:00
rxu
4c4debf004
[ticket/16549] PHPUnit function declarations tiny cleanup
...
PHPBB3-16549
2020-10-18 10:36:42 +07:00
kasimi
0daf6ccbcb
[ticket/16565] Fixed cron.manager tests
...
PHPBB3-16565
2020-08-12 12:51:59 +02:00
Marc Alexander
8bdad7d73e
[ticket/16314] Reorder controller helper constructor parameters
...
PHPBB3-16314
2020-01-20 17:28:37 +01:00
Marc Alexander
843e3ae849
[ticket/16314] Improve handling of page_footer output for controllers
...
Moved the common template output to controller helper and added
garbage_collection handling to kernel_terminate_subscriber.
PHPBB3-16314
2020-01-19 16:03:32 +01:00
Marc Alexander
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
rubencm
27fc256745
[ticket/12629] Fix tests
...
PHPBB3-12629
2019-05-09 21:24:06 +02:00
rxu
42b7782927
[ticket/14972] Migrate from deprecated getMock() method to createMock()
...
PHPBB3-14972
2019-05-08 21:57:00 +02:00
rxu
06b402bdec
[ticket/14971] Add on_page test with the string arguments
...
PHPBB3-14971
2017-01-08 23:09:36 +07:00
Etienne Baroux
346f31a031
[ticket/12610] Add command to check if the board is up to date.
...
PHPBB3-12610
2016-12-03 16:37:35 +01:00
Tristan Darricau
56c2caf6c0
[ticket/14555] Uniformize cache directory usages
...
PHPBB3-14555
2016-03-24 09:15:34 +01:00
Tristan Darricau
403c647b9e
[ticket/14220] Move route loading to services
...
PHPBB3-14220
2015-10-08 14:15:44 +02:00
Nicofuma
8e5e954438
[ticket/13645] Move the feeds to controllers
...
PHPBB3-13645
2015-08-23 22:36:10 +02:00
Tristan Darricau
66c0e0c6a8
[ticket/13388] Integrate routing and di parameters resolution
...
PHPBB3-13388
2015-05-29 16:48:51 +02:00
MateBartus
74dbaac039
[ticket/13800] Make router's extension manager dependency optional
...
PHPBB3-13800
2015-05-02 23:45:45 +02:00
MateBartus
179a470022
[ticket/13762] Moving language related functionality into a separate class
...
PHPBB3-13762
2015-05-02 13:37:12 +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
Marc Alexander
c9df29d680
Merge pull request #3303 from Nicofuma/ticket/13513
...
[ticket/13513] Use paths relative to the phpBB root in the router
2015-02-26 13:41:51 +01:00
Andreas Fischer
3fb6d5b838
Merge branch 'develop-ascraeus' into develop
...
* develop-ascraeus:
[ticket/13538] Add tests for double nested pagination loop
[ticket/13538] Fix tests for pagination in nested loop
[ticket/13538] Add test for pagination in nested loop
2015-02-03 17:53:47 +01:00
Marc Alexander
a5c65449de
[ticket/13538] Add tests for double nested pagination loop
...
PHPBB3-13538
2015-01-24 14:35:49 +01:00
Marc Alexander
ee03b4f1ef
[ticket/13538] Fix tests for pagination in nested loop
...
PHPBB3-13538
2015-01-24 14:27:04 +01:00
Marc Alexander
7014d824f0
[ticket/13538] Add test for pagination in nested loop
...
PHPBB3-13538
2015-01-23 11:48:05 +01:00
Tristan Darricau
6842831d6b
[ticket/13513] Use paths relative to the phpBB root in the router
...
PHPBB3-13513
2015-01-17 11:40:10 +01: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
Tristan Darricau
677b5b2cd4
[ticket/12620] Fix rebase
...
PHPBB3-12620
2014-11-20 23:15:49 +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
74cd97e75b
[ticket/12620] Updates test environment (production => development)
...
PHPBB3-12620
2014-11-20 20:59:38 +01:00
Tristan Darricau
7cd0fd83b8
[ticket/12620] Fix tests
...
PHPBB3-12620
2014-11-20 19:06:52 +01:00
Tristan Darricau
fdcd6e81cd
[ticket/13063] Fix tests after rebase
...
PHPBB3-13063
2014-11-20 16:37:45 +01:00
Tristan Darricau
a5bfc76a73
[ticket/13063] Introduces a new \phpbb\routing\router class
...
PHPBB3-13063
2014-11-20 16:03:48 +01:00
Tristan Darricau
0dfe1d0d8b
[ticket/13280] Output escaping for the symfony request object
...
PHPBB3-13280
2014-11-16 16:45:19 +01:00
rxu
ce4035fdd3
[ticket/13059] Add core event to generate_page_link()
...
Add core event to generate_page_link() to allow
overriding/modifying pagination URLs.
Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45905
PHPBB3-13059
2014-10-01 20:55:07 +08:00
Tristan Darricau
f4260e261f
[ticket/13034] Fix tests
...
PHPBB3-13034
2014-09-16 01:25:36 +02:00
Tristan Darricau
4f44e73b21
[ticket/13034] Fix unit tests
...
PHPBB3-13034
2014-09-04 23:21:56 +02:00
Marc Alexander
8d99b4afe1
[ticket/12932] Fix tests and calls to create_datetime
...
PHPBB3-12932
2014-08-10 13:43:04 +02:00
Cesar G
24bbd06d49
Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeus
...
* PayBas/ticket/12613: (25 commits)
[ticket/12613] Add distinction between top/bottom action-bar
[ticket/12613] Replaced topic-actions with action-bar
[ticket/12613] Remove responsive linklist from memberlist
[ticket/12613] Remove unnecessary checks and clean up CSS
[ticket/12613] role="navigation" not allowed on <ul>
[ticket/12613] Improved screen reader functionality
[ticket/12613] Removed unnecessary checks
[ticket/12613] Set fixed font-size
[ticket/12613] Slightly better icons
[ticket/12613] Typo and L_COLON
[ticket/12613] Small inconsistency fixes
[ticket/12613] Don't display page-jump if all pages are visible (6)
[ticket/12613] Fixes from comments (single quotes and typos)
[ticket/12613] Minor $bull; and <hr> fix
[ticket/12613] Pagination should never be in responsive linklist
[ticket/12613] Minor CSS fixes
[ticket/12613] Dropdown-visible page-jump icon, fix focus() timing
[ticket/12613] Renamed jump-to to page-jump to prevent confusion
[ticket/12613] Removed form in order to prevent nested forms
[ticket/12613] Fix functional test and post sorting bug
...
2014-06-14 16:30:41 -07:00
Joas Schilling
6980fbd27b
[ticket/12508] Only take a list of names for set_extensions()
...
PHPBB3-12508
2014-06-10 11:47:41 +02:00
Joas Schilling
183492b019
[ticket/12508] Move \phpbb\extension\finder to \phpbb\finder
...
PHPBB3-12508
2014-06-10 11:47:40 +02:00
Joas Schilling
d45c681b40
[ticket/12508] Fix usages of the finder
...
PHPBB3-12508
2014-06-10 11:47:39 +02:00
PayBas
da1d24a1f0
[ticket/12613] Fix tests
...
PHPBB3-12613
2014-06-05 09:59:32 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Tristan Darricau
346c6f3998
[ticket/11497] Rename set_ext_finder in find_routing_files
...
PHPBB3-11497
2014-05-05 18:20:14 +02:00
Tristan Darricau
5cb68b6be9
[ticket/11497] Fix pagination tests
...
PHPBB3-11497
2014-05-03 14:07:49 +02:00
Nicofuma
01e19a00f8
[ticket/11497] Fix tests
...
PHPBB3-11497
2014-05-03 11:44:58 +02:00
Nicofuma
2463466826
[ticket/11497] Update pagination test
...
PHPBB3-11497
2014-05-03 11:36:05 +02:00
Nicofuma
dc6e2be884
[ticket/11497] Remove 'ext.finder' from services' list
...
PHPBB3-11497
2014-05-03 11:29:14 +02:00
Joas Schilling
b29c4c6358
[ticket/12090] Move find() call to container and fix tests
...
PHPBB3-12090
2014-03-09 19:03:15 +01:00