| 01.04.31, 19 Apr 2010
|
- Database not changed
- Deleted users: Check for soft-deleted DNN5 users - also works in DNN4
|
| 01.04.30, 17 Apr 2010
|
- Database not changed
- Emails: Don't retry on send error
- Emails: On send error: log Admin Alert in event viewer
- Checkbox: legacy fix
|
| 01.04.29, 11 Feb 2010
|
- Database not changed
- Admin: After Action, return to referer
- Radiobuttons/Checkboxes: handle correctly if stored as DNN property
- DNN properties: correctly blank if setting to null
|
| 01.04.28, 1 Feb 2010
|
- Database changed: {phdcc_Data_Form_GetResultSetsToModerate} added
- Admin: Moderate shows results if no find parameter
- Admin: Moderate uses faster SQL
- Admin: Only shows form immediately for exact find match
- Edit: Registration type Public changed to Immediate
- Submit: dodgy unicode characters filtered
- Admin: add ?ResultUserId=n&Action=Mod|Amend|Add support
|
| 01.04.27, 28 Jan 2010
|
- Database not changed
- Register/Edit: Registration type option added
|
| 01.04.26, 27 Jan 2010
|
- Database not changed
- Register: RegisterAsUser temp fix
|
| 01.04.25, 22 Jan 2010
|
- Database changed: {Data_Form_GetResultSets}
- Amend/Moderate/Add: New functionality uses SQL search
- Amend/Moderate/Add: One result: show form immediately
|
| 01.04.24, 18 Jan 2010
|
- Database not changed
- Amend/Moderate/Add: New search functionality
|
| 01.04.23, 3 Dec 2009
|
- Database not changed
- Edit: bug fix: store strings for different locales correctly
|
| 01.04.22, 8 Nov 2009
|
- Database not changed
- Form admin information copes if imported form refers to a non-existent tab
- Registration form: If Display Name not supplied, set it to Firstname Lastname
- Registration form: for private registration, register profile updates now work
|
| 01.04.21, 21 Oct 2009
|
- Database not changed
- Form: per-user data invalidated for new user if stored in session
|
| 01.04.20, 7 Sept 2009
|
- Database not changed
- Database: Use connectionStrings SiteSqlServer not appSettings
- RegisterAsUser copes with different portal registration types
|
| 01.04.19, 24 June 2009
|
- Database not changed
- Edit form: Layout fix for Firefox
|
| 01.04.18, 19 May 2009
|
- Send email using UTF8 again
- "Authorised by user" fix
- Don't get password for host users
- text: If linked to password then change to password textmode
|
| 01.04.17, 15 May 2009
|
- Email: If form contains an email, set ReplyTo for form email to that email
- Use answer to question'idName' in form email subject
- For register form, if username/email already exists then store the info + set Validate false and RegisterAsUserFailed true
- Only show admin header if IsEditable
- ResultSetInfo: RegisterAsUserFailed bool added
|
| 01.04.16, 25 April 2009
|
- File question: if uploaded file has no extension then report error
- File/image question: if ConvertToJPEG and extension not right then try loading it as an image
- File/image question: if ConvertToJPEG and image not usable then idAnswerBadImage reported: "Uploaded file is not recognised as an image"
|
| 01.04.15, 24 April 2009
|
- Database not changed
- Questions: don't store question result in phdcc_Data_Results if answer is null
|
| 01.04.14, 16 April 2009
|
- Database not changed
- Register form: initialise PreferredLocale correctly for new user
- Form hook: UserId parameter added to FormEditing and ResultsDeleted hooks
- Form hook: fixed: FormEditing incorrectly being called in one case after Moderate/Amend/Add pressed
- Form hook: form.FormType variable added as instanc of FormInfo.FormTypes enum
|
| 01.04.13, 7 March 2009
|
- Database not changed
- Form hook: Added FormModerating, FormAmending and FormAdding hooks
|
| 01.04.12, 19 January 2009
|
- Database not changed
- File question: "Remove file" option added
|
| 01.04.11, 4 January 2009
|
- Database not changed
- Admin: Support editing of recordset answers by adding ?ResultSetId=nnn to the page URL
|
| 01.04.10, 2 December 2008
|
- Database not changed
- Question "file": Do not get DNN to resync the [Admin][File Manager] after file upload -
takes too long for non-trivial systems
|
| 01.04.09, 29 November 2008
|
- Database not changed
- Question "captcha": don't hide question if administrator/super-user
- Question "hiddenfield": ignore Required setting
|
| 01.04.08, 18 November 2008
|
- Database not changed
- Questions: "checkbox" and "radiobutton" renamed to "checkboxes" and "radiobuttons"
- Question "captcha": hide entire question if logged in, and group if it only contains this question
- Editor: Warning given as Authorisation of Recordset forms is NOT currently supported
- Results: store empty results for "button", "country", "currency", "hiddenfield", "int", "text" and "multilinetext" questions - clears associated profile
|
| 01.04.07, 12 October 2008
|
- Database not changed
- Question file: extension always made lower case
- Admin: Moderate/Amend: find user box added
|
| 01.04.06, 13 September 2008
|
- Database not changed
- Edit: namespace clash fixed for DNN 4.9.0
|
| 01.04.05, 1 September 2008
|
- Database not changed
- Questions: selecting "hiddenfield" question automatically selects "Question_Hidden.ascx" to hide the question
|
| 01.04.04, 2 August 2008
|
- Database not changed
- Questions: help rendered as HTML
|
| 01.04.03, 12 June 2008
|
- Database not changed
- Programmability: Hook ResultsDeleted added - more info
|
| 01.04.02, 12 May 2008
|
- Database changed: [phdcc_Data_ResultSets] {phdcc_Data_Form_SetResultSetDeletedFlag} {phdcc_Data_Form_GetLastResultSet} {phdcc_Data_Form_GetResultSets}
- Admin Delete: ResultSet not actually deleted - just deleted flag set
- Admin Info section added
- Programmability: FormController.GetResultSetsForUser() method and GetResultSetsCountForUser() updated
- more info
|
| 01.04.01, 14 April 2008
|
- Database not changed
- Control question added.
- Question_Standard: HTML altered slightly for better FF rendering
- Edit: Prompt names updated
|
| 01.04.00, 11 April 2008
|
- Database not changed
- Control question added.
- Question_Standard: HTML altered slightly for better FF rendering
- Edit: Prompt names updated
|
| 01.03.05, 12 March 2008
|
- Database not changed
- Admin: Moderate/Amend/Add list of users is sorted.
- Hook: FormEditing() hook added
- Register user: username restricted to alphanumeric, underscore, hyphen
- text question: if Username linked then validation doesn't now allow spaces
- Amend: Cancel button shown
|
| 01.03.04, 2 March 2008
|
- Database not changed
- Edit: Bug fix: Delete group then Add Group now works.
- Register user: If username supplied then trim spaces from both ends
- Register user: If username generated, then do not generate spaces
- Programmability: FormController.GetResultSetsForUser() method added - more info
|
| 01.03.03, 3 February 2008
|
- Database not changed
- Edit: only lists known special strings
- Edit: unused strings deleted on Update
- Linked DNN Property Password get and set correctly
|
| 01.03.02, 29 January 2008
|
- Database not changed
- Profile/Register forms: CreateUser: Email set correctly
|
| 01.03.01, 23 January 2008
|
- Database not changed
- Session variables can be used to hide questions - more info
- Question_Hidden.ascx question control added
- "hiddenfield" question type added
|
| 01.03.00, 14 January 2008
|
- Database not changed
- Released with App_Code classes compiled into DLL
- Email: User's UserID and Email address added to form results email
- If upgrading, see above
|
| 01.02.17, 27 December 2007
|
- Database not changed
phdcc_form.css not updated
- Form() returns all results concatenated with commas if QuestionOption not given
|
| 01.02.16, 16 December 2007
|
- Database not changed
phdcc_form.css not updated
- Form hook: FormLoaded hook added
|
| 01.02.15, 8 December 2007
|
- Database not changed
phdcc_form.css not updated
- Hook: ResultSetInfo.Form() method added
- Admin: "Unvalidated" button renamed to "Register validate failures"
- Admin: "Moderate" shows latest result from a user, even if it doesn't validate
- Admin: "Moderate" and "Amend" have 'Delete' button option
|
| 01.02.14, 5 December 2007
|
- Database not changed
phdcc_form.css updated
- Moderate: for multiple selection country questions, show last chosen countries at top of list
- Questions: all supplied question control generate anchors based on question name, eg #idSurveyName
- "Powered by" P now is CSS class 'phdccDataFormVersion'
- "button" question type added
|
| 01.02.13, 27 November 2007
|
- Database changed: {phdcc_Data_Form_DeleteResultSet}
phdcc_form.css not updated
- Form: Only move to first control on form if it is enabled
- Admin: "Unvalidated" option for Profile forms
- Form hook: UserRegistered() called later
- Edit: Allow blank group name
- Edit: GroupId not needed - generated internally
|
| 01.02.12, 15 November 2007
|
- Database not changed
phdcc_form.css not updated
- FormHook: If in EditMode, load error reported
- Form Page_Init: If in EditMode, exception reported
- btnSubmit_Click: If in EditMode, exception reported
|
| 01.02.11, 13 November 2007
|
- Database changed: [phdcc_FormForms], {phdcc_Data_Form_AddForm}
phdcc_form.css updated
- Results: Added "SubmitTime" answer to results after result moderated or amended
- FormHook hook methods controls added
- Custom CSS file supported
- "Powered by" P now is CSS class 'phdccDataVersion'
|
| 01.02.10, 6 November 2007
|
- Database not changed
phdcc_form.css not updated
- Admin: Remove "This is a new record" if amending
|
| 01.02.09, 6 November 2007
|
- Database not changed
phdcc_form.css not updated
- "file" question image: cope with JPGs that don't save
|
| 01.02.08, 23 October 2007
|
- Database not changed
phdcc_form.css not updated
- Form: fix Action null error
|
| 01.02.07, 18 October 2007
|
- Database not changed
phdcc_form.css not updated
- Registration email obtained from EMAIL_USER_REGISTRATION_PUBLIC_SUBJECT and EMAIL_USER_REGISTRATION_PUBLIC_BODY by default
|
| 01.02.06, 13 October 2007
|
- Database not changed
phdcc_form.css not updated
- Admin option renamed to 'Add Blank'
|
| 01.02.05, 12 October 2007
|
- Database not changed
phdcc_form.css not updated
- Admin Add option added
|
| 01.02.04, 11 October 2007
|
- Database not changed
phdcc_form.css not updated
- ThankYou redirect now works again
- Settings removed because it contains nothing
- Provide friendly default for form title and help
- Edit form: Help message links to improved online help
|
| 01.02.03, 26 September 2007
|
- Database not changed
phdcc_form.css not updated
- "file" question: by default image thumbnail generated with size 150x150px
- "file" question: form uses 150px wide image thumbnail if generated
|
| 01.02.02, 21 September 2007
|
- Database not changed
phdcc_form.css not updated
- "captcha" question: Don't show if user is logged in
|
| 01.02.01, 19 September 2007
|
- Database not changed
phdcc_form.css updated
- "file" question: Existing name only shown if not an image
- "file" question: DisplayStyle "vert" respected
- "file" question: New save file naming scheme for profile forms
- "file" question image: Resize, quality, thumbnail and original options added
- "file" question image: Amend form: existing image shown as a link
|
| 01.02.00, 9 September 2007
|
- Database not changed
phdcc_form.css not updated
- Module renamed from "phdcc.Form" to "phdcc.Data.Form"
- Role "phdcc Form Admin" renamed to "phdcc.Data Admin"
- Moderate form help message now in red
|