- 12 Sep, 2017 1 commit
-
-
Carsten Rose authored
-
- 11 Sep, 2017 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- 10 Sep, 2017 7 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Manual.rst: describe how to activate 'report' syntax. Support.php: implement 'unWrapTag()' Report: Code reformat FillStoreForm.php: remove unwanted '<p>' tag around content if TinyMCE is used, before saving the content AbstractBuildForm.php: new processReportSyntax(). formEditor.sql: Change FormElement Editor column 'note' from Editor (TinyMCE) to ordinary TextArea. This was necessary cause TinyMCE is based on HTML and linebreaks are completely replaced by <br>. It's difficult to support both, HTML and plain text at the same time.
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Reformat Manual.rst. Add <date> to change-log. Best practice to extract git commit titles since last version.
-
Carsten Rose authored
-
Carsten Rose authored
#4386 Fuer GRC: Optional Info Button bei 'input' wie bei 'textarea' - EXTRA_BUTTON_INFO_POSITION=below Manual.rst: update doc for EXTRA_BUTTON_INFO_POSITION. HelperFormElement.php: honor setting of EXTRA_BUTTON_INFO_POSITION.
-
- 09 Sep, 2017 2 commits
-
-
Carsten Rose authored
#4429 / subrecord: new FE parameter 'subrecordTableCass' - a custom class for the subrecord table might be specified.
-
Carsten Rose authored
AbstractBuildFrom.php: Add new symbol 'show'. Honor switch between Edit and Show for subrecord elements. QuickFormQuery.php: If F_MODE is not set, check if there is a SIP var with F_MODE_GLOBAL=F_MODE_READONLY
-
- 08 Sep, 2017 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- 06 Sep, 2017 1 commit
-
-
Carsten Rose authored
-
- 02 Sep, 2017 1 commit
-
-
Carsten Rose authored
-
- 24 Aug, 2017 1 commit
-
-
Carsten Rose authored
-
- 23 Aug, 2017 3 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Manual.rst: how to use the multi language forms. DatabaseUpdateData.php: Update DB with new language fields. HelperFormElement.php: modify explodeParameter() to not check already existing definitions. QuickFormQuery.php: new setLanguage().
-
- 22 Aug, 2017 1 commit
-
-
Carsten Rose authored
Manual.rst: Update Manual on how to use escape. KeyValueStringParser.php: Detect if the exepensive preg_split is necessary. Implement explodeEscape().
-
- 14 Aug, 2017 2 commits
-
-
Carsten Rose authored
Small fix in manual.rst.
-
Carsten Rose authored
-
- 01 Aug, 2017 2 commits
-
-
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
-
- 10 Jul, 2017 2 commits
-
-
Carsten Rose authored
Manual.rst: add documentation for record locking DatabaseUpdateData.php: Add new column 'dirtyMode' Dirty.php, Config.php, formEditor.sql: remove dirtyMode=readonly. Rename 'timeout' to 'exclusive' and 'overwrite' to 'advisory'.
-
Carsten Rose authored
First version for save - not working now. Manual.rst: document config var SYSTEM_DIRTY_RECORD_TIMEOUT_SECONDS. QuickFormQuery.php, Dirty.php: extend to support QFQ/save(). Client.php: fixed broken PHP Unit test Config.php: set default for dirtyRecordTimeout. BuildFormBootstrap.php: No dirtyUrl if dirtyMode=none. formEditor.sql: extend definition to Form.dirtyMode, new table 'Dirty' Fixed several unit tests for new tables.
-
- 07 Jul, 2017 1 commit
-
-
Carsten Rose authored
-
- 06 Jul, 2017 1 commit
-
-
Carsten Rose authored
-
- 01 Jul, 2017 3 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
- 30 Jun, 2017 3 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Sanitize.php, FillStoreForm.php, Store.php, Manual.rst: Corrections. Replace 'sanatize' against 'sanitize'.
-
- 27 Jun, 2017 1 commit
-
-
Carsten Rose authored
-
- 25 Jun, 2017 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
OnlineRecruiting.rst: Started doc for proof of example.
-
- 23 Jun, 2017 1 commit
-
-
Carsten Rose authored
For any 'SELECT .. AS _link' a new token 'G:<glyphname>' is available. Manual.rst: describe new token 'G:<glyphname>' Link.php: add buildGlyph(), fix some initialization.
-
- 22 Jun, 2017 1 commit
-
-
Carsten Rose authored
Fixed. Problem was a comparison on equal value AND equal type: '==='. Bug happened (probably) only for numeric items.
-