-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVERSION
More file actions
56 lines (50 loc) · 2.59 KB
/
VERSION
File metadata and controls
56 lines (50 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Version History
------------------------------
----------------------
Version 3.0
----------------------
- Added HTML application GUI
- Tweaked powershell script to provide stats on what was going
- Compare mode now fully works, no errors just good clean comparing
- Added ability to e-mail log file
- Legit logging now using start/stop-transcript
----------------------
Version 2.0
----------------------
- Added ability to place user in CADC department if major is not recognized but taking CADC classes
- Added check to user department to give them CADC if the major isn't recognized
----------------------
Version 2.0 - BETA
----------------------
- Script is now written in powershell with no external dependencies except the ad module
- Password can now be changed on the fly
- Users are now created disabled
- All servers and paths are settable in script
- Users will automatically expire at the end of the semester
- Comparison mode is implemented via WhatIf command, though it is currently untested and will fail when manipulating acls (since no directory is created)
- Classes are now tombstoned when deleted by a student
-- This means they will be removed from the class but the students work will remain for a given period (default is 7 days)
-- At the end of the tombstone period the script will clear out the users folder
- When moving between class sections a users work is now moved to the new section
----------------------
Version 1.5.2
----------------------
- File Parsing
-- Fixed bug where first user in file was skipped due to a legacy header bug
This originated when I expected all files to be labeled with headers, this is no longer need nor the case so it was removed
- Script Processing
-- Fixed logic bug where inheritance fixed was not skipped when unchecked and skipped when checked
- Internal
-- Fixed cross-boundary thread access bug related to check boxes and e-mail address
-- Fixed bug where if a processed script had been re-run on the same day it would attempt to rename it the same name and crash
-- Fixed thread race bug where the e-mail failing would try to log to the log file that it was trying to send causing nasty failure
-- Improved error handling when a settings file is invalid
----------------------
Version 1.5.1
----------------------
- Internals
-- Added some cleaning up to the code and commenting, made some things less ghetto
-- Changed the Progress Info to work off a Priority Enum so that it has more meaning when looking at it
- Logging
-- Logging has been changed to create a new log based on the day its run (no more 9K log file)
-- Log file has option to be e-mailed at end of day