]> git.llucax.com Git - software/bife/bife-all.git/log
software/bife/bife-all.git
21 years ago- Added a Root class that manages 'use' attribute to make require_once calls.
Leandro Lucarella [Fri, 23 May 2003 15:55:06 +0000 (15:55 +0000)]
- Added a Root class that manages 'use' attribute to make require_once calls.
- Now Page is a subclass of Root.
- Fixed protected and private methods and attributes in UML diagram (and
  inline documentation) using xmi2code new option.
- Removed include_once calls from the Parser.

21 years ago- Implemented Fallback class in the Parser.
Leandro Lucarella [Thu, 22 May 2003 04:31:40 +0000 (04:31 +0000)]
- Implemented Fallback class in the Parser.
- Added a simple Fallback class implementation, Copy, that copy the XML
  structure to the rendered output.
- Minor bugfixes.
- Updated example to use Copy Fallback class.

21 years ago- Added a roadmap.
Leandro Lucarella [Wed, 21 May 2003 03:38:13 +0000 (03:38 +0000)]
- Added a roadmap.
- Removed all rendering from the Parser class.
- Added a parseString() method to the Parser (parse() is just for internal
  use).
- Updated example.

21 years ago* Added __construc() method for PHP5 forward compatibility.
Leandro Lucarella [Wed, 21 May 2003 01:04:55 +0000 (01:04 +0000)]
* Added __construc() method for PHP5 forward compatibility.
* Updated and fixed UML diagram and generated code.
* Changed internal contents management of Container class.
* Fixed xmi2code config file.
* Added a Fallback class to use when the Parser doesn't finds a class for a
  widget (TBD).

21 years ago* Added a Makefile.
Leandro Lucarella [Mon, 19 May 2003 18:23:56 +0000 (18:23 +0000)]
* Added a Makefile.
* Fixed some headers.
* Fixed xmi2code config file.
* Removed EOL from the source files.

21 years agoNo big changes, just made some order.
Leandro Lucarella [Mon, 19 May 2003 01:44:46 +0000 (01:44 +0000)]
No big changes, just made some order.

21 years ago* Fixed headers in .php files.
Leandro Lucarella [Sat, 17 May 2003 05:43:50 +0000 (05:43 +0000)]
* Fixed headers in .php files.
* Fixed xmi2code template.
* Fixed xmi2code config file.

21 years agoDraft 4 (v0.4):
Leandro Lucarella [Sat, 17 May 2003 05:16:47 +0000 (05:16 +0000)]
Draft 4 (v0.4):
* Updated UML diagrams.
* Generated classes with xmi2code in separeted files under BIFE directory.
* Changed extension of XML files to .xbf.

21 years agoDraft 3:
Leandro Lucarella [Sat, 17 May 2003 04:59:29 +0000 (04:59 +0000)]
Draft 3:
* Moved templates to a directory.
* Added an initial Umbrello class diagram.
* Added an initial xmi2code configuration file.
* Added an initial template file for xmi2code.
* Moved some functionality from BIFE_Base to a new class: BIFE_Container.
* Renamed BIFE_Common to BIFE_Generic and made it extends BIFE_Container.

21 years agoDraft 2.
Leandro Lucarella [Sat, 17 May 2003 04:37:08 +0000 (04:37 +0000)]
Draft 2.
Implemented a simple set of widgets and an album photo widget. All uses a
template (PEAR's HTML_Template_Sigma) to draw itselfs.

21 years agoBIFE draft 1. Implements a generic XML parser.
Leandro Lucarella [Sat, 17 May 2003 04:28:50 +0000 (04:28 +0000)]
BIFE draft 1. Implements a generic XML parser.