44 lines
2.0 KiB
Plaintext
44 lines
2.0 KiB
Plaintext
OpenDRS - Online Discrepancy Reporting System
|
|
Copyright (C) 2018 Rod Wright
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
|
Changelog
|
|
|
|
1.0.0 - 2018-03-13
|
|
- Initial release as OpenMTS.
|
|
|
|
1.1.0 - 2018-05-10
|
|
- Name change from OpenMTS to OpenDRS.
|
|
- Added "Go Back" button to left side menu to make up for loss of browser
|
|
back button in terminal mode.
|
|
- Added configurable help text for period effective selection.
|
|
- Changed Sim period effective from selection to yes/no radio buttons.
|
|
- Writeup groups page shows collapsed list of groups. Click the expand icon
|
|
to expand each group.
|
|
- Fixed bug where entries made on stale create page had inaccurate date/time.
|
|
- For logged in users, added the ability to select writeups directly on the
|
|
View All Writeups page and assign/create a group.
|
|
- On the Create New Writeup page, removed the default selections for Device,
|
|
Subsystem, and Period dropdowns, forcing user to make a selection.
|
|
- Added a Today button to the View All Writeups page
|
|
- Changed the Period dropdowns on the Create, Search, and Group pages to show
|
|
the times instead of the period numbers. Period numbers are still shown
|
|
in the results tables with mouse hover showing times.
|
|
- Moved all installation/upgrade functions to the install.sh script.
|
|
|
|
|