Line 1: | Line 1: | ||
===Changelog=== | ===Changelog=== | ||
+ | *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.13 : Added non predefined value to show up in token instances. Added valid JSON schema check. | ||
Revision as of 08:50, 4 July 2023
Changelog
- 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 permission 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 : New features and changes : 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 update 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 : Secure calc added and resolve template fields. Docs : https://www.open-csp.org/DevOps:Doc/FlexForm/1.0/input/number#Parameters
- 1.1.35 : Calc options added. Added Fix for wikis with different paths and urls. Docs : Docs : https://www.open-csp.org/DevOps:Doc/FlexForm/1.0/input/number#Parameters
- 1.1.34 : file upload dropzone verbose fixes. Docs : https://www.open-csp.org/DevOps:Doc/FlexForm/1.0/input/file
- 1.1.33 : template support for file pages. Docs : https://www.open-csp.org/DevOps:Doc/FlexForm/1.0/input/file
- 1.1.32 : Separated Git from Special page
- 1.1.31 : Version bump to git update
- 1.1.28 : autosave onintervalafterchange. Added admin git update feature. Docs : https://www.open-csp.org/DevOps:Doc/FlexForm/1.0/Form_options#autosave
- 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 fixed after refactoring. Added security options. Special note: By default only a sysop can now edit or create a page with FlexForm on it. This can be changed in the settings for FlexForm.
- 1.0 : Initial first public release Compared to the previous version any File upload method is not supported and will be added in a later version. Rendering of a form has been rewritten to support themes.