- 01 Apr, 2016 2 commits
-
-
Carsten Rose authored
Support.php, AbstractBuildForm.php, BuildFormBootstrap.hp, BuildFormTable.php: refactored doAtrribute() from AbstractBuildForm to Support.
-
Carsten Rose authored
Link.php, Report.php: starting with cleaning up class Link. Constructor purified, enhanced error reporting might be later implemented again. AbstractBuildForm.php, BuildFormBootsrrap.php, BuildFormTable.php: renamed getAttribute() to doAttribute() LinkTest.php: starting creation.
-
- 24 Mar, 2016 1 commit
-
-
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.
-
- 21 Mar, 2016 1 commit
-
-
Carsten Rose authored
Radio. BuildFormBootstrap: rendering standard class removed. Constants: defined SYSTEM_CSS_CLASS_CONTAINER
-
- 25 Feb, 2016 2 commits
-
-
Carsten Rose authored
save.php: moved constants to Constants.php to reuse them in delete.php. Fixed bug by building error messages. Sip: extended queryStringToSip() by optional Parameter $scriptName. AbstractBuilForm: renamed formEditLink() to createFormEditUrl(). Changed createFormEditUrl() to only return the final URL, without HTML tags. Implemented createDeleteUrl(). BuildFormBootstrap, BuildFormTable: rewrote code for using createFormEditLink(). Use of createDeleteUrl(). Constants: defined SIP_TABLE, API_* QuickFormQuery: reformat Code
-
Carsten Rose authored
BuildFormTable: Added formEditLink Constants: changed: pageId > id, pageType > type, pageLanguage > L
-
- 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.
-
- 22 Feb, 2016 1 commit
-
-
Carsten Rose authored
AbstractBuildForm, BuildFormPlain, BuildFromTable: implemented 'form.parameter:class' to be user supplied
-
- 09 Feb, 2016 1 commit
-
-
Carsten Rose authored
-
- 02 Feb, 2016 1 commit
-
-
Carsten Rose authored
AbstractBuildForm: parentRecords can now overwritten. Rewrite getActionUrl(). Used new HelperFormElement::buildFormElementId(). Fixed error that textarea elements didn't displayed any value. Removed hidden element for checkboxes. Renamed buildHidden() to buildNativeHidden(). New buildHidden() which stores Hidden value in SIP (instead of transferring via form). BuiltForm*: moved SIP to POST element (builtNewSep() ).
-
- 30 Jan, 2016 1 commit
-
-
Carsten Rose authored
BuildFormPlain: moved 'head()' to AbstractBuildForm. BuilFormTable: adjusted to use generic getFormTag().
-
- 27 Jan, 2016 1 commit
-
-
Carsten Rose authored
-
- 26 Jan, 2016 1 commit
-
-
Carsten Rose authored
*: Namespaces of helper classes changed to qfq. New Class 'HelperFormElement'. HTML 'fieldset' implemented.
-
- 25 Jan, 2016 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm, BuildForm*: refacored BuildForm to AbstractBuildForm. Code get's much easier to understand.
-