Skip to content
Snippets Groups Projects
  1. Apr 26, 2016
    • Carsten  Rose's avatar
      New sanatize class 'allbut'. · ed9bd193
      Carsten Rose authored
      Sanitize.php, Constants.php: allbut implemented.
      Support.php: Date regexp corrected to accept years 0001-1000.
      AbstractBuildForm.php: Code reformatted
      ed9bd193
    • Carsten  Rose's avatar
      File Upload: Preparation · 117828fc
      Carsten Rose authored
      file.php: created
      Store.php: New store 'STORE_EXTRA' implemented.
      BuildFormBootstrap: call to file.php implemented.
      117828fc
  2. Apr 25, 2016
  3. Apr 21, 2016
  4. Apr 19, 2016
  5. Apr 18, 2016
  6. Apr 16, 2016
  7. Apr 14, 2016
    • Carsten  Rose's avatar
      After creating a new record and still open form: a new sip is created and... · 16408b47
      Carsten Rose authored
      After creating a new record and still open form: a new sip is created and transfered to client. Attention: 'new + save + modify + save again' still create two records (error).
      AbstractBuildForm.php: buildNewSip() renamed to buildHiddenSip(). Call of buildHiddenSip() moved from tail() to process(). buildHiddenSip() returns JSON code too.
      BuildFormBootstrap.php, BuildFromPlain.php, BuildFormTable.php : removed call buildNewSip()
      QuickFormQuery.php: After save, reload current record and create new sip
      Save.php: process() returns id of affected record.
      16408b47
  8. Apr 13, 2016
    • Carsten  Rose's avatar
      Preparation to update Form after saving values. · 092e6deb
      Carsten Rose authored
      save.php: return JSON with updated values of all fields.
      AbstractBuildForm.php: updated to deliver values of all form elements
      Constants.php: constants to distinguish all or specific values of FEs. QUERY_TYPE_*
      Database.php: doSQL now returns affectedrows or lastinsertid in case of udpate/inset. Typos fixed.
      QuickFormQuery.php: deliver Values as JSON after save.
      Save.php: return lastinsertid or affectedrows.
      092e6deb
  9. Apr 11, 2016
  10. Apr 10, 2016
    • Carsten  Rose's avatar
      Support.php: add concatUrlParam(). · 97e88238
      Carsten Rose authored
      Link.php: simplyfied Tooltip creation - might be broken now for non URL - there are no unit  tests for these situation. New: if no tooltip is given, and a link of type [Pp]age? - take the glyph name as tooltip. Render all links, which use a hash and with showDebugInfo='yes' , with the decoded sip as tooltip.
      Sip.php: queryStringToSip() extend to return complete paramter array.
      97e88238
    • Carsten  Rose's avatar
      Store.php: TYPO3_DEBUG_SHOW_BODY_TEXT can only be set if SYSTE<_SHOW_DEBUG_INFO is set. · ae782037
      Carsten Rose authored
      BodyTextParser.php, QuickFormQuery.php: replaced 'debugShowBodyText' with TYPO3_DEBUG_SHOW_BODY_TEXT, 'r' with TYPO3_RECORD_ID, 'form' with TYPO3_FORM.
      ae782037
    • Carsten  Rose's avatar
      Support.php: rewrote appendTypo3ParameterToArray() to use Typo3 Store instead... · a81b1317
      Carsten Rose authored
      Support.php: rewrote appendTypo3ParameterToArray() to use Typo3 Store instead of _GET Parameter. Moved randomAlphaNum() to Support.
      Link.php: rewrote handling of ToolTip. Renamed doHtmlUrl() to doAnchor().
      Utils.php: moved randomAlphaNum() to Support.
      Store.php: rewrote fillStoreClient() to be more compatible with phpUnit-test environment. Removed randomAlphaNum() - duplicate in Support.
      AnbstractBuildForm.php: rewrote deriveNewRecordUrlFromExistingSip() to use generic Support::appendTypo3ParameterToArray()
      Coding.md: Notes for debuggging.
      a81b1317
  11. Apr 08, 2016
  12. Apr 07, 2016
  13. Apr 05, 2016
  14. Apr 04, 2016
    • Carsten  Rose's avatar
      Report.php: remove showDebugInfo. · 9c2c34b3
      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.
      9c2c34b3
Loading