| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
[ticket/15742] Remove get_magic_quotes_gpc() call
|
| | |
| |
| |
| | |
PHPBB3-15742
|
| | |
| |
| |
| | |
PHPBB3-15742
|
| |\ \
| | |
| | |
| | | |
[ticket/15420] Only update quote notification with original author
|
| | |/
| |
| |
| | |
PHPBB3-15420
|
| |\ \
| | |
| | |
| | | |
[ticket/11500] Remove unnamed input
|
| | | |
| | |
| | |
| | | |
PHPBB3-11500
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/15622] Fix quoting in PMs when BBCodes are disabled
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15622
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15622
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15622
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15622
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Now the message link is generated in different formats depending on whether
BBCodes are allowed or not in the site.
PHPBB3-15622
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-15622
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Before parsing the private message to be loaded a simple BBCode status
check is done to verify that BBCodes are enabled. Depending on that
option the quote will be formated as BBCode or as plain text, similarly
to what is done in posting.php.
PHPBB3-15622
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/15668] Replace .load() with .on('load')
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-15668
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/15662] Add $this->template to core.modify_notification_message
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15662
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/15661] Add core.viewtopic_modify_poll_ajax_data
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-15661
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13128] Remove deprecated Sphinx options
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
These configuration options are deprecated:
* sql_query_info (since sphinx 2.2.2; used only by the "search" command
which was removed; wiki need to be updated accordingly)
* max_matches (since sphinx 2.2.3; should be set in the sphinx query)
* charset_type (since sphinx 2.2.2; sphinx now supports only utf-8)
* compat_sphinxql_magics (since sphinx 2.2.1)
PHPBB3-13128
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/15579] Add ucp_front events
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15579
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15544] Delete cache through module manager
|
| |/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This might fix issues with migrations since the
sql cache will be purged as well. In general, this
puts all the logic in one place, so that's good.
PHPBB3-15544
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15751] Fix warning when update with CLI
|
| | | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15751
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15723] Rewrite gen_rand_string() and gen_rand_string_friendly()
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-15723
|
| | |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15723
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15541] Explicitly explain how to add lang files in core.user_…
|
| | |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-15541
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15737] Add $user_rows to core.delete_user_before
|
| | | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It was added to core.delete_user_after in GH-4905
PHPBB3-15737
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/15735] Add *_content_after template event
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Needed for extensions who adds information at the end of the message
(such as moderator messages).
PHPBB3-15735
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Needed for extensions who adds information at the end of the message
(such as moderator messages).
PHPBB3-15735
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Needed for extensions who adds information at the end of the message
(such as moderator messages).
PHPBB3-15735
|
| | |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Needed for extensions who adds information at the end of the message
(such as moderator messages).
PHPBB3-15735
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/11453] Improve performance of notification.method.messenger_base
|
| | | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11453
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Ticket/15726 Implement selective purge in APCu cache driver
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
fix indentation of comment
PHPBB3-15726
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Edit comment
PHPBB3-15726
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix whitespace
PHPBB3-15726
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Correcting code formatting and whitespace
PHPBB3-15726
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
fix file permissions
PHPBB3-15726
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix whitespace
PHPBB3-15726
|