Handle hostnames with upper-case letters
[webmin.git] / webminlog / CHANGELOG
1 ---- Changes since 1.160 ----
2 Added access control to limit which modules and users actions are visible for.
3 ---- Changes since 1.180 ----
4 Added button for rolling back all files changed by some action, where the information is available.
5 ---- Changes since 1.210 ----
6 Added an index on the Webmin log file, to speed up searching and viewing of log entries.
7 ---- Changes since 1.290 ----
8 Added an option to show events that happened yesterday.
9 ---- Changes since 1.320 ----
10 Updated the action details page to use ui-lib.pl functions for the form.
11 When rolling back changed files, you can now select which ones to revert rather than always doing all of them.
12 ---- Changes since 1.330 ----
13 A description of the search is now shown for searches that didn't match anything.
14 ---- Changes since 1.350 ----
15 Rollback actions can themselves now be rolled back.
16 ---- Changes since 1.380 ----
17 Re-designed the UI to use Webmin standard layout and functions.
18 Added a field for searching based on the contents of commands run or file changes made.
19 When viewing the details of a logged action, an annotation can be entered to explain why it was done.
20 ---- Changes since 1.400 ----
21 Added a section to the Action Details page for viewing raw log data, which can show more detail.
22 ---- Changes since 1.410 ----
23 Added an option to search for actions by non-Webmin users (such as those authenticating via sudo).
24 ---- Changes since 1.440 ----
25 Added the list_webmin_log function, for other modules wanting to search the Webmin log.
26 Converted commands in the module's API file to POD format, and added more details about each function.
27 ---- Changes since 1.520 ----
28 Actions in Webmin which produce output (like deleting a user or creating a domain) now have that output logged, and it can be viewed on the Action Details page.
29 Added a link to export actions log search results as CSV.