Merge remote-tracking branch 'refs/remotes/origin/master' into develop

main
Barış Soner Uşaklı 7 years ago
commit efb65cfce8

@ -205,6 +205,8 @@
display: inline-block; display: inline-block;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
padding-top: 0px;
padding-bottom: 0px;
} }
.open>a { .open>a {

@ -107,6 +107,11 @@
} }
} }
.posts-list.diffs .posts-list-item .content {
max-height: inherit;
overflow-y: none;
}
@media (max-width: @screen-sm-min) { @media (max-width: @screen-sm-min) {
.posts-list .posts-list-item .post-info { .posts-list .posts-list-item .post-info {
width: 100px; width: 100px;

@ -1,6 +1,6 @@
{ {
"name": "nodebb-theme-persona", "name": "nodebb-theme-persona",
"version": "8.0.0", "version": "8.0.9",
"nbbpm": { "nbbpm": {
"compatibility": "^1.8.0" "compatibility": "^1.8.0"
}, },
@ -40,6 +40,6 @@
}, },
"dependencies": { "dependencies": {
"striptags": "^3.1.1", "striptags": "^3.1.1",
"pulling": "^1.1.1" "pulling": "^1.1.2"
} }
} }

@ -70,7 +70,7 @@
<!-- IF websiteName --> <!-- IF websiteName -->
<span>[[user:website]]</span> <span>[[user:website]]</span>
<strong><a href="{websiteLink}" rel="nofollow">{websiteName}</a></strong> <strong><a href="{websiteLink}" rel="nofollow noopener noreferrer">{websiteName}</a></strong>
<!-- ENDIF websiteName --> <!-- ENDIF websiteName -->
<!-- IF location --> <!-- IF location -->

@ -46,7 +46,7 @@
<div component="chat/composer"> <div component="chat/composer">
<textarea component="chat/input" placeholder="[[modules:chat.placeholder]]" class="form-control chat-input mousetrap" rows="1"></textarea> <textarea component="chat/input" placeholder="[[modules:chat.placeholder]]" class="form-control chat-input mousetrap" rows="1"></textarea>
<button class="btn btn-primary" type="button" data-action="send">[[modules:chat.send]]</button> <button class="btn btn-primary" type="button" data-action="send"><i class="fa fa-fw fa-2x fa-paper-plane"></i></button>
<span component="chat/message/remaining">{maximumChatMessageLength}</span> <span component="chat/message/remaining">{maximumChatMessageLength}</span>
</div> </div>
</div> </div>

@ -55,7 +55,7 @@
<h4>[[login:alternative_logins]]</h4> <h4>[[login:alternative_logins]]</h4>
<ul class="alt-logins"> <ul class="alt-logins">
<!-- BEGIN authentication --> <!-- BEGIN authentication -->
<li class="{authentication.name}"><a rel="nofollow" target="_top" href="{config.relative_path}{authentication.url}"><i class="fa {authentication.icon} fa-3x"></i></a></li> <li class="{authentication.name}"><a rel="nofollow noopener noreferrer" target="_top" href="{config.relative_path}{authentication.url}"><i class="fa {authentication.icon} fa-3x"></i></a></li>
<!-- END authentication --> <!-- END authentication -->
</ul> </ul>
</div> </div>

@ -7,7 +7,7 @@
[[notifications:outgoing_link_message, {title}]] [[notifications:outgoing_link_message, {title}]]
</h3> </h3>
<p> <p>
<a href="{outgoing}" rel="nofollow" class="btn btn-primary btn-lg">[[notifications:continue_to, {outgoing}]]</a> <a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary btn-lg">[[notifications:continue_to, {outgoing}]]</a>
<a id="return-btn" href="#" class="btn btn-lg btn-warning">[[notifications:return_to, {title}]]</a> <a id="return-btn" href="#" class="btn btn-lg btn-warning">[[notifications:return_to, {title}]]</a>
</p> </p>
</div> </div>

@ -23,8 +23,8 @@
<a href="{config.relative_path}/user/{userslug}" class="inline-block" id="profile">[[user:profile]]</a> <a href="{config.relative_path}/user/{userslug}" class="inline-block" id="profile">[[user:profile]]</a>
</li> </li>
<!-- IF showHidden --> <!-- IF showHidden -->
<li><a href="{config.relative_path}/user/{userslug}/settings">[[user:settings]]</a></li>
<li><a href="{config.relative_path}/user/{userslug}/edit">[[user:edit]]</a></li> <li><a href="{config.relative_path}/user/{userslug}/edit">[[user:edit]]</a></li>
<li><a href="{config.relative_path}/user/{userslug}/settings">[[user:settings]]</a></li>
<!-- ENDIF showHidden --> <!-- ENDIF showHidden -->
<!-- IF !isSelf --> <!-- IF !isSelf -->

@ -19,6 +19,6 @@
<hr /> <hr />
<ul class="posts-list"></ul> <ul class="posts-list diffs"></ul>
</div> </div>
<!-- END --> <!-- END -->

@ -1,4 +1,22 @@
<div> <div class="panel panel-primary fork-thread-card">
<div class="panel-heading">
<h3 class="panel-title">[[topic:thread_tools.move-posts]]</h3>
</div>
<div class="panel-body">
<div>
<label for="topicId">[[topic:topic_id]]</label> <label for="topicId">[[topic:topic_id]]</label>
<input id="topicId" type="text" class="form-control" placeholder="[[topic:topic_id_placeholder]]"><br/> <input id="topicId" type="text" class="form-control" placeholder="[[topic:topic_id_placeholder]]"><br/>
</div>
<p>
[[topic:move_posts_instruction]]<br />
<strong><span id="pids"></span></strong>
</p>
</div>
<div class="panel-footer">
&nbsp;
<div class="btn-group pull-right">
<button class="btn btn-link btn-xs" id="move_posts_cancel">[[global:buttons.close]]</button>
<button class="btn btn-primary btn-xs" id="move_posts_confirm" disabled>[[topic:move]]</button>
</div>
</div>
</div> </div>

@ -7,6 +7,7 @@
<li class="divider"></li> <li class="divider"></li>
<li><a component="topic/move" href="#"><i class="fa fa-fw fa-arrows"></i> [[topic:thread_tools.move]]</a></li> <li><a component="topic/move" href="#"><i class="fa fa-fw fa-arrows"></i> [[topic:thread_tools.move]]</a></li>
<li><a component="topic/fork" href="#"><i class="fa fa-fw fa-code-fork"></i> [[topic:thread_tools.fork]]</a></li> <li><a component="topic/fork" href="#"><i class="fa fa-fw fa-code-fork"></i> [[topic:thread_tools.fork]]</a></li>
<li><a component="topic/move-posts" href="#"><i class="fa fa-fw fa-arrows"></i> [[topic:thread_tools.move-posts]]</a></li>
<li class="divider"></li> <li class="divider"></li>
<!-- ENDIF privileges.editable --> <!-- ENDIF privileges.editable -->

@ -68,7 +68,7 @@
<h4>[[register:alternative_registration]]</h4> <h4>[[register:alternative_registration]]</h4>
<ul class="alt-logins"> <ul class="alt-logins">
<!-- BEGIN authentication --> <!-- BEGIN authentication -->
<li class="{authentication.name}"><a rel="nofollow" target="_top" href="{config.relative_path}{authentication.url}"><i class="fa {authentication.icon} fa-3x"></i></i></a></li> <li class="{authentication.name}"><a rel="nofollow noopener noreferrer" target="_top" href="{config.relative_path}{authentication.url}"><i class="fa {authentication.icon} fa-3x"></i></i></a></li>
<!-- END authentication --> <!-- END authentication -->
</ul> </ul>
</div> </div>

@ -34,9 +34,24 @@
<div class="panel-body search-options collapse <!-- IF expandSearch -->in<!-- ENDIF expandSearch -->"> <div class="panel-body search-options collapse <!-- IF expandSearch -->in<!-- ENDIF expandSearch -->">
<div class="form-group post-search-item"> <div class="form-group post-search-item">
<div class="row">
<div class="col-md-3">
<label>[[search:match-words]]</label>
<select id="match-words-filter" class="form-control">
<option value="all">[[search:all]]</option>
<option value="any">[[search:any]]</option>
</select>
</div>
<div class="col-md-3">
<label>[[search:posted-by]]</label> <label>[[search:posted-by]]</label>
<input type="text" class="form-control" id="posted-by-user" placeholder="[[search:posted-by]]"> <input type="text" class="form-control" id="posted-by-user" placeholder="[[search:posted-by]]">
</div> </div>
<div class="col-md-6">
<label>[[search:has-tags]]</label>
<input type="text" class="form-control" id="has-tags">
</div>
</div>
</div>
<div class="form-group post-search-item"> <div class="form-group post-search-item">
<label>[[search:in-categories]]</label> <label>[[search:in-categories]]</label>
@ -48,10 +63,6 @@
<input type="checkbox" id="search-children"> [[search:search-child-categories]] <input type="checkbox" id="search-children"> [[search:search-child-categories]]
</div> </div>
<div class="form-group post-search-item">
<label>[[search:has-tags]]</label>
<input type="text" class="form-control" id="has-tags">
</div>
<div class="form-group post-search-item"> <div class="form-group post-search-item">
<label>[[search:reply-count]]</label> <label>[[search:reply-count]]</label>

Loading…
Cancel
Save