root/trunk/website/soundings/install/readme.txt @ 5

Revision 5, 5.4 kB (checked in by DanWilson, 17 years ago)

Initial Commit Of ModelGlue? Website (upgrade to blogcfc 511)

Line 
1ReadMe for Soundings
2
3License:
4Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
5file except in compliance with the License. You may obtain a copy of the License at
6http://www.apache.org/licenses/LICENSE-2.0
7Unless required by applicable law or agreed to in writing, software distributed under the
8License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
9CONDITIONS OF ANY KIND, either express or implied. See the License for the
10specific language governing permissions and limitations under the License.
11
12
13This readme file only contains release notes and changes. For more information, read the Welcome to Soundings document included
14with the zip. If you find this application useful, please consider visitng my Amazon
15wishlist: http://www.amazon.com/o/registry/2TCL1D08EZEYE
16
17Last Update: August 22, 2007 (Version 2.003)
18/includes/udf.cfm - added a new udf
19/tags/surveydisplay.cfm - fix for broken Arrays
20
21Last Update: August 16, 2007 (Version 2.002)
22Updated MySQL install script by Jared Raddigan
23
24Last Update: August 7, 2007 (Version 2.001)
25Updated MySQL install script by Lola Beno
26Changed title of admin/password.cfm
27
28Last Update: August 3, 2007 (Version 2)
29Most files were updated. I didn't correctly log them all, so just consider
30everything updated.
31
32John Ramon did the new design.
33Logo by Alex McKinney.
34
35Major new features:
36
37Pagination is supported in surveys now. Currently set to soundings.ini perpage value.
38Next version will allow per survey page setting.
39
40Reports updated to include PDF.
41Reports now let you filter out questions using Spry.
42
43Admin has new look and feel.
44
45True user manager for admin. Right now all users can do anything they want in admin. You need to add the users table to your database.
46
47Last Update: April 10, 2006 (Version 1.6)
48I haven't tracked particular files, but this update includes a fix for CF8 compatability and some
49minor layout updates. More updates coming soon.
50
51Last Update: April 10, 2006 (Version 1.5.2)
52/cfcs/question.cfc and survey.cfc: Fixes for a bug that occurs when you delete a question and don't correct rank.
53/handlers/text/display.cfm
54/handlers/truefalse/display.cfm
55/pagetemplates/admin_header.cfm
56/pagetemplates/main_header.cfm
57/pagetemplates/main_footer.cfm
58/pagetemplates/plain_header.cfm
59/stylesheets/style.css
60
61All of the above: Minor layout changes by John Paul Ashenfelter. Less use of tables. More CSS. good++;
62
63/tags/surveydisplay.cfm - show name of survey in survey display
64
65/handlers/matrix/display.cfm - wasn't working when you went backwards.
66
67
68Last Update: March 30, 2006 (Version 1.5.1)
69/admin/stats.cfm - tableprefix fix
70/admin/surveys_edit.cfm - support for Clear Results action
71/cfcs/question.cfc - tableprefix fix
72/cfcs/survey.cfc - support for Clear Results action
73/handlers/matrix/save.cfm and stats.cfm - tableprefix fix
74/handlers/muptiplechoice/ Ditto the above
75/handlers/textbox/ Ditto the above
76/handlers/truefalse/ DItto the abofe
77
78Last Update: March 22, 2006 (Version 1.5.003)
79/cfcs/survey.cfm - Forgot one thing for CFMX6 support.
80
81Last Update: March 22, 2006 (Version 1.5.002)
82/admin/stat.cfm - Forgot one thing for CFMX6 support.
83
84Last Update: March 22, 2006 (Version 1.5.001)
85/cfcs/survey.cfc for a table prefix fix.
86/cfcs/question.cfc - Make getAnswers order by rank
87
88Last Update: March 10, 2006
89Update: 3/10/06 (Version 1.5)
90/admin/* - All files in admin touched as part of 'Remove Mapping' update. Note that I didn't bother updating the headers for some pages.
91/admin/stats* - Support for CFMX6 brought back in. Charts now all have a set height. Kinda big - but simpler.
92/cfc/* - Support for table prefix. Removed mapping setting from ini file.
93/pagetemplates/main_header and plain_header - Modded to work w/o mapping
94/tags/layout.cfm, surveycomplete.cfm, surveydisplay.cfm - ditto
95/Application.cfm, ditto, plus IE fix for hitting Enter in logon form
96/index.cfm, /survey.cfm - removed mapping need
97Docs updated to reflect no mapping and tableprefix feature.
98
99Update: 2/11/06 (Version 1.4)
100/admin/index.cfm - I just changed the text a bit.
101/admin/stats.cfm - Fixed an ordering bug in matrix reports.
102/cfcs/survey.cfc - Caching to help excel reporting.
103/handlers/matrix/stats.cfm - Helps fix ordering issue in matrix reports.
104/install/ - Word doc updated with license and PDF added.
105
10612/19/05
107MySQL file had a bug. It marked answers.rank as unsigned. It needs to be signed for Matrix support.
108
10911/22/05
110/handlers/matrix/edit.cfm - error when deleting item - Thanks to Mal Brisbane
111
11211/2/05
113/admin/index.cfm - just changed the date
114/handlers/multiplechoice/stats.cfm - major fix
115handlers/matrix/display.cfm - fix for UUIDs with #s in them
116
11710/28/05
118admin/stats - forgot to remove debug code, fix in matrix stat colors
119handlers/multiplechoice/edit and display - limits to field size
120handlers/textbox/ditto
121install/mysql.sql - typo fix
122
12310/8/05
124Many files changed, so I recommend copying all of them over.
125Added support for Matrix style questions. This requires 1-2 database changes.
126The first change you must make. Edit the results table and add a itemidfk column. Type should be nvarchar (or equivalent) with size=35. Null ok.
127The second change is to add support for Matrix style questions. You can either copy the insert from the db script, or use the Soundings admin
128to add it yourself. Name should be Matrix, and handler root should be matrix.
Note: See TracBrowser for help on using the browser.