Project

General

Profile

Actions

Feature #16892

closed

Patch for more than one sysfolder

Added by Bjrn Kraus over 17 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Category:
felogin
Target version:
-
Start date:
2007-01-24
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The current release only allows one sysfolder for user storage. The attached patch simply changes the sql statement from "pid=\'%d\'" into "pid IN (%s)" which allows a comma separated list of sysfolder ids

Former TS:

plugin.tx_newloginbox_pi1.storagePid = 1

With patch:

plugin.tx_newloginbox_pi1.storagePid = 1,2,3

Attention: the storagePid-value will directly be passed to the SQL statement.
(issue imported from #M4848)


Files

newloginbox.diff (5.75 KB) newloginbox.diff Administrator Admin, 2007-01-24 11:02
class.tx_newloginbox_pi1.php.diff (4.3 KB) class.tx_newloginbox_pi1.php.diff Administrator Admin, 2007-02-08 21:44
ext_typoscript_setup.txt.diff (260 Bytes) ext_typoscript_setup.txt.diff Administrator Admin, 2007-02-08 21:44
flexform_ds.xml.diff (2.32 KB) flexform_ds.xml.diff Administrator Admin, 2007-02-08 21:45
Actions

Also available in: Atom PDF