- 16 Mar, 2016 1 commit
-
-
Carsten Rose authored
Constants, Store: added TYPO3_PAGE_TYPE to STORE_TYPO3 AbstractBuildForm: recode to use global $showDebugInfo. IMplemented deriveNewRecrdUrlFromExistingSip(). Added parameter $toolTip to createFormLink(). Rewrap Editlink BuildFormBootstrap: recode buildButton(). QuickFormQuery: code to set session lifetime disabled: useless
-
- 11 Mar, 2016 1 commit
-
-
Carsten Rose authored
Store, Constants, Database, QuickformQuery, AbstratDatabase, StoreTest: renamed several config.ini variables to use the '_'.
-
- 09 Mar, 2016 1 commit
-
-
Carsten Rose authored
Evaluate: parse() and evaluate() will return the last used Store QuickFormQuery: getFormName() extended to interpret form = {{form}} correctly Makefile: T# Extension ZIP - config.ini excluded, Documentation included README.md: adjusted to renamed CSS and JS files: qfq-bs.css, qfq-nin.js
-
- 08 Mar, 2016 1 commit
-
-
Carsten Rose authored
new version number 0.1.1 changed author to Carsten Rose on various places
-
- 02 Mar, 2016 1 commit
-
-
Carsten Rose authored
-
- 01 Mar, 2016 1 commit
-
-
Carsten Rose authored
Link: replaced TYPO3_CONF_VARS by STORE_SYSTEM Sip, Store: PhpDoc AbstractBuildForm, BuildFormBootstrap, Constants: implemented constant SYSTEM_SHOW_DEBUG_INFO Database: rewrote errormessage
-
- 29 Feb, 2016 3 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Logger: print CWD at end of error message. Support: new function to prepend file with the extenions path. Store: if SQLLOG is relative, prepend extension path. AbstractBuildForm: get the Typo3 page 'id' from Typo3 and not from the URL. BuildFormBootstrap: implemented 'EditForm' Button. Implemented 'Delete' Button. Prepared 'Debug' Button Constants: new TYPO3_PAGE_ID
-
Carsten Rose authored
Store: fixed typo in required_once QuickFormQuery: rewrote instantiation of Report
-
- 26 Feb, 2016 1 commit
-
-
Carsten Rose authored
-
- 25 Feb, 2016 1 commit
-
-
Carsten Rose authored
AbstractBuildForm: Show 'formEditLink' incl. SIP Parameter. BuildFormBootstrap: Added Icon in buildButton to edit form. Evaluate: reformat Debug info. formEditor.sql: showDebugInfo removed from table - now implemented by checking if BE User is logged in.
-
- 21 Feb, 2016 1 commit
-
-
Carsten Rose authored
README.md: short installation instructions.
-
- 17 Feb, 2016 1 commit
-
-
Carsten Rose authored
Store: qfq.ini renamed to config.ini AbstractBuildForm, Constants, Database: constants renamed: KVP
-
- 12 Feb, 2016 1 commit
-
-
Carsten Rose authored
Store: removed bad unescaping of _GET variables
-
- 11 Feb, 2016 1 commit
-
-
Carsten Rose authored
formEditor: fixed typo
-
- 10 Feb, 2016 1 commit
-
-
Carsten Rose authored
Database: Moved implementation from PDO to mysqli. Reason: mysqli_num needed for `report`, but PDO can't fetch column names than.
-
- 09 Feb, 2016 1 commit
-
-
Carsten Rose authored
-
- 03 Feb, 2016 1 commit
-
-
Carsten Rose authored
Form: added flag $phpUnit. AbstractBuildForm: added one line description to all functions. Subrecords: changed column title delimiter from '@' to '|' to be more consistant to other places in QFQ.
-
- 02 Feb, 2016 2 commits
-
-
Carsten Rose authored
Store, Constants, Save, StoreTest: undo renaming STORE_0 back to STORE_ZERO. const with a number at the end seems not to be accepted in the phpunittests.
-
Carsten Rose authored
Store: Removed CLIENT_POST_ID and CLIENT_GET_ID. Various functions: check if supplied store is known. Check that STORE_ZERO never saves a value. New mode for setVar(): overWrite. Constants: New qfq.log. SQL_FORM_ELEMENT splitted to SQL_FORM_ELEMENT_SPECIFIC_CONTAINER|ALL_CONTAINER. New ROW_INSERT, ROW_UPDATE. Renamed STORE_ZERO to STORE_0.
-
- 30 Jan, 2016 1 commit
-
-
Carsten Rose authored
-
- 29 Jan, 2016 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
- 28 Jan, 2016 1 commit
-
-
Carsten Rose authored
Store: in function fillSip added parameter 's' and 'SIP_URL_PARAM'. getStore() now handles non existing stores well.
-
- 27 Jan, 2016 1 commit
-
-
Carsten Rose authored
-
- 26 Jan, 2016 1 commit
-
-
Carsten Rose authored
*: Namespaces of helper classes changed to qfq. New Class 'HelperFormElement'. HTML 'fieldset' implemented.
-
- 25 Jan, 2016 1 commit
-
-
Carsten Rose authored
-
- 22 Jan, 2016 1 commit
-
-
Carsten Rose authored
-
- 19 Jan, 2016 1 commit
-
-
Carsten Rose authored
-
- 17 Jan, 2016 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Store.php: Removed caching functionality - the speed advantage is too few against code complexity. Introduced sanatizeStore - Only STORE_CLIENT and STORE_FORM are still sanatized. All others will be trusted. This reduces overhead by accessing variables. New function 'fillStoreTableDefinition'. Rewrote and simplify class getVar(). New function getStore() - at the moment used for debugging.
-
- 15 Jan, 2016 1 commit
-
-
Carsten Rose authored
Store.php: Impelemented Store 'Parent Record'. Extended Store 'Client' with Server SVars. Reorded fucntions. Added createSipAfterFormLoad()
-
- 12 Jan, 2016 1 commit
-
-
Carsten Rose authored
-
- 06 Jan, 2016 2 commits
-
-
Carsten Rose authored
FormBuildPlan.php: created
-
Carsten Rose authored
Store.php: _GET['s'] and _POST['s'] will saved during initialization to check later if the call is for form load for form save.
-
- 05 Jan, 2016 1 commit
-
-
Carsten Rose authored
-
- 04 Jan, 2016 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Store*.php: Storage Classes unified to one class. Storage is now one array for all stores in class 'Store'
-
- 03 Jan, 2016 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-