| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
develop-olympus
* remotes/prototech/ticket/12093:
[ticket/12093] Check that document.selection is supported.
|
| |
| |
| |
| | |
PHPBB3-12093
|
| |
| |
| |
| | |
PHPBB3-12146
|
|/
|
|
| |
PHPBB3-12119
|
|
|
|
| |
PHPBB3-10023
|
|
|
|
| |
PHPBB3-12061
|
|
|
|
| |
PHPBB3-11879
|
|
|
|
| |
PHPBB3-11811
|
|
|
|
|
|
|
|
|
|
| |
Instead of using post_reported of the post or message_reported of the pm, use
report_closed of the report itself to reliably determine whether this
particular report is closed or not in the report_details view of the MCP.
This fixes a bug where the report_details view would not show that the report
shown was closed and display a "Close report" button that had no effect.
PHPBB3-11829
|
|
|
|
| |
PHPBB3-11801
|
|
|
|
| |
PHPBB3-10037
|
| |
|
|
|
|
|
|
|
| |
Check if error exists, then display it
in the report post template.
PHPBB3-11566
|
|
|
|
|
|
|
| |
Add basic captcha template while reporting post
when the user is not a registered user.
PHPBB3-11566
|
|
|
|
| |
PHPBB3-11094
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* marc1706/ticket/11538:
[ticket/11538] Add optional switch as argument to hex colour validation
[ticket/11538] Modify test colour values
[ticket/11538] Limit comment in acp_groups to 80 characters per line
[ticket/11538] Move group ID into abstract test class and add more test cases
[ticket/11538] Merge calls to validate_data() in acp_groups
[ticket/11538] Rename phpbb_validate_colour to phpbb_validate_hex_colour
[ticket/11538] Use abstract class for functional test cases for group colour
[ticket/11538] Add function phpbb_validate_colour for validating colours
[ticket/11538] Make sure regex doesn't allow multiple color values
[ticket/11538] Add tests for acp group manage page
[ticket/11538] Simplify colour value check and remove support for '#'
[ticket/11538] Fix incorrect regex and test for duplicate # in color string
[ticket/11538] Use regex for testing color value and improve tests
[ticket/11538] Make sure group color can't exceed maximum of 6 characters
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The input length for the hex color is now limited to 6 characters and
the support for colors starting with a '#' has been dropped. The allowed
input length of 7 in prosilver seems to have been a relict from old ages
of phpBB3. In order to have proper support for correct checking of the
colour value, the new code was also ported to the ACP groups manage page.
The tests have been modified to reflect the changes to the behavior of
the color check. Tests for the ACP will follow.
PHPBB3-11538
|
|/
|
|
|
|
|
| |
The current look highly differed from the rest of the UCP. Additionally,
this caused the error message to be hardly noticeable at all.
PHPBB3-11537
|
|
|
|
|
|
|
| |
The template variable {FORUM_NAME} was missing from
the login page of a password protected forum
PHPBB3-11144
|
|\
| |
| |
| |
| |
| |
| | |
# By Marc Alexander
# Via Marc Alexander
* remotes/marc/ticket/6723:
[ticket/6723] Show info that message has been deleted before delivery
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If the message has been deleted before the delivery it will still show in
the message history, although with an empty message. This patch will
change that behavior to showing the info that it has been deleted before
it was delivered in red letters. The red letters ensure that users won't
mistake the info for the actual message.
PHPBB3-6723
|
|/
|
|
| |
PHPBB3-11368
|
|
|
|
| |
PHPBB3-10841
|
|
|
|
| |
PHPBB3-10841
|
|
|
|
|
|
|
| |
Commit also deletes all unnecessary blank spaces at
the end of the lines in both ucp_prefs_personal.html
PHPBB3-10841
|
|
|
|
|
|
|
|
| |
If you upload a file with a long filename the filename will partially
cover the arrow icon background image. Remove the icon as it's not needed
anyways.
PHPBB3-10879
|
|\
| |
| |
| |
| | |
* NeoAdonis/ticket/10661:
[ticket/10661] Added to enumerated recipients (prosilver)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added missing to enumerated recipients after IF statements
to see if it is a group or not (to_recipient.IS_GROUP and
bcc_recipient.ISGROUP), in posting_editor template in prosilver
style.
PHPBB3-10661
|
| |
| |
| |
| | |
PHPBB3-11135
|
| |
| |
| |
| |
| |
| |
| | |
Search backend displays an additional normalized search query just above
the ignored words.
PHPBB3-10943
|
|\ \
| | |
| | |
| | |
| | | |
* mvinny/ticket/10789:
[ticket/10789] Remove unnecessary variables from PM print - prosilver
|
| | |
| | |
| | |
| | | |
PHPBB3-10789
|
| | |
| | |
| | |
| | | |
PHPBB3-10978
|
| | | |
|
| | |
| | |
| | |
| | | |
PHPBB3-10835
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
* nickvergessen/ticket/9089:
[ticket/9089] Add tabindex to pm/topic/post icon-options aswell
[ticket/9089] Add tabindex to PM recipient box, to allow tabbing to the subject
|
| | |
| | |
| | |
| | | |
PHPBB3-9089
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I also added tabindex 1 to the buttons for adding the recipients.
Also note, that duplicated tabindex are fine:
http://www.w3.org/TR/html4/interact/forms.html#adef-tabindex
PHPBB3-9089
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* callumacrae/ticket/10455:
[ticket/10455] Removed NOTE from prosilver overall_header.html.
|
| | |
| | |
| | |
| | | |
PHPBB3-10455
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added POWERED_BY line to common.php and modified the templates
to use it.
PHPBB3-10607
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* sadu/ticket/10699:
[ticket/10699] Long h2 title breaks div.minitabs in MCP
[ticket/10699] Long h2 title breaks div.minitabs in MCP
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed minor issues in formatting.
PHPBB3-10699
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixed overlapping of Subject title over the minitabs.
Added css property to cp.css under MCP Specific tweaks.
Wrapped h2 and #minitabs under .tabs-container with
clear: both
PHPBB3-10699
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
In opera, window.getSelection() returned incorrect values, should be using
document.getSelection() instead. Fixed in prosilver and subsilver2 templates.
PHPBB3-10731
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added label tags around the "select" text in the post splitting UI in the MCP.
Had to add IDs based on the post ID to the select boxes to allow label to
work. Tested in Firefox and Chrome.
PHPBB3-10730
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* nickvergessen/ticket/10717:
[ticket/10717] Fix profile field sample in prosilver´s memberlist_view.html
|
| | |/
| |/|
| | |
| | | |
PHPBB3-10717
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* nickvergessen/ticket/8636:
[ticket/8636] Add resync option to topic_view moderation page
|
| |/
| |
| |
| | |
PHPBB3-8636
|