File: changes0.html

package info (click to toggle)
rmagic 2.21-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,008 kB
  • ctags: 175
  • sloc: perl: 4,562; makefile: 30
file content (225 lines) | stat: -rw-r--r-- 7,674 bytes parent folder | download | duplicates (6)
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso8859-1" />
        <meta name="AUTHOR" content="This page created by Wadsack-Allen Digital Goup" />
        <title>Report Magic for Analog Documentation - History of Changes - Pre-Release</title>
<style type="text/css">
<!--
body {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size:11pt;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size:11pt;
}

a {
    text-decoration:normal;
}

h1 {
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    font-size:24pt; 
    font-weight:bold;
}

h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    font-size:18pt; 
    font-weight:bold;
}

h3 {
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    font-size:16pt; 
    font-weight:bold;
}

h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size:14pt; 
    font-weight:bold
}

dl {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size:10pt;
}

ul {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size:10pt;
}

ol {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size:10pt;
}

.fineprint {
    font-family:Arial, Helvetica; 
    font-size:8pt;
}

.fineprint a {
    color:#000099;
    font-weight:bold;
}

code {
    font-family: "Courier New", Courier, Monospaced, System; 
}
pre {
    font-family: "Courier New", Courier, Monospaced, System; 
}

.note  { 
	background-color: #f50000; 
	margin-right: 2em; 
	margin-left: 2em; 
	padding-right: 2px; 
	padding-left: 2px; 
	border: solid 1px #c50000; 
}

.term  { 
	background-color: #f5f5f5; 
	margin-right: 2em; 
	margin-left: 2em; 
	padding-right: 2px; 
	padding-left: 2px; 
	border: solid 1px silver;
	font-family: monospace,courier,fixedsys;
	font-size: 8pt;
}
-->
</style>
    </head>

    <body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc3399" alink="#003399">
        <table border="0" cellspacing="0" cellpadding="0" summary="Layout table">
            <tr>
                <td align="center"><a href="http://www.reportmagic.org/"><img src="images/title.gif" width="288" height="66" alt="Report Magic for Analog" border="0" /></a> </td>

                <td rowspan="2" align="left" valign="top"><img src="images/logo.gif" width="138" height="150" alt="Documentation" /> </td>
            </tr>

            <tr>
                <td align="left" valign="top" width="291">
                    <h1>History of Changes - Pre-Release</h1>
                </td>
            </tr>
        </table>
        

<P>For changes that resulted in the current version see 
<A HREF="whatsnew.html">What's New</A>.</P>
<P>For changes that resulted in the 1.x versions before the current 
version see <A HREF="changes.html">Changes</A>.</P>

<H3>Version 0.9</H3>
<UL>
<LI>Creates output directory if it doesn't exist.</LI>
<LI>Program can be run from anywhere and finds cdata.ini, rdata.ini and any modules is it's directory.</LI>
<LI>Added code to copy logos. They must be in same directory as script.</LI>
<LI>Implemented optionality on many settings.</LI>
<LI>Fixed bug in maximum domain of line charts.</LI>
</UL>

<H3>Version 0.8</H3>
<UL>
<LI>Code is generated to validate for accessibilty by non-visual browsers.</LI>
<LI>Code is generated to validate for HTML 4.0/Transitional and 4.0/Frameset compliance.</LI>
<LI>Added link for &lt;NOFRAMES&gt; to navigation page</LI>
<LI>Added LANG="EN" to &lt;HTML&gt; tag (will need to change for multilingual versions.)</LI>
<LI>Fixed bug causing bar charts to drop last column</LI>
</UL>

<H3>Version 0.7</H3>
<UL>
<LI>Implemented code to ignore Analog's (pre/ap)pended headers and footers</LI>
<LI>Moved graphs to top of report page(s)</LI>
</UL>

<H3>Version 0.6</H3>
<UL>
<LI>Converted bar graphs to use drop-shadows and multiple colors</LI>
<LI>Modified pie charts to combine all small slices into "Other" category</LI>
</UL>

<H3>Version 0.5</H3>
<UL>
<LI>Rearranged summary information to allow more general descriptions.</LI>
<LI>Combined all Simple reports to one style with report options.</LI>
<LI>Created QuickSummary report in rdata.ini and designed to work like others.</LI>
<LI>Implemented config option <I>reportActiveColumn</I> to specify which 
column to consider as "Most Active" and which column to chart.</LI>
</UL>

<H3>Version 0.4</H3>
<UL>
<LI>Modified configuration to handle either .cfg or .ini style files.</LI>
<LI>Modified summary management to support any dataset.</LI>
<LI>Changed report selection to read from rdata.ini.</LI>
<LI>Changed General Report to read from cdata.ini.</LI>
<LI>Modified line reading to separate data and descriptors.</LI>
<LI>Modified reports to parse one line per subroutine.</LI>
<LI>Combined all time reports to one routine with settings.</LI>
<LI>Combined all time summaries to one routine with settings.</LI>
<LI><B>Removed</B> <I>requestIncludeImage</I> configuration option.</LI>
</UL>

<H3>Version 0.3</H3>
<UL>
<LI>Redesigned all report styles to support generalized reports using 
settings in rdata.ini.</LI>
<LI>Implemented use of settings in cdata.ini for column specific text.</LI>
</UL>

<H3>Version 0.2</H3>
<UL>
<LI>Added ability to autodetect separator character in computer readable 
output file.</LI>
<LI>Added ability to output multiple report files.</LI>
<LI>Added configuration option for title font.</LI>
<LI>Added configuration option for background image.</LI>
<LI>Fixed warning in hash initializations.</LI>
</UL>

<H3>Version 0.1</H3>
<UL>
<LI>Initial version by <A HREF="http://www.dns.ca/">DNS</A>.</LI>
<LI>Has options for page colors, font colors, title blocks, data coloring 
(including alternate line colors on tables) and summary shading.</LI>
<LI>Builds single file with each report accessible from separate navigation 
page. Builds index frameset to hold the two.</LI>
<LI>Has numerous report styles that are selected based on the report type.</LI>
<LI>Develops summary information on many non-summary reports that is 
displayed at the bottom of the reports.</LI>
<LI>Has a Quick Summary report that provides an overview of summary statistics.</LI>
<LI>Provides specific summary data for certain summary reports (e.g. Weekdays 
vs. Weekends on Daily Report).</LI>
<LI>Provides hyperlinking for certain types of (URL) data.</LI>
</UL>

 
        

        <div style="text-align: center; border-top: 2px solid black; border-bottom: 2px solid black; margin-top: 4px; margin-bottom: 6px; padding-top: 4px; padding-bottom:6px;">
            [<a href="index.html">Introduction</a>]&nbsp;[<a href="map.html">Documentation&nbsp;map</a>]&nbsp;[<a href="siteindex.html">Index</a>]&nbsp;[<a href="faq.html">Frequently Asked Questions</a>]&nbsp;[<a href="license.html">License</a>]
        </div>
        
        <span class="fineprint">Send questions or comments to <a href="mailto:dgsupport@wadsack-allen.com">Wadsack-Allen Digital Group Support</a>.<br />
         <a href="http://reportmagic.org/">Report Magic</a> 2.21 Documentation. Copyright &copy; 1999-2003 <a href="http://wadsack-allen.com/">Wadsack-Allen</a>. All Rights Reserved.</span>
    </body>
</html>