| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[ticket/13595] Remove unused instances of the bbcode class
|
| |
| |
| |
| | |
PHPBB3-13595
|
|\ \
| | |
| | |
| | | |
[ticket/13628] Allow ability for extension to add entries to user's profile
|
|/ /
| |
| |
| | |
PHPBB3-13628
|
|\ \
| | |
| | |
| | | |
[ticket/13433] Fix parsing of email addresses
|
| | |
| | |
| | |
| | | |
PHPBB3-13433
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently email addresses are parsed incorrectly due to the regex structure.
Namely, if localpart consists of several dot separated parts, only the last
part with the trailing dot will be captured.
The patch change this behavior to capture the whole localpart.
PHPBB3-13433
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13570] Mysqli extension supports persistent connection since PHP 5.3.0
* Senky/ticket/13570:
[ticket/13570] Remove unnecessary ternary condition from mysqli driver
|
| |/ /
| | |
| | |
| | | |
PHPBB3-13570
|
|\ \ \
| |/ /
|/| |
| | | |
[ticket/13618] Small grammatical typo in the English FAQ
|
|/ /
| |
| |
| | |
PHPBB3-13618
|
|\ \
| | |
| | |
| | | |
[ticket/13615] Correctly display images for gallery avatar in subsilver2
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Avatar Gallery shows categories but no images in subsilver2.
The ID was not specified in the template. Also, the correct parent template
loop is called avatar_local_row and not avatar_local_col.
PHPBB3-13615
|
|\ \
| |/
|/|
| |
| |
| | |
Conflicts:
.travis.yml
travis/phpunit-mysqli-travis.xml
|
| |\
| | |
| | |
| | | |
[ticket/13599] Remove Travis CI PHP 5.2 environment. No longer supported.
|
| |/
| |
| |
| | |
PHPBB3-13599
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
* marc1706/ticket/13597:
[ticket/13597] Modify variable-variable syntax to be compatible with PHP7
|
|/ /
| |
| |
| | |
PHPBB3-13597
|
|\ \
| | |
| | |
| | | |
[ticket/13588] Fixes wrong message in info fsockopen() disabled
|
|/ /
| |
| |
| | |
PHPBB3-13588
|
|\ \
| |/
| |
| | |
* develop-olympus:
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13348] Use close method to free query result handle
* marc1706/ticket/13348-olympus:
[ticket/13348] Remove unnecessary global $cache
[ticket/13348] Use close method to free query result handle
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13348] Use close method to free feed query result handle
* marc1706/ticket/13348:
[ticket/13348] Remove unnecessary global $cache
[ticket/13348] Use close method to free query result handle
|
| |\ \ \
|/ / / /
| | | _
| | |
| | | |
Conflicts:
phpBB/feed.php
|
| | |
| | |
| | |
| | |
| | |
| | | |
$cache is not used in the method get_item().
PHPBB3-13348
|
| |/
| |
| |
| | |
PHPBB3-13348
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/13538] Add tests for pagination in nested loops
* marc1706/ticket/13538:
[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
|
| | |
| | |
| | |
| | | |
PHPBB3-13538
|
| | |
| | |
| | |
| | | |
PHPBB3-13538
|
| | |
| | |
| | |
| | | |
PHPBB3-13538
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13569] Add missing sql_freeresults and remove unneeded results
* marc1706/ticket/13569:
[ticket/13569] Add missing sql_freeresults and remove unneeded results
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13569
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | | |
* develop-olympus:
[ticket/13572] Update composer to version 1.0.0-alpha9
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/13572] Update composer to version 1.0.0-alpha9
* Nicofuma/ticket/13572:
[ticket/13572] Update composer to version 1.0.0-alpha9
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-13572
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13540] Add core event for modifying topic review block data
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13540
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Similar to the previous event, this event triggers for each post in the
MCP topic review.
PHPBB3-13540
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13540
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added event core.topic_review_modify_row in function topic_review() in
functions_posting for modifying template data blocks for topic reviews.
PHPBB3-13540
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Add core events on mcp_queue for approval and disapproval
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Events added for the functions approve_posts(), approve_topics()
and disapprove_posts() in mcp_queue.php, so that you can send notifications
during approval and disapproval.
PHPBB3-13537
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13536] Add ACP/UCP core events to allow modifying user profile data on editing
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=33744
PHPBB3-13536
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13336] Add core events to the function user_active_flip()
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add core events to the function user_active_flip() in
includes/functions_user.php to allow checking/modifying data while
activating/deactivating users.
PHPBB3-13336
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13535] Add core event to allow modifying account settings on editing
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add ucp_profile.php core event to allow modifying account settings on editing.
PHPBB3-13535
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Add core event to get_unread_topics() in functions.php
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adding core event core.get_unread_topics_modify_sql to to funtion
get_unread_topics() in functions.php, so that you now are able to modify
the sql query that retrieves the unread topics.
PHPBB3-13532
|