Handle hostnames with upper-case letters
[webmin.git] / custom / CHANGELOG
1 ---- Changes since 1.140 ----
2 Added an option to have environment variable substitution done on edited filenames.
3 ---- Changes since 1.150 ----
4 Added an option to clear Webmin-related environment variables before running a command.
5 ---- Changes since 1.210 ----
6 File editors can how have parameters, which are substituted into the filename before editing.
7 ---- Changes since 1.220 ----
8 Added a new type of command - an SQL query or update that will be performed against a database for which a Perl DBI driver is installed.
9 ---- Changes since 1.230 ----
10 If other servers are defined in the Webmin Servers Index module, custom commands can be configured to run on one or more other Webmin hosts in a cluster.
11 ---- Changes since 1.250 ----
12 The output from a command is now shown as it is generated, for commands run locally.
13 Added a Module Config parameter to change the number of columns used to display command buttons in.
14 ---- Changes since 1.270 ----
15 The contents of uploaded files are no longer logged.
16 ---- Changes since 1.340 ----
17 Removed the Module Config option to control if a shell is used when executing a command as a user, since we can now work this out automatically.
18 ---- Changes since 1.390 ----
19 Re-designed the user interface somewhat, and converted all code to use the new Webmin UI library.
20 When commands are shown in a table and no parameters are needed, the names now link directly to run the command.
21 ---- Changes since 1.400 ----
22 Added a popup progress tracker to commands with file upload fields.
23 ---- Changes since 1.410 ----
24 All links to commands are via an ID number rather than an index, which makes them easier to link to from other web pages.
25 ---- Changes since 1.450 ----
26 Added a parameter-level option to make the parameter mandatory.
27 ---- Changes since 1.500 ----
28 Added a button to clone an existing command when editing.
29 The sort order of commands can now be set on the Module Config page, and is respected in the Webmin Users module.
30 ---- Changes since 1.510 ----
31 Fixed a bug that broke remote command execution with parameters.
32 Added a new parameter type for selecting multiple items from a menu.
33 ---- Changes since 1.530 ----
34 Added an option for custom commands to have their output displayed without any Webmin UI, in a selectable MIME type.
35 ---- Changes since 1.550 ----
36 A default value for each custom command parameter can now be entered on the Edit Command form. Defaults can also be read from a file or shell command, if this behavior is enabled on the Module Config page. Thanks to Sart Cole for suggesting this feature.
37 A command can now be configured to not display any output at all, and instead return to the module index after being run.
38 ---- Changes since 1.560 ----
39 Added an option to the file editor to run a command before the file is displayed, thanks to a suggestion from Sart Cole.
40 Added new date and left-right menu parameter types.