]> git.llucax.com Git - software/bife/bife-all.git/commitdiff
Final cleanups for 0.10 release:
authorLeandro Lucarella <llucax@gmail.com>
Sun, 29 Jun 2003 21:48:12 +0000 (21:48 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 29 Jun 2003 21:48:12 +0000 (21:48 +0000)
- Updated ROADMAP.
- Cleaned old FIXME comments in Thumbs.
- Cleaned (not yet functional) Menu.
- Fixed HIT example.

doc/ROADMAP
examples/hit.php
modules/album/BIFE/Album/Thumbs.php
modules/menu/BIFE/Menu/Menu.php

index 22255c29a34f5eda64eaed64fab439b02be01e4f..b59ca3f3db2a3911516c23446920713538e92226 100644 (file)
@@ -1,23 +1,5 @@
 $Id$
 
 $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
 ============
 
 Version 0.11
 ============
 
index 0f7ce4754b6bf7bbce787b178f609ae4514f2cf3..f9ec3971ca43e7448a084606d6dc4f46eb4914ad 100644 (file)
@@ -29,7 +29,7 @@
 // This is a simple test and example of HTML_Template_HIT
 
 $tmp = ini_get('include_path');
 // 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');
 
 unset($tmp);
 umask('002');
 
index 4deaae84c0464b57f15c093c2cc8225c5e915e72..861f8ca96ea63bb716cb72705af78c038d333aee 100644 (file)
@@ -78,8 +78,6 @@ class BIFE_Album_Thumbs extends BIFE_Widget {
             'COLUMNS'       => 4,
             'LINK-BIFE'     => 'photo.xbf',
             'LINK-URL'      => '',
             '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']);
         );
         $attrs = array_merge($defaults, $attrs);
         $attrs['EXTENSIONS'] = explode(',', $attrs['EXTENSIONS']);
index 0c3d4ef50996f82ea2058fa6aa2483379f1a1c00..09afd9b86c9fa58d599ab4b92d17becc5196e606 100644 (file)
 // | along with Hooks; if not, write to the Free Software Foundation,   |
 // | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
 // +--------------------------------------------------------------------+
 // | 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 <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
 // $Id$
 //
 
 // | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
 // +--------------------------------------------------------------------+
 //
 // $Id$
 //
 
-
-
 // +X2C includes
 require_once 'BIFE/Widget.php';
 // ~X2C
 // +X2C includes
 require_once 'BIFE/Widget.php';
 // ~X2C
@@ -87,4 +85,5 @@ class BIFE_Menu_Menu extends BIFE_Widget {
     // -X2C
 
 } // -X2C Class :Menu
     // -X2C
 
 } // -X2C Class :Menu
+
 ?>
\ No newline at end of file
 ?>
\ No newline at end of file