Skip to content

Commit

Permalink
18.45 [patch #727]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed May 5, 2017
1 parent 5afe54c commit e1cf605
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Changelog

#### Version 18.46-beta4 (25 April, 2017)
Fixed bugs [#685](https://github.com/qooob/authentic-theme/issues/685) [#723](https://github.com/qooob/authentic-theme/issues/723) [#726](https://github.com/qooob/authentic-theme/issues/726) [#51917](https://www.virtualmin.com/node/51917)
#### Version 18.46-beta5 (25 April, 2017)
* Fixed bugs [#685](https://github.com/qooob/authentic-theme/issues/685) [#723](https://github.com/qooob/authentic-theme/issues/723) [#726](https://github.com/qooob/authentic-theme/issues/726) [#727](https://github.com/qooob/authentic-theme/issues/727) [#51917](https://www.virtualmin.com/node/51917)

#### Version 18.45 (21 April, 2017)
* Added ability to install patched version of the theme directly from GitHub, to get early access on the new features [#707](https://github.com/qooob/authentic-theme/issues/707)
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/authentic.css
Original file line number Diff line number Diff line change
Expand Up @@ -10163,7 +10163,7 @@ screen and (max-height:600px) {

@media(min-width:768px) {
.modal-dialog.modal-dialog-update {
width: 580px;
width: 600px;
margin: 30px auto
}
}
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/authentic.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions unauthenticated/css/palettes/nightrider.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ html[data-background-style='nightRider'] ::-webkit-scrollbar-thumb:hover {
html[data-background-style='nightRider'] #list_form tbody tr.hl-aw.m-not-active:not(.m-active),
html[data-background-style='nightRider'] .panel-body form .table-hardcoded tbody tr td>table.table-striped tbody>tr.hl-aw.ui_checked_columns:nth-of-type(odd) td,
html[data-background-style='nightRider'] .panel-body form .table-hardcoded tbody tr td>table.table-striped tbody>tr.hl-aw.ui_checked_columns:nth-of-type(even) td,
html[data-background-style='nightRider'] body[data-module*='htaccess-htpasswd'] .table-striped>tbody>tr.hl-aw:nth-child(odd) td>table.ui_grid_table tr.ui_grid_row td,
html[data-background-style='nightRider'] body[data-module*='htaccess-htpasswd'] .table-striped>tbody>tr.hl-aw:nth-child(even) td>table.ui_grid_table tr.ui_grid_row td,
html[data-background-style='nightRider'] body[data-module*='htaccess-htpasswd'] #DataTables_Table_0>tbody>tr.hl-aw:nth-child(odd) td>table.ui_grid_table tr.ui_grid_row td,
html[data-background-style='nightRider'] body[data-module*='htaccess-htpasswd'] #DataTables_Table_0>tbody>tr.hl-aw:nth-child(even) td>table.ui_grid_table tr.ui_grid_row td,
html[data-background-style='nightRider'] form[action='save_newshells.cgi'] .hl-aw:nth-of-type(odd),
body[class*='file-manager'] #list_form tbody tr.checked:hover,
html[data-background-style='nightRider'] .hl-aw {
Expand All @@ -120,8 +120,8 @@ html[data-background-style='nightRider'] #list_form tbody tr:hover.m-active.m-no
html[data-background-style='nightRider'] #list_form tbody tr.m-active,
.panel-body form .table-hardcoded tbody tr td>table.table-striped tbody>tr:hover.ui_checked_columns:nth-of-type(odd) td,
.panel-body form .table-hardcoded tbody tr td>table.table-striped tbody>tr:hover.ui_checked_columns:nth-of-type(even) td,
html[data-background-style='nightRider'] body[data-module*='htaccess-htpasswd'] .table-striped>tbody>tr:hover:nth-child(odd) td>table.ui_grid_table tr.ui_grid_row td,
html[data-background-style='nightRider'] body[data-module*='htaccess-htpasswd'] .table-striped>tbody>tr:hover:nth-child(even) td>table.ui_grid_table tr.ui_grid_row td,
html[data-background-style='nightRider'] body[data-module*='htaccess-htpasswd'] #DataTables_Table_0>tbody>tr:hover:nth-child(odd) td>table.ui_grid_table tr.ui_grid_row td,
html[data-background-style='nightRider'] body[data-module*='htaccess-htpasswd'] #DataTables_Table_0>tbody>tr:hover:nth-child(even) td>table.ui_grid_table tr.ui_grid_row td,
html[data-background-style='nightRider'] tr.atshover:hover td kbd,
html[data-background-style='nightRider'] tr.atshover:hover td code,
html[data-background-style='nightRider'] tr.atshover:hover td div,
Expand Down Expand Up @@ -402,6 +402,10 @@ html[data-background-style='nightRider'] .table-striped>tbody>tr:nth-child(even)
background-color: #2a2d31
}

html[data-background-style='nightRider'] body[data-module*='htaccess-htpasswd'] #DataTables_Table_0>tbody>tr:nth-child(even) td>table.ui_grid_table tr.ui_grid_row td {
background-color: #2a2d31 !important
}

html[data-background-style='nightRider'] .opener_extra_container_a_style,
html[data-background-style='nightRider'] .opener_extra_container_style,
html[data-background-style='nightRider'] .opener_shown table tbody tr,
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/nightrider.min.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion unauthenticated/js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ $("body").on("hide.bs.modal", "#update_notice", function() {
d = $(this).parent("li"),
e = d.find("a").length,
g = d.find("a:not(.bctl)");
f.html([f.text().slice(0, 6), "" + e + " other ", f.text().slice(6)].join(""));
f.html([f.text().slice(0, 6), "" + e + " ", f.text().slice(6)].join(""));
d.find("a:first").before('<a class="btn btn-xxs btn-transparent bctl margined-right-8 text-semi-dark text-force-link-hover" style="padding-left: 1px; padding-right: 1px" href="javascript:;" ><i class="fa fa-plus-square-o"></i></a>');
d.find("a.bctl").click(function(h) {
g.toggleClass("hidden");
Expand Down Expand Up @@ -2421,6 +2421,9 @@ $.each($("select"), function() {
$.each($(".ui_buttons_row input, .ui_buttons_row select"), function() {
$(this).addClass("heighter-34")
});
if (is__mf("gnupg", "list_keys.cgi")) {
$('input[id="id"]').addClass("heighter-34")
}
$.each($("tr > .ui_form"), function() {
if ($(this).next().next("td").find("input.submitter")) {
$(this).next().next("td").find("input.submitter").addClass("heighter-34")
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/content.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions unauthenticated/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ function manageConfig(d) {
data: a,
dataType: "text",
success: function(f) {
console.log(a);
setTimeout(function() {
if (typeof t___wi.page.at__s_s__b == "function") {
t__wi_p.$____has_frame__ ? t___wi.page.at__s_s__b(0) : at__s_s__b(0)
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/init.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/js/postinit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,7 @@ function t__m__m(f, l) {

function v__cm___init() {
if ($("textarea").length === 1 && ($("textarea").attr("name") === "data" || $("textarea").attr("name") === "text" || $("textarea").attr("name") === "conf" || is__mfq("virtual-server", "edit_html.cgi", "textok=") || $__source_file.indexOf("manual") > -1)) {
if (is__mf("virtual-server", "mass_ucreate_form.cgi") || is__mf("virtual-server", "mass_create_form.cgi") || is__mf("server-manager", "edit_pubkey.cgi") || is__mf("server-manager", "edit_key.cgi") || $__relative_url == "/config.cgi?server-manager" || is__mf("useradmin", "batch_form.cgi") || is__mf("useradmin", "gbatch_form.cgi") || $__source_file == "mass_form.cgi" || $("textarea").attr("id") === "notes") {
if (is__m("gnupg") || is__mf("virtual-server", "mass_ucreate_form.cgi") || is__mf("virtual-server", "mass_create_form.cgi") || is__mf("server-manager", "edit_pubkey.cgi") || is__mf("server-manager", "edit_key.cgi") || $__relative_url == "/config.cgi?server-manager" || is__mf("useradmin", "batch_form.cgi") || is__mf("useradmin", "gbatch_form.cgi") || $__source_file == "mass_form.cgi" || $("textarea").attr("id") === "notes") {
return 0
}
t__wi_p.$____loader_block__ = 1;
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/js/postinit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.45-git-201704251100
18.45-git-201704251251

0 comments on commit e1cf605

Please sign in to comment.