]> git.llucax.com Git - software/bife/base.git/log
software/bife/base.git
21 years agoRemoved \n at the end of the file and added a VIM option to keep it as is. master svn_import
Leandro Lucarella [Sat, 12 Jul 2003 21:39:44 +0000 (21:39 +0000)]
Removed \n at the end of the file and added a VIM option to keep it as is.

21 years agoAdded a default index.xbf file if URL ends with '/' (points to a directory).
Leandro Lucarella [Sat, 12 Jul 2003 03:24:39 +0000 (03:24 +0000)]
Added a default index.xbf file if URL ends with '/' (points to a directory).

21 years agoRemoved default link to index.xbf when url ends with '/'.
Leandro Lucarella [Sat, 12 Jul 2003 03:20:56 +0000 (03:20 +0000)]
Removed default link to index.xbf when url ends with '/'.

21 years ago- Added examples to package.xml. 1.0.0beta3
Leandro Lucarella [Thu, 10 Jul 2003 04:17:37 +0000 (04:17 +0000)]
- Added examples to package.xml.

21 years ago- Added a new feature to Link. Now if the URL is a directory (finishes with 1.0.0beta2
Leandro Lucarella [Thu, 10 Jul 2003 04:02:26 +0000 (04:02 +0000)]
- Added a new feature to Link. Now if the URL is a directory (finishes with
  '/'), index.xbf is automaticly appended.
- Added two new functions to deal with subdirectories and Apaches 'PATH_INFO':
  getWebPath() and getFsPath(). Both returns a string to prepend to a path to
  fix it, one for URL paths and the other for Filesystem paths.
- Added subdirectory support examples.
- Updated UML diagram and version numbers.

21 years ago- Fixed examples. 1.0.0beta1
Leandro Lucarella [Mon, 7 Jul 2003 01:18:56 +0000 (01:18 +0000)]
- Fixed examples.
- Fixed package.xml.
- Updated ROADMAP.

21 years ago- New Link model (uses Apache's PATH_INFO).
Leandro Lucarella [Sun, 6 Jul 2003 22:31:14 +0000 (22:31 +0000)]
- New Link model (uses Apache's PATH_INFO).
- Updated examples.
- Updated ROADMAP.

21 years agoUpdated ROADMAP.
Leandro Lucarella [Sun, 6 Jul 2003 05:56:47 +0000 (05:56 +0000)]
Updated ROADMAP.

21 years agoImproved example. 0.11
Leandro Lucarella [Sun, 6 Jul 2003 05:42:43 +0000 (05:42 +0000)]
Improved example.

21 years agoLast general corrections for start releasing the modules.
Leandro Lucarella [Sun, 6 Jul 2003 03:32:59 +0000 (03:32 +0000)]
Last general corrections for start releasing the modules.

21 years agoMoved other modules to new src structure.
Leandro Lucarella [Sun, 6 Jul 2003 03:11:31 +0000 (03:11 +0000)]
Moved other modules to new src structure.

21 years agoRetouched new structure.
Leandro Lucarella [Sun, 6 Jul 2003 02:04:22 +0000 (02:04 +0000)]
Retouched new structure.

21 years agoBase package is splited (again), so BIFE no longer depends on
Leandro Lucarella [Sun, 6 Jul 2003 00:45:56 +0000 (00:45 +0000)]
Base package is splited (again), so BIFE no longer depends on
HTML_Template_HIT. A new structure in modules is tested.