- Jun 13, 2017
-
-
Carsten Rose authored
-
- Jun 11, 2017
-
-
Carsten Rose authored
-
- Jun 07, 2017
-
-
Carsten Rose authored
-
- Jun 04, 2017
-
-
Carsten Rose authored
QfqForm.js: Preparation for client, to handle window.location.replace() by new API status 'url-skip-history'. Also changed "(data.redirect === "url" || data['redirect-url'])" to "(data.redirect === "url" && data['redirect-url'])" - CR did not understand the former logic ('or' instead of 'and'). #OPEN#: window.location.replace = 'index.php....' throws an JS exception that it the attribute 'replace' is readonly. Instead "window.location.replace('index.php....')" works as expected. PROTOCOL.md: add 'url-skip-history'. save.php: recode to become more readable. QuickFormQuery.php: getForwardMode() - temporarily fix to update status 'page' to 'url' (bug never caused a problem as long as '||' has been used on client side). Will change 'page' to 'url' asap.
-
- May 25, 2017
-
-
Carsten Rose authored
New Version v0.17.5.
-
- May 20, 2017
-
- May 18, 2017
-
-
Carsten Rose authored
-
- May 12, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Implemented: file upload check for mime type and max file size. File.php, AbstractBuildForm.php: Implement FE_FILE_MIME_TYPE_ACCEPT and FE_FILE_MAX_FILE_SIZE
-
- May 10, 2017
-
-
Carsten Rose authored
-
- May 05, 2017
-
-
Carsten Rose authored
Makefile: qfq-doc setVersion.sh: rename Setting.yml to Setting.cfg
-
- May 04, 2017
-
-
Carsten Rose authored
README.md: add link to official doc.
-
Carsten Rose authored
setVersion.sh: new script which updates all version numbers in different documents.
-
- Apr 30, 2017
-
-
Carsten Rose authored
-
- Apr 26, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Apr 22, 2017
-
-
Carsten Rose authored
* Recode the '_link' notation for download * Add 'ZIP' as export format * Add 'parameter' to wkhtmltopdf * Implemented 'SYSTEM_STORE / SYSTEM_DOWNLOAD_POPUP' for detecting if there are download links on the page. This eleminates passing parameters through dozens of functions. * Report/Columntype '_dDownload' broken! Coding.md: described `download` from a coding point of view. Manual.rst: Update '_link' to latest notation of 'download'. download.php: implemented catching of 'Undefined index'. Added further exceptions. Download.php: Added cache=off for downloading. Rename getFile() to getElement(). Make getElement() more generic. Add zipFiles(). Implement 'downloadMode' in doElements(). Html2Pdf.php: recode to new download notation. Parameter to wkhtmltopdf implemented. Link.php: New TOKEN_* and NAME_DOWNLOAD_*, NAME_FILE. Move TOKEN_* to Constants.php. Will be used in Download.php too. Implemented 'SYSTEM_STORE / SYSTEM_DOWNLOAD_POPUP'. Implemented BASE64 encoding of multiple 'U' and 'u'. Report.php: Implemented 'SYSTEM_STORE / SYSTEM_DOWNLOAD_POPUP'. Sip.php: implement debugSip() to show Sip. New: base64 encoded parameter will be shown in clear. Store.php: some functions missed keyword 'static'. getVar() and getStore automatically decode base64 parameter. QuickFormQuery.php: Implemented 'SYSTEM_STORE / SYSTEM_DOWNLOAD_POPUP'.
-
- Apr 08, 2017
-
-
Carsten Rose authored
-
- Mar 27, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- Mar 24, 2017
-
-
Carsten Rose authored
-
Rafael Ostertag authored
-
- Mar 23, 2017
-
-
Carsten Rose authored
-
- Mar 21, 2017
-
-
Carsten Rose authored
Manual.rst: Added 'howto remove <p> in TinyMCE'
-
- Mar 19, 2017
-
-
Carsten Rose authored
HTML.md: update latest attribute names Release.rst: copied git log
-
- Mar 15, 2017
-
-
Carsten Rose authored
-
- Mar 11, 2017
-
-
Carsten Rose authored
-
- Mar 05, 2017
-
-
Carsten Rose authored
#3180=#2081 dynamicUpdate, rearrange 'input hidden' elements from checkboxes, radios to top of form. CODING.md: add some doc about STORE_ADDITIONAL_FORM_ELEMENTS. load.php (#2081): rearrange delivered JSON to fullfill client API. AbstractBuildForm.php: rename getJsonElementUpdate() to getFormElemenForJson(). Extend getFormElementForJson() to support changes for label and note. Fill store STORE_ADDITIONAL_FORM_ELEMENTS with 'hidden input' elments. QuickFormQuery.php: implement Client JOSN API update.
-
- Mar 03, 2017
-
-
Carsten Rose authored
-
- Mar 02, 2017
-
-
Carsten Rose authored
PROTOCOL.md: added 'the attribute' in one sentence
-
Rafael Ostertag authored
-
- Mar 01, 2017
-
-
Rafael Ostertag authored
-
Carsten Rose authored
-
- Feb 27, 2017
-
-
Carsten Rose authored
#3253: STORE_TYPO3: steht waehrend Update / Save nicht zur Verfuegung - wird aber benoetigt. Bsp: feUser, beUser, pageId, ... CODING.md: described implementation. Store.php: fixed setting of STORE_SYSTEM / showDebugInfo during API call.
-
- Feb 24, 2017
-
-
Carsten Rose authored
-
- Feb 16, 2017
-
-
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'
-
- Feb 15, 2017
-
-
Carsten Rose authored
Support.php, AbstractBuildForm.php: new function falseemptyToZero(). Constants.php: New UPLOAD_MODE_* Evaluate.php: fixed bug in 'skip' logic of evaluate->parseArray() Save.php: doUpload() now returns $modeUpload, which are needed in doUploadSlave(), rewrote logic of doUploadSlave(),
-
- Feb 13, 2017
-
-
Carsten Rose authored
-