Difference between revisions of "SI2/1.7"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | A version for bug fixing, code clean-up. | ||
+ | |||
==Changes== | ==Changes== | ||
− | * Started DB version 11 (previous was 10) to do some additions (see [[SI2/1.6|v. 1.6]]) | + | * Started DB version 11 (previous was 10) to do some additions (see also [[SI2/1.6|v. 1.6]]) |
:* Added module_cost (DECIMAL 10.2)to modules | :* Added module_cost (DECIMAL 10.2)to modules | ||
:* Added UNIQUE to moduletype_name.moduletypes | :* Added UNIQUE to moduletype_name.moduletypes | ||
:* Added p_dept (VARCHAR) to people | :* Added p_dept (VARCHAR) to people | ||
+ | * General Code clean-up | ||
+ | :* Created the header.in.php and left-menu.inc.php as basic templates that separate the menu system that is included in every page. | ||
+ | * Started the notion of having multiple departments and users from various departments |
Latest revision as of 13:15, 20 December 2010
A version for bug fixing, code clean-up.
Changes
- Started DB version 11 (previous was 10) to do some additions (see also v. 1.6)
- Added module_cost (DECIMAL 10.2)to modules
- Added UNIQUE to moduletype_name.moduletypes
- Added p_dept (VARCHAR) to people
- General Code clean-up
- Created the header.in.php and left-menu.inc.php as basic templates that separate the menu system that is included in every page.
- Started the notion of having multiple departments and users from various departments