Skip to content
Snippets Groups Projects
Select Git revision
  • f5c9ace986462a3dd46558cb701ec4c5dfb6d9a2
  • develop default
  • documentation
  • F10114glyphiconToFontAwesome
  • F21622-settings-table-changes
  • F17481_BS_Modal_window
  • F20975_Dynamic_DateTimePicker
  • revertB5221downloadModal
  • B21533-Hidden-Pill-Required
  • B21510_Validation_error_when_date_field_is_left_empty
  • F8044-Transactions
  • master protected
  • F12532-view-sip-in-Browser-consol-log
  • S21288-Store-Parent-Remove-Prefix
  • F21203-Render-MultiSql-Columns-like-Subrecord
  • F11535_ipa-qfq-db-editor
  • F21130-multiform-toggle
  • S20463-V-Store-not-updated-after-form-save
  • B18601-typeahead-sanatize-applied-to-value
  • F16113-MultiAction
  • F20931-inotify-service-file
  • v25.6.0
  • v24.12.0
  • v24.10.0
  • v24.7.0
  • v24.5.1
  • v24.5.0
  • v24.3.0
  • test-alfred20
  • v23.10.1
  • v23.10.0
  • v23.6.4
  • v23.6.3
  • v23.6.2
  • v23.6.1
  • v23.6.0
  • v23.3.1
  • v23.3.0
  • v23.2.0
  • v23.1.1
  • v23.1.0
41 results

qfq

  • Clone with SSH
  • Clone with HTTPS
  • QFQ: Quick Form Query - Typo3 Extbase Extension

    Version: see extension/ext_emconf.php

    Download

    Get from here: https://qfq.io/download

    • release - Stable
    • nightly - Development version(1)
    • snapshot - Current, development version(1)

    (1) To install the extension, the name of an uploaded ZIP file has to follow rules:

    • <ext>.zip or
    • <ext><major>.<minor>[.<micro>][<something>].zip

    Documentation

    Latest stable version under https://qfq.io/doc

    Local: See the documentation provided with the extension inside Typo3 /typo3conf/ext/qfq/Documentation/html/Index.html

    If you get a 'Page forbidden / not found' there might be restrictions imposed by the webserver. E.g. the Typo3 example of .htaccess in the Typo3 installation folder will forbid access to any extension documentation (which is a good idea on a productive server). On a development server you can activate the documentation. .htaccess:

      production:   RewriteRule (?:typo3conf/ext|typo3/sysext|typo3/ext)/[^/]+/(?:Configuration|Resources/Private|Tests?|Documentation|docs?)/ - [F]
      development:  RewriteRule (?:typo3conf/ext|typo3/sysext|typo3/ext)/[^/]+/(?:Configuration|Resources/Private|Tests?|docs?)/ - [F]