Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
Êþº¾-B
SourceFileI/app/coldfusion10/cfusion/wwwroot/acc/release_notes/release_notes_4.8.cfm"cfrelease_notes_42e82ecfm154062313coldfusion/runtime/CFPage<init>()V 
    com.macromedia.SourceModTimeNœÒcoldfusion/runtime/CfJspPage pageContext#Lcoldfusion/runtime/NeoPageContext;     getOut()Ljavax/servlet/jsp/JspWriter; javax/servlet/jsp/JspContext
parentLjavax/servlet/jsp/tagext/Tag;     com.adobe.coldfusion.*bindImportPath(Ljava/lang/String;)V  !
"s<div class="releaseNotes">
<h1>ACC Release 4.8.1</h1>
<h2>New Features</h2>
<ul>
</ul>
 
<h3>Tools Menu</h3>
ACC now has a new Tools menu containing:
<ul>
<li> The IBS Portal XML Tester.
<li> The LDAP tester.
<li> HTTP Tester
</ul>
 
Integrated IBS Portal XML Tester
<ul>
<li> The IBS Portal was dissected into functional components and merged into other, more relevant applications. 
The IBS Queries applications were merged into CSNMS and the XML Tester into ACC.
</ul>
 
Functionality added to the XML Tester:
<ul>
<li> Support for other browsers: the legacy IBS Portal only worked in Internet Explorer.
<li> Improved look and feel: Since the application is based on newer technologies, overall user friendliness was improved.
<li> Note: A new role, IBS PORTAL XML TESTER must be granted to make this feature available (details below).
</ul>
 
<h3>Cellsupervision UMTS Dashboard</h3>
<p>
The Cellsupervision UMTS dashboard has now been modified to look like the 2G Cellsupervision dashboard.
</p>
 
<h3>Reminders</h3>
<p>
ACC now has a new feature, Reminders. The menu item to this feature is at Administation &gt; Events Config &gt; Reminders.
</p><p>
The Reminders module allows for viewing, adding, editing and deleting of site reminders and trouble ticket reminders. 
These reminders view can also be imported to Excel/PDF.
</p>
 
<h3>Notifications</h3>
<p>
The new Notifications System is being deployed with release 4.8. It allows users to subscribe directly to filters. 
For example, if you have a filter like <tt>"nwtype='AXE' AND ne LIKE 'NLBSC%'"</tt> you can subscribe 
directly to notifications on new alarms matching this filter.
</p><p>
When the notifications are deployed the notifications-1.0.1.jar VASC 
plugin needs to be deployed along with the event_dispatcher-0.1.6-SNAPSHOT.jar plugin.
</p>
 
<h3>Change Request</h3>
<p>
Add configurable hours variable for automatic emergency in planned
</p><p>
Planned work was initially flagged as emergency if startDate - currentDate &lt; 24 hours, i.e. 
if the planned work was to be started within 24 hours. This 24 hours was hard-coded. It
 can now be configured in Administration &gt; System &gt; ACC Configuration.
</p><p>
Cell supervision colouring on the different priorities based on a config table
</p><p>
On Cell Supervision dashboard, background colouring of the different Site Priorities was hard-coded as follows:
</p><p>
high:red, med:yellow, low:aqua (for priority:bg-colour).
</p><p>
This mapping is now being stored in ACC conf, to allow opco's to configure background colours, as well as 
text colouring, for their particular site priorities.
</p>
 
<h3>Command Log Viewer</h3>
<p>
Added export buttons to export to various file types.
</p><p>
It can be exported to pdf, csv or xls.
</p><p>
This will export all the results of the query.
</p>
 
 
<h3>SNMP Functionality</h3>
<p>
Nodes can now be configured to take advantage of their SNMP (Simple Network Management Protocol) features. Stats are collected on these nodes and the user is then able to access stats and view the data as stacked charts.
</p><p>
A description of the relevant screens are found at:
</p><p>
Note that the Nodes menu has moved to Network Elements now, along with other SNMP features.
</p>
 
 
<h3>eventssystem folder integrated into ACC</h3>
 
The reminders and ebonding status files that were in the eventsystem folder have been moved into ACC so that this is easier maintained. This is specific for the Remedy Events system.
 
<h2>Bug fixes</h2>
<ul>
<li> Sorting by ref was failing due to merged cells when exporting the external alarms list to Excel. This merging of cells was fixed, making it possible to sort by ref.
<li> The ticket outage column of the external alarms was displaying hidden html elements when exported to Excel and PDF.
<li> Fixed sound notifcation of new alarms on ACC to work on modern browsers. IE 8+, Firefox, Opera and Google Chrome. Replaced the object element with an embed element.
</ul>
 
<h1>ACC Release 4.8.2</h1>
<h2>New Features</h2>
<ul>
<li> Added the ability to specify the format of the Notification messages from the ACC user interface when you add or edit subscriptions.
<p>
An example is of such a format string is 
<pre>{nwtype} {ne} [{severity}]:
{specific_problem}
</pre>
</p><p>
The values in curly braces get replaced with the relevant values from the alarms when the notifications are sent.
</p><p>
The default is <tt>{addtional_text}</tt>.
</p>
</ul>
 
<h1>ACC Release 4.8.3</h1>
<h2>New Features</h2>
<p>
Specific to the notifications:
<ul>
<li> There is now a periodic AJAX request from the alarm list to automatically refresh the Subscription Buttons (so that it automatically goes from pending to OK).
<li> We fixed the Unsubscribe icon on the right click menu of the subscription screens.
<li> Clicking on filter names takes you to the filter's alarm list.
<li> The right-click menu gives you this same functionality
<li> The limit renderer now shows the notification limits in the form "1/Hour" or "10/12 Hours"
</ul>
</p><p>
Other features:
<ul>
<li> The alarms now track the time when they were inserted into the database. This is what is displayed now as the "Last alarm received at" on the dashboards.
</ul>
</p>
 
<h2>Bug fixes</h2>
<ul>
<li> The "Test Subject" option has been removed for filter subscriptions on the groups screen - Testing subjects is not part of the new notifications system's functionality. (it has been removed on the normal subscriptions screen previously, but this one slipped through)
<li> The "Show Last 50 Notifications" functionality now works for groups' Filter subscriptions.
<li> Export to Excel/PDF was broken on the dashboards when the feature to hide specific columns was added. It has been fixed in 4.8.3
<li> Roles now work correctly on the right click menu when trying to edit events on the planned work console.
</ul>
</div>$write &!java/io/Writer(
)'metaDataLjava/lang/Object; +,    -&coldfusion/runtime/AttributeCollection/java/lang/Object1([Ljava/lang/Object;)V 3
04this$Lcfrelease_notes_42e82ecfm154062313;LocalVariableTableCode<clinit> getMetadata()Ljava/lang/Object;runPageoutLjavax/servlet/jsp/JspWriter;valueLineNumberTable1+,9#*·
±8 67:9-»0Y½2·5³.±8 67;<9"².°8 67=<9c*´¶L*´N*¶#+%¶*°8*67>?@,A