| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-12963
|
| |\
| |
| |
| |
| |
| |
| | |
[ticket/12963] Correctly load migration files from migration/ in tests as well
* nickvergessen/ticket/12963:
[ticket/12963] Correctly load migration files from migration/ in tests as well
|
| |/
|
|
| |
PHPBB3-12963
|
| |
|
|
|
|
| |
This reverts commit 46a9fe93d797bf7d56fd9b1e204f3c0459270122.
PHPBB3-13064
|
| |\
| |
| |
| |
| |
| |
| | |
[ticket/13061] Replace the service event.subscriber_loader by a compiler pass
* Nicofuma/ticket/13061:
[ticket/13061] Replace the service event.subscriber_loader by a compiler pass
|
| | |
| |
| |
| | |
PHPBB3-13061
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13062] Add viewforum.php core event to modify topic ids sql query
* rxu/ticket/13062:
[ticket/13062] Add viewforum.php core event to modify topic ids sql query
|
| | |/
| |
| |
| |
| |
| | |
Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45383
PHPBB3-13062
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13064] Validate the migrations provided to migrator::set_migrations()
* Nicofuma/ticket/13064:
[ticket/13064] Validate the migrations provided to migrator::set_migrations()
|
| | |/
| |
| |
| | |
PHPBB3-13064
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13044] Expires header violates RFC 2616
* Senky/ticket/13044:
[ticket/13044] Move GMT out of gmdate in functions_acp
[ticket/13044] Move GMT out of gmdate()
[ticket/13044] \G\M\T to GMT in whole project
[ticket/13044] move GMT string out of gmdate()
[ticket/13044] Correct Expires headers
|
| | | |
| | |
| | |
| | | |
PHPBB3-13044
|
| | | |
| | |
| | |
| | | |
PHPBB3-13044
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Note that there are more uses of "\G\M\T" in vendor files.
PHPBB3-13044
|
| | | |
| | |
| | |
| | | |
PHPBB3-13044
|
| |/ /
| |
| |
| | |
PHPBB3-13044
|
| |\ \
| | |
| | |
| | | |
[ticket/13036] Make the reference type configurable when generating a route
|
| | | |
| | |
| | |
| | | |
PHPBB3-13036
|
| | | |
| | |
| | |
| | | |
PHPBB3-13036
|
| | | |
| | |
| | |
| | | |
PHPBB3-13036
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/12963] Load extensions migrations from /migration
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12963
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12963
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12963
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The static var was global to all instance of \phpbb\base and so if two
different instances (for two different extensions) were created by the
same script they shared the same migrations list.
PHPBB3-12963
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Without this patch the finder grab all the class available in the ext
folder and not only the migrations. This change is backported for the one
done before to the cli tool db:migrate. (see the commit
3420f8f3201ac337434f73ee00bda6df7b378212)
PHPBB3-12963
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
[ticket/13069] Fix timezone location filtering.
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
$timezone contains the original jQuery object, therefore the subsequent
removal of the optgroup children while filtering has no effect on the
$replacement object - the one that's now visible to the user. We'll simplify
and fix this by injecting the content of the copy instead of going through the
trouble of cloning it.
PHPBB3-13069
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/13034] Fix the route generated for the frontend not in the phpbb root path
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13034
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13034
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13034
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13034
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13034
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13034
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/13018] Remove duplicate logic in confirm box and alert box handling.
* prototech/ticket/13018:
[ticket/13018] Clean up and fix some logic.
[ticket/13018] Do not handle events in close function.
[ticket/13018] Reduce the delta further.
[ticket/13018] Remove duplicate logic in confirm box and alert box handling.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13018
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13018
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The callback does not actually do anything when cancelling the confirmation
box so we can avoid calling it altogether when cancel is clicked.
PHPBB3-13018
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This ensures a more consistent handling of the various closing/opening actions
and fixes some bugs where certain event handlers are not turned off in certain
instances.
PHPBB3-13018
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13056] Move the arguments of the request class to the DI
* Nicofuma/ticket/13056:
[ticket/13056] Move the arguments of the request class to the DI
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13056
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* PayBas/ticket/10472:
[ticket/10472] Remove dd selector and use -moz-padding-end
[ticket/10472] Fix weird padding on input type=number
[ticket/10472] More clearing and white-space fixes
[ticket/10472] Fix ACP overflow:hidden problem for medium-sized screens
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10472
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10472
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-10472
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10472
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13019] Always accept a reason for deleting a post/topic.
* prototech/ticket/13019:
[ticket/13019] Do not hide reason field when deleting permanently.
[ticket/13019] Rename deletion reason label.
[ticket/13019] Always accept a reason for deleting a post/topic.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13019
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13019
|