| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-13625
|
| |
|
|
| |
PHPBB3-14290
|
| |\
| |
| |
| |
| |
| |
| | |
[ticket/14136] Add back X-UA-Compatible meta tag
* marc1706/ticket/14136:
[ticket/14136] Add back X-UA-Compatible meta tag
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This was previously removed without needing to. Adding it back to force
users to not emulate the page for previous versions of IE. The
imagetoolbar http-equiv tag was not restored as IE does not contain that
anymore since IE7. Also, the chome=1 has been removed from the
X-UA-Compatible content as ChromeFrame does not receive any further
updates since 2014 and is potentially broken.
PHPBB3-14136
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/14536] Force unix time stamps to be integer
* marc1706/ticket/14536:
[ticket/14536] Force unix time stamps to be integer
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This will ensure to prevent PHP fatal errors in case the passed timestamp
is an empty string or does not evaluate to an integer (i.e. strings like
foobar).
PHPBB3-14536
|
| | |/
|/|
| |
| | |
PHPBB3-14051
|
| |\ \
| | |
| | |
| | | |
[ticket/14051] Replace sql array of viewforum sort topics function
|
| | | |
| | |
| | |
| | | |
PHPBB3-14051
|
| | | |
| | |
| | |
| | | |
PHPBB3-14051
|
| | | |
| | |
| | |
| | | |
PHPBB3-14051
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14471] Add $filedata to core.avatar_driver_upload_move_file_before event
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14471
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
[ticket/14395] Add event core.viewtopic_add_quickmod_option_before
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added an event before the function phpbb_add_quickmod_option is called in
the viewtopic.php file. This event serves two purposes - one, it is easier to
add new quickmod options, and two, it allows an extenstion developer to check
additional permissions and apply further authentication for the display of the
quickmod options.
PHPBB3-14395
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added an event before the function phpbb_add_quickmod_option is called in
the viewtopic.php file. This event serves two purposes - one, it is easier to
add new quickmod options, and two, it allows an extenstion developer to check
additional permissions and apply further authentication for the display of the
quickmod options.
PHPBB3-14395
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added an event before the function phpbb_add_quickmod_option is called in
the viewtopic.php file. This event serves two purposes - one, it is easier to
add new quickmod options, and two, it allows an extenstion developer to check
additional permissions and apply further authentication for the display of the
quickmod options.
PHPBB3-14395
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added an event before the function phpbb_add_quickmod_option is called in
the viewtopic.php file. The function is run before any event can be called to
modify ... meaning that any modifications done to this array
will not affect the options displayed to the user on the viewtopic page itself.
This event serves two purposes - one, it is easier to add new quickmod options,
and two, it allows an extenstion developer to check additional permissions and
apply further authentication for the display of the quickmod options.
PHPBB3-14395
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added an event before the function phpbb_add_quickmod_option is called in
the viewtopic.php file. The function is run before any event can be called to
modify ... meaning that any modifications done to this array
will not affect the options displayed to the user on the viewtopic page itself.
This event serves two purposes - one, it is easier to add new quickmod options,
and two, it allows an extenstion developer to check additional permissions and
apply further authentication for the display of the quickmod options.
PHPBB3-14395
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added an event before the function phpbb_add_quickmod_option is called in
the viewtopic.php file. The function is run before any event can be called to
modify ... meaning that any modifications done to this array
will not affect the options displayed to the user on the viewtopic page itself.
This event serves two purposes - one, it is easier to add new quickmod options,
and two, it allows an extenstion developer to check additional permissions and
apply further authentication for the display of the quickmod options.
PHPBB3-14395
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Moved the call to function phpbb_add_quickmod_option to being under the core
event core.viewtopic_assign_template_vars_before so as to enable the
modification of elements in the BEFORE they are assigned to the
template, so that removed elements don't show up in a non-functional state.
Allows the user to perform additional permissions checks on the items within the
array.
PHPBB3-14395
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Swapping conditions in the function accept() of the class
\phpbb\recursive_dot_prefix_filter_iterator saves a lot of isDir() calls which
is more expensive than $filename[0] checks.
PHPBB3-14540
|
| | |_|/
|/| |
| | |
| | | |
PHPBB3-14538
|
| | | |
| | |
| | |
| | | |
PHPBB3-14533
|
| | | |
| | |
| | |
| | | |
PHPBB3-14422
|
| | | |
| | |
| | |
| | | |
PHPBB3-14422
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14486] Add an event and fix an event in login_box()
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14486
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14486
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14496] Cache last update of update list instead of using filemtime
* marc1706/ticket/14496:
[ticket/14496] Destroy update_list_time cache variable on intro
[ticket/14496] Cache last update of update list instead of using filemtime
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14496
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14496
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
[ticket/13264] Do not force approved state if post visibility is known
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13264
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Post visibility is used if it is set to a valid value.
PHPBB3-13264
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ticket/14519] Skip query if all unread notifications are retrieved
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14519
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ticket/14132] Use transaction for adding notifications to type table
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This will prevent a race condition that might occur by two posts being
submitted at the same time with the notification type IDs not being
cached.
PHPBB3-14132
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
[ticket/14483] Do not send headers by default on access via controller
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14483
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-14514
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14508] Change language notice on account activation
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14508
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-14508
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14443] Introduce additional parameter to messenger
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14443
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14443
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14443
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14366] Add core events to the function decode_message()
|