]> git.llucax.com Git - software/bife/bife-all.git/commit
- Added a new feature to Link. Now if the URL is a directory (finishes with
authorLeandro Lucarella <llucax@gmail.com>
Thu, 10 Jul 2003 04:02:26 +0000 (04:02 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 10 Jul 2003 04:02:26 +0000 (04:02 +0000)
commit29089cb8d01a4748b84995178051d39e3e960ae9
tree3d632004ca482798be7fd34bfd5720141f18a65d
parent262332a04351f1379c7edc458081c747d00d0b54
- 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.
base/Doxyfile
base/base.xmi
base/examples/dir/index.xbf [new file with mode: 0644]
base/examples/dir/subdir/index.xbf [new file with mode: 0644]
base/examples/index.xbf
base/examples/otherdir/index.xbf [new file with mode: 0644]
base/package.xml
base/src/BIFE/Link.php