[OGo-Bugs][Bug 1850] Ability to create and delete GCS folders programmatically

bugs@opengroupware.org bugs@opengroupware.org
Wed, 21 Mar 2007 20:51:15 +0100 (CET)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1850





------- Additional Comments From wsourdeau@inverse.ca  2007-03-21 20:50 -------
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.2) Gecko/20070208
Iceweasel/2.0.0.2 (Debian-2.0.0.2+dfsg-3) XPCOMViewer/0.9.5

Description of problem:
This patch enables that feature in sope-gdl1.

Folder names are created with the following logic:
- the table name may only contain alphanumeric characters in the ASCII 7bit
charset, others are replaced with "_";
- when the resulting tablename > 49 characters, it is truncated;
- if a tablename already exists or the name of its _quick or _acl counterparts,
it is appended an integer incrementally until none the resulting names are not
found in the folder info table.

The table are then DROP'd and CREATE'd.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.
2.
3.
    

Additional info:

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.