- 07 Mar, 2017 1 commit
-
-
Carsten Rose authored
-
- 05 Mar, 2017 1 commit
-
-
Carsten Rose authored
#3180=#2081 dynamicUpdate, rearrange 'input hidden' elements from checkboxes, radios to top of form. CODING.md: add some doc about STORE_ADDITIONAL_FORM_ELEMENTS. load.php (#2081): rearrange delivered JSON to fullfill client API. AbstractBuildForm.php: rename getJsonElementUpdate() to getFormElemenForJson(). Extend getFormElementForJson() to support changes for label and note. Fill store STORE_ADDITIONAL_FORM_ELEMENTS with 'hidden input' elments. QuickFormQuery.php: implement Client JOSN API update.
-
- 01 Mar, 2017 1 commit
-
-
Carsten Rose authored
-
- 20 Feb, 2017 1 commit
-
-
Carsten Rose authored
-
- 16 Feb, 2017 1 commit
-
-
Carsten Rose authored
-
- 06 Feb, 2017 1 commit
-
-
Carsten Rose authored
Logger.php, BuildFormBootstrap.php, BuildFormPlain.php, BuildFormTable.php, Constants.php, BuildFormPlainTest.php: Replace 'label' and 'note' for FormElements by FE_LABEL, FE_NOTE.
-
- 05 Jun, 2016 2 commits
-
-
Carsten Rose authored
UsersManual/indes.rst: Desription for subrecord updated. Sip.php: code cleaned up. Static SIP defined. AbstractBuildForm.php: Column 'link' implemented.
-
Carsten Rose authored
AbstractBuildForm.php: Column with a specific 'title' starting with '_... ' has not been surpressed. Fixed.
-
- 04 Jun, 2016 1 commit
-
-
Carsten Rose authored
AbstractBuildForm.php: Columns with a name starting with '_... ' has not been surpressed. Fixed. Icons path adjusted.
-
- 31 May, 2016 1 commit
-
-
Carsten Rose authored
BuildFormPlainTest.php: unit tests adjusted for new behaviour of maxLength /size for columns which are not defined in primary table.
-
- 30 May, 2016 1 commit
-
-
Carsten Rose authored
-
- 13 May, 2016 1 commit
-
-
Carsten Rose authored
BuildFormPlainTest.php: fixed issue with double declared class FakeTSFE. ReportTest.php: initially created.
-
- 04 May, 2016 1 commit
-
-
Carsten Rose authored
-
- 02 May, 2016 1 commit
-
-
Carsten Rose authored
Support.php, FillStore.php, AbstractBuildFrom.php, BuildFormPlain.php, BuildFormTables.php, Constants.php, Save.php, BuildFormPlainTest.php
-
- 28 Apr, 2016 1 commit
-
-
Carsten Rose authored
-
- 01 Apr, 2016 1 commit
-
-
Carsten Rose authored
-
- 31 Mar, 2016 1 commit
-
-
Carsten Rose authored
-
- 24 Mar, 2016 2 commits
-
-
Carsten Rose authored
Refactored sanitize functionality: Form save, form update and client are now handled with the same regexp. Form save and update use the same code to sanatize. SANITIZE names are now equal in FormEditor and in Store. New class SANITIZE_ALL_MIN_MAX_DATE. OnArray.php: moved inputCheckPatternArray() to Sanatize. Sanatize.php: complete rewrote of sanitize(). Everything is regexp based now. FillStore.php: validateValue() removed, use of Sanitize::sanitize instead. Store.php: adjusted change of Sanitize:sanitize signature. AbstractBuildForm.php: defined class global variable $inputCheckPattern and initialize them during construct(). Variables, submitted by POST, are now correctly sanatized according their FormElement definition. getInputCheckPattern() adjusted to new/changed SANITIZE definitions. Constants.php: added SANTIZE_ALLOW_: MIN_MAX, MIN_MAX_DATE, EMAIL, PATTERN, SANITIZE_EXCEPTION, SANITIZE_EMPTY_STRING Save.php: use of Sanitize::sanitize instead of validateValue() formEditor.sql: order of FormElement.checkType changed to 'most used first'.
-
Carsten Rose authored
load.php: implemented FillStoreForm.php: implemented Store.php: phpunit test complains about 'store already filled'. Option set to explicitly allow rewrite. AbstractBuildForm.php: Added new mode 'FORM_UPDATE'. Elements additionaly create json code. 'data-load' attribute will be added to form elements, if 'dynamicUpdate=yes' elements(): added call by reference parameter $json, to return the generated json code. BodyTextParse.php: added 'r =' as a new 'start new line' indicator. This was necessary at least for phpunit tests to run. BuildFormBootstrap.php: buildPill() passes json data structure. BuildFormPlain, BuildFormTable.php: doSubrecords() passes json data structure. Constants.php: New FORM_UPDATE, SQL_FORM_ELEMENT_SIMPLE_ALL_CONTAINER, ERROR_FORM_NOT_FOUND, API_FORM_UPDATE Evaluate.php: Exception text enhanced. QuickFormQuery.php: FillStoreForm.php included. Automatic detection of FORM_LOAD and FORM_SAVE removed. Instead the mode are given explicitly. mode=FORM_UPDATE implemented. Save.php: added TODOs in code. formEditor.sql: reformat code. Add 'FormElement.dynamicUpdate'. 'FormElemente.checkType': 'number' replaced by 'digit'. Added 'alnumx', 'digit'. Form 'form', 'formElement': output of 'title' replaced by 'name' - outputting 'title' confuses the user (tries to show records which do fit to the formEditor) and might produce recursion in evaluation (did not understand why, but happens). FormEditor: implemented 'dynamicUpdate', escpecially the 'type' select list will be adjusted dynamically.
-
- 09 Mar, 2016 1 commit
-
-
Carsten Rose authored
Evaluate: parse() and evaluate() will return the last used Store QuickFormQuery: getFormName() extended to interpret form = {{form}} correctly Makefile: T# Extension ZIP - config.ini excluded, Documentation included README.md: adjusted to renamed CSS and JS files: qfq-bs.css, qfq-nin.js
-
- 24 Feb, 2016 1 commit
-
-
Carsten Rose authored
Support: moved wrapTag() from to Support. Add appendTooltip() AbstractBuildForm, BuildFormBootstrap BuildFormPlain, BuildFormTable: implemented showDebugInfo. Moved wrapTag() to Support. Fixed Typo in word buildNewSip.
-
- 11 Feb, 2016 1 commit
-
-
Carsten Rose authored
AbstractBuildForm: implementd uniqe formId. BuildFromBootstrap: Save-Button will receive 'formId' Constants: new field TYPO3_TT_CONTENET_ID BuildFromPlainTest: implemented test for getFormId. EvaluateTest: fixed wrong assert test
-
- 09 Feb, 2016 1 commit
-
-
Carsten Rose authored
-
- 05 Feb, 2016 1 commit
-
-
Carsten Rose authored
QuickFormQuery: renamed from Form.php to QuickFormQuery.php. Include 'Report'. New: If there is no formname specified, this is not an error anymore - just do nothing. QuickFormQueryTest: renamed from FormTest.php to QuickFormQueryTest.php formEditor.sql: Fixed some missing 'not null' definitions. BuildFormPlainTest, SipTest: Adjustments from renaming Form.php qfq.php: renamed from form.php to qfq.php index.php: Adjustments from renaming form.php report.php: new test file, to see something with report (not working now)
-
- 03 Feb, 2016 1 commit
-
-
Carsten Rose authored
AbstractBuildForm: new getColumnSize() - retrieve size limit for a column from the table definitiom. $formElement['maxLength'] will be checked against the max physical size and adjusted where necessary. Implemented 'tooltip' as a title tag. All rendered HTML Attributes are now trimmed. getInputCheckPattern(): fixed a bug and new check if min|max are set. Renamed extractKeyValueList() to getKeyValueListFromSqlEnumSpec(). BuildFormPlainTest: new
-