| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
I mistakenly made the log_type the conditional instead of log_time.
Thankfully, the automated tests helped finding this mistake.
PHPBB3-13661
|
| |
|
|
|
|
| |
I was doing it wrong by giving a string to the FROM clause in the built query.
PHPBB3-13661
|
| |
|
|
| |
PHPBB3-13661
|
| |
|
|
| |
PHPBB3-13661
|
| |\ |
|
| | |\
| | |
| | |
| | | |
[ticket/13617] Enforce column size limit for session_forum_id
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/13617] Enforce column size limit for session_forum_id
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13617
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13617
|
| | |\ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/13617:
[ticket/13617] Enforce column size limit for session_forum_id
Conflicts:
phpBB/phpbb/session.php
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13617
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13510] Add template even viewtopic_body_pagination_after
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-13510
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13596] Add display_forums() event to allow modifying forums list data
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add display_forums() core event in includes/functions_display.php to allow
modifying forums list data before the list is being generated and dumped
to the template.
PHPBB3-13596
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13592] Allow changing get_visibility_sql's result
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13592
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
I had forgotten this one
PHPBB3-13592
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13592
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13592
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13592
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13592
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13649] Fix incorrect subforum tooltip title when unread.
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-13649
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13652] Added $phpbb_dispatcher from global to phpbb_mcp_sorting()
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13652
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/12599] Update documentation style
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12599
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12599
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12599
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12599
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12599
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12599
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12599
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12599
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | | |
[ticket/13563] Remove PM column from subsilver2's memberlist_body.html.
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The PM link was intentionally dropped due to excessive query requirements,
thus the column is without purpose now. See PHPBB3-13229
PHPBB3-13563
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13591] Add core events to the function obtain_users_online_string()
|
| | | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add functions.php core events to the function obtain_users_online_string()
to allow extensions adding/modifying online users data.
PHPBB3-13591
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13650] Validate ucp profile data changes
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13650
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | | |
[ticket/13587] SQL syntax errors in get_prune_users()
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13587
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13643] Change the priority of kernel_terminate_subscriber to -10000
* Nicofuma/ticket/13643:
[ticket/13643] Change the priority of kernel_terminate_subscriber to PHP_INT_MIN
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHP_INT_MIN isn't a defined constant but it can be calculed by
~PHP_INT_MAX (two's complement of PHP_INT_MAX)
PHPBB3-13643
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13578] Add ucp_register.php core events
|
| | | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
PHPBB3-13578
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN
* prototech/ticket/13551:
[ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DN
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13551
|
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13644] Always type hint dispatch_interface
* Nicofuma/ticket/13644:
[ticket/13644] Always type hint dispatch_interface
|