Changeset 242 for trunk/install


Ignore:
Timestamp:
06/16/2011 01:30:41 AM (11 months ago)
Author:
sque
Message:

Merge branches/awmn 198:205

[awmn] Fix comment about greek language locale and update copyright notice
[awmn] Add 802.11n and Ethernet protocols
[awmn] Fix page links when searching DNS zones and IP ranges (closes #110)
[awmn] Make DNS zone name a required field when requesting a new zone
[awmn] Add zone name validation
[awmn] Fix a typo in language files
[awmn] Add zone name error handling

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/install/schema.sql

    r236 r242  
    101101  `type` enum('p2p','ap','client') NOT NULL default 'p2p', 
    102102  `ssid` varchar(50) default NULL, 
    103   `protocol` enum('IEEE 802.11b','IEEE 802.11g','IEEE 802.11a','other') default NULL, 
     103  `protocol` enum('IEEE 802.11b','IEEE 802.11g','IEEE 802.11a','IEEE 802.11n','IEEE 802.3i (Ethernet)','IEEE 802.3u (Fast Ethernet)','IEEE 802.3ab (Gigabit Ethernet)','other') default NULL, 
    104104  `channel` varchar(50) default NULL, 
    105105  `status` enum('active','inactive') NOT NULL default 'active', 
Note: See TracChangeset for help on using the changeset viewer.