Download the PHP package open-csp/flex-form without Composer
On this page you can find all versions of the php package open-csp/flex-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package flex-form
FlexForm is an enhanced HTML5 rendering engine.
It renders HTML5 form elements and allows to edit or create a page or multiple pages with one form.
Version 2 has changes in its config. So upgrading to version 2 means adjusting your local settings.
Version 1 was a complete rewrite and stripped down version from the previous WSForm.
Installation
Grab in instance from https://github.com/Open-CSP/FlexForm. Create a "FlexForm" folder in your Wiki extensions folder and extract the files there.
Or install using Composer. Read more here: https://www.mediawiki.org/wiki/Composer/For_extensions
The Composer required name is: open-csp/flex-form
If you are not installing FlexForm using composer, then you still need to run inside extensions/Flex-Form
Setup
You can tweak FlexForm to an extent in your Localsettings.php
Add the following line at the end of your LocalSettings.php to enable the extension :
Run the update script which will automatically create the necessary database tables that this extension needs.
Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Migrate from version 1.x to 2.0
Please notice the changes in the config settings. Also, by default, the setting renderonlyapprovedforms will be true. Meaning that once you install FlexForm v2.0 all your existing FlexForm forms in your wiki will be shown as unvalidated. Visit this documentation page https://www.open-csp.org/DevOps:Doc/FlexForm/2.0/Validated_Forms to read how to solve this easily.
Docs
Visit : https://www.open-csp.org/DevOps:Doc/FlexForm
Changelog
- 2.3.4 : Fixed bug in create using next available option
- 2.3.3 : Version bump to keep in-line with REL1.39
- 2.3.2 : Added new security checks for the Messaging functions
- 2.3.1 : _create with instances and JSON fix
- 2.3.0 : To get consistency: Added parsing of value of allowtags and added required=required to select attribute.
- 2.2.21 : check mwreturn changes to take server port in host into account.
- 2.2.20 : Token bugfix
- 2.2.19 : changed token behaviour for allowsort, allowclear and allowtags. Backwards compatible.
- 2.2.18 : re-write of loading necessary JavaScript
- 2.2.17 : Bug fixes in file upload
- 2.2.15 : Allow for field substitution when using _createuser.
- 2.2.14 : Fix for finding templates on a page with spaces
- 2.2.12 : Fix for creating pages with ranges. Fix reCaptcha on multiple forms.
- 2.2.11 : Added reCaptcha Enterprise and Recaptcha v2 I'm not a Robot support
- 2.2.10 : Added recursive parsing of content to find templates and values.
- 2.2.9 : Added convert from xls/xlsx to JSON. Added slot support for conversions.
- 2.2.8 : Added some addition CSS to instances. Changed no-disable-on-submit to work per form
- 2.2.7 : Fixed no_submit_on_return and disabling submit button
- 2.2.6 : Changed some implementations for messaging and fixes
- 2.2.5 : Added persistent messages, a Messaging special page and update FlexForm per branch
- 2.2.4 : Input type=message now also if secure setting is false.
- 2.2.3 : Refresh SMW props changed and Debug options changed.
- 2.2.2 : Deprecated showmessages https://www.open-csp.org/DevOps:Doc/FlexForm/2.0/Installation_of_FlexForm#Notification.2FMessages
- 2.2.1 : Removed HTML Special character on option fields.
- 2.2.0 : Added Messaging system
- 2.1.34 : Adjusted code to handle similar template names.
- 2.1.33 : Force update DeferredUpdate
- 2.1.32 : Tempex fields trimmed
- 2.1.31 : Fixed an issue where extension argument is empty. i18n update. ( https://github.com/Open-CSP/FlexForm/pull/35/commits )
- 2.1.30 : Fixed https://github.com/Open-CSP/FlexForm/issues/34.
- 2.1.29 : Next available namespace issue fix
- 2.1.28 : getWikitextForTransclusion double check for nulled content. Fix for instances and form fields arrays
- 2.1.27 : When using an unknown namespace when creating a page, use main namespace
- 2.1.26 : Could not resolve namespace check added
- 2.1.25 : Check to see if a page has a form has been updated to make it only check relevant pages
- 2.1.24 : Instances with multiple tokens bug fixed.
- 2.1.23 : Edit config option to toggle null edits (forceNullEdit)
- 2.1.22 : Fixed: Ajax calls end routine handling; clean post values are now recursive
- 2.1.21 : Fixed error in instances
- 2.1.20 : Mail update using composer. Changed organization. Instances not using relaxed search.
- 2.1.19 : False positive check on secure forms. Added support for quoted json path keys.
- 2.1.18 : Show error with incorrect use of multiple _creates in one form.
- 2.1.17 : Changed null edit to remove smwproperties refresh.
- 2.1.16 : Added timing information on debug
- 2.1.15 : Creating a page not using a template fix for array values
- 2.1.14 : Have tokens use the same required="required" options as normal input fields
- 2.1.13 : Added non predefined value to show up in token instances. Added valid JSON schema check.
- 2.1.12 : Added form permissions argument
- 2.1.11 : Added tokens rendering to json schema
- 2.1.10 : Redirect issue fixed
- 2.1.9 : Added replacevariables parser options on semantic ask query
- 2.1.8 : Setting display title in a MCR slot fix
- 2.1.7 : Fixed Pandoc images name uploads. [Thanks to Bernhard Krabina!]
- 2.1.6 : Bug fix for canvas and signature uploads
- 2.1.5 : Fixed possible wrong smw query path ( thnx to @Bovine-collab ). This closes https://github.com/Open-CSP/FlexForm/pull/30. Also added array checks not being empty.
- 2.1.4 : Simplified phpList mailing ids
- 2.1.3 : Managed approved forms bug fixed
- 2.1.2 : Added a required field for the PHPList extension ( like a checkbox to allow to register ).
- 2.1.1 : Some changes to the extension handler and the PHPList extension to support localsetting configuration for an extension
- 2.1 : for details : https://wikibase-solutions.com/developer-logs/flexform-v2-1
- 2.0.12 : Use wfExpandUrl to accommodate for non-null ArticlePath settings
- 2.0.11 : Added loadscript config setting
- 2.0.10 : TinyMCE selector change.
- 2.0.9 : Added parsing of options and selected to Select and Token
- 2.0.8 : new way of rendering select and tokens without options
- 2.0.7 : fixed HTML argument custom
- 2.0.6 : autosave || to &&, Added autosave="none", see docs.
- 2.0.4 : Missing sortable on tokens
- 2.0.3 : Edit on page id 0 fix
- 2.0.2 : Minor tweaks to autosave buttons and the placing
- 2.0.0 : Added approved forms, -usercan- options and code optimization, wgCapitalLinks and many more
- 1.1.45 : Split wiki edit and create
- 1.1.44 : JSON Support for instances. Fixed nooverwrite on create page option.
- 1.1.43 : JSON Edit support. Dropped jQuery.UI dependency
- 1.1.42 : Instances and multiple _create json support
- 1.1.41 : Add copy and paste support form formats. _create json support finished. Tempex and Calc secure and with instances. reCaptcha changes
- 1.1.40 : _create json support
- 1.1.39 : Localhost redirect fix
- 1.1.38 : API next available warning removed
- 1.1.37 : Version bumb
- 1.1.36 : Secure calc added and resolve template fields
- 1.1.35 : Calc options added. Added Fix for wikis with different paths and urls
- 1.1.34 : file upload dropzone verbose fixes
- 1.1.33 : Added template support for file pages
- 1.1.32 : Seperated Git from Special page
- 1.1.31 : Version bump to git update
- 1.1.28 : autosave onintervalafterchange. Added admin git update feature.
- 1.1.27 : Survey module added. More on this later. Filter option for SMQ Queries added. noseo option for _create
- 1.1.26 : Rendering instances with default content will do a SMW Ask to get the Display property for a token using its value and Query.
- 1.1.25 : Instance default-content 2 token fix
- 1.1.24 : Fixed an issue where select2 tokens callbacks were initiated multiple times. Removed 1.12 J-UI dependency.
- 1.1.23 : Another instance update for tokens. Recent changes are now initiated.
- 1.1.22 : Instances and textarea fix
- 1.1.21 : Fixed Paragraph tag appearing in fieldset
- 1.1.20 : Fixed file upload preview and dropzone issues
- 1.1.19 : Added wscreate usefield like options. Fixed SMW query results being escaped
- 1.1.17 : Fixed autosave with Instances
- 1.1.16 : VE error message fix when nog VE loaded.
- 1.1.15 : Extended the hook to contain extension name.
- 1.1.14 : Create user email is now a system message. Added FFAfterFormHandling Hook.
- 1.1.13 : Added extension support
- 1.1.12 : Added entity decoding to mwreturn to support &-sign. Fixed multiple instances issue.
- 1.1.11 : SEO url's to file upload
- 1.1.10 : Added sortable tokens
- 1.1.9 : Addendum and SEO setting
- 1.1.8 : FileUpload fix
- 1.1.7 : Add HTML screenshot upload (canvas)
- 1.1.6 : reCaptcha fixed. Rdy to test. https://github.com/WikibaseSolutions/FlexForm/issues/8
- 1.1.5 : Fixed slot creation bug
- 1.1.4 : Instances changes
- 1.1.3 : Added frame parsing for tokens. Form validation was set to input field validations.. Fixed!
- 1.1.2 : Fixed no submit on enter per form. Security checksum changes.
- 1.1.1 : Added support for anonymous users
- 1.1.0 : Email bot api support, create user support, various fixes after refactoring. Added security options.
- 1.0.0 : Release
- 1.0.0 Release Candidate 6 : CreateUser, extensions support
- 1.0.0 Release Candidate 5 : leadingZero With Multiple Creates
- 1.0.0 Release Candidate 4 : id regex validation changed to allow just HTML5
- 1.0.0 Release Candidate 3 : File upload naming convention changed
- 1.0.0 Release Candidate 2 : smwquery result fix
- 1.0.0 Release Candidate 1 : id fixes on create
- 1.0.0 Beta 10: instances and security changes
- 1.0.0 Beta 8: resource loading changed in regards to working with slots.
- 1.0.0 Beta 3: More clean-up render Select fixed and show-on-select fix.
- 1.0.0 Beta 2: More clean-up and added GET action. Added hidden css class.
- 1.0.0 Beta 1: Initial first public release
All versions of flex-form with dependencies
galbar/jsonpath Version ^2.1
ryakad/pandoc-php Version ~1.0
phpmailer/phpmailer Version ^6.8.0
php Version ^7.3.19
ext-json Version *
ext-exif Version *
composer/installers Version 1.*,>=1.0.1