bugphpGroupWare - Bugs: bug #10060, Problems in class.grpahics.inc.php...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #10060: Problems in class.grpahics.inc.php with hard coded paths

Submitter:  Kai Hofmann <powerstat>
Submitted:  Thu 19 Aug 2004 06:41:41 AM UTC
   
 
Category:  API - phpGroupware API Item Group:  0.9.16.002
Severity:  3 - Normal Priority:  5 - Normal
Status:  Invalid Privacy:  Public
Assigned to:  skwashd Open/Closed:  Closed
Component Version:  SVN Operating System:  None
Reproducibility:  None Planned Release:  0.9.16.001+
Fixed Release: 

Mon 06 Sep 2004 07:38:03 AM UTC, comment #3: 

Feature request - see support #103331

btw it should not be in header.inc.php

Dave Hall <skwashd>
Group administrator
Mon 06 Sep 2004 07:32:52 AM UTC, comment #2: 

Should be configurable via the header.inc.php!

Kai Hofmann <powerstat>
Sun 05 Sep 2004 11:04:59 PM UTC, comment #1: 

The font could be anywhere on a box, it is commented.  Closing

Dave Hall <skwashd>
Group administrator
Thu 19 Aug 2004 06:41:41 AM UTC, original submission:  

class.graphics.inc.php (Lars Kneschke):

class graphics
{
var $font="/opt/future-project/src/management-server/ttf/arial.ttf"; // put a
valid font here


[...]



function createInputButton($_text, $_name, $_mode='graphic')
{
if ($_mode == 'graphic' && extension_loaded('gd'))
{
return '<input type="image"
src="/phpgroupware/phpgwapi/templates/default/images/'.$this->createImage($_text).'"
border="0" name="'.$_name.'">';


Kai Hofmann <powerstat>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 8 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-09-06 skwashd Reassign ItemFrom group phpGroupWare, bugs tracker To group phpGroupWare, support tracker
2004-09-06 skwashd StatusNone Invalid
2004-09-06 skwashd Reassign ItemFrom group phpGroupWare, bugs tracker To group phpGroupWare, support tracker
2004-09-06 powerstat Severity6 - Security 3 - Normal
    StatusInvalid None
    Open/ClosedClosed Open
2004-09-05 skwashd StatusNone Invalid
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code