From 32c4af54172ab70146bee5addc9b0786dd727c80 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 29 Jun 2003 21:48:12 +0000 Subject: [PATCH] Final cleanups for 0.10 release: - Updated ROADMAP. - Cleaned old FIXME comments in Thumbs. - Cleaned (not yet functional) Menu. - Fixed HIT example. --- doc/ROADMAP | 18 ------------------ examples/hit.php | 2 +- modules/album/BIFE/Album/Thumbs.php | 2 -- modules/menu/BIFE/Menu/Menu.php | 5 ++--- 4 files changed, 3 insertions(+), 24 deletions(-) diff --git a/doc/ROADMAP b/doc/ROADMAP index 22255c2..b59ca3f 100644 --- a/doc/ROADMAP +++ b/doc/ROADMAP @@ -1,23 +1,5 @@ $Id$ -Version 0.10 -============ - - - Add XML file caching. [done!] - - Remove Root widget, is has no sense with the new autoincluding - method. [done!] - - Make the proyect modular. [done as a first draft] - - Make a Core module with the core classes (Parser, Widget, Container, - Fallback). [almost done] - - Make a Basic (or Generic?) module with simple implementations of all - classes in Core module (Page, Title, Copy, etc). [almost done] - - Make other more specific modules (like Album) with other widgets. - [almost done] - - Fix bugs: all classes should done the dynamic work in the render() - method or using __sleep() and __wakeup() because of the new cache - capabilities. [started] - - Version 0.11 ============ diff --git a/examples/hit.php b/examples/hit.php index 0f7ce47..f9ec397 100644 --- a/examples/hit.php +++ b/examples/hit.php @@ -29,7 +29,7 @@ // This is a simple test and example of HTML_Template_HIT $tmp = ini_get('include_path'); -ini_set('include_path', "../src:$tmp"); +ini_set('include_path', "../core:$tmp"); unset($tmp); umask('002'); diff --git a/modules/album/BIFE/Album/Thumbs.php b/modules/album/BIFE/Album/Thumbs.php index 4deaae8..861f8ca 100644 --- a/modules/album/BIFE/Album/Thumbs.php +++ b/modules/album/BIFE/Album/Thumbs.php @@ -78,8 +78,6 @@ class BIFE_Album_Thumbs extends BIFE_Widget { 'COLUMNS' => 4, 'LINK-BIFE' => 'photo.xbf', 'LINK-URL' => '', - // TODO - agregar atributo para el LINK, ver de hacer el - // widget de un link. ); $attrs = array_merge($defaults, $attrs); $attrs['EXTENSIONS'] = explode(',', $attrs['EXTENSIONS']); diff --git a/modules/menu/BIFE/Menu/Menu.php b/modules/menu/BIFE/Menu/Menu.php index 0c3d4ef..09afd9b 100644 --- a/modules/menu/BIFE/Menu/Menu.php +++ b/modules/menu/BIFE/Menu/Menu.php @@ -19,15 +19,13 @@ // | along with Hooks; if not, write to the Free Software Foundation, | // | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | // +--------------------------------------------------------------------+ -// | Created: Sun Jun 8 20:03:30 2003 | +// | Created: Sun Jun 8 20:03:30 2003 | // | Authors: Leandro Lucarella | // +--------------------------------------------------------------------+ // // $Id$ // - - // +X2C includes require_once 'BIFE/Widget.php'; // ~X2C @@ -87,4 +85,5 @@ class BIFE_Menu_Menu extends BIFE_Widget { // -X2C } // -X2C Class :Menu + ?> \ No newline at end of file -- 2.43.0