Skip to content
Snippets Groups Projects
user avatar
enured authored
S13679 Multiple changes in php and js to get tablesorter-view-saver work in subrecord. Implemented new parameter for subrecord to give own attributes. Selecting views or columns doesn't impact browser history and record lock anymore. Only saving a new view or deleting an existing view still impacts browser history (but not record lock), It's impossible to prevent it because we need the page reload to get new existing views after deleting or saving a new one.
167b3dc0
History

pipeline status

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]