[fusionregistry-commitlog] SF.net SVN: fusionregistry: [49] branches/stable_3_0_x/upload/sources/
Brought to you by:
copland007
From: SVN c. <fus...@li...> - 2008-02-17 09:56:08
|
Revision: 49 http://fusionregistry.svn.sourceforge.net/fusionregistry/?rev=49&view=rev Author: copland007 Date: 2008-02-17 01:56:12 -0800 (Sun, 17 Feb 2008) Log Message: ----------- Remove some todo comments. Modified Paths: -------------- branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/content.php branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/custom_fields.php branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/functions.php Modified: branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/content.php =================================================================== --- branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/content.php 2008-02-17 09:35:56 UTC (rev 48) +++ branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/content.php 2008-02-17 09:56:12 UTC (rev 49) @@ -92,7 +92,6 @@ * Generate HTML for featured item * * @param integer $in_ipdl Pass in '1' to toggle the output template bit for the IPDL portal - * @todo Implement function and/or caching for field highlight name/value lookups in all the 'show_' functions * @todo Change param $in_ipdl to be more generic to support more portals * @return string Template bit 'featured_item', or 'tmpl_ipdl_registry_featured_item' if {@link $in_ipdl} set to 1 */ Modified: branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/custom_fields.php =================================================================== --- branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/custom_fields.php 2008-02-17 09:35:56 UTC (rev 48) +++ branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/custom_fields.php 2008-02-17 09:56:12 UTC (rev 49) @@ -142,7 +142,6 @@ * This function's job is only to retrieve the data from the cache, * it should not process the returned data. * - * @todo Finish the ORDER BY clause for cache retrieval * @param array $opts Optional custom cmd/value pair attributes * @return array An array of an array, outer key is field_id */ Modified: branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/functions.php =================================================================== --- branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/functions.php 2008-02-17 09:35:56 UTC (rev 48) +++ branches/stable_3_0_x/upload/sources/components_public/fusionscripts/fusionregistry/lib/functions.php 2008-02-17 09:56:12 UTC (rev 49) @@ -292,7 +292,7 @@ /** * Build the 'My Items' HTML * - * @todo Implement session based cache of items and custom highlight fields + * @todo Implement session based cache of items * @return string Template 'my_items' or empty value */ function do_my_items() @@ -404,8 +404,6 @@ * Update/Rebuild main menu statistics cache * * This gets run by the the session task and on demand in the ACP tools. - * - * @todo Case study needed - is this worth caching? */ function update_stats_cache() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |