| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
sub-task of ticket PHPBB3-11635:
find and fix all bypasses of generate_text_for_*
PHPBB3-11643
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# By Joseph Warner
# Via Joseph Warner
* remotes/Hardolaf/ticket/11626:
[ticket/11626] Remove last reference to template in ldap
[ticket/11626] Remove LDAP dependency on template
[ticket/11626] Make identifier uppercase per style requirements
[ticket/11626] Change the identifier template file in the template
[ticket/11626] Call method only one time per provider
[ticket/11626] Change interface to match functionality
[ticket/11626] Include the template file in acp_board
[ticket/11626] LDAP Auth ACP Template File
[ticket/11626] Create get_acp_template method for auth providers
|
| | |
| |
| |
| | |
PHPBB3-11626
|
| | |
| |
| |
| |
| |
| | |
Returns template vars rather than requiring the template.
PHPBB3-11626
|
| | |
| |
| |
| | |
PHPBB3-11626
|
| | |
| |
| |
| | |
PHPBB3-11626
|
| | |
| |
| |
| | |
PHPBB3-11626
|
| | |
| |
| |
| |
| |
| |
| | |
Changes the interface so that it matches the new functionality of
phpbb_provider_auth_interface::acp().
PHPBB3-11626
|
| | |
| |
| |
| | |
PHPBB3-11626
|
| | |
| |
| |
| | |
PHPBB3-11626
|
| | |
| |
| |
| | |
PHPBB3-11626
|
| |\ \
| | |
| | | |
[feature/auth-refactor] Use a base class for all authentication providers
|
| | | |
| | |
| | |
| | | |
PHPBB3-9734
|
| | |/
| |
| |
| | |
PHPBB3-9734
|
| | |
| |
| |
| | |
PHPBB3-9734
|
| | |
| |
| |
| | |
PHPBB3-9734
|
| | |
| |
| |
| | |
PHPBB3-9734
|
| | |
| |
| |
| | |
PHPBB3-9734
|
| | |
| |
| |
| | |
PHPBB3-9734
|
| | |
| |
| |
| | |
PHPBB3-9734
|
| | |
| |
| |
| | |
PHPBB3-9734
|
| | |
| |
| |
| | |
PHPBB3-9734
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
* 'develop' of git://github.com/phpbb/phpbb3:
[ticket/11548] Fix test errors in groups test on develop
[ticket/11548] Check upload avatar URL the same way as in phpBB 3.0
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The upload avatar URL was checked for its length in phpBB 3.0. Additionally,
starting with the new avatar system in phpBB 3.1, the URL was checked to
prevent improper URLs being submitted. This minor change is needed for proper
testing of the ucp and acp groups pages.
PHPBB3-11548
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[develop-olympus] Increment version number to 3.0.13-dev.
[develop-olympus] Add changelog for 3.0.12 release.
[develop-olympus] Bump version numbers for 3.0.12-RC1 release.
[develop-olympus] Bumping version numbers to final for 3.0.12 releases.
Conflicts:
build/build.xml
phpBB/docs/INSTALL.html
phpBB/includes/constants.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/imageset/imageset.cfg
phpBB/styles/prosilver/style.cfg
phpBB/styles/prosilver/template/template.cfg
phpBB/styles/prosilver/theme/theme.cfg
phpBB/styles/subsilver2/imageset/imageset.cfg
phpBB/styles/subsilver2/style.cfg
phpBB/styles/subsilver2/template/template.cfg
phpBB/styles/subsilver2/theme/theme.cfg
|
| | | | |
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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-11665
|
| |\ \ \
| | | |
| | | | |
[ticket/11662] Typos: occured -> occurred
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11662
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
* EXreaction/ticket/11660:
[ticket/11660] Fix bugs from bugs in #11651 (missing vars, db->sql_connect)
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11660
|
| |\ \ \ \
| |/ / /
|/| / /
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
# By Andreas Fischer
# Via Andreas Fischer (1) and Nathaniel Guse (1)
* develop-olympus:
[ticket/11662] Typos: occured -> occurred
Conflicts:
tests/template/template_test.php
|
| | | |
| | |
| | |
| | | |
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
|
| | |\ \
| | | |
| | | |
| | | | |
ticket/11548
|
| | | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
# By Joas Schilling
# Via Joas Schilling
* remotes/nickv/ticket/8319:
[ticket/8319] Do not repeat the replacement
[ticket/8319] Add explanation for RELATIVE_URL and update LOCAL_URL
[ticket/8319] Update BBCodes that currently use the LOCAL_URL tag on update
[ticket/8319] Add new token RELATIVE_URL to allow foreign relative URL parts
[ticket/8319] Prepend Board URL to LOCAL_URL links to prevent abuse
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Feature/twig
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11388
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11388
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11388
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11388
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11388
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11388
|