]> git.llucax.com Git - software/bife/bife-all.git/commit
- Moved some Generic functionality to Widget (attrs property).
authorLeandro Lucarella <llucax@gmail.com>
Tue, 17 Jun 2003 04:14:53 +0000 (04:14 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 17 Jun 2003 04:14:53 +0000 (04:14 +0000)
commit3658b126d4873c96dd3b08af6619795790e23ac2
treed26cc604313a9656a0ab13b12cc428a963057eea
parent090eddcda4bf543db3463012f7a552a744364cd5
- Moved some Generic functionality to Widget (attrs property).
- Moved some Copy functionality to Fallback (name property).
- Moved QUERY to URL in Link.
- Improved Album (now it uses just one template).
- Added Menu (not implemented yet).
- Updated UML diagram.
16 files changed:
doc/bife.xmi
examples/index.php
examples/templates/bife_album.html
examples/templates/bife_album_emptyitem.html [deleted file]
examples/templates/bife_album_item.html [deleted file]
examples/templates/bife_albumphoto.html
examples/templates/bife_link.html
src/BIFE/Album.php
src/BIFE/AlbumPhoto.php
src/BIFE/Copy.php
src/BIFE/Fallback.php
src/BIFE/Generic.php
src/BIFE/Link.php
src/BIFE/Menu.php [new file with mode: 0644]
src/BIFE/Page.php
src/BIFE/Widget.php