- 25 Mar, 2017 1 commit
-
-
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'
-
- 24 Mar, 2017 2 commits
-
-
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().
-
- 23 Mar, 2017 4 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Manual.rst: Update Doc for new option 'bsColumns' Config.php: Copy new element from general config. Store.php: set default for 'bsColumns'. QuickFormQuery.php: wrap whole form in 'col-md-XX'
-
Carsten Rose authored
-
- 21 Mar, 2017 1 commit
-
-
Carsten Rose authored
Manual.rst: Added 'howto remove <p> in TinyMCE'
-
- 19 Mar, 2017 3 commits
-
-
Carsten Rose authored
HTML.md: update latest attribute names Release.rst: copied git log
-
Carsten Rose authored
-
Carsten Rose authored
-
- 17 Mar, 2017 2 commits
-
-
Carsten Rose authored
Typeahead (#3369): Parameternames has changed, configuration is possible on the Form and on the FormElement. typeahead.php: if there is an exception, the message body is sent as regular 'content' for the dropdownbox. At the moment this is the only way to transmit any error messages. Ldap.php: missing FE_TYPEAHEAD_LDAP_KEY_PRINTF, FE_TYPEAHEAD_LDAP_VALUE_PRINTF will be substituted by the other. If both missing, an exception is thrown.
-
Carsten Rose authored
-
- 16 Mar, 2017 3 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
BuildFormBootstrap.php: Added class'clearfix' to every Bootstrap row 'form-group' - on request of BB: should solve problems which we don't see at the moment. qfq-bs.css.less: Typeahead - expand with of dropdown Box to 100% of current input element. Add hoover for the dropdown Box with a blue background
-
Carsten Rose authored
-
- 15 Mar, 2017 1 commit
-
-
Carsten Rose authored
-
- 14 Mar, 2017 1 commit
-
-
Carsten Rose authored
-
- 11 Mar, 2017 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
reST Documentation: new chapter 'release'. Existing chapters moved from separate directory to main directory. Chapter 'UsersManual' splittet in 'Concept', 'Form', 'Report'
-
- 10 Mar, 2017 1 commit
-
-
Carsten Rose authored
-
- 06 Mar, 2017 1 commit
-
-
Carsten Rose authored
Index.rst: Update Administratormanual how to install and use print.php. print.php: wrapper for wkhtmltopdf.
-
- 03 Mar, 2017 1 commit
-
-
Carsten Rose authored
-
- 02 Mar, 2017 1 commit
-
-
Carsten Rose authored
AbstractBuildForm.php, QuickFormQuery.php: documentation updates, code reformat.
-
- 01 Mar, 2017 1 commit
-
-
Carsten Rose authored
-
- 28 Feb, 2017 1 commit
-
-
Carsten Rose authored
Implemented for Checkbox. Index.rst, AbstractBuildForm.php: split buildCheckbox() in constructCheckbox(Simple|Multi)Plain() and constructCheckbox(Simple|Multi)Button. AbstractBuildForm.php, OnArray.php: new function removeEmptyElementsFromArray(). Replace old check of isset() (which seems never have been worked) against ==''.
-
- 27 Feb, 2017 4 commits
-
-
Carsten Rose authored
Implemented for Radios. Checkbox is still open. Index.rst, AbstractBuildForm.php, BuildFormBootstrap.php, Constants.php: split buildRadio() in constructRadioPlain() and constructRadioButton. After several tries to make a base function for both construct variants, CR decided that the code is much more easier to read with to complete separate layout functions. AbstractBuildForm.php: Notes of input elements as well as the text of a 'Note' FormElement are now wrapped in the class 'qfq-note' - this aligns the text to the label baseline.
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
- 26 Feb, 2017 2 commits
-
-
Carsten Rose authored
Link.php: add some doc.
-
Carsten Rose authored
-
- 24 Feb, 2017 4 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
UserManual/Index.rst: Add doc for htmlAfter, htmlBefore
-
Carsten Rose authored
Form.parameter & FormElement.parameter: Lines starting with '#' are treated as comments and will not be parsed. Evaluate.php: parseArray() will skip lines starting with a '#'
-
- 23 Feb, 2017 2 commits
-
-
Carsten Rose authored
AbstractBuildForm.php: templateGroup / row with the 'add' button , will be wrapped with the bs*Columns as defined in the FormElement templateGroup.
-
Carsten Rose authored
-
- 22 Feb, 2017 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-