| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
* EXreaction/ticket/11669:
[ticket/11669] Fix PHP bug #55124 (recursive mkdir on /./)
|
| | |
| |
| |
| | |
PHPBB3-11669
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/11548] Fix incorrect usage of array_map on acp groups page
Conflicts:
tests/functional/common_groups_test.php
tests/functional/ucp_groups_test.php
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The array_map was only ran on small parts of the actual error array instead
of the whole one. This resulted in the output of the language variables' names
rather than their actual value.
PHPBB3-11548
|
| | | |
| | |
| | |
| | | |
PHPBB3-11662
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* EXreaction/ticket/11665:
[ticket/11665] Fix test class name
[ticket/11665] Can't change file names already sent to set_filenames
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11665
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-11665
|
| |/ /
| |
| |
| |
| |
| | |
Also includephp_absolute.html
PHPBB3-11664
|
| | |
| |
| |
| | |
PHPBB3-11662
|
| |\ \
| | |
| | | |
[feature/bootstrap-dic] Bootstrap container from config.php
|
| | | |
| | |
| | |
| | | |
PHPBB3-11651
|
| |\ \ \
| |/ /
|/| /
| |/
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/11548] Use new static methods for request and submit
[ticket/11548] Run array_map on complete error array and not just colour_error
Conflicts:
tests/functional/ucp_groups_test.php
|
| | |
| |
| |
| | |
PHPBB3-11548
|
| | |\
| | |
| | |
| | | |
ticket/11548
|
| | | |
| | |
| | |
| | | |
PHPBB3-10772
|
| | | |
| | |
| | |
| | | |
PHPBB3-10772
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Up to now the array_map() that turns error messages into the localized output
was only ran if the group's color was set. With this patch it'll run the
array_map() on the complete error array if it's not empty.
PHPBB3-11548
|
| | | |
| | |
| | |
| | | |
PHPBB3-11388
|
| | | |
| | |
| | |
| | | |
PHPBB3-11388
|
| |\ \ \
| | | |
| | | | |
Feature/twig
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11388
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11388
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Changed expected output to file?(any supplied argument string)&asset_version
=($config['asset_version'])#(any supplied anchor string)
Testing lines one at a time to make checking them easier.
PHPBB3-11388
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'remotes/cyberalien/feature/twig/includejs_tests' into feature/twig
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/feature/twig/includejs_tests:
[feature/twig] Unit tests for includejs
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11598
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-11598
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11598
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If a controller wants to use set_style, it can just use phpbb_style
PHPBB3-11598
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11598
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11598
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11598
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11598
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
# By Joseph Warner (44) and others
# Via Joas Schilling (4) and others
* 'develop' of https://github.com/phpbb/phpbb3: (63 commits)
[ticket/11617] Remove spaces and tabs from empty lines
[ticket/11617] Missing U_ACTION in acp_captcha.php
[feature/auth-refactor] Fix code style issue
[feature/auth-refactor] Fix comment grammar
[feature/auth-refactor] Fix the actual cause of test failures
[feature/auth-refactor] A possible fix for the functional test failures
[ticket/11566] Subsilver template error displayed after table headers
[ticket/11566] Remove extra pair of brackets from conditional statement
[ticket/11566] Check that guest doesn't have reporting permission by default
[ticket/11566] Add captcha to report post template in subsilver
[ticket/11566] Use the new constant CONFIRM_REPORT for captcha init
[ticket/11566] Rename var to $visual_confirmation_response
[ticket/11566] Revert forum permission changes
[ticket/11566] Use language variable instead of hardcode
[ticket/11566] add tests for reporting post
[ticket/11566] add captcha reset and hidden fields
[ticket/11566] display error instead of trigger_error
[ticket/11566] add error in template
[ticket/11566] add error functionality
[ticket/11566] add interface for captcha
...
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
functional tests"
This reverts commit 5c39f26cd27d5e4a1debfa24407825906f42d346.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11598
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11598
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11598
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11598
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11598
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Was originally moved because I thought that a new test file might mean a new
instance and the memory would be cleared, fixing the original problem, but
that isn't true and it was fixed another way.
PHPBB3-11598
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11598
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11598
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11598
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
# By Dhruv
# Via Andreas Fischer (3) and Dhruv (1)
* 'develop' of https://github.com/phpbb/phpbb3:
[ticket/10838] Fix URL for wiki and remove irrelevant line
[ticket/10838] Remove php 5.4 and builtin server references
[ticket/10838] Fix missing data
[ticket/10838] separate database used mentioned in unit tests
[ticket/11585] Make $auth_admin class property
[ticket/10838] Updated RUNNING_TESTS.md
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11598
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Must create a template file in the cache to load as this causes errors
otherwise. The problem was that Twig builds template files into classes,
which are always stored in PHP memory after being loaded. Because of this,
Twig would never recompile a template that was already compiled on the same
page load (so switching enable PHP on/off in two tests would not work).
PHPBB3-11598
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11598
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Automatically parsing inline variables the same way it is done for
INCLUDE, INCLUDEPHP
PHPBB3-11598
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This had to be done because cached template files are available in memory,
so Twig doesn't ever reparse a template on the same page load
PHPBB3-11598
|