- 12 Feb, 2017 1 commit
-
-
Carsten Rose authored
-
- 11 Feb, 2017 1 commit
-
-
Carsten Rose authored
Store.php: extend constructor to respect optional configFileName - this makes it easier to implement various configfile cheks. StoreTest.php: new phpUnit checks to configfile syntax and default values.
-
- 06 Oct, 2016 1 commit
-
-
Carsten Rose authored
Support.php: escapes double ticks with " instead of \" - needed for JSON encoded config strings for TinyMCE. AbstractBuildForm.php: customize default setup for TinyMCE.
-
- 31 May, 2016 1 commit
-
-
Carsten Rose authored
FormAction.php: cleanup Store.php: cleanup Database.php: Added TRUNCATE fixtures/Generic.sql: added Person.adrId - just as testcase
-
- 29 May, 2016 2 commits
-
-
Carsten Rose authored
StoreTest.php: unit test fixed to run on Jenkins
-
Carsten Rose authored
Report.php, Store.php, QuickFormQuery.php: configuration option 'SESSION_NAME' removed and hard coded to 'qfq'. Session.php, Sip.php: function checkFeUserUid() moved from Sip to Session. Will be called by using 'Session'. SIP's now stored one level deeper in $_SESSION['qfq'][...]. This makes it easier to destroy the SIP cachae in case of login/logout. Destroying the whole $_SESSION var is not a good idea.
-
- 04 Apr, 2016 1 commit
-
-
Carsten Rose authored
Sip.php: disabled session_start in phpUnit environment. Store.php, AbstractDatabaseTest.php: removes phpUnit flag in constructor - class is static and the flag will be set in Store::getInstance(). BodyTextParser.php, QuickFormQueryTest.php, StoreTest.php: removed token debugShowStack, TYPO#_DEBUG_LOAD, TYPO3_DEBUG_SAVE - no longer used. Constants.php: removed token TYPO3_DEBUG_LOAD, TYPO3_DEBUG_SAVE - no longer used.
-
- 01 Apr, 2016 1 commit
-
-
Carsten Rose authored
-
- 11 Mar, 2016 1 commit
-
-
Carsten Rose authored
Store, Constants, Database, QuickformQuery, AbstratDatabase, StoreTest: renamed several config.ini variables to use the '_'.
-
- 26 Feb, 2016 1 commit
-
-
Carsten Rose authored
-
- 11 Feb, 2016 1 commit
-
-
Carsten Rose authored
formEditor: fixed typo
-
- 09 Feb, 2016 1 commit
-
-
Carsten Rose authored
-
- 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.
-
- 29 Jan, 2016 1 commit
-
-
Carsten Rose authored
-
- 28 Jan, 2016 1 commit
-
-
Carsten Rose authored
-
- 26 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
-
- 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 3 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-