| [5] | 1 | ReadMe for Soundings |
|---|
| 2 | |
|---|
| 3 | License: |
|---|
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this |
|---|
| 5 | file except in compliance with the License. You may obtain a copy of the License at |
|---|
| 6 | http://www.apache.org/licenses/LICENSE-2.0 |
|---|
| 7 | Unless required by applicable law or agreed to in writing, software distributed under the |
|---|
| 8 | License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR |
|---|
| 9 | CONDITIONS OF ANY KIND, either express or implied. See the License for the |
|---|
| 10 | specific language governing permissions and limitations under the License. |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | This readme file only contains release notes and changes. For more information, read the Welcome to Soundings document included |
|---|
| 14 | with the zip. If you find this application useful, please consider visitng my Amazon |
|---|
| 15 | wishlist: http://www.amazon.com/o/registry/2TCL1D08EZEYE |
|---|
| 16 | |
|---|
| 17 | Last Update: August 22, 2007 (Version 2.003) |
|---|
| 18 | /includes/udf.cfm - added a new udf |
|---|
| 19 | /tags/surveydisplay.cfm - fix for broken Arrays |
|---|
| 20 | |
|---|
| 21 | Last Update: August 16, 2007 (Version 2.002) |
|---|
| 22 | Updated MySQL install script by Jared Raddigan |
|---|
| 23 | |
|---|
| 24 | Last Update: August 7, 2007 (Version 2.001) |
|---|
| 25 | Updated MySQL install script by Lola Beno |
|---|
| 26 | Changed title of admin/password.cfm |
|---|
| 27 | |
|---|
| 28 | Last Update: August 3, 2007 (Version 2) |
|---|
| 29 | Most files were updated. I didn't correctly log them all, so just consider |
|---|
| 30 | everything updated. |
|---|
| 31 | |
|---|
| 32 | John Ramon did the new design. |
|---|
| 33 | Logo by Alex McKinney. |
|---|
| 34 | |
|---|
| 35 | Major new features: |
|---|
| 36 | |
|---|
| 37 | Pagination is supported in surveys now. Currently set to soundings.ini perpage value. |
|---|
| 38 | Next version will allow per survey page setting. |
|---|
| 39 | |
|---|
| 40 | Reports updated to include PDF. |
|---|
| 41 | Reports now let you filter out questions using Spry. |
|---|
| 42 | |
|---|
| 43 | Admin has new look and feel. |
|---|
| 44 | |
|---|
| 45 | True 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 | |
|---|
| 47 | Last Update: April 10, 2006 (Version 1.6) |
|---|
| 48 | I haven't tracked particular files, but this update includes a fix for CF8 compatability and some |
|---|
| 49 | minor layout updates. More updates coming soon. |
|---|
| 50 | |
|---|
| 51 | Last 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 | |
|---|
| 61 | All 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 | |
|---|
| 68 | Last 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 | |
|---|
| 78 | Last Update: March 22, 2006 (Version 1.5.003) |
|---|
| 79 | /cfcs/survey.cfm - Forgot one thing for CFMX6 support. |
|---|
| 80 | |
|---|
| 81 | Last Update: March 22, 2006 (Version 1.5.002) |
|---|
| 82 | /admin/stat.cfm - Forgot one thing for CFMX6 support. |
|---|
| 83 | |
|---|
| 84 | Last 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 | |
|---|
| 88 | Last Update: March 10, 2006 |
|---|
| 89 | Update: 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 |
|---|
| 97 | Docs updated to reflect no mapping and tableprefix feature. |
|---|
| 98 | |
|---|
| 99 | Update: 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 | |
|---|
| 106 | 12/19/05 |
|---|
| 107 | MySQL file had a bug. It marked answers.rank as unsigned. It needs to be signed for Matrix support. |
|---|
| 108 | |
|---|
| 109 | 11/22/05 |
|---|
| 110 | /handlers/matrix/edit.cfm - error when deleting item - Thanks to Mal Brisbane |
|---|
| 111 | |
|---|
| 112 | 11/2/05 |
|---|
| 113 | /admin/index.cfm - just changed the date |
|---|
| 114 | /handlers/multiplechoice/stats.cfm - major fix |
|---|
| 115 | handlers/matrix/display.cfm - fix for UUIDs with #s in them |
|---|
| 116 | |
|---|
| 117 | 10/28/05 |
|---|
| 118 | admin/stats - forgot to remove debug code, fix in matrix stat colors |
|---|
| 119 | handlers/multiplechoice/edit and display - limits to field size |
|---|
| 120 | handlers/textbox/ditto |
|---|
| 121 | install/mysql.sql - typo fix |
|---|
| 122 | |
|---|
| 123 | 10/8/05 |
|---|
| 124 | Many files changed, so I recommend copying all of them over. |
|---|
| 125 | Added support for Matrix style questions. This requires 1-2 database changes. |
|---|
| 126 | The 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. |
|---|
| 127 | The 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 |
|---|
| 128 | to add it yourself. Name should be Matrix, and handler root should be matrix. |
|---|