root/nethorus/app


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @289 [289] 10/25/08 10:17:24 pwh Created parse_bridge_id to convert a Bridge ID in to MAC address and …
(edit) @288 [288] 10/25/08 10:13:16 pwh Created parse_bridge_id to convert a Bridge ID in to MAC address and …
(edit) @287 [287] 10/25/08 10:09:41 pwh Created parse_bridge_id to convert a Bridge ID in to MAC address and …
(edit) @283 [283] 10/25/08 10:05:58 pwh Implemented tests for format_interface_name
(edit) @282 [282] 10/23/08 21:42:03 pwh Create a helper function to return the IP VPN name and RD, or 'Global' if …
(edit) @278 [278] 10/16/08 21:41:07 pwh Fixed the 'Interfaces' view in Device Management and simplified the page …
(edit) @277 [277] 10/14/08 17:01:46 pwh Refactored index to allow for further search paramters when narrowing down …
(edit) @276 [276] 10/13/08 22:06:30 pwh Return "Unknown" if we're passed a blank, otherwise trap a non-Site object …
(edit) @267 [267] 10/12/08 12:33:47 pwh Reversed the scaling code added in r218, since it's silly to do so much …
(edit) @258 [258] 09/28/08 13:56:24 pwh Added a warning for when a browser doesn't support Javascript.
(edit) @254 [254] 09/01/08 13:51:55 pwh Move device_information_box() out of application_helper.rb and include the …
(edit) @253 [253] 09/01/08 00:21:02 pwh Finally delete bridge_management (phew!)
(edit) @251 [251] 09/01/08 00:19:34 pwh Rename bridge_management to manage_bridge
(edit) @250 [250] 09/01/08 00:18:54 pwh Rename bridge_management to manage_bridge
(edit) @249 [249] 09/01/08 00:18:23 pwh Rename bridge_management to manage_bridge
(edit) @247 [247] 09/01/08 00:10:49 pwh Correct a typo - the function is format_l3_interface, not …
(edit) @246 [246] 09/01/08 00:10:17 pwh Remove the hostname and IP address from the device management page, as …
(edit) @245 [245] 09/01/08 00:09:50 pwh Always render the all_interfaces partial.
(edit) @244 [244] 09/01/08 00:09:24 pwh Display subtitles for each function.
(edit) @243 [243] 08/31/08 23:54:43 pwh Change the :id parameter to :device_id
(edit) @242 [242] 08/31/08 22:39:18 pwh * inventory_management_controller.rb: Whitespace cleanup. * …
(edit) @241 [241] 08/31/08 22:32:31 pwh * bridge_management_controller.rb: Added a subtitle in show_bridge_group. …
(edit) @238 [238] 08/31/08 22:26:51 pwh * ipvpn.rb: Add documentation on Route Distinguishers. * …
(edit) @237 [237] 08/31/08 22:25:45 pwh Reworked the left-hand menu.
(edit) @234 [234] 08/31/08 22:10:43 pwh * application_helper_test.rb: Added TODOs for link_to_controller, …
(edit) @230 [230] 08/31/08 21:46:52 pwh * bridges_helper_test.rb: Added tests for find_root_bridge * …
(edit) @229 [229] 08/31/08 21:44:10 pwh * l2_interfaces_test.rb: Added address formatting and connector_present? …
(edit) @227 [227] 08/31/08 19:57:20 pwh * bridge_test.rb: Corrected plenty of mistakes in test code and added …
(edit) @224 [224] 08/31/08 19:51:44 pwh * manage_controller.rb: Moved device management and interface management …
(edit) @220 [220] 08/07/08 23:02:13 pwh * Removed the validate_ip_address function, as it's in …
(edit) @219 [219] 08/07/08 22:58:26 pwh * Display information on a Spanning Tree group (bridge group)
(edit) @218 [218] 08/07/08 22:57:34 pwh * Reworked the bridge model, adding plenty of validations.
(edit) @217 [217] 08/07/08 22:52:44 pwh * Added a Layer 2 VLAN model and a bridge forwarding table, plus …
(edit) @216 [216] 08/07/08 22:49:56 pwh * Reworked testing, split some functions from application_controller in to …
(edit) @215 [215] 08/03/08 23:23:05 pwh * Bridge Information: Create the root bridge port as a link to allow …
(edit) @214 [214] 08/03/08 23:18:16 pwh * Bridge Management: When viewing a root bridge, display a suitable …
(edit) @213 [213] 08/03/08 23:08:42 pwh * Site Admin: Replaced references to 'hostname' with 'description', as …
(edit) @212 [212] 08/03/08 22:57:05 pwh * Display a suitable message if no bridge have been recorded.
(edit) @211 [211] 08/01/08 16:57:05 pwh * Display a list of devices when searching by site.
(edit) @210 [210] 08/01/08 16:51:50 pwh * Handle the case where the specified bridge was not found - and don't …
(edit) @209 [209] 08/01/08 15:18:02 pwh Reverted changes that caused the views to be mixed up with those from the …
(edit) @208 [208] 08/01/08 12:04:37 pwh * Add a link to change device settings from the device information page.
(edit) @206 [206] 08/01/08 12:03:57 pwh * Remove the link to delete a device.
(edit) @204 [204] 08/01/08 12:02:31 pwh * Site Administration: Add a link to create a new site.
(edit) @203 [203] 08/01/08 12:02:05 pwh * Add an IP Network Administration controller
(edit) @200 [200] 08/01/08 11:56:21 pwh * Bridge Management: Code to allow bridge parameters to be viewed.
(edit) @198 [198] 08/01/08 11:54:14 pwh * IP VPN model: Add validations and documentation.
(edit) @197 [197] 07/30/08 19:00:17 pwh * Added some text to appear in the blank, default information box.
(edit) @196 [196] 07/30/08 18:57:38 pwh * Added an inventory management controller
(edit) @195 [195] 07/30/08 18:54:57 pwh * Allow IPv4 networks to be associated with sites
(edit) @194 [194] 07/30/08 18:54:14 pwh * Re-checked in IP VPN Administration
(edit) @193 [193] 07/30/08 18:53:55 pwh * Addeda a bridge management controller
(edit) @192 [192] 07/30/08 18:49:58 pwh * Re-checked in IP Network Administration
(edit) @191 [191] 07/30/08 18:49:39 pwh * Re-checked in bridge management
(edit) @190 [190] 07/30/08 16:07:17 pwh * Add the IP address of a device below its hostname, rather than the site.
(edit) @188 [188] 07/30/08 16:03:26 pwh * Reworked the Manage page to include tabs for Bridges and Inventory
(edit) @187 [187] 07/30/08 15:55:56 pwh * Rename the IP Networks and IP VPN Administration controllers
(edit) @186 [186] 07/30/08 15:55:11 pwh * app/models/device.rb: Add a method, has_inventory?, which will return …
(edit) @185 [185] 07/30/08 15:53:46 pwh * Added an IP VPN Administration controller and associated views.
(edit) @184 [184] 07/30/08 15:50:56 pwh * app/controllers/device_admin_controller.rb: Add a method, is_online?, …
(edit) @183 [183] 07/30/08 15:49:27 pwh * app/models/bridge.rb, test/unit/bridge_test.rb: A root cost can be zero …
(edit) @182 [182] 07/30/08 15:38:08 pwh * test/unit/application_common_functions_test.rb: Create tests for …
(edit) @181 [181] 07/28/08 14:32:33 pwh * DS1/E1 Interfaces: Corrected a missing field in the past 24h statistics, …
(edit) @180 [180] 07/26/08 18:24:57 pwh * Ethernet: Added additional data from EtherLike?-MIB
(edit) @179 [179] 07/26/08 16:53:37 pwh * DS1/E1 support: Reorganised information and added error second history. …
(edit) @178 [178] 07/25/08 20:52:01 pwh Add links to interface management pages when searching and an interface …
(edit) @177 [177] 07/25/08 20:29:23 pwh Added further DS1/E1 detail
(edit) @176 [176] 07/24/08 08:42:07 pwh Added basic support for DS1/E1 interfaces
(edit) @175 [175] 07/23/08 14:27:59 pwh Display the STP root port against bridge information on a device.
(edit) @174 [174] 07/23/08 12:29:54 pwh Added %s around LIKE queries
(edit) @173 [173] 07/22/08 21:38:06 pwh Added functionality to display the root bridge's hostname, if known.
(edit) @172 [172] 07/22/08 21:34:56 pwh Use device, not @device, when creating an event log entry.
(edit) @171 [171] 07/22/08 07:20:47 pwh Tidied up site edit form.
(edit) @170 [170] 07/21/08 23:35:23 pwh Reworked the device editing page to use semantic markup and CSS to lay it …
(edit) @169 [169] 07/20/08 22:41:43 pwh More changes forgotten from last checkin *facepalm*
(edit) @168 [168] 07/20/08 22:41:04 pwh * Whitespace tidyups and removal of to_label (hangover from …
(edit) @167 [167] 07/08/08 23:07:38 pwh Renamed sites directory to site_admin and added views for site …
(edit) @166 [166] 07/08/08 23:06:04 pwh Renamed the devices view to device_admin
(edit) @165 [165] 07/08/08 23:04:03 pwh Views for device administration.
(edit) @163 [163] 07/08/08 18:23:59 pwh Removed the last bits of ActiveScaffold?.
(edit) @162 [162] 07/08/08 18:21:28 pwh Added HTML and Javascript for a flash note, and changed administration …
(edit) @161 [161] 07/08/08 18:19:39 pwh Added feature management, which will now display a list of links to …
(edit) @159 [159] 07/08/08 18:18:07 pwh Restructured partial processing and added bridge parameter recording.
(edit) @157 [157] 07/08/08 16:57:03 pwh Added 'abbr' HTML tags to the ADSL and Ethernet interface partials.
(edit) @154 [154] 07/08/08 16:53:05 pwh Associate a device with a bridge, and add even more debugging information …
(edit) @151 [151] 07/08/08 16:45:27 pwh Controllers and views to display some basic bridge information.
(edit) @150 [150] 07/08/08 16:38:09 pwh Define 'purify_mac_address' which will remove non-hexadecimal cruft from a …
(edit) @149 [149] 07/08/08 16:36:49 pwh Define a 'value_or_unavailable' function which will return the value of a …
(edit) @148 [148] 07/08/08 15:31:09 pwh Database structures for bridge support
(edit) @146 [146] 07/08/08 15:23:10 pwh Removal of ActiveScaffold? since it doesn't currently work with Rails 2.1, …
(edit) @145 [145] 06/25/08 07:16:00 pwh * app/views/common/_device_hardware_inventory.html.erb: Changed link to …
(edit) @144 [144] 06/24/08 20:29:03 pwh * app/models/l2_interface.rb: Return :true or :false based on whether a …
(edit) @143 [143] 06/23/08 18:19:51 pwh * Fixed an error when creating new log entries when discovering a new …
(edit) @142 [142] 06/22/08 23:36:16 pwh * Tidied up a comment about the dot3StatsDuplexStatus OID usage * …
(edit) @140 [140] 06/22/08 16:40:20 pwh Miscellaneous whitespace tidyups
(edit) @139 [139] 06/21/08 18:49:55 pwh * Checked in missing search_controller.rb from previous check-in.
(edit) @138 [138] 06/21/08 18:49:22 pwh * config/environment.rb: The GraphViz? gem is now required - use 'gem …
(edit) @136 [136] 06/21/08 10:51:35 pwh * app/models/device.rb: Raise an SNMPProxyConnectFailure when failing to …
(edit) @135 [135] 06/19/08 23:55:02 pwh * app/helpers/application_helper.rb: Added a display_yn function to …
(edit) @134 [134] 06/18/08 18:17:29 pwh * external/snmp_proxy.pl: Changed the connection timeout from 10s to 1s. …
Note: See TracRevisionLog for help on using the revision log.