phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bugs #8254] Problem when editing a page of more


From: Dave Hall
Subject: [Phpgroupware-tracker] [bugs #8254] Problem when editing a page of more than ~65535 characters.
Date: Sat, 01 May 2004 05:42:18 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040405 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #8254] Latest Modifications:

Changes by: 
                Dave Hall <address@hidden>
'Date: 
                Sat 05/01/04 at 09:42 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | skwashd


------------------ Additional Follow-up Comments ----------------------------
I will try to look into this one






/**************************************************************************/
[bugs #8254] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8254>
Project: phpGroupWare
Submitted by: 0
On: Mon 03/22/04 at 22:28

Category:  wiki
Item Group:  0.9.16.000 release
Severity:  5 - Average
Priority:  7 - High
Resolution:  None
Assigned to:  skwashd
Status:  Open
Component Version:  CVS
Platform Version:  GNU/Linux - RedHat/Fedora
Reproducibility:  Every Time


Summary:  Problem when editing a page of more than ~65535 characters.

Original Submission:  I posted a page of ~67k of text, and it goes into the 
wiki fine. When i come to edit that page, it only seems to put
the first 65535 charcters from the original into the edit box.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Sat 05/01/04 at 09:42         By: skwashd
I will try to look into this one

-------------------------------------------------------
Date: Wed 03/24/04 at 09:13         By: Caeies
Did you allow post of this size ? there is in wiki/action/save.php, line 80 
this :

  // Silently trim string to $MaxPostLen chars.

  $document = substr($document, 0, $MaxPostLen);
  $document = str_replace("r", "", $document);

Not sure if this is your problem because $MaxPostLen = 204800; by default. 

Need to investigate, perhaps need to assign that to fipsfuchs ?

Caeies












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8254>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]