mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Add PODificiation to change log
This commit is contained in:
@@ -107,3 +107,4 @@ Many Japanese translation updates, thanks to Kazuya Masuda.
|
||||
---- Changes since 1.440 ----
|
||||
Russian translation updates, thanks to Anton Statutov.
|
||||
Webmin's serialization functions can now handle objects, which allows them to be passed as parameters to remote function calls. Both caller and recipient must have the object's class installed though.
|
||||
Converted commands in the core web-lib-funcs.pl API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -54,3 +54,4 @@ Removed the Hide Unused button and associated functionality, as un-available mod
|
||||
Moved the 'global ACL' fields to the Edit User and Edit Group pages, so that restrictions applying to all modules can be more easily found and edited.
|
||||
Added a per-user option to not grant that user new module permissions when Webmin is upgraded.
|
||||
If any theme overlays are installed, users' overlays can be selected on the Edit User page.
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -13,3 +13,5 @@ Added tabs to reduce the size of the main page.
|
||||
---- Changes since 1.390 ----
|
||||
When a directory is entered as an additional path to backup, it will be expanded to the list of all files under it when the backup is done.
|
||||
When backing up or restoring from an FTP or SSH server, an optional port number can be entered if the remote server is using a non-standard port.
|
||||
---- Changes since 1.440 ----
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
Converted the UI to use the new Webmin user interface functions, for a more consistent look.
|
||||
---- Changes since 1.440 ----
|
||||
If any theme overlays are installed, one can be selected in this module to modify the appearance of the underlying theme.
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -34,3 +34,4 @@ Added an access control option to prevent individual Webmin users from creating
|
||||
Disable time and day lists when 'All' is selected, to indicate that they are un-usable.
|
||||
---- Changes since 1.440 ----
|
||||
The search form for jobs is always visible, even when there are not too many jobs to show.
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -18,3 +18,5 @@ Added start_action and stop_action functions for starting and stopping services
|
||||
Re-wrote all user interface code to use the new Webmin UI library, for a more consistent look.
|
||||
---- Changes since 1.400 ----
|
||||
Updated the API used by other modules to allow new actions to be created on MacOS X systems, such as the firewall startup script.
|
||||
---- Changes since 1.440 ----
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -4,3 +4,5 @@ If a user exists in the LDAP database instead of the local password file, he wil
|
||||
Added an access control option to exclude users from the list of those whose passwords can be changed, if allowing by group membership.
|
||||
---- Changes since 1.390 ----
|
||||
Re-wrote the user interface code to use the new Webmin UI library, for a more consistent look.
|
||||
---- Changes since 1.440 ----
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -36,3 +36,4 @@ If a user to email is a Virtualmin domain owner, send email to the domain's cont
|
||||
Email to users and groups who are over quota on some filesystem can also be Cc'd to another address, such as the system administrator.
|
||||
---- Changes since 1.440 ----
|
||||
Converted all pages to use the new Webmin UI library, for a more consistent look. Also split the Filesystem Quotas page into tabs.
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -15,3 +15,5 @@ Fixed return link when using a framed theme.
|
||||
Added several new operating systems and distributions to the server type list.
|
||||
---- Changes since 1.420 ----
|
||||
Allow the Backup Configuration Files module to save and restore Webmin server details.
|
||||
---- Changes since 1.440 ----
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -55,3 +55,4 @@ Added a Module Config option to use a text box for entering secondary group memb
|
||||
Created a page for exporting groups to a batch file, for importing on other systems.
|
||||
Added support for creating, deleting and modifying groups from a batch file. This is similar to the long-standing batch user management functionality.
|
||||
Added support for Blowfish password hashing, which can be enabled on the Module Config page. On Solaris systems, it will be used if enabled in /etc/security/policy.conf. Requires the Crypt::Eksblowfish::Bcrypt Perl module though.
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -38,3 +38,5 @@ Separated the Configure Module page into tabs, to make it clearer which options
|
||||
The format for dates displayed by Webmin can be changed by a new option on the User Interface page.
|
||||
---- Changes since 1.380 ----
|
||||
Added the Mobule Device Options page, for setting a theme specifically for small-screen browsers.
|
||||
---- Changes since 1.440 ----
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -84,3 +84,4 @@ Added a field to the SSL Encryption page for setting allowed ciphers.
|
||||
Added an advanced option to have Webmin turn off the immutable bit on files before writing to them, and turn it back on when done.
|
||||
Re-designed the Webmin Themes page to use tabs.
|
||||
Added support for overlay themes, which can be selected in addition to a regular theme. An overlay typically just modifies the CSS or images in the real theme, making simple design changes easier.
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
@@ -21,3 +21,6 @@ When viewing the details of a logged action, an annotation can be entered to exp
|
||||
Added a section to the Action Details page for viewing raw log data, which can show more detail.
|
||||
---- Changes since 1.410 ----
|
||||
Added an option to search for actions by non-Webmin users (such as those authenticating via sudo).
|
||||
---- Changes since 1.440 ----
|
||||
Added the list_webmin_log function, for other modules wanting to search the Webmin log.
|
||||
Converted commands in the module's API file to POD format, and added more details about each function.
|
||||
|
||||
Reference in New Issue
Block a user