| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
If block was empty, the insertion process should create it.
Checking for out of bounds indexes.
PHPBB3-14943
|
|
|
|
|
|
|
|
| |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
Added more tests.
PHPBB3-14943
|
|
|
|
|
|
|
|
| |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
Added tests.
PHPBB3-14943
|
|
|
|
|
|
|
| |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning. Name incorrectly set on insert.
PHPBB3-14943
|
|
|
|
|
|
|
| |
Allows inserting elements in a loop specified as 'outer[3].inner'.
This was coded, but malfunctioning.
PHPBB3-14943
|
|\
| |
| |
| | |
[ticket/14890] Typo in input validation of profile fields of type string
|
|/
|
|
|
|
| |
This bug was introduced by PHPBB3-14272
PHPBB3-14890
|
|\
| |
| |
| |
| |
| |
| | |
[ticket/14888] Missing check for disabled profile field types
* javiexin/ticket/14888:
[ticket/14888] Missing check for disabled profile field types
|
| |
| |
| |
| |
| |
| | |
Checks if a profile field type is enabled before using it.
PHPBB3-14888
|
| |\ |
|
| | |\
| | | |
| | | | |
Bring version up to date 20150708
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13479] Add core.viewtopic_highlight_modify
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13479
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13149] Add core.phpbb_log_get_topic_auth_sql_before
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13149
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/9590] Submit permissions form in chunks
* marc1706/ticket/9590:
[ticket/9590] Correctly update submit size and replace all forum_id[]
[ticket/9590] Further deduplicate code for form data
[ticket/9590] Preserve selected forums after previous page redirect
[ticket/9590] Support ajax submit of permissions for specific forums
[ticket/9590] Correctly set roles and refresh page using POST
[ticket/9590] Submit permissions form in chunks when using "Apply all"
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9590
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9590
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Also improved the way the forum ID list is generated when clicking
on "Apply all permissions".
PHPBB3-9590
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9590
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9590
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This will add an AJAX call that will submit the permissions form in chunks
of 5 fieldsets when clicking on "Apply all permissions".
PHPBB3-9590
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13757] Properly fix bug with negative PM count
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The fix from PR #4548 doesn't work as expected because
in phpBB the sql_affectedrows() method always returns
a count of matched rows instead of affected rows.
This commit fixes bug properly.
PHPBB3-13757
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | | |
[Ticket/14881] Add wrapper to jump actions to clear floats
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14881
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14881
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13757] Prevents the count of unread PMs from being negative
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Sometimes the user_unread_privmsg flag in users table can become negative.
It happens when the unread message is requested by simultaneous concurrent
requests. Both requests will decrement the value of the flag.
This commit prevents updating the flag if the message already marked as read.
PHPBB3-13757
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/14853] Add core event to allow modifying PM attachments download auth
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14853
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14863] Properly treat plural rules in confirmation box title
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-14863
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / /
|/| | | | | | | |
| | | | | | | | | |
[ticket/14876] Allows multibyte strings for exception messages
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
All exception messages are sanitized via type_caster::set_var()
which is called with $multibyte = false.
This commit allows to pass multibyte messages as well.
PHPBB3-14876
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/14750] Remove html5 invalid attributes from attachment file input
* marc1706/ticket/14750:
[ticket/14750] Remove html5 invalid attributes from attachment file input
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14750
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14852] Add core event to modify email headers
|
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14852
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14842] Don't display filesize limit if there is none
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14842
|
|\ \ \ \ \ \ \ \ |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Allows changing root_path of smilies to use CDN for example
PHPBB3-14850
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Allows changing root_path of smilies to use CDN for example
PHPBB3-14850
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | |
| | | | | | | | |
[ticket/14872] Remove sizeof/count restriction
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14872
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14849] Add core.acp_extensions_run_action
|
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14849
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14864] Set maxlength=64 to dateformat in ACP
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14864
|