aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12202] Use copyright symbol in style.cfg filesNathan Guse2014-03-092-3/+3
| | | | PHPBB3-12202
* Merge remote-tracking branch 'remotes/prototech/ticket/12093' into ↵Nathan Guse2014-02-192-2/+2
|\ | | | | | | | | | | | | develop-olympus * remotes/prototech/ticket/12093: [ticket/12093] Check that document.selection is supported.
| * [ticket/12093] Check that document.selection is supported.Cesar G2014-01-252-2/+2
| | | | | | | | PHPBB3-12093
* | [ticket/12146] Added a missing # to inline css-style of <span>Crizz02014-02-021-1/+1
| | | | | | | | PHPBB3-12146
* | [ticket/12119] Remove meta tags from view-print templatesMarcus Vinicius2014-01-272-4/+0
| | | | | | | | PHPBB3-12119
* | [ticket/12118] Add noindex meta tag to subsilver2 view-print templatesMarcus Vinicius2014-01-262-0/+2
|/ | | | PHPBB3-12118
* [ticket/10023] Make password change notification more noticeableOliver Schramm2013-12-122-4/+4
| | | | PHPBB3-10023
* [ticket/12061] Fix keyboard shortcut in firefoxOliver Schramm2013-12-061-1/+1
| | | | PHPBB3-12061
* [ticket/11879] Replace .live() with .on()Vjacheslav Trushkin2013-10-021-1/+1
| | | | PHPBB3-11879
* [ticket/11811] Remove outline on :focusVjacheslav Trushkin2013-09-132-0/+13
| | | | PHPBB3-11811
* [ticket/11829] Use report_closed to determine status in MCP report_detailsrechosen2013-09-042-3/+3
| | | | | | | | | | 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
* [ticket/11801] removed some whitespace and added missing semi colon's in cssProsk8er2013-08-192-18/+18
| | | | PHPBB3-11801
* [ticket/11789] Remove inline color in memberlist_viewVjacheslav Trushkin2013-08-182-2/+2
| | | | PHPBB3-11789
* [ticket/11789] Remove colors from HTML codeVjacheslav Trushkin2013-08-144-5/+13
| | | | PHPBB3-11789
* [ticket/10037] Fix table in subsilver2Oliver Schramm2013-07-311-24/+18
| | | | | | Thanks, nickvergessen! ;-) PHPBB3-10037
* [ticket/10037] Apply attached patch with a few changesOliver Schramm2013-07-253-5/+38
| | | | PHPBB3-10037
* [develop-olympus] Bumping version numbers to final for 3.0.12 releases.Andreas Fischer2013-07-128-8/+8
|
* [ticket/11566] Subsilver template error displayed after table headersDhruv2013-07-011-4/+4
| | | | PHPBB3-11561
* [ticket/11566] Add captcha to report post template in subsilverDhruv2013-07-011-0/+8
| | | | PHPBB3-11566
* [ticket/11566] add error in templateDhruv2013-07-011-0/+1
| | | | | | | Check if error exists, then display it in the report post template. PHPBB3-11566
* [ticket/11566] add interface for captchaDhruv2013-07-011-0/+3
| | | | | | | Add basic captcha template while reporting post when the user is not a registered user. PHPBB3-11566
* [ticket/11094] Add textbox for jabber while memberlist searchDhruv2013-06-151-0/+4
| | | | PHPBB3-11094
* Merge remote-tracking branch 'marc1706/ticket/11538' into develop-olympusAndreas Fischer2013-05-261-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * [ticket/11538] Simplify colour value check and remove support for '#'Marc Alexander2013-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | [ticket/11537] Adjust error message on ucp group manage to fit rest of ucpMarc Alexander2013-05-141-9/+8
|/ | | | | | | 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
* [ticket/11144] Add missing {FORUM_NAME} variableGaëtan Muller2013-05-062-20/+33
| | | | | | | The template variable {FORUM_NAME} was missing from the login page of a password protected forum PHPBB3-11144
* Merge remote-tracking branch 'remotes/marc/ticket/6723' into develop-olympusNathaniel Guse2013-03-022-2/+2
|\ | | | | | | | | | | | | # By Marc Alexander # Via Marc Alexander * remotes/marc/ticket/6723: [ticket/6723] Show info that message has been deleted before delivery
| * [ticket/6723] Show info that message has been deleted before deliveryMarc Alexander2013-03-032-2/+2
| | | | | | | | | | | | | | | | | | | | 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
* | [ticket/11368] Fix background color for PM report rows by using accessing var.Andreas Fischer2013-02-261-1/+1
|/ | | | PHPBB3-11368
* Merge remote-tracking branch 'remotes/Senky/ticket/10050' into develop-olympusNathaniel Guse2013-01-301-1/+1
|\ | | | | | | | | | | | | | | # By Senky # Via Senky * remotes/Senky/ticket/10050: [ticket/10050] removing prosilver edits [ticket/10050] adding .topicrow to template condition
| * [ticket/10050] removing prosilver editsSenky2013-01-241-1/+1
| | | | | | | | PHPBB3-10050
| * [ticket/10050] adding .topicrow to template conditionSenky2013-01-222-2/+2
| | | | | | | | PHPBB3-10050
* | [ticket/10841] Revert more whitespace changes.Oleg Pudeyev2012-12-051-2/+2
| | | | | | | | PHPBB3-10841
* | [ticket/10841] Revert whitespace changes.Oleg Pudeyev2012-12-052-20/+20
| | | | | | | | PHPBB3-10841
* | [ticket/10841] Modifying style and language selectors in UCPSenky2012-12-052-28/+32
| | | | | | | | | | | | | | Commit also deletes all unnecessary blank spaces at the end of the lines in both ucp_prefs_personal.html PHPBB3-10841
* | [ticket/10879] Remove arrow icon from attachment link in editorMarc Alexander2012-11-131-1/+1
| | | | | | | | | | | | | | | | 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
* | Merge remote-tracking branch 'p/ticket/11081' into develop-olympusAndreas Fischer2012-11-071-1/+1
|\ \ | | | | | | | | | | | | * p/ticket/11081: [ticket/11081] Drop duplicated </td> in subsilver captcha qa template.
| * | [ticket/11081] Drop duplicated </td> in subsilver captcha qa template.Oleg Pudeyev2012-11-061-1/+1
| | | | | | | | | | | | PHPBB3-11081
* | | Merge PR #717 branch 'NeoAdonis/ticket/10661' into develop-olympusOleg Pudeyev2012-11-061-3/+3
|\ \ \ | |/ / |/| | | | | | | | * NeoAdonis/ticket/10661: [ticket/10661] Added &nbsp; to enumerated recipients (prosilver)
| * | [ticket/10661] Added &nbsp; to enumerated recipients (prosilver)Adonais Romero González2012-04-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing &nbsp; 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
* | | Merge PR #973 branch 'bantu/ticket/11069' into develop-olympusOleg Pudeyev2012-10-101-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * bantu/ticket/11069: [ticket/11069] Add closing span back to credit line in subsilver2 simple footer
| * | | [ticket/11069] Add closing span back to credit line in subsilver2 simple footerAndreas Fischer2012-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Regression from 0ceb77fb995e7433242a87c1fe0c22840a2b23e1. PHPBB3-11069
* | | | [ticket/11135] Full replacement of credit link to httpsVinny2012-10-056-6/+6
|/ / / | | | | | | | | | PHPBB3-11135
* | | [ticket/10943] displays searched query in search resultDhruv Goel2012-08-111-0/+1
| |/ |/| | | | | | | | | | | Search backend displays an additional normalized search query just above the ignored words. PHPBB3-10943
* | Merge remote-tracking branch 'mvinny/ticket/10789' into develop-olympusAndreas Fischer2012-07-171-3/+2
|\ \ | | | | | | | | | | | | * mvinny/ticket/10789: [ticket/10789] Remove unnecessary variables from PM print - prosilver
| * | [ticket/10789] Remove unnecessary variables from PM print - prosilverVinny2012-05-221-3/+2
| | | | | | | | | | | | PHPBB3-10789
* | | [ticket/10978] Fix typo in prosilver ucp_groups_membership.htmlPatrick Webster2012-07-091-1/+1
| | | | | | | | | | | | PHPBB3-10978
* | | [develop-olympus] Bumping version numbers to final for 3.0.11 releases.Andreas Fischer2012-05-318-8/+8
| | |
* | | Merge PR #785 branch 'Senky/ticket/10835' into develop-olympusOleg Pudeyev2012-05-112-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * Senky/ticket/10835: [ticket/10835] changing "e-mail" to "email" [ticket/10835] changing CURRENT_CHANGE_PASSWORD_EXPLAIN language entry [ticket/10835] fixing misleading message in UCP
| * | | [ticket/10835] fixing misleading message in UCPSenky2012-05-012-3/+3
| | | | | | | | | | | | | | | | PHPBB3-10835