aboutsummaryrefslogtreecommitdiff
path: root/scripts/forms.php
Commit message (Expand)AuthorAgeFilesLines
* Update docs/sample-config.php.petko2024-08-191-1/+1
* (:input e_minorcheckbox:) to include label and title per $EnableMergeLastMino...petko2024-08-191-1/+17
* Add helper function PosArgs($args, $posnames).petko2024-04-221-7/+2
* Forms add attribute "form".petko2024-02-061-1/+1
* Input markup fix for unquoted form action URL.petko2024-01-211-2/+2
* Forms enable input e_author not only for action=edit.petko2024-01-091-6/+8
* Add input color.petko2023-10-261-2/+2
* Add input month field (cont.).petko2023-10-241-1/+1
* Add input month field.petko2023-10-241-1/+2
* Add $InputLabelFmt configurable (PITS:01493).petko2023-09-061-3/+7
* Add (:input pmtoken:) helper.petko2023-04-281-0/+7
* Refactor pmtoken() to use session tokens, enable for core actions.petko2023-04-281-0/+2
* Input password add class "inputbox" like the other fields.petko2022-12-161-1/+1
* Edit form remove unsafe-inline script.petko2022-11-281-3/+1
* WikiStyleToClassName for style="..." attributes on tables, cells and blocks.petko2022-11-201-1/+1
* pmsetcookie() add argument $samesite, default to $CookieSameSite or 'Lax'. Ad...petko2022-11-191-1/+1
* Forms migrate focus=1 to autofocus=autofocus, remove inline JS.petko2022-11-031-11/+3
* Prevent double-encoded entities in searchbox.petko2022-10-161-1/+1
* Allow for Minor edit checkbox to have a label (previous commit had wrong summ...petko2022-10-091-1/+1
* Replace autoficus JS with attributes.petko2022-10-091-1/+1
* Replace autoficus JS with attributes.petko2022-10-091-3/+0
* Rewrote Forms to work with wildcard $DefaultUnsetPageTextVars. $EnablePmSynta...petko2022-08-191-15/+6
* Add non-wildcard $DefaultUnsetPageTextVars to $InputValues array.petko2022-07-251-1/+16
* Add form attribute "lang".petko2022-05-251-1/+1
* Fix LocalTimes, refactor for in-page signatures; update dates in headers.petko2022-01-091-1/+1
* $EnableNotSavedWarning default enabled.petko2022-01-051-1/+1
* PreviewPage(), forms.php: add $IncludedPages list after the edit form text area.petko2021-12-301-3/+3
* Add placeholders to e_changesummary and e_author. Add $IncludedPages variable...petko2021-12-301-0/+2
* Updates for PHP 8.1, hide warnings, add PSFT() replacement for strftime() and...petko2021-12-201-1/+1
* Mute PHP8 undefined variables warnings. Add form attributes autofocus, accept.petko2021-08-311-1/+1
* Add pmtoken(), AutoCheckToken() currently transparent, todo, PHP8 compatibili...petko2021-01-311-2/+5
* Add form attribute "formnovalidate"petko2019-11-221-1/+3
* Add $InputAttrs role and aria-*, allow aria-\\w* attributes for the (:searchb...petko2019-11-171-1/+3
* Add (:input datalist:)petko2019-10-031-2/+17
* Add ObfuscateLinkIMap() based on Cookbook:DeObMail, default disabled. GuiEdit...petko2019-08-291-0/+13
* Add requied="required" attritubes to the upload form input file field, and to...petko2019-08-281-0/+3
* Add input "pattern" attribute.petko2019-03-161-1/+1
* Add input "tel" type. Fix classnames of new input types.petko2019-03-161-6/+8
* Fix bug with input label ids could replace already defined idspetko2019-03-081-2/+2
* Add $EnableInputDataAttr to allow custom data-* attributes in forms. Add inpu...petko2019-03-011-2/+7
* Add $PCCFOverrideFunction. $AuthUserPageFmt can now be an array of page names...petko2018-07-051-1/+2
* Fix Forms and Pagelists bugs, reported by DFaure. Add $MailFunction.petko2018-01-101-2/+2
* Add title input attribute.petko2017-08-291-1/+1
* Update all files for PHP 7.2, still compatible with PHP 5petko2017-08-201-8/+20
* Revert last commit - needs reviewpetko2016-06-301-3/+3
* Enable label= attribute to minor-edit checkboxpetko2016-06-301-1/+1
* Enable label= attribute to minor-edit checkboxpetko2016-06-301-3/+3
* Add form attributes min, max, steppetko2015-08-261-1/+1
* Forms: remove "target" attribute (broke PmForm); add HTML5 input types "email...petko2015-08-261-3/+5
* Accept "target" input attribute.petko2015-07-091-1/+1