Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
16073727
Commit
16073727
authored
8 years ago
by
Carsten Rose
Browse files
Options
Downloads
Patches
Plain Diff
AdminsitratorManual/Index.rst: add info to installation
Delete.php: fixed typo.
parent
7438ba04
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extension/Documentation/AdministratorManual/Index.rst
+3
-1
3 additions, 1 deletion
extension/Documentation/AdministratorManual/Index.rst
extension/qfq/qfq/Delete.php
+1
-1
1 addition, 1 deletion
extension/qfq/qfq/Delete.php
with
4 additions
and
2 deletions
extension/Documentation/AdministratorManual/Index.rst
+
3
−
1
View file @
16073727
...
@@ -38,7 +38,9 @@ Setup
...
@@ -38,7 +38,9 @@ Setup
* If you install the extension by manual download/upload and get an error message
* If you install the extension by manual download/upload and get an error message
"can't activate extension": rename the downloaded zip file to `qfq.zip`.
"can't activate extension": rename the downloaded zip file to `qfq.zip`.
* Activate the Documentation_.
* If the Extensionmanager stops after importing: check your memory limit in php.ini.
* Enable the online Documentation_.
* Copy/rename the file *<ext_dir>/config.example.qfq.ini* to *typo3conf/config.qfq.ini* and configure the necessary values: `config.qfq.ini`_
* Copy/rename the file *<ext_dir>/config.example.qfq.ini* to *typo3conf/config.qfq.ini* and configure the necessary values: `config.qfq.ini`_
* Play the SQL File *<ext_dir>/qfq/sql/formEditor.sql* to fill the database with the *FormEditor* records.
* Play the SQL File *<ext_dir>/qfq/sql/formEditor.sql* to fill the database with the *FormEditor* records.
* Configure Typoscript to include Bootstrap, jQuery, QFQ javascript and CSS files.
* Configure Typoscript to include Bootstrap, jQuery, QFQ javascript and CSS files.
...
...
This diff is collapsed.
Click to expand it.
extension/qfq/qfq/Delete.php
+
1
−
1
View file @
16073727
...
@@ -34,7 +34,7 @@ class Delete {
...
@@ -34,7 +34,7 @@ class Delete {
/**
/**
* Deletes the record id=$recordId from table $form[F_TABLE_NAME].
* Deletes the record id=$recordId from table $form[F_TABLE_NAME].
* If the table
s
has a column named COLUMN_PATH_FILE_NAME and the value of that specific record column points
* If the table has a column named COLUMN_PATH_FILE_NAME and the value of that specific record column points
* to a file: delete such a file if their are no other records in the same table which also have a reference to that file.
* to a file: delete such a file if their are no other records in the same table which also have a reference to that file.
*
*
* @param array $form
* @param array $form
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment