Formunculous

Latest version: v2.2.5

Safety actively analyzes 619504 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.2.5

This is a release in order to correct backwards incompatibilities introduced
between version 1.2.4 and 1.2.5 of Django. Because it includes new media,
if you are using setuptools/easy_install you will need to relink your media
or at least add the csrf.js file to { MEDIA_ROOT }/formunculous/js/ in order
to correctly handle Django 1.2.5 with the CSRF middleware

Bug Fixes:
* Added csrf.js to the media and included it in all templates that make POST
AJAX calls in order to add a CSRF token HTTP header to the request.

2.2.4

This is a minor bug fix release with two minor
additional features.
A big thank you to lkraav ( http://leho.kraav.com )
for his help with getting translations working properly
and the split multi value field display code.

New Features:
* CSV Export now includes the application ID as a field

* Added template code to properly display multi-select field responses on
the thank you and review pages (Courtesy of lkraav)

Bug Fixes:
* Fixed unicode handling in CSV export

* Added URLEncode filter for attached file links in thank you and review

* Fixed several spacing issues and missing trans/ugettext strings
(Courtesy of lkraav)

* For additional language support, I setup the apply.html base template to
try and include a language specific date picker from
http://jquery-ui.googlecode.com/svn/trunk/ui/i18n/ if a language other
than en or en-us is selected:
{{ MEDIA_URL }}formunculous/js/jquery.ui.datepicker-{{ LANGUAGE_CODE }}.js
(You must add the specific js to that folder for it to work)
(Courtesy lkraav)

* File type fields now properly check that the file name is less than the max
length allowed in the model. There is still an edge case where the path plus
the file name is too long. I have submitted a patch upstream to Django to
fix this.

2.2.0

New Features:

* Reviewer list is now a better widget and is searchable and sorted.
* Ordering for dropdown selections - done by ordering on non-displayed
value (note added to dropdown iframe form to that effect).
* Update CKEditor to 3.4
* Change display of boolean values to be icon based.
* Icons for each of the currently written field types for easier field selection
* Template tag for rendering pre/post text as templates
(including tags/filters, etc). Added to apply.html default template
for rendering.
* Template tag for rendering a form anywhere.
* Static media linking/copying easier with manage.py command line extension of
func_media_link for symlinking media and func_media_copy for copying the media.
* Better display of available for definitions (tr:hover added).


Bug fixes:

* Multi submit authenticated e-mail only forms weren't allowing multi-submit.
* There were several broken login type issues leftover from django 1.0.
* Storage duplicate slug across application definition issue resolved.
* If optional file field left blank, template error on null field resolved.
* Corrected language on confirmation screen of authenticated forms
that may have lead users to believe the form was submitted when
it hadn't been.
* Fixed form building checkbox labels to have proper labels and behavior

2.1.1

Bugfix and compatibility release.

* Now fully compatible with both Django 1.1 and 1.2 (any bugfix release)
* Word fixes (replacing "Application" with "Form" - legacy problem)
* Minor HTML and CSS fixes

2.1

New features:

* Graphical statistics for showing responses over time.
* Pie charts for showing percentage choices for drop down type fields.
* Improved notification e-mail with direct links to related areas of the app.
* Interface improvements on form index page--tab with forms available for
review.
* New review tab shows the number of complete and incomplete forms for each
form.
* Incomplete forms are now shown on the reviewing view along with the completion
percentage.
* There are now print links on the completion page and review page for forms.
* Link to download all of the files associated with a form definition as a
single zip file.
* There is a link to export all form submission data as a single CSV.
* Restyle of form building view to make it more compact.
* The accordion expansion handle for form building is now available in
a larger area.
* In the builder index, inactive forms are now greyed out.
* Each column in the builder index is now sortable.
* Input errors for the end user have an improved look and feel
* If you have an authenticated multi-use form, the user can now view each
form that they have previously filled out.

Bug Fixes:

* Sorting on the review index has been improved to include fields with the
special "None" value.
* Searching forms in the review index now properly cases and trims the search
terms.
* The preview form no longer shows the submit/save buttons.
* Copying a form definition now properly performs a deep copy of dropdown
selections and sub-forms.
* Copying a form definition now properly copies the site status and list of
reviewers.
* Notification for non-authenticated forms no longer sends multiple e-mail
notifications if the user refreshes the page.
* Verification of whether the requested form is a parent or child is now
working properly.

2.1.0

Applying:

* Better interface for seeing which forms are available for review (tab)
* Better instructions in notification e-mails.
* For multiple submission authenticated forms, the user can see a list of all the previous forms they have completed
* Added a print link to the form completion and new history screen
* Better displaying of form errors to the user.



Reviewing:

* Better search and sorting of completed forms
* If your form has incomplete forms, you can view those and how close the user is to completing the form
* You can now export all of your completed forms as a spreadsheet
* You can now download all the files that have been submitted to your form as a zip file
* Graphical statistics for form completions over time and pie charts displaying selection percentages for drop down/radio type fields
* A print link when reviewing an individual form



Building:

* Sortable form list
* Inactive forms are grayed out in the builder form index
* More compact field displays when editing forms
* Better drag and drop and expansion behavior for fields when editing forms\
* Copying a form now fully copies drop downs and any sub-forms in the original form definition.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.