]> git.llucax.com Git - software/bife/bife-all.git/commitdiff
- Updated ROADMAP.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 29 Jun 2003 22:33:42 +0000 (22:33 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 29 Jun 2003 22:33:42 +0000 (22:33 +0000)
- Updated Translate documentation.

doc/ROADMAP
modules/basic/basic.xmi

index b59ca3f3db2a3911516c23446920713538e92226..1c524cb1c3a3a2a605fc14cb54b64aac6121d51c 100644 (file)
@@ -1,14 +1,27 @@
 $Id$
 
+
 Version 0.11
+============
+
+    - Separate modules in different repository root dirs.
+    - Make, at least, PEAR packages for each module (and BIFE Core).
+
+
+Version 0.12
 ============
 
     - Start using config file for default widgets attributes.
+
+
+Version 0.13
+============
+
     - Separate Album funtionality function from renderer (BIFE_Album).
-    - Use new hooks libs.
+    - Use hooks libs for this.
 
 
-Version 0.12
+Version 0.14
 ============
     - Make a way to put all classes in a package together in a single file to
       avoid overhead in require_once calls (to be reviewed).
index 556ba2ed2db0128a2377286cede56d8433b028f6..6a670be38b0a3e3191692e26b04be0666e96cf2e 100644 (file)
@@ -13,7 +13,7 @@
   <umlobjects>
    <UML:Class stereotype="" package="BIFE" xmi.id="5" abstract="1" documentation="Base container widget class.
 x2c:extern" name="Container" static="0" scope="200" />
-   <UML:Class stereotype="" package="BIFE" xmi.id="7" abstract="0" documentation="This is a generic and simple (but very usefull) BIFE_Fallback implementation. Translate widgets using a template with it's name, prepended with 'bife_'." name="Translate" static="0" scope="200" >
+   <UML:Class stereotype="" package="BIFE" xmi.id="7" abstract="0" documentation="This is a generic and simple (but very usefull) BIFE_Fallback implementation. Translate widgets using a template with it's name, prepended with 'bife_'. If not template is found, it copy the XML to the output." name="Translate" static="0" scope="200" >
     <UML:Operation stereotype="" package="" xmi.id="12" type="string" abstract="0" documentation="Renders the widget." name="render" static="0" scope="200" >
      <UML:Parameter stereotype="" package="" xmi.id="1" value="" type="&amp;HTML_Template_HIT" abstract="0" documentation="Template to use to render the widget." name="template" static="0" scope="200" />
     </UML:Operation>