Handle hostnames with upper-case letters
[webmin.git] / cron / CHANGELOG
1 ---- Changes since 1.130 ----
2 Environment variables can be edited in user Cron files, and jobs and variable settings moved around.
3 ---- Changes since 1.170 ----
4 Added option to move an existing environment variable to the top of a user's list.
5 ---- Changes since 1.190 ----
6 Added a module configuration option to display the schedule for each job on the main page.
7 Added another option to display the current running status of each job.
8 ---- Changes since 1.220 ----
9 In addition to the normal method of specifying the times that a cron job runs at, a date range can now also be entered.
10 ---- Changes since 1.230 ----
11 Added a field for entering comments from Cron jobs, and a Module Config option to display comments in the list.
12 ---- Changes since 1.240 ----
13 Multiple Cron jobs can be deleted at once, using checkboxes on the module's main page.
14 ---- Changes since 1.250 ----
15 Multiple Cron jobs can be enabled or disabled at once, in a similar way to many can be deleted.
16 ---- Changes since 1.290 ----
17 Changed the default schedule for new jobs to hourly.
18 ---- Changes since 1.300 ----
19 When a user's home directory is changed in the Users and Groups module, any Cron jobs that use the old path are updated to the new.
20 ---- Changes since 1.350 ----
21 Added a button on the Edit Job page for cloning an existing job.
22 ---- Changes since 1.370 ----
23 Added a Module Config option to limit Cron jobs to hourly at most, thanks to Filip Hajny.
24 ---- Changes since 1.390 ----
25 If there are more than 100 jobs (by default), a search form is shown on the main page instead of a list of all jobs.
26 Re-wrote all user interface code to use the new Webmin UI library.
27 Handle the daily / monthly / weekly Cron specification used on Ubuntu 7.
28 ---- Changes since 1.400 ----
29 Fixed a bug that prevented new cron jobs from being created unless the 'Date range to execute' setting was changed.
30 Added a check for a valid module configuration, especially the cron jobs directory, to prevent accidental deletion of jobs.
31 ---- Changes since 1.410 ----
32 Added an access control option to prevent individual Webmin users from creating cron jobs that run more often than hourly.
33 ---- Changes since 1.420 ----
34 Disable time and day lists when 'All' is selected, to indicate that they are un-usable.
35 ---- Changes since 1.440 ----
36 The search form for jobs is always visible, even when there are not too many jobs to show.
37 Converted commands in the module's API file to POD format, and added more details about each function.
38 ---- Changes since 1.470 ----
39 Added a Module Config option to add new cron jobs to a specific file, like /etc/cron.d/webmin, instead of users' personal crontab files.