- 03 Feb, 2017 2 commits
-
-
Carsten Rose authored
AbstractBuildForm.php: Implement HTML Formelement attribute 'autofocus'. Add function checkAutoFocus().
-
Carsten Rose authored
-
- 02 Feb, 2017 1 commit
-
-
Elias Villiger authored
-
- 31 Jan, 2017 1 commit
-
-
Carsten Rose authored
AbstractBuildForm.php, BuildFormBootstrap.php, BuildFormTable.php, Constants.php, QuickFormQuery.php, Index.rst: Implemented Paramater 'extraDeleteForm' for 'forms' and 'subrecords'. Doku update.
-
- 30 Jan, 2017 1 commit
-
-
Carsten Rose authored
-
- 29 Jan, 2017 1 commit
-
-
Carsten Rose authored
Link.php, Report.php: New '_link' token 'x'. '_paged' and '_Paged' are rendered via Link() class, Link() class now supports delete links.
-
- 28 Jan, 2017 2 commits
-
-
Carsten Rose authored
ReportTest.php: adjusted test to removed 'p:' parameter
-
Carsten Rose authored
Report.php, Constants.php: introduce constants for report column keywords. Remove code to handle unecessary 'p:' tag for delete links.
-
- 26 Jan, 2017 1 commit
-
-
Carsten Rose authored
Index.rst, Constants.php: reverted parameter '_table' in delete links back to 'table' - Reason: 'form' needs to be 'form' (instead of '_form') due to many used places already. Sip.php: move SIP_TARGET_URL back to stored inside SIP - it's necessary for 'delete'-links.
-
- 15 Jan, 2017 1 commit
-
-
Carsten Rose authored
-
- 14 Jan, 2017 2 commits
-
-
Carsten Rose authored
config.qfq.example.ini: Added comment where to save config.qfq.ini.
-
Carsten Rose authored
UsersManual/index.rst: renamed chapter for formelements. Cleanup formelement types. Wrote chapter 'Detailed concept'
-
- 13 Jan, 2017 1 commit
-
-
Carsten Rose authored
Index.rst: Add note to hierachy chars. Fixed uncomplete doc to a) bs*Columns, showButton. Add classPill, classBody. Rewrote form.paramter.class...
-
- 12 Jan, 2017 1 commit
-
-
Carsten Rose authored
-
- 18 Dec, 2016 1 commit
-
-
Carsten Rose authored
delete.php, Delete.php: reformat Link.php: typo
-
- 08 Dec, 2016 1 commit
-
-
Carsten Rose authored
UsersManual/Index.rst: fixed some typos, replace sanatize class enumeration against table.
-
- 20 Oct, 2016 2 commits
-
-
Carsten Rose authored
AbstractBuildForm.php, BuildFormBootstrap.php: Implemented alternative button at the bottom of the form.
-
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'.
-
- 07 Oct, 2016 1 commit
-
-
Carsten Rose authored
-
- 06 Oct, 2016 1 commit
-
-
Carsten Rose authored
AbstractBuildForm.html: more default configs for the editor. Setting size of the editor. richttexteditor.html: third RTE to show min/max_height.
-
- 23 Aug, 2016 1 commit
-
-
Carsten Rose authored
1) '{{id:R0}}' now gives the correct record id, even on records which are 'new' (id is 0 at time of save) - '{{id:R0}}' can be used 'fileDestination' to build pathFilename. 2) Fixed problem with non existing uploads: in the past a sip has been saved instead of an empty string in the current record. 3) Fixed problem with a) choosing an upload file, b) deleting them immediately and c) pressing 'save'. Non existing temporary uploaded file has been tried to move to final destination. Documentation/UsersManual: FormElement 'File' update AbstractBuildForm.php: Extend upload structure with EXISTING_PATH_FILE_NAME. QuickFormQuery.php: 'late save' of uploads implemented. Save.php: upload columns are not saved during the first save - instead they are saved later.
-
- 17 Aug, 2016 1 commit
-
-
Carsten Rose authored
-
- 05 Jun, 2016 4 commits
-
-
Carsten Rose authored
-
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
-
Carsten Rose authored
AbstractBuildForm.php: Column with a specific 'title' starting with '_... ' has not been surpressed. Fixed.
-
- 04 Jun, 2016 4 commits
-
-
Carsten Rose authored
AbstractBuildForm.php: Columns with a name starting with '_... ' has not been surpressed. Fixed. Icons path adjusted.
-
Carsten Rose authored
QuickFormQuery.php: missing 'r' in forms forces no longer an exception, instead r=0 is the default. This is usefull in report for 'new' links to forms (it's not necessary to specify r=0 in '_pagen') as well as on record definition `form=person`: `r=0` is not needed anymore.
-
Carsten Rose authored
-
Carsten Rose authored
Report: Nesting of level extented to support different types of braces: '{}[]()<>'. Parsing regexp rewritten to be more precise.
-
- 02 Jun, 2016 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- 01 Jun, 2016 1 commit
-
-
Carsten Rose authored
-
- 31 May, 2016 4 commits
-
-
Carsten Rose authored
FormAction.php: cleanup
-
Carsten Rose authored
FormAction.php: cleanup Store.php: cleanup Database.php: Added TRUNCATE fixtures/Generic.sql: added Person.adrId - just as testcase
-
Carsten Rose authored
FormAction.php: initialize action formelements. ExpectRecords might specified as a list. After an insert, set slaveId to latest id. Process sqlDelete if given. Store.php: STORE_VAR and STORE_EMPTY missed to configure for Sanatize. QuickFormQuery.php: Initialized after the form is loaded.
-
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
-
- 29 May, 2016 1 commit
-
-
Carsten Rose authored
StoreTest.php: unit test fixed to run on Jenkins
-