-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ilia Rostovtsev
committed
Jan 5, 2017
1 parent
5274351
commit bad49ed
Showing
95 changed files
with
992 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18.31 | ||
18.32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Authentic Theme 18.31 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.32 (https://github.com/qooob/authentic-theme) | ||
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]> | ||
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) | ||
# | ||
|
@@ -495,7 +495,7 @@ sub usermin_available { | |
$__usermin_config =~ s/webmin/usermin/; | ||
|
||
if ( !-d $__usermin_config . '/authentic-theme' ) { | ||
mkdir( $__usermin_config . '/authentic-theme', 0755 ); | ||
mkdir( $__usermin_config . '/authentic-theme', "0755" ); | ||
} | ||
|
||
if ( -r $__usermin_root . $_module | ||
|
@@ -960,8 +960,8 @@ sub get_button_style { | |
|
||
sub theme_version { | ||
my ($switch) = @_; | ||
my $sh__ln__p___version = '18.30'; | ||
my $sh__ln__c___version = '18.31'; | ||
my $sh__ln__p___version = '18.31'; | ||
my $sh__ln__c___version = '18.32'; | ||
( ( !$switch ) && ( $sh__ln__c___version =~ s/\.//ig ) ); | ||
return $sh__ln__c___version; | ||
} | ||
|
@@ -990,7 +990,7 @@ sub get_stripped { | |
} | ||
|
||
sub get_raw { | ||
if ( index( get_env('request_uri'), 'stripped=1&stripped=2' ) gt -1 ) { | ||
if ( index( get_env('request_uri'), 'stripped=1&stripped=2' ) gt -1 || get_module_name() eq "file") { | ||
return 1; | ||
} | ||
else { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Authentic Theme 18.31 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.32 (https://github.com/qooob/authentic-theme) | ||
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]> | ||
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) | ||
# | ||
|
@@ -3438,6 +3438,9 @@ sub init_type { | |
|
||
sub init { | ||
|
||
# Make sure that config directory exists | ||
__config_dir_available(); | ||
|
||
# Register hooks | ||
$t_uri____i = ( $t_uri_cloudmin == -1 ? 'dom' : 'sid' ); | ||
$t_uri_virtualmin != -1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Authentic Theme 18.31 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.32 (https://github.com/qooob/authentic-theme) | ||
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]> | ||
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Authentic Theme 18.31 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.32 (https://github.com/qooob/authentic-theme) | ||
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]> | ||
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) | ||
# | ||
|
@@ -17,7 +17,8 @@ if ( $__settings{'settings_sysinfo_link_mini'} ne 'false' | |
print '</li>'; | ||
} | ||
|
||
if ( $__settings{'settings_show_terminal_link'} ne 'false' ) | ||
if ( $__settings{'settings_show_terminal_link'} ne 'false' | ||
&& foreign_available("shell") ) | ||
{ | ||
print '<li class="user-link ported-console cursor-pointer">'; | ||
print '<span><i class="fa fa-fw fa-terminal"></i></span>'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Authentic Theme 18.31 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.32 (https://github.com/qooob/authentic-theme) | ||
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]> | ||
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) | ||
# | ||
|
@@ -13,25 +13,23 @@ our $__changelog | |
<h4 class="modal-title" id="update_notice_label"><i class="fa fa-fw fa-info-circle"> </i>' . $Atext{'theme_update_notice'} . '</h4> | ||
</div> | ||
<div class="modal-body" style="font-weight: 300"> | ||
<h4>Version 18.31 (December 09, 2016) <i class="fa fa-star text-lighter margined-right-2"></i><i class="fa fa-star text-lighter margined-right-2"></i><i class="fa fa-star text-lighter margined-right-2"></i><i class="fa fa-star text-lighter margined-right-2"></i><i class="fa fa-star text-lighter margined-right-2"></i></h4> | ||
<h4>Version 18.30-18.32 (January 05, 2017)</h4> | ||
<ul> | ||
<li>Added <em>Catalan</em> language, thanks to <a class="label label-default" href="https://github.com/diathesaron" target="_blank">David Canalias</a></li> | ||
<li>Fixed bugs | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/592" target="_blank">#592</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/593" target="_blank">#593</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/pull/594" target="_blank">#594</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/597" target="_blank">#597</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/599" target="_blank">#599</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/600" target="_blank">#600</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/601" target="_blank">#601</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/602" target="_blank">#602</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/605" target="_blank">#605</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/pull/611" target="_blank">#611</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/pull/617" target="_blank">#617</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/619" target="_blank">#619</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/620" target="_blank">#620</a> | ||
<a class="label label-default" href="https://www.virtualmin.com/node/767595" target="_blank">#767595</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/624" target="_blank">#624</a> | ||
<a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/628" target="_blank">#628</a> | ||
<a class="label label-default" href="https://www.virtualmin.com/node/44856" target="_blank">#44856</a> | ||
<a class="label label-default" href="https://www.virtualmin.com/node/44874" target="_blank">#44874</a> | ||
<a class="label label-default" href="https://www.virtualmin.com/node/45206" target="_blank">#45206</a> | ||
</li> | ||
</ul> | ||
<span style=" float: right; font-size: 10px; display: inline-block; margin-top: -7px; ">18.31</span><hr style="margin-top: 18px; margin-bottom: 12px;"> | ||
<span style=" float: right; font-size: 10px; display: inline-block; margin-top: -7px; ">18.32</span><hr style="margin-top: 18px; margin-bottom: 12px;"> | ||
<ul> | ||
<li>Increased theme\'s speed and stability</li> | ||
<li>Added new drop-down <em>Command Shell</em> port. There is no need in going to <em>Shell</em> module to use console anymore. By default, hitting <code>Alt+K</code> anywhere in the theme will bring its accessibility immediately <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/566" target="_blank">#566</a></li> | ||
|
@@ -51,12 +49,12 @@ our $__changelog | |
<li>Fixed the logic of selecting/accessing objects in modules for list (icons) mode. For selecting use click/right-click; for accessing double-click <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/575" target="_blank">#575</a></li> | ||
<li>Fixed missed tag at core function. Thanks to <em>Michael Varian</em> <a class="label label-default" href="https://github.com/qooob/authentic-theme/pull/576" target="_blank">#576</a></li> | ||
<li>Fixed dozens of unreported bugs</li> | ||
<li>Fixed bugs <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/394" target="_blank">#394</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/571" target="_blank">#571</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/582" target="_blank">#582</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/583" target="_blank">#583</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/587" target="_blank">#587</a> <a class="label label-default" href="https://www.virtualmin.com/node/43304" target="_blank">#43304</a> <a class="label label-default" href="https://www.virtualmin.com/node/44156" target="_blank">#44156</a></li> | ||
<li>Fixed bugs <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/394" target="_blank">#394</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/571" target="_blank">#571</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/582" target="_blank">#582</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/583" target="_blank">#583</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/587" target="_blank">#587</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/592" target="_blank">#592</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/593" target="_blank">#593</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/pull/594" target="_blank">#594</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/597" target="_blank">#597</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/599" target="_blank">#599</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/600" target="_blank">#600</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/601" target="_blank">#601</a> <a class="label label-default" href="https://github.com/qooob/authentic-theme/issues/602" target="_blank">#602</a> <a class="label label-default" href="https://www.virtualmin.com/node/43304" target="_blank">#43304</a> <a class="label label-default" href="https://www.virtualmin.com/node/44156" target="_blank">#44156</a></li> | ||
</ul> | ||
<!-- <h5 style="margin-top:10px; margin-bottom:5px; font-weight: 300">How do I make the theme load faster?</h5> <em>Webmin</em> has in-built option to compress static files. It\'s possible to enable this feature by going to <code>Webmin->Webmin Configuration->Web Server Options</code> and setting <em>Gzip compress static files</em> option to <em>Use pre-compressed file and compress dynamically</em>.--> | ||
<hr> | ||
<span style=" float: right; font-size: 10px; display: inline-block; margin-top: -36px; ">18.30</span> | ||
<span style=" float: right; font-size: 10px; display: inline-block; margin-top: -36px; ">18.30-18.31</span> | ||
<h4 style="margin-top:20px;">' . $Atext{'theme_development_support'} . ' <i class="fa fa-fw fa-lg fa-heartbeat" style="color: #c9302c"></i></h4> | ||
' . ( !licenses('cm') && !licenses('vm') ? '' : '<!--' ) . 'Thank you for using <a target="_blank" style="color: #333; font-weight: normal;" href="https://github.com/qooob/authentic-theme">' . $Atext{'theme_name'} . '</a>. Overall development of this theme has already passed the stage of <span class="badge" style="font-size: 90%; background-color: #4ca14e; border-color: #3c763d;">2000</span> hours. | ||
I am happy to provide it for free but it would mean a lot to <a href="https://rostovtsev.ru" target="_blank">me</a>, if you sent me a donation using <a target="_blank" class="badge fa fa-paypal" style="font-size: 11px; background-color: #5bc0de;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&lc=us&business=programming%40rostovtsev%2eru¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest"> <span class="font-family-default" style="margin-left: -7px;">PayPal</span></a> or <a target="_blank" class="badge" style="font-size: 11px; background-color: #f7931a; display: inline-block; max-height: 17px;" href="https://github.com/qooob/authentic-theme#license"> <span class="font-family-default" style="margin-left: -7px;"><em style="margin-left: 7px; font-weight: 700; margin-right: 3px; font-size: 15px; vertical-align: middle; margin-top: -3px; display: inline-block;">฿ </em> Bitcoin</span></a> or <a target="_blank" class="badge fa fa-y-combinator" style="font-size: 11px; background-color: #fac514;" href="https://rostovtsev.ru/pub/api/donation/yandex.html"> <span class="font-family-default" style="margin-left: -7px;">Yandex Money</span></a>. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ framed=1 | |
cs_table=feffff | ||
cs_header=ffffff class='thead' | ||
cs_link=376ebd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.31 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.32 (https://github.com/qooob/authentic-theme) | ||
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin) | ||
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]> | ||
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/perl | ||
|
||
# | ||
# Authentic Theme 18.31 (https://github.com/qooob/authentic-theme) | ||
# Authentic Theme 18.32 (https://github.com/qooob/authentic-theme) | ||
# Copyright 2015 Alexandr Bezenkov (https://github.com/Real-Gecko/filemin) | ||
# Copyright 2014-2017 Ilia Rostovtsev <[email protected]> | ||
# Licensed under MIT (https://github.com/qooob/authentic-theme/blob/master/LICENSE) | ||
|
Oops, something went wrong.