- 19 Mar, 2017 1 commit
-
-
Carsten Rose authored
HTML.md: update latest attribute names Release.rst: copied git log
-
- 17 Mar, 2017 1 commit
-
-
Carsten Rose authored
-
- 16 Mar, 2017 2 commits
-
-
Carsten Rose authored
formEditor.sql: Changed width of column FormElement.placeholder from 255 to 512. Removed hardcoded 'size' in FormElement 'placeholder'.
-
Carsten Rose authored
formEditor.sql: FormElement container dropdown list shows not 'container' but 'type' (templateGroup, pill, fieldset)
-
- 01 Mar, 2017 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- 27 Feb, 2017 1 commit
-
-
Carsten Rose authored
formEditor.sql: Form.name restritcted for checktype from 'all' to 'alnumx' - play formEditor.sql. Check old formnames!
-
- 24 Feb, 2017 1 commit
-
-
Carsten Rose authored
-
- 17 Feb, 2017 1 commit
-
-
Carsten Rose authored
BuildFormBootstrap.php, Store.php: conig.qfq.ini extended to hold new parameter, save button will be build with new attribute.
-
- 16 Feb, 2017 2 commits
-
-
Carsten Rose authored
Coding.md: Beschreibung in Deutsch wie die Formularelemente , rekursiv, gerendert werden. AbstractBuildForm.php: new function buildTemplateGroup() BuildFormBootstrap.php, BuildFormPlain.php, BuildFormTable.php: Preparation for new optional TemplateGroup wrap. QuickFormQuery.php: update comments. formEditor.sql: column 'type' definition extended - new 'templateGroup' enum. FormElement 'type' updated to new container element 'templateGroup'
-
Carsten Rose authored
FormElement.rowLabelInputNote are not respected anymore. AbstractBuildForm.php: cleanup BuildFormBootsrap.php: new function customWrap() Constants.php: new wrapRow, wrapLabel, wrapInput, wrapNote
-
- 15 Feb, 2017 2 commits
-
-
Carsten Rose authored
UPDATE `FormElement` SET rowLabelInputNote = 'row,label,/label,input,/input,note,/note,/row'
-
Carsten Rose authored
formEditor.sql: The defintion as 'editor' (not text) for FormElement 'note' has been lost - reinsert in formEditor.sql.
-
- 12 Feb, 2017 2 commits
-
-
Carsten Rose authored
formEditor.sql: fixed problem while playing SQL query - deleting old FormElemnts of Formeditor deletes also other Formeelements.
-
Carsten Rose authored
-
- 14 Jan, 2017 1 commit
-
-
Carsten Rose authored
-
- 13 Jan, 2017 1 commit
-
-
Carsten Rose authored
FormEditor: 1) design update - new default background color: grey. 2) per form configureable background colors, 3) Optional right align of all form element labels. BuildFormBootstrap.php: added new class name 'qfq-label' to form labels - needed to assign 'qfq-form-right' class. Changed wrapping of formelements from 'col-md-8' (wrong) to 'col-md-12'. QuickFormQuery.php: Set default for new F_CLASS_PILL & F_CLASS_BODY. formEditor.sql: New default background color for formElements is blue. qfq-bs.css.less: add classes qfq-form-pill, qfq-form-body, form-group (center), qfq-color-*, qfq-form-right
-
- 10 Jan, 2017 1 commit
-
-
Carsten Rose authored
formEditor.sql: Added ':S0' to make FormEditor more robust - no error message in case formId can't be resolved, but still wrong behaviour. Constants.php: Prepend '_' to SIP_MAKE_URLPARAM_UNIQ Evaluate.php: phpstorm shows that 'getDebug()' is not used anywhere - commented.
-
- 08 Dec, 2016 1 commit
-
-
Carsten Rose authored
-
- 29 Nov, 2016 1 commit
-
-
Carsten Rose authored
-
- 19 Oct, 2016 1 commit
-
-
Carsten Rose authored
QuickFormQuery.php, FormAction.php: implemented FormElement 'sendmail' Report.php: Update column 'sendmail' Sendmail.php: Update class to send mailand to log them in table mailLog. AbstractBuildForm.php: refacxtured columnname 'value' to be used via constatn FE_VALUE. formEditor.sql: renamed FE.typ 'sendmail' to camel hook 'sendMail'. Changed FormeElement.mode from 'select' to 'radio'. Added empty table 'mailLog'.
-
- 18 Oct, 2016 1 commit
-
-
Carsten Rose authored
-
- 29 Sep, 2016 1 commit
-
-
Carsten Rose authored
Documentation/AdministratorManual/Index.rst: Documentation for TinyMCE integration AbstractBuildForm.php: Rename 'EditorJQW' to 'Editor' , Integrate 'TinyMCE' as Editor. formEditor.sql: adjust FormElement.type from 'EditorJQW' to 'Editor' README.md: update to include latest JS libs
-
- 23 Sep, 2016 1 commit
-
-
Carsten Rose authored
-
- 31 May, 2016 1 commit
-
-
Carsten Rose authored
UsersManual/index.rst: New option <escape> in variables described. Updated: before..., after..., slaveId FormAction.php: Implement 'requiredList' for 'action'-FormElements. formEditor.sql: new default for render ... bootstrap.
-
- 30 May, 2016 1 commit
-
-
Carsten Rose authored
-
- 26 May, 2016 1 commit
-
-
Carsten Rose authored
FormElementEditor: dynamic update hat nicht mehr fuer class/type funktioniert. FIXED. Ursache: das flag dynamixUpdate war nicht gesetzt.
-
- 25 May, 2016 1 commit
-
-
Carsten Rose authored
UsersManual/Index.rst: updated FillStoreManual.php, AbstractBuildForm.php: new constant FE_TYPE_EXTRA.
-
- 11 May, 2016 1 commit
-
-
Carsten Rose authored
Implemented form.requiredParameter - comma sepated list of SIP parameter. If at least one of them is missing in the SIP store, the form won't be loaded. Sip.php: set param 'r'=0 if missing. QuickFormQuery.php: if SIP param 'r' or any of defined in form.requiredParameter is missing, throws an exception.
-
- 10 May, 2016 1 commit
-
-
Carsten Rose authored
formEditor.sql: dyamic updating of 'subrecordOption' removed - previous settings will be loosed which is quite boring.
-
- 09 May, 2016 1 commit
-
-
Carsten Rose authored
Support.php: If FE_MODE_SQL is given, overwrite the static option. FillStoreForm.php: Evaluate loaded elements to get FE_MODE_SQL evaluated.
-
- 03 May, 2016 1 commit
-
-
Carsten Rose authored
Recode: fromelement.mode='readonly' new implemented on client, by using CSS attribute 'disabled'. The HTML atrribute 'readonly' is fine for pure 'input' elements, but does not work sufficient for 'select', 'checkbox', 'radio'. Also, the label (left of input) and note (right of input) are now grayed out if set to 'disable'. FillStoreForm.php, Save.php: strings replaced by constants. New central function getfeMode() used by getJsonFeMode() and getAttributeFeMode()
-
- 02 May, 2016 1 commit
-
-
Carsten Rose authored
Formelement.mode='lock': removed, cause it seems that there is no difference to 'readonly'. Inside the code, there is no difference UserManual/Index.rst: doc updated FillStoreForm.php, Save.php: same functionality like FE_MODE_READONLY - removed. formEditor.sql: definition updated
-
- 01 May, 2016 2 commits
-
-
Carsten Rose authored
Form/subrecord: implement special column name '_rowTitle' - shows tooltips over a row of subrecords. UsersManual/index.rst: manual updated AbstractBuildForm.php Constants.php: recoded handling of '_rowClass' to be more generic, especially to add '_rowTitle' support. formEditor.sql: Subrecords of the formEditor use _rowClass and _rowTitle.
-
Carsten Rose authored
index.rst: updated - '&' is the new symbol to indicate constants. QuickFormQuery.php: changed the defaults for Bootstrap forms again - look nicer on UZH CD Layout. *.sql: Colorized subrecords for FormElements, ord will automatically computed, work on example forms (not finished)
-
- 29 Apr, 2016 2 commits
-
-
Carsten Rose authored
Bootstrap grip columns are configurable. A default on the form and, if necessary, per formelement. The default is now changed from 2,6,4 to 2,9,1 UsersManual/index.rst: updated to the new behaviour. Support.php: setIfNotSet() has a new third parameter. AbstractBuildForm.php, BuildFormBootstrap.php, BuildFormPlain.php, BuildFormPlain.php, QuickFormQuery.php: New abstract function fillWrapLabelInputNote().
-
Carsten Rose authored
UsersManual/Index.rst: See 'Type: subrecord'. Some hints how to use '_rowClass' to mark rows individual. AbstractBuildForm.php: implement in buildSubrecord() parsing of column '_rowClass'. Active roll-over by assigning class 'table-hover' to the class. formEditor.sql: disabled form element records now 'text-muted' displayed.
-
- 26 Apr, 2016 1 commit
-
-
Carsten Rose authored
file.php: created Store.php: New store 'STORE_EXTRA' implemented. BuildFormBootstrap: call to file.php implemented.
-
- 25 Apr, 2016 1 commit
-
-
Carsten Rose authored
AdministratorManual/index.rst, UsersManual/index.rst: Configuration & Documentation. Sanitize.php: code rewrote to use Support::dateTime2mysql(). Support.php: add dateTimeTegexp() FillStoreForm.php: use of Support::setFeDefaults($formElement). Format date/datetime/time values Store.php: redefined various functions to be 'static' AbstractBuildForm.php, Constants.php: added date/datetime/time to tables. Various new functions. Save.php: FE die nicht uebertragen wurden (typsicherweise weil leer) werden neu mit eimem leer String gesschrieben - sonst ist es nicht moeglich Eingaben wieder zu loeschen. formEditor.sql: Felder date/datetime/time neun implementiert.
-
- 19 Apr, 2016 1 commit
-
-
Carsten Rose authored
AbstractBuildForm.php: fixed bug that under some situations there is no STORE_RECORD and this leads to an exception of undefiend Radios. Instead use STORE_TABLE_COLUMN_TYPES.
-