| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[ticket/14938] Inconsistency in ext_mgr all_available vs is_available
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.
Make optional the template object on metadata_manager creation.
Fix extension_manager_mock to have config and user components.
PHPBB3-14938
|
| |
| |
| |
| | |
PHPBB3-15142
|
|\ \
| | |
| | |
| | | |
[ticket/14943] Fix template loop access by index
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
Added more tests.
PHPBB3-14943
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
Added tests.
PHPBB3-14943
|
|\ \
| | |
| | |
| | | |
[ticket/14944] Add search for template loop indexes by key
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds a new function to the template interface, and implements it in the
context class. The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
Check out of bounds or wrong blockname errors. Added tests.
Remove default parameter value.
PHPBB3-14944
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adds a new function to the template interface, and implements it in the
context class. The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
Check out of bounds or wrong blockname errors. Added tests.
PHPBB3-14944
|
|\ \
| | |
| | |
| | | |
[ticket/13429] Replace @change with @changed in event docblocks
|
| | |
| | |
| | |
| | | |
PHPBB3-13429
|
| |/
| |
| |
| | |
PHPBB3-13429
|
| |
| |
| |
| | |
PHPBB3-14968
|
| |
| |
| |
| | |
PHPBB3-14968
|
| |
| |
| |
| | |
PHPBB3-14968
|
|\ \
| | |
| | |
| | | |
[icket/14838] Do not query full attachments table in feeds
|
| | |
| | |
| | |
| | | |
PHPBB3-14838
|
|/ /
| |
| |
| | |
PHPBB3-14957
|
| |
| |
| |
| | |
PHPBB3-14770
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Alternative implementation without removing notification from
the DOM, but changing the class. So that style designers
might have more options (show/not show).
Fix tests better.
PHPBB3-14855
|
|/
|
|
|
|
|
|
|
| |
Alternative implementation without removing notification from
the DOM, but changing the class. So that style designers
might have more options (show/not show).
Fix tests.
PHPBB3-14855
|
|\
| |
| |
| | |
Add core.auth_oauth_login_after and core.auth_oauth_link_after
|
| |
| |
| |
| | |
PHPBB3-14825
|
|\ \
| | |
| | |
| | | |
[ticket/14855] Update notification and PM alert bubbles
|
| | |
| | |
| | |
| | | |
PHPBB3-14855
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
[ticket/11483] Generate user act key if database entry is empty
* github.com:phpbb/phpbb:
[ticket/11483] Add tests for generating user act key on force reactivate
[ticket/11483] Generate user act key if database entry is empty
|
| |/
| |
| |
| | |
PHPBB3-11483
|
|\ \
| | |
| | |
| | | |
[ticket/14830] Fix FORM_INVALID error during some ACP setting operations
|
| | |
| | |
| | |
| | | |
PHPBB3-14830
|
| | |
| | |
| | |
| | | |
PHPBB3-14830
|
| |/
| |
| |
| | |
PHPBB3-14830
|
| |
| |
| |
| | |
PHPBB3-14831
|
|/
|
|
| |
PHPBB3-14831
|
|
|
|
| |
PHPBB3-14802
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/14484] Add possibility to use extensions in UI tests
* marc1706/ticket/14484:
[ticket/14484] Properly enable extensions in UI tests
[ticket/14484] Move facebook/webdriver back to tests dir composer.json
[ticket/14484] Move facebook webdriver to main composer.json
|
| |
| |
| |
| | |
PHPBB3-14484
|
| |
| |
| |
| |
| |
| | |
This will make sure we don't try to install it to incompatible PHP 5.3.3.
PHPBB3-14484
|
| |
| |
| |
| |
| |
| |
| | |
Also updated ui test case file to have same feature set as
the 3.2.x version.
PHPBB3-14484
|
| |
| |
| |
| | |
PHPBB3-14789
|
|\ \
| | |
| | |
| | | |
[ticket/14703] Fix parent module selection for custom extension modules
|
| | |
| | |
| | |
| | | |
PHPBB3-14703
|
| |/
| |
| |
| | |
PHPBB3-14703
|
| |
| |
| |
| | |
PHPBB3-14742
|
|/
|
|
| |
PHPBB3-14742
|
|
|
|
| |
PHPBB3-13683
|
|
|
|
| |
PHPBB3-13683
|
|
|
|
| |
PHPBB3-13683
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/14272] Use html5 valid input elements
* marc1706/ticket/14272:
[ticket/14272] Allow input of floats for filesize
[ticket/14272] Use input type number instead of text in avatars
[ticket/14272] Assign min and max values for avatar driver settings
[ticket/14272] Define min and max values for avatar width and height
[ticket/14272] Disable not toggled form elements
[ticket/14272] Make sure phpbb_avatar_manager was defined
[ticket/14272] Remove useless check
[ticket/14272] Fix invalid or missing min/max settings
[ticket/14272] Assign min/max for all allowed types
[ticket/14272] Only use maxlength and size for allowed input elements
|
| |
| |
| |
| | |
PHPBB3-14272
|
| |
| |
| |
| | |
PHPBB3-14481
|