Skip to content

Commit

Permalink
Version 18.46 [perfected display and data-grouping for theme's update…
Browse files Browse the repository at this point in the history
… notice]
  • Loading branch information
Ilia Rostovtsev committed Apr 29, 2017
1 parent 5c3c138 commit 9d4981d
Show file tree
Hide file tree
Showing 29 changed files with 265 additions and 36 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
## Changelog

#### Version 18.47beta7 (28 April, 2017)
#### Version 18.46-patch11 (April 29, 2017)
* Added desktop notifications [#734](https://github.com/qooob/authentic-theme/issues/734)
* Added sortable table for Virtualmin/Scheduled Backups [#51970](https://www.virtualmin.com/node/51970)
* Added improved display and data-grouping for theme's update notice
* Fixed bugs [#731](https://github.com/qooob/authentic-theme/issues/731) [#51967](https://www.virtualmin.com/node/51967)

#### Version 18.46 (25 April, 2017)
#### Version 18.46 (April 25, 2017)
* Added sortable table for Virtualmin/Scheduled Backups [#51970](https://www.virtualmin.com/node/51970)
* 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) [#728](https://github.com/qooob/authentic-theme/issues/728) [#729](https://github.com/qooob/authentic-theme/issues/729) [#730](https://github.com/qooob/authentic-theme/issues/730) [#51917](https://www.virtualmin.com/node/51917)

#### Version 18.45 (21 April, 2017)
#### Version 18.45 (April 21, 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)
* Added PGP signature to verify authenticity of the package [860e1aa](https://github.com/qooob/authentic-theme/commit/860e1aa6cea9591efd7471c85cda540edecce6d9)
* Added console script for updating the theme [#703](https://github.com/qooob/authentic-theme/issues/703)
Expand All @@ -18,7 +19,7 @@
* Added buttons instead of having plain links [#719](https://github.com/qooob/authentic-theme/issues/719)
* Fixed bugs [#687](https://github.com/qooob/authentic-theme/issues/687) [#688](https://github.com/qooob/authentic-theme/issues/688) [#692](https://github.com/qooob/authentic-theme/issues/692) [#693](https://github.com/qooob/authentic-theme/issues/693) [#695](https://github.com/qooob/authentic-theme/issues/695) [#696](https://github.com/qooob/authentic-theme/issues/696) [#697](https://github.com/qooob/authentic-theme/issues/697) [#698](https://github.com/qooob/authentic-theme/issues/698) [#699](https://github.com/qooob/authentic-theme/issues/699) [#700](https://github.com/qooob/authentic-theme/issues/700) [#701](https://github.com/qooob/authentic-theme/issues/701) [#702](https://github.com/qooob/authentic-theme/issues/702) [#704](https://github.com/qooob/authentic-theme/issues/704) [#706](https://github.com/qooob/authentic-theme/issues/706) [#710](https://github.com/qooob/authentic-theme/issues/710) [#711](https://github.com/qooob/authentic-theme/issues/711) [#713](https://github.com/qooob/authentic-theme/issues/713) [#714](https://github.com/qooob/authentic-theme/issues/714) [#716](https://github.com/qooob/authentic-theme/issues/716) [#718](https://github.com/qooob/authentic-theme/issues/718) [#720](https://github.com/qooob/authentic-theme/issues/720) [#721](https://github.com/qooob/authentic-theme/issues/721) [#51526](https://www.virtualmin.com/node/51526) [#51807](https://www.virtualmin.com/node/51807)

### Version 18.40 (21 March, 2017)
### Version 18.40 (March 21, 2017)
* Added ability to use theme configuration for all users [#640](https://github.com/qooob/authentic-theme/issues/640#issuecomment-287572703)
* Added complete support for dark palette in the content page (right frame) [#664](https://github.com/qooob/authentic-theme/issues/664)
* Added ability to toggle dark/light palette in a flash
Expand Down
2 changes: 1 addition & 1 deletion authentic-init.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ sub theme_version
( ( !$switch && $sh__ln__g___version )
&& ( $sh__ln__c___version = $sh__ln__g___version, ( $sh__ln__c___version =~ s/\.|-|git//ig ) ) );

if (theme_mode() eq 'debug') {
if (theme_mode() eq 'debug' && !$switch && $sh__ln__g___version) {
$sh__ln__c___version .= time();
}
return $sh__ln__c___version;
Expand Down
2 changes: 1 addition & 1 deletion authentic-lib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3534,7 +3534,7 @@ s/###(.*?)\)/<\/ul><a href="https:\/\/github.com\/qooob\/authentic-theme\/releas
' . $changelog_data . '
</ul>
<hr>
<h4 style="margin-top:20px;">'
<h4 data-development style="margin-top:20px;">'
. $Atext{'theme_development_support'}
. '&nbsp;&nbsp;<i class="fa fa-fw fa-lg faa-pulse animated-hover fa-heartbeat" style="color: #c9302c"></i></h4>
Please be kind reporting bugs to
Expand Down
6 changes: 6 additions & 0 deletions lang/ca.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/cz.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/da.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/de.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -687,3 +687,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/en.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -685,3 +685,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/es.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/fr.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/it.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/nl.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/no.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/pl.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/pt.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/ro_RO.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -688,3 +688,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/ru.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -691,3 +691,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/sv.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -686,3 +686,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
6 changes: 6 additions & 0 deletions lang/zh_CN.UTF-8
Original file line number Diff line number Diff line change
Expand Up @@ -686,3 +686,9 @@ theme_xhred_global_return_to_module_index=Return to module index

#18.47
settings_account_info_link_mini=Show account information link as button
theme_xhred_global_complete_changelog=Complete changelog
theme_xhred_global_beta_version=Beta version
theme_xhred_global_release=Release
theme_xhred_global_released_on=Released on
theme_xhred_global_commited_on=Commited on
theme_xhred_global_resolved_issues=Resolved issues in %value releases
56 changes: 56 additions & 0 deletions unauthenticated/css/authentic.css
Original file line number Diff line number Diff line change
Expand Up @@ -3534,6 +3534,10 @@ a.opener_extra_container_a_style.opener_container_opened:before {
margin-right: -12px !important
}

.margined-right--18 {
margin-right: -18px !important
}

.margined-right--20 {
margin-right: -20px !important
}
Expand Down Expand Up @@ -10169,6 +10173,58 @@ screen and (max-height:600px) {
margin-bottom: 10px
}

.modal-dialog-update .modal-body>h4:first-child {
border-bottom: 1px solid #eee;
padding-bottom: 4px
}

.modal-dialog-update .modal-body span[data-bugs-container]>a:first-child {
margin-left: 6px
}

.modal-dialog-update .modal-body span[data-bugs-container]>a {
margin-right: 2px !important
}

.modal-dialog-update .modal-body div[data-bugs] {
margin-top: -10px;
margin-bottom: -8px
}

.modal-dialog-update .modal-body .version_separator+hr,
.modal-dialog-update .modal-body a+hr {
border-style: dashed
}

.modal-dialog-update a.diffctl {
padding: 0 12px !important;
vertical-align: text-bottom;
margin-top: -2px;
margin-bottom: 0
}

.modal-dialog-update a.changelogctl {
margin-bottom: -2px
}

.modal-dialog-update span[data-released-date] .label,
.modal-dialog-update .version_separator .label {
border-radius: 0
}

.modal-dialog-update .single_ver {
margin-left: -9px
}

.modal-dialog-update .fa-git-pull,
.modal-dialog-update .multi-ver {
margin-left: -7px
}

.hr-dashed {
border-style: dashed
}

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion unauthenticated/css/fontbase.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions unauthenticated/css/palettes/nightrider.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,19 @@ html[data-background-style='nightRider'] .CodeMirror-dialog-top {
border-bottom-color: #404040
}

html[data-background-style='nightRider'] .modal-dialog-update .modal-body>h4:first-child {
border-bottom-color: rgba(76, 79, 84, .40)
}

html[data-background-style='nightRider'] .modal-dialog-update .modal-body .version_separator+hr,
html[data-background-style='nightRider'] .modal-dialog-update .modal-body a+hr {
border-style: dashed !important
}

html[data-background-style='nightRider'] .hr-dashed {
border-style: dashed !important
}

html[data-background-style='nightRider'] .CodeMirror-focused .CodeMirror-selected {
background-color: #bfb19e !important
}
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/nightrider.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 9d4981d

Please sign in to comment.