Commit | Line | Data |
---|---|---|
e375277b | 1 | 0.16.4 2008-11-04 |
3ddc9569 | 2 | bugfix: display VS/RS config block in RS pool view |
e375277b | 3 | bugfix: resolve tabindex issues in many forms |
51332e78 | 4 | bugfix: NAT rules were not displayed for IP address |
f74d96c6 | 5 | bugfix: less PHP warnings |
ea62d9dc | 6 | update: enable user search by real name |
e4b9a099 | 7 | update: allow empty names for IPv4 networks |
e375277b DO |
8 | update: refactor snmp.php to support Cisco 3032, 3750, 4506 switches |
9 | (by Aaron, w/data & testing from Luis Fernando Lacayo and Ray Robertson) | |
10 | update: add SNMP discovery support for Cisco 2950-24 (patch by Russ, ticket 177) | |
9900a515 | 11 | 0.16.3 2008-10-02 |
05693a83 | 12 | new feature: tell line number for lexical and syntax errors |
a262e150 DO |
13 | new feature: CodePress editor enables line numbers and syntax |
14 | highlightling for RackCode editing | |
948c37e3 | 15 | new feature: one more input format for RS manager |
52837ce6 | 16 | new feature: standalone RackCode report with warnings |
f85f4db0 | 17 | new feature: unified IPv4 address tree |
a262e150 DO |
18 | bugfix: tags are now properly displayed for users |
19 | bugfix: the JavaScript error isn't generated any more (fix by Aaron) | |
fb7a4967 | 20 | bugfix: tag tree is now always correctly sorted |
b62ff880 | 21 | bugfix: fix a typo in NAT rules displaying code (pointed out by Piotr Nowacki) |
029563a4 | 22 | bugfix: error message was broken in the installer (reported by Thomas Thep) |
d36af96d | 23 | bugfix: IPv4 network check sometimes failed to detect duplicate networks |
f5e48a49 | 24 | bugfix: lexical scanner could mistakenly fail in some rare cases |
f85f4db0 | 25 | bugfix: drop DB index mistakenly introduced in 0.16.1 |
5671b60f | 26 | 0.16.2 2008-08-21 |
6ef9683b | 27 | bugfix: IP address picker was broken |
52c836b1 | 28 | bugfix: more message processing fixes |
5fc57c5b | 29 | bugfix: work around some NET-SNMP builds (reported by Walery Wysotsky) |
5671b60f DO |
30 | bugfix: some characters in password could break user access |
31 | bugfix: pre-assigned tags didn't work for racks | |
32 | bugfix: tag roller could produce incorrect tag chains sometimes | |
c030232f | 33 | new feature: "router" addresses allocations |
5671b60f | 34 | new feature: support for local extensions and reports |
8c3bd904 | 35 | new feature: LDAP username to UID mapping by Walery Wysotsky |
f0ed1181 | 36 | new feature: extended IPv4 view mode (enabled by default) |
5671b60f DO |
37 | new feature: tag roller now processes objects in racks too |
38 | new feature: start cutting off excessively long strings on the generated pages | |
069c186f | 39 | update: 3 more switches in SNMP code by Walery Wysotsky |
5671b60f | 40 | update: added a missing DB index (Aaron Dummer's advice) |
3dd72e34 | 41 | update: "slbconfig" gateway has been replaced by "sendfile" |
5671b60f DO |
42 | update: more detailed tag report |
43 | update: "virtual" addresses are now "loopback" and "regular" became "connected" | |
44 | update: "placeholders" are now "spacers" | |
45 | update: more records were put into the demo data | |
8608b285 DO |
46 | 0.16.1 2008-07-30 |
47 | new feature: pre-assigned tags for new VS and RS pools records | |
4a6a28f1 | 48 | new feature: cache RackCode parse tree for better performance |
8b4876a5 | 49 | new feature: display tags inline for IPv4 and SLB data |
b0348307 | 50 | new feature: optionally remember the last tab for each page |
b614498d | 51 | bugfix: don't escape Greek letters to enable them in tag names |
3a2cb4d6 | 52 | bugfix: port manager messages were incorrect |
ebb5441d | 53 | bugfix: shorten URLs to enable longer message logs |
d4a608ca | 54 | bugfix: added missing index to database |
4a6a28f1 | 55 | update: adjusted database for bigger texts |
19acd465 DO |
56 | update: better "origin" highlighting for browsing |
57 | update: merged Petr Kohts' highlight patch | |
8608b285 | 58 | update: better tags in demo data |
d6608c8a | 59 | 0.16.0 2008-07-09 |
eb6ea26f | 60 | new feature: tag roller |
d5aa83f1 DO |
61 | new feature: taggable user accounts |
62 | new feature: RackCode configuration | |
9457ca59 DO |
63 | new feature: "my account" page |
64 | update: page layout fixes and improvements | |
a69250c8 | 65 | update: dictionary updates |
9d45712a | 66 | 0.15.1 2008-06-05 |
6dc745d2 | 67 | bugfix: fix auth headers in upgrade script (broken in 0.15.0) |
559fb205 | 68 | new feature: fetch switch serial number via SNMP (by killsystem) |
50b4ba85 | 69 | new feature: adding multiple racks |
3861eef6 | 70 | new feature: IP address reservation release on allocation |
9d45712a | 71 | updates: user interface cleanups and improvements |
10c7e8cc | 72 | 0.15.0 2008-05-10 |
3d5eaad3 | 73 | new feature: tags |
9e7f32a7 | 74 | new feature: automatic option groups |
2dd59b15 | 75 | new feature: rendered links in dictionary view |
3d5eaad3 DO |
76 | new feature: trunk support in switchvlans gateway |
77 | new feature: Tango icon set | |
c2a4889d DO |
78 | update: added Force10, NETGEAR, D-Link, 3Com and Extreme Networks |
79 | switches, Raisecom MUXes, updated Cisco routers | |
d8515eff | 80 | update: async port type has been split |
3526c7c6 | 81 | update: don't allow duplicate rack names in one row |
d5d5443f | 82 | update: internal help system has been dropped |
3d5eaad3 DO |
83 | update: SSV format for RS import |
84 | bugfix: handle "routed" switch ports | |
9814a868 | 85 | bugfix: make switchvlans gateway work on Linux |
c1c5e923 | 86 | 0.14.12 2008-02-29 |
7e7a8387 | 87 | new feature: default value for RS inservice status |
47ee2b5a | 88 | new feature: AutoPorts feature |
96aefdb0 | 89 | new feature: HTTP installer |
a477e405 | 90 | new feature: default object type |
7a4e8287 | 91 | new feature: UTF-8 support |
e74809af | 92 | bugfix: router HW type list was broken |
7eee4cc8 DO |
93 | update: added Aten KVM switches and consoles |
94 | update: added Tainet MUXes | |
95 | update: updated HP servers | |
ecedeb0b | 96 | 0.14.11 2008-02-15 |
f4d511df | 97 | bugfix: rackspace allocation was broken by magic_quotes fix |
3cc24579 | 98 | bugfix: don't generate error messages by accessing _GET array |
b422aee6 | 99 | bugfix: thumbs cache wasn't updated in rare cases |
75aa085b | 100 | bugfix: LivePTR: fixed warnings, tabindex, name reset and color markup |
e687aa04 DO |
101 | update: KVM port type has been split (see wiki page) |
102 | update: Avocent KVM switches, RAD and Cronyx multiplexers | |
de8a9a05 | 103 | 0.14.10 2008-02-01 |
9d479d56 | 104 | bugfix: avoid hitting GET limit on object and rack update |
ca1fec24 | 105 | bugfix: sticker reset icon did not work sometimes |
bb26a59e | 106 | bugfix: don't fail rendering an empty rack row |
f187f2ec | 107 | bugfix: rack operations were broken in 0.14.9 |
99ee5479 | 108 | bugfix: upgrade script didn't authenticate users properly |
03eb5209 | 109 | new feature: LDAP authentication |
6cc5d6cd | 110 | new feature: borrow URL detection from Mantis BTS (suggested by Joakim Kasimir) |
03eb5209 | 111 | new feature: Live PTR tab for DNS sync |
4b8d413e | 112 | new feature: rack population threshold for rackspace allocation |
144d29fb | 113 | 0.14.9 2008-01-30 |
cf48742e | 114 | bugfix: upgrade to 0.14.8 broke IPv4 prefix creation |
0a7136d4 | 115 | bugfix: more DB cleanups |
cdc8ff71 | 116 | bugfix: SNMP didn't work properly for C4948 ports |
93e02204 | 117 | bugfix: rowspan attribute was computed incorrectly sometimes |
a23c4823 | 118 | bugfix: protect referenced dictionary records from deletion |
1f86e996 | 119 | bugfix: config reset was wrong for default port type |
d96ac81f | 120 | bugfix: fixed incorrect string escaping caused by PHP magic_quotes |
c96d52b4 DO |
121 | update: Live VLANs color legend now distinguishes between 1 and 0 |
122 | MAC addresses on a port | |
52c3543f | 123 | update: fixed tabindex in NATv4 rules form |
95d80773 | 124 | update: better dictionary editor layout |
64db81c8 | 125 | update: get FQDN over SNMP |
351d4dbf | 126 | update: accept one more multiport format |
c13cd4cb | 127 | update: help pages have been removed |
8c579bfd DO |
128 | new feature: more information for rack view |
129 | new feature: rack thumbnails caching | |
444365ef | 130 | new feature: rackspace and IPv4 subnets utilization indicator |
a2e6dd1f | 131 | new feature: IPv4 and NATv4 tabs are now context-dependent |
c13cd4cb | 132 | new feature: initial SLB management, keepalived support |
80a40611 | 133 | 0.14.8 2007-12-22 |
dce5a9e7 | 134 | bugfix: adjusted hardcoded values in VLAN trigger |
434fce37 | 135 | bugfix: adjusted HW, SW and port types in SNMP data collector |
d4da71b6 | 136 | bugfix: Cisco connector: tolerate switch ports in suspended state |
db389b79 | 137 | bugfix: nameless object in link list could not be clicked |
ba1c6d42 | 138 | bugfix: fix SQL tables structure |
8c7a0e37 | 139 | bugfix: Live VLANs displayed VLANs missing from switch table improperly |
7bf342fd | 140 | bugfix: sort auth data by username |
436605a7 | 141 | bugfix: NATv4 rules were added incorrectly |
992d2ec2 | 142 | update: corrected some dictionary entries |
a684aa6f | 143 | update: better layout for Live VLANs tab |
1db97c25 | 144 | update: better logo |
b332c9c3 | 145 | update: stick with GPL version 2, not any later version |
a6305acc | 146 | new feature: UI option to control asset tag warning |
c8b74094 | 147 | new feature: UUID (RFC4122) sticker |
80c37f85 | 148 | new feature: empty rackspace detector |
4af079fe | 149 | new feature: initial wiki-style markup support in dictionary |
8a60bcf0 | 150 | 0.14.7 2007-12-05 |
63f065e5 DO |
151 | bugfix: provide better SQL dumps for new installations |
152 | bugfix: gateways/switchvlans minor updates | |
e66edad9 | 153 | bugfix: logout link could fail sometimes |
b325120a DO |
154 | bugfix: avoid short PHP tags for better compatibility across |
155 | different PHP installations (reported by Tom Laermans) | |
6f550c2e DO |
156 | bugfix: remove odd records from IPAddress once more |
157 | bugfix: fixed IPv4 address browsing for MySQL-4 DB | |
0dfb8a2a | 158 | update: better attributes edit form by Aaron Dummer |
6f550c2e | 159 | update: numerous UI adjustments across all pages |
e0b740c0 | 160 | update: new Dell, Foundry and Cisco records in the dictionary |
b07f617c | 161 | new feature: more cisco models support in gateways/switchvlans |
570ee778 | 162 | new feature: initial implementation of SNMP port data importer |
8a60bcf0 | 163 | new feature: UI configuration reset tab |
da95280e | 164 | new feature: initial reports code |
121bf58d | 165 | 0.14.6 2007-10-15 |
37a61537 DO |
166 | new feature: browser-side validation for a new IPv4 network |
167 | (contributed by Aaron Dummer) | |
168 | new feature: logout link (same author) | |
cfadde04 | 169 | new feature: key hint in dictionary browser |
084b01dd | 170 | new feature: switch VLANs gateway with Cisco connector (others to come) |
94c80dd7 | 171 | new feature: one more form for objects mass-creation |
b2a88a58 | 172 | new feature: automatic database upgrades |
e673ee24 | 173 | bugfix: don't hide IPv4 address name for a free address |
c9b7d1af DO |
174 | update: new stock values in dictionary chapters: server OS type, |
175 | PortType, switch models | |
60f08541 | 176 | update: make GigE default port type |
9c0b0016 | 177 | update: configuration is now stored in the database |
e673ee24 DO |
178 | 0.14.5 2007-03-08 |
179 | bugfix: lots of adjustments to allow database be MySQL 4.0 | |
180 | 0.14.4 2007-02-21 | |
181 | bugfix: provide proper SQL init files | |
182 | bugfix: produce less PHP warnings | |
183 | bugfix: corrected error messages | |
184 | bugfix: don't fail on an empty database | |
185 | bugfix: multi-object form works again | |
186 | bugfix: fixed CSS errors | |
187 | bugfix: don't list the same port more than once in pop-up list | |
188 | bugfix: don't allow to ban admin access | |
189 | 0.14.3 2007-02-15 | |
190 | initial release |