- 04 Jun, 2016 2 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Report: Nesting of level extented to support different types of braces: '{}[]()<>'. Parsing regexp rewritten to be more precise.
-
- 02 Jun, 2016 4 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
Delete.php: chdir to the correct directory before starting to delete files
-
Carsten Rose authored
-
- 01 Jun, 2016 5 commits
-
-
Carsten Rose authored
Save.php: For Uploads the 'target' variable name renamed (name collison with native column 'pathFileName') from 'pathFileName' to 'fileDestination'.
-
Carsten Rose authored
Store.php: Typo3 stops rendering, "self::setVarArray($_SESSION[STORE_EXTRA], STORE_EXTRA, true);" has been called with $_SESSION[STORE_EXTRA]=NULL - additional check implemented to detect this.
-
Carsten Rose authored
delete.php: extended to support returning JSON, HTML redirect (Location) or HTML error messages. Report.php: new adjustDeleteParameter() Delete.php: new. QuickFormQuery.php: delete() extended to support returning JSON and HTML
-
Carsten Rose authored
Link.php, AbstractBuildForm.php, BuildFormBootstrap.php, Database.php: introduced constants for glyph. Code rearranged testtabbles.sql: extended to test Delete with filenames
-
Carsten Rose authored
-
- 31 May, 2016 6 commits
-
-
Carsten Rose authored
FormAction.php: cleanup
-
Carsten Rose authored
FormAction.php: cleanup Store.php: cleanup Database.php: Added TRUNCATE fixtures/Generic.sql: added Person.adrId - just as testcase
-
Carsten Rose authored
FormAction.php: initialize action formelements. ExpectRecords might specified as a list. After an insert, set slaveId to latest id. Process sqlDelete if given. Store.php: STORE_VAR and STORE_EMPTY missed to configure for Sanatize. QuickFormQuery.php: Initialized after the form is loaded.
-
Carsten Rose authored
BuildFormPlainTest.php: unit tests adjusted for new behaviour of maxLength /size for columns which are not defined in primary table.
-
Carsten Rose authored
AbstractBuildForm.php: getting the maxlength of input fields failed for FormElements which are not a column of the primary table. New: in such situtations no size / maxlength are rendered.
-
Carsten Rose authored
UsersManual/index.rst: New option <escape> in variables described. Updated: before..., after..., slaveId FormAction.php: Implement 'requiredList' for 'action'-FormElements. formEditor.sql: new default for render ... bootstrap.
-
- 30 May, 2016 3 commits
-
-
Carsten Rose authored
-
Carsten Rose authored
Session.php: If QFQ called by api, there is no T3 environment. Therefore there is no logged in FE User. We should keep the found SIP cache and take them (no flush, due to unknown logged in user).
-
Carsten Rose authored
-
- 29 May, 2016 4 commits
-
-
Carsten Rose authored
AbstractBuildForm.php, BuildFormBootstrap.php, BuildFormTable.php, Constants.php, QuickFormQuery.php, Save.php: Replace string 'tableName' through constant F_TABLE_NAME.
-
Carsten Rose authored
-
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.
-
- 27 May, 2016 1 commit
-
-
Carsten Rose authored
Constants.php,QuickFormQuery.php: Introduced new variables, Bodytext: no var 'form=' or empty var 'form' are now allowed. If given, no form will be load -nothing happens.
-
- 26 May, 2016 5 commits
-
-
Carsten Rose authored
Bug: SIP Parameter have been urlencoded before put, but not urldecoded after get. New: SIP Parameter will be URL decoded before put!. Before creating the SIP it's hard to determine if a parameter is a SIP or not. General: All 'href' attributes are not wrapped by Support::doAttribute(). Sip.php: urldecode. AbstractBuildForm.php, BuildFormBootstrap.php, BuildFormTable.php: wrapped href in Support::doAttribute()
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
FormElementEditor: dynamic update hat nicht mehr fuer class/type funktioniert. FIXED. Ursache: das flag dynamixUpdate war nicht gesetzt.
-
Carsten Rose authored
Database.php: Fixed bug that INSERT returns affected rows. Correct is last_insert_id. Moved 'REPLACE' to behave like 'INSERT' instead of 'UPDATE. Extended Tests
-
- 25 May, 2016 7 commits
-
-
Carsten Rose authored
Link.php: #2037 - Bei _link mit Grafik wird das Argument o: (tooltip) ignoriert - FIXED. 'title' are rendered now in '<a>' and '<img>'.
-
Carsten Rose authored
Link.php: #2037 - Bei _link mit Grafik wird das Argument o: (tooltip) ignoriert - FIXED. 'title' are rendered now in '<a>' and '<img>'.
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm.php: elements() generates no HTML for 'extra' anymore.
-
Carsten Rose authored
UsersManual/Index.rst: updated FillStoreManual.php, AbstractBuildForm.php: new constant FE_TYPE_EXTRA.
-
Carsten Rose authored
Store.php: typo. AbstractBuildForm.phhp: for all real form elements a fith't has been added: 'mode'.
-
Carsten Rose authored
-
- 23 May, 2016 3 commits
-
-
Carsten Rose authored
Report.php: refactored: TOKEN_* moved to Constants.php. New Alias TOKEN_VALID_LIST. $this->tokenList remplaced by TOKEN_VALID_LIST. Lines with less than 2 elements are ignored. Every token is checked if it is known. Exceptions got a error number. BodyTextParser.php: valid token checked against TOKEN_VALID_LIST.
-
Carsten Rose authored
ReportTest.php
-
Carsten Rose authored
Link.php: make error messsage more user friendly Report.php: introduced new constants DEFAULT_ICON, DEFAULT_QUESTION
-