- Apr 24, 2017
- Apr 21, 2017
- Apr 20, 2017
- Apr 13, 2017
- Mar 27, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Mar 26, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
The new implementation creates empty fake instances of all copies of templateGroup FormElements. Those are empty. Before save, the submitted form values will be expanded with the empty fake templateGroup FormElements and such empty values will be saved. FormAction.php: Rename constant SQL_FORM_ELEMENT_TEMPLATE_GROUP to SQL_FORM_ELEMENT_TEMPLATE_GROUP_FE_ID - to be more precise. HelperFormElement.php, Database.php: new function explodeTemplateGroupElements()
-
Carsten Rose authored
-
Carsten Rose authored
Fixed missing initialisation of $storeUse.
-
Carsten Rose authored
#3431 / typeAheadSql: columnname 'key' is a reserverd SQL statement - replace by 'id'. Additional the parametername 'typeAheadLdapKeyPrintf' renamed to 'typeAheadLdapIdPrintf'. typeAhead.php: fixed typo. TypeAhead.php: introduced new mapping from 'id' (SQL) to 'key' (API). AbstractBuildForm.php: Constant renamed. Database.php: update function makeArrayDict() to reflect name mapping.
-
- Mar 25, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
abstractBuildForm.php: through fix #2064 the FE.checkType has not been used anymore. This is fixed now.
-
Carsten Rose authored
-
Carsten Rose authored
formEditor.sql: updated subrecord in 'Form' for 'FormElements' - columns 'size' and 'sql1' removed and 'dyn' inserted. Play formEditor.sql.
-
Carsten Rose authored
AbstractBuildForm.php: for Form subrecord columns, the default width limit of 20 chars are disabled in 'nostrip' is specifed.
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm.php: Saving 'extra' FE in STORE_SIP has been done with inappropiate FE_NAME. Correct is the pure FE_NAME, without any extension like recordId. Unessary and broken decoding removed.
-
Carsten Rose authored
HelpFormElement.php: Introduced new constants HTML_DELIMITER_NAME, HTML_DELIMITER_ID AbstractBuildForm.php: Saving 'extra' FE in STORE_SIP has been done with inappropiate FE_NAME. Correct is the pure FE_NAME, without any extension like recordId. Unessary and broken decoding removed.
-
Carsten Rose authored
Manual.rst: commented handling of 'comment character' and 'escaping of leading/trailing spaces' Support.php: new funtion handleEscapeSpaceComment(). Evaluate.php: parse all F|FE.parameter via handleEscapeSpaceComment().
-
Carsten Rose authored
AbstractException.php: Changing 'getTraceToString()' to 'getTrace()' causes trouble if there is an exception during formLoad. Rendering error messages will be redesigned (#3424)
-
Carsten Rose authored
formEditor.sql: Form 'FormElement' failed to display the formtitle of the current form in case of a new FE.
-
Carsten Rose authored
SaveTest.php: examine php unit problem on CI - reswapped update & insert again. Use global $db instead of local.
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
SaveTest.php: examine php unit problem on CI - disabled two checks to see if phpunit now runs through.
-
Carsten Rose authored
-
Carsten Rose authored
AbstractException.php: Stacktrace is now submitted as an array and not as '<pre>' text - the '<pre>' is sanatized by the client and has no effect.
-
Carsten Rose authored
-
Carsten Rose authored
Fix #3420 / Quicklink 'editform' on form: directs to the current T3 page which might be insufficient AbstractBuildForm.php, Store.php: Introduce new config.qfq.ini setting 'EDIT_FORM_PAGE'
-
- Mar 24, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
Fix #3419 / typeAheadSql: Array mit nur einer Spalte oder andere KeyNamen als key / value werden nicht korrekt behandelt. TypeAhead.php: Added detection of missing ... LIMIT in FE_TYPEAHEAD_SQL. Make resultset always a two column array with columns key/value. Database.php: Added function hasLimit() and makeArrayDict().
-
- Mar 23, 2017
-
-
Carsten Rose authored
-