| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[ticket/13595] Remove unused instances of the bbcode class
|
| |
| |
| |
| | |
PHPBB3-13595
|
|/
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-13597
|
|\
| |
| |
| |
| |
| |
| | |
[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
|
|\ \
| | |
| | |
| | | |
[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
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Add core event to markread() in functions.php
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adding core event core.markread_before to to funtion markread()
in functions.php, so that you now are able to add additional
stuff inside the markread process, for example notifications designed
in extensions.
PHPBB3-13518
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13313] Add event core.acp_email_display
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13313
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13313
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
[ticket/13542] Update core.ucp_prefs_personal_data to include $error
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13542
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Because extensions can set a entry in $error, the result of the validate
needs to be merged into it.
PHPBB3-13542
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Update the event so extensions will be able to validate (and deny) changes.
PHPBB3-13542
|
|\ \ \ \ |
|
| | | | | |
|
|\ \ \ \ \
| |/ / / / |
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/13414] Set Content-Length header only if status is not 304
Conflicts:
phpBB/download/file.php
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13531
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13531
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/13527] Escape information received from version server
* bantu/ticket/13527:
[ticket/13527] Apply htmlspecialchars() to data from version server.
[ticket/13527] Remove two unused variables.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13527
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13527
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13526] Correctly validate the ucp_pm_options form key.
* bantu/ticket/13526:
[ticket/13526] Correctly validate the ucp_pm_options form key.
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13526
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/13519] Correctly validate imagick path as path and not string
Conflicts:
phpBB/includes/acp/acp_attachments.php
|
| |\ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/13519] Correctly validate imagick path as path and not string
* marc1706/ticket/13519:
[ticket/13519] Correctly validate imagick path as path and not string
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13519
|
| |\ \ \ \
| | |/ / /
| |/| | | |
[ticket/10985] Error bbcode.html not found when updating with custom style inheriting from prosilver
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10985
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11613
|