Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
38.56 KB
MD5: 3b26d2e32784b36723ee4c6c3b70036b
SHA-1: 99939c6d218ca5c3f8cdc605116fefce0bea8915
SHA-256: 937334153f38749ed847ab42c67121955c4fd5ccb5440b05473681d440a9150a
Download zip
46.04 KB
MD5: 863e77438112448442bd3618675d3afc
SHA-1: 07ddb50dd5e84e90f5c19e8d43074a7dc89ff02c
SHA-256: 6b38e883c350bd37b36e9f9293ce3b3c0a1f40986fcb0b76cdeeeaf7656273ca
Release notes
Changes since 7.x-1.0-alpha1:
Major Changes
- Add Submitter submissions View
- Add Permission to view/edit/delete own submissions
- Added Rules integration for form access control
- Add override option for button text
Thanks to everyone who helped resolved issues listed below and otherwise
Issues Resolved
- #1786304 by densolis:Improved Entityform Type add/edit screen help
- Merge branch 'export_pathes_1782418' into 7.x-1.x
- #1782418 by tedbow:Export aliases with entiytform types
- Moved access settings to top of edit screen
- extra check to make sure path is enabled
- delete aliases when deleting entityform type
- added check for user_submissions_view
- #1782418 by tedbow:Adding managing of paths to presave
- #1786730 by tedbow:Update Default Views to show only non-draft submissions
- added menu weight
- Merge branch 'user_views' into 7.x-1.x
- #1790556 by tedbow:Create User Submission View option to show Previous submissions
- fixed whitespace
- added user view option
- #1789426 by tedbow:Added views alter to respect permissions
- by tedbow: Added contextual edit link
- Issue #1786050 by tedbow: changed 'filter' to 'format'
- Issue #1786050 by tedbow: added function comment
- #1786050 by tedbow:Added token and filtered text for entityform types
- #1786264 by densolis:Change Access Roles to checkboxes and made required
- #1704748 by scottrigby:added Entityform::setuser() callback
- #1761052 by tedbow:Added submission message for user
- #1772340 by tedbow:Adding permissions for own submissions
- #1699738 by tedbow:Fixed VBO support for submission View
- #1707056 by tedbow: Fixed undefined var
- by tedbow:moved Entityform Type label to top of the form
- #1701496 by scottrigby: Fixed Rules config error
- #1681508 by tedbow: Added Rules integration for form access control
- #1680682 by tedbow:Update hook to enable entityform_notifications
- Merge branch 'entityform_notifications' into 7.x-1.x
- #1680482 by mrfelton: Entityforms shouldn't support metatags
- #1691186 by tedbow:Fix issue with more than 1 form on a page. Implemented hook_forms
- #35369 by svendecabooter: Fixed form redirect error
- # by tedbow, mrfelton:Creating entityform_notifications submodule-fixes
- # by tedbow, mrfelton:Creating entityform_notifications submodule
- by tedbow: Add type property for Entityform metadata
- # by tedbow: Removed nowdoc format for php 5.25 support
- #1671308 by tedbow: Added Entityform type index View to link to Submissions
- #1671308 by tedbow: Changed default entityform submission View
- by tedbow: Moved intro text out of edit form. Intro text gets displayed even if form is not created
- #1672790 by tedbow: Remove entity2text token from default Rule
- #1672790 by tedbow: Created update function to set Rules related settings
- #1672790 by tedbow: Merge in main 7x branch
- #1672790 by tedbow: Removing old email functions
- #1675850 by tedbow:Provide full default settings form for Entityform Types
- #1672790 by tedbow: Add Token from entity2text module to output entityform in Rules email
- #1672790 by tedbow: Implementing Rules notifications - whitespace fixes
- #1672790 by tedbow: Implementing notification with Rules
- #1671296 by mrfelton:Fixed notification email for anonymous users
- #1634960 by tedbow:Fixed access problem to Entityform Type administration
- #1664294 by mrfelton: Fixed undefined var notice
- by tedbow: fixed indent issue
- #1657956 by tedbow: Create improved submissions table and csv download
- #1613128 by tedbow:Fixed access problem for confirm page
- #1624928 by tedbow, wvdakker: Fixed access for entityforms in reference
- #1491264 by acrazyanimal:Fixed notice in template file
- #1587384 by tedbow, mrfelton: Add override option for button text
- by tedbow: Fixed entityform_user_draft
- #1590270 by tedbow: fixed issue with getting submissions
- #1590270 by SpaceGoat1701:User saved draft info appears on form for anonymous users
- #1581986 by tedbow: Fixed undefined index in entityform_clear_required. add docs
- by tedbow: Added setter method for User on Entityform
- #1468728 by tedbow: Fix for default Views missing
- Changed info name and added Entityforms package
- Removed Save Draft button for anonymous users
- Changed redirection on Entityform Type creation to Mangage Field screen
- #1472496 by tedbow: return menu not found when viewing result of missing entityform
- #1490570 by tedbow: fixed error from previous commit with account being undefined
- #1490570 by tedbow: Give user uid 1 all permissions to this module
- #1161802 by rogical:Add config link in info file
- #1472504 by tedbow: Fixed submission access for anonymous users, also code formatting fixes
- #1458632 by tedbow: coded for possibility of no view enabled in _entityform_get_entityform_views_options
- #1454146 by tedbow: Checking if user->email is empty
- #1430818 by tedbow: Changed default submissions View to show as admim ui
- #1430818 by tedbow:Moved entityform_type admin to admin/structure
- #1436558 by tedbow: added User info to entityform edit form
- changed entityform edit form to redirect to submissions page
- #1436558 by tedbow:Added Edit link in default submissions View
- by tedbow: Added link to drupal.org handbook page
- by tedbow: added form status setting and cleaned up settings form
- by tedbow:Add View function to entityform_type to use with entityreference