mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Update contacts
This commit is contained in:
@ -215,7 +215,7 @@ More German translation updates, thanks to Raymond Vetter.
|
||||
---- Changes since 1.730 ----
|
||||
More German translation updates, thanks to Raymond Vetter.
|
||||
Norwegian updates, thanks to Stein-Aksel Basma.
|
||||
The awesome new Authentic Theme by Ilia Rostovtsev is now included in the Webmin package.
|
||||
The awesome new Authentic Theme by @iliajie is now included in the Webmin package.
|
||||
Catalan translation updates from Jaume Badiella.
|
||||
---- Changes since 1.740 ----
|
||||
Norwegian updates, thanks to Stein-Aksel Basma.
|
||||
|
@ -44,7 +44,7 @@ Complete set of documentation for Webmin and all of its modules can be found at
|
||||
### Contributors
|
||||
|
||||
* [Joe Cooper](https://github.com/swelljoe)
|
||||
* [Ilia Rostovtsev](https://github.com/rostovtsev)
|
||||
* [Ilia Ross](https://github.com/iliajie)
|
||||
* [Kay Marquardt](https://github.com/gnadelwartz)
|
||||
* [Nawawi Jamili](https://github.com/nawawi) + [57 more..](https://github.com/webmin/webmin/graphs/contributors)
|
||||
|
||||
|
@ -1916,4 +1916,4 @@ Verbosely print processed files and provide detailed output. By detault, verbose
|
||||
|
||||
=head1 LICENSE AND COPYRIGHT
|
||||
|
||||
Copyright 2020 Ilia Rostovtsev <programming@rostovtsev.io>
|
||||
Copyright 2022 Ilia Ross <code@ilia.engineer>
|
||||
|
@ -236,5 +236,5 @@ Set new user password. Using this option may be unsecure.
|
||||
|
||||
Copyright 2021 Jamie Cameron <jcameron@webmin.com>
|
||||
Joe Cooper <joe@virtualmin.com>
|
||||
Ilia Rostovtsev <ilia@virtualmin.com>
|
||||
Ilia Ross <ilia@virtualmin.com>
|
||||
|
||||
|
@ -418,8 +418,8 @@ non-0 on error
|
||||
|
||||
=head1 LICENSE AND COPYRIGHT
|
||||
|
||||
Copyright 2021
|
||||
Jamie Cameron <jcameron@webmin.com>,
|
||||
Copyright 2022
|
||||
Jamie Cameron <jamie@virtualmin.com>,
|
||||
Joe Cooper <joe@virtualmin.com>,
|
||||
Ilia Rostovtsev <ilia@rostovtsev.io>.
|
||||
Ilia Ross <ilia@virtualmin.com>.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
-- Version 0.9.6 --
|
||||
- Fixed `Undefined subroutine &filemin::ceil
|
||||
Caused on some systems by not including POSIX package in filemin-lib.pl.
|
||||
- Major Authentic interface improvement by Ilia Rostovtsev
|
||||
- Major Authentic interface improvement by @iliajie
|
||||
1. Working sorting files by size (with next Authentic Theme - perfectly, now just alright).
|
||||
This fix will also prevent fatal code breaks despite of user settings
|
||||
2. Store user chose on columns sorting upon page refresh
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
#42 fixed:
|
||||
- Fixing conflict with Authentic Theme codeMirror
|
||||
By Ilia.
|
||||
by @iliajie
|
||||
|
||||
#46 fixed:
|
||||
- Module is now installable from Usermin.
|
||||
@ -29,7 +29,7 @@
|
||||
-- Version 0.9.5 --
|
||||
- Made top level menu items translatable.
|
||||
- Added https://github.com/Real-Gecko/filemin/pull/29
|
||||
Selected rows also highlight on hover + color tweaks, by https://github.com/rostovtsev
|
||||
Selected rows also highlight on hover + color tweaks, by https://github.com/iliajie
|
||||
- Some code cleanup, got rid of Regexp::Common and URI dependencies.
|
||||
Thanks to Jamie Cameron.
|
||||
- Added error message if file saving fails.
|
||||
@ -64,7 +64,7 @@
|
||||
|
||||
#21 fixed:
|
||||
- Added Codemirror to module for syntax highlighting, thanks to https://github.com/pabloko for solution.
|
||||
- Under Authentic 14.01 now works too, thanks to https://github.com/rostovtsev for fix.
|
||||
- Under Authentic 14.01 now works too, thanks to https://github.com/iliajie for fix.
|
||||
|
||||
#24 fixed:
|
||||
- Added zip compression method, user now can select between 'zip' and 'tar' compression methods.
|
||||
@ -169,7 +169,7 @@ Mielstone reached:
|
||||
|
||||
#1 fixed:
|
||||
- After long discussion upper-left toolbar finally looks good in modern interface
|
||||
- Thanks to https://github.com/Goeny for his brilliant solution and https://github.com/rostovtsev for debugging
|
||||
- Thanks to https://github.com/Goeny for his brilliant solution and https://github.com/iliajie for debugging
|
||||
|
||||
#3 fixed:
|
||||
- Some misspellings fixed
|
||||
|
@ -133,7 +133,7 @@ select, input[type="button"][onclick], button.btn-default.file_chooser_button, b
|
||||
a:hover {
|
||||
cursor:pointer;
|
||||
}
|
||||
/* by https://github.com/rostovtsev */
|
||||
/* by https://github.com/iliajie */
|
||||
#list_form tbody tr.checked:not(.m-active-o):not(.m-not-active):hover,
|
||||
#list_form tbody tr:hover:not(.m-active-o):not(.m-not-active) {
|
||||
background: #d3e4f4 !important;
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#############################################################################
|
||||
# Update webmin/usermin to the latest develop version from GitHub repo
|
||||
# inspired by authentic-theme/theme-update.sh script, thanks @rostovtsev
|
||||
# inspired by authentic-theme/theme-update.sh script, thanks @iliajie
|
||||
#
|
||||
VERS="1.6.9, 2020-06-18"
|
||||
#
|
||||
@ -117,8 +117,8 @@ Examples:
|
||||
${IAM} -force OR ${IAM} -yes
|
||||
same but without asking,
|
||||
|
||||
${IAM} -force -repo:rostovtsev/webmin
|
||||
update from rostovtsev's repository without asking
|
||||
${IAM} -force -repo:webmin/webmin
|
||||
update from webmin's repository without asking
|
||||
|
||||
${IAM} -file module/module.info
|
||||
pull module.info for given module
|
||||
@ -132,8 +132,8 @@ Examples:
|
||||
${IAM} -file module/lang/
|
||||
pull all files in lang/ dir of a module
|
||||
|
||||
${IAM} -fore -repo:rostovtsev/webmin -file */lang/
|
||||
pull lang files for all existing */lang/ dirs from rostovtsev
|
||||
${IAM} -fore -repo:webmin/webmin -file */lang/
|
||||
pull lang files for all existing */lang/ dirs from webmin
|
||||
repository without asking
|
||||
|
||||
Exit codes:
|
||||
|
Reference in New Issue
Block a user