{5} Assigned, Active Tickets by Owner (Full Description) (3 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

abernier

Ticket Summary Component Milestone Type Created
Description
#12 Patch Error: patched file is not readable! Back-end defect 06/24/08

admin.hotproperty.class.php is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/admin.hotproperty.class.php is not readable! admin.hotproperty.html.php is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/admin.hotproperty.html.php is not readable! admin.hotproperty.php is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/admin.hotproperty.php is not readable! config.hotproperty.php is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/config.hotproperty.php is not readable! functions.hotproperty.php is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/functions.hotproperty.php is not readable! hotproperty.html.php is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/hotproperty.html.php is not readable! hotproperty.php is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/hotproperty.php is not readable! property.html.php is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/property.html.php is not readable! property.php is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/property.php is not readable! default.css is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/default.css is not readable! french.php is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/french.php is not readable! hp_logo.png is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/hp_logo.png is not readable! publish_g2.png is unpatchable Patch Error: /home/zemliua/public_html/administrator/components/com_hpmulticats/includes/ajax/../../patch/publish_g2.png is not readable!


#1 strip_tags() the description in categories' title="" attribute Front-end Release 0.98.1 defect 04/23/08

In the frontpage, in the title="" attribute, HTML tags are not stripped from the category's description.

In components/com_hotproperty/hotproperty.html.php (line 1237), need to strip_tags() the description:

<?php
echo '<li class="con_types3"><a class="types_title" title="'.strip_tags($child->desc).'" href="'.sefRelToAbs("index.php?option=com_hotproperty&task=viewtype&id=$child->id&Itemid=$Itemid").'">'.$child->name.'</a>'.$nbr.'<br />';
?>

#6 Number of properties : wrap in a tag Front-end Release 0.98.1 enhancement 05/15/08

In order to be able to style the number of properties, both in frontpage and sub-types list, it would be better they are wrapped in a tag, like :

<span class="num_props"><?php echo $nbr; ?></span>

Note: See TracReports for help on using and creating reports.