- Aug 17, 2017
-
-
Carsten Rose authored
-
- Aug 14, 2017
-
-
Carsten Rose authored
Check if Record is already exclusive locked. If yes, show Form in readonly mode.
-
Carsten Rose authored
Small fix in manual.rst.
-
Carsten Rose authored
save.php, QuickFormQuery.php: fixed malformed array for JSON Dirty.js, QfqForm.js: replace instance variable 'additionalQueryparameters' against parameter by call: optionalQueryParameters.
-
- Aug 13, 2017
-
-
Carsten Rose authored
-
- Aug 12, 2017
-
-
Carsten Rose authored
AbstractBuildForm.php: add variant to update md5 via form-update. Remove test 'span' wrap around 'recordHashMd5'. Introduce constants API_FORM_UPDATE_*.
-
- Aug 08, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
DirtyTest.php: play testFormEditor.sql
-
Carsten Rose authored
-
- Aug 07, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
Fixed broken implementation on server side.
-
Carsten Rose authored
-
Carsten Rose authored
modifiedRecord.pu: State Diagram Dirty.php: implement $recordHashMd5 to detect modified records. OnArray.php: new getMd5() AbstractBuildForm.php: implemented but not working update of hidden input 'recordHashMd5'. Add hidden input 'recordHashMd5'. BuildFormBootstrap: Add hidden input 'recordHashMd5'. formEditor.sql: Rename 'Dirty.recordModified' to 'Dirty.recordHashMd5'.
-
- Aug 04, 2017
-
-
Carsten Rose authored
delete.php: process json answer of qfq-delete() Dirty.php: More specific error message. In case of locking problem during form delete - return json and not an exception. QuickFormDirty.php: Code cleanup. Interpret answer of dirty->checkDirtyAndRelease
-
Carsten Rose authored
-
Carsten Rose authored
Implemented: New > Close (save) now closes correctly the current page. Addtional, #1930 has been solved implizit.
-
- Aug 03, 2017
-
-
Carsten Rose authored
- Aug 02, 2017
-
-
Carsten Rose authored
AbstractBuildForm.php: Removed some unused comments. Bug fix: do htmlspecialchar_decode() always when FE_ENCODE is set to encodeSpecialchar. QuickFormQuery.php: mv necessary systemStoreUpdate() closer to instantiating of classs Store.
-
Carsten Rose authored
Store.php: change function getNonSystemSipParam() from private to public AbstractBuildForm.php, BuildFormBootstrap.php, BuildFormTable.php: use of getNonSystemSipParam() in deriveNewRecordUrlFromExistingSip() and createDeleteUrl()..
-
Carsten Rose authored
-
- Aug 01, 2017
-
-
Carsten Rose authored
Manual.rst: Doc update for periodId. DatabaseUpdateData.php, formEditor.sql: Table 'Period' and sample record. Store.php: Implement systemStoreUpdate() QuickFormQuery.php: call to store->systemStoreUpdate() - might solved in a better way..
-
Carsten Rose authored
Dirty.php: workaround for #4127
-
- Jul 31, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Jul 30, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
- Jul 28, 2017
-
-
Carsten Rose authored
Save.php: replace constant
-
- Jul 26, 2017
-
-
Carsten Rose authored
-
- Jul 25, 2017
-
-
Carsten Rose authored
-
- Jul 24, 2017
-
-
Carsten Rose authored
Dirty.php: save 'expire' value.
-
Carsten Rose authored
DatabaseUpdateData.php: Table Form: recordLockTimeoutSeconds - default changed from 0 to 900 secs. Existing forms get the default timeout timout interval. Dirty.php, QuickFormQuery.php: recordLockTimeoutSeconds will be retrieved from the Form.recordLockTimeoutSeconds definition (instead of parsing config.qfq.ini). Therefore a definition per form ist possible.
-
Carsten Rose authored
-
- Jul 23, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
Dirty.php: add comments. Add timeout checking
-
- Jul 22, 2017
-
-
Carsten Rose authored
file.php, load.php, Html2Pdf.php: minor updates. Dirty.php, QuickFormQuery.php: optional $lockTimeout as parameter during instantiating. Return $lockTimeout where necessary. Otherwise read qfq.config.ini. Refactor process(), acquireDirty(), checkDirtyAndRelease().
-