[cvs] commit: ansel collections.php gallery.php image.php index.php
list.php prefs.php search.php view.php ansel/lib Ansel.php
base.php version.php ansel/templates common-footer.inc
common-header.inc ansel/templates/collections javascript.inc ...
Chuck Hagenbuch
chuck at horde.org
Mon Jul 7 08:20:49 PDT 2003
chuck 2003/07/07 08:20:49 PDT
Added files:
. collections.php gallery.php image.php
index.php list.php prefs.php search.php
view.php
lib Ansel.php base.php version.php
templates common-footer.inc common-header.inc
templates/collections javascript.inc manage.inc
templates/gallery gallery.inc
templates/image image.inc
templates/index notconfigured.inc
templates/list empty.inc footer.inc gallery_footers.inc
gallery_headers.inc gallery_summaries.inc
header.inc javascript.inc
templates/menu menu.inc
templates/prefs category_management.inc
collectionselect.inc
templates/search search.inc
templates/view description-image.inc description.inc
headers-image.inc headers.inc images.inc
navbar-image.inc navbar.inc
no-gallery.inc
Log:
THIS DOES NOT WORK.
I'm getting this coce into CVS so it's there, so others can help,
etc. Right now it assumes a set of SQL drivers; it should be rewritten
to use the Category driver for pretty much everything, and VFS for
storage.
I've done (most of) the necessary renaming and reorganization. Feel
free to hack on this; ask me (or the newly created
ansel at lists.horde.org, which I'm on) if you have any questions on
which way I want things to go.
Revision Changes Path
1.1 +143 -0 ansel/collections.php (new)
1.1 +202 -0 ansel/gallery.php (new)
1.1 +170 -0 ansel/image.php (new)
1.1 +20 -0 ansel/index.php (new)
1.1 +1379 -0 ansel/lib/Ansel.php (new)
1.1 +103 -0 ansel/lib/base.php (new)
1.1 +1 -0 ansel/lib/version.php (new)
1.1 +96 -0 ansel/list.php (new)
1.1 +80 -0 ansel/prefs.php (new)
1.1 +18 -0 ansel/search.php (new)
1.1 +83 -0 ansel/templates/collections/javascript.inc (new)
1.1 +59 -0 ansel/templates/collections/manage.inc (new)
1.1 +9 -0 ansel/templates/common-footer.inc (new)
1.1 +26 -0 ansel/templates/common-header.inc (new)
1.1 +88 -0 ansel/templates/gallery/gallery.inc (new)
1.1 +47 -0 ansel/templates/image/image.inc (new)
1.1 +57 -0 ansel/templates/index/notconfigured.inc (new)
1.1 +1 -0 ansel/templates/list/empty.inc (new)
1.1 +2 -0 ansel/templates/list/footer.inc (new)
1.1 +1 -0 ansel/templates/list/gallery_footers.inc (new)
1.1 +25 -0 ansel/templates/list/gallery_headers.inc (new)
1.1 +23 -0 ansel/templates/list/gallery_summaries.inc (new)
1.1 +20 -0 ansel/templates/list/header.inc (new)
1.1 +34 -0 ansel/templates/list/javascript.inc (new)
1.1 +64 -0 ansel/templates/menu/menu.inc (new)
1.1 +71 -0 ansel/templates/prefs/category_management.inc (new)
1.1 +16 -0 ansel/templates/prefs/collectionselect.inc (new)
1.1 +36 -0 ansel/templates/search/search.inc (new)
1.1 +29 -0 ansel/templates/view/description-image.inc (new)
1.1 +8 -0 ansel/templates/view/description.inc (new)
1.1 +19 -0 ansel/templates/view/headers-image.inc (new)
1.1 +16 -0 ansel/templates/view/headers.inc (new)
1.1 +29 -0 ansel/templates/view/images.inc (new)
1.1 +25 -0 ansel/templates/view/navbar-image.inc (new)
1.1 +23 -0 ansel/templates/view/navbar.inc (new)
1.1 +6 -0 ansel/templates/view/no-gallery.inc (new)
1.1 +114 -0 ansel/view.php (new)
Chora Links:
http://cvs.horde.org/co.php/ansel/collections.php?r=1.1
http://cvs.horde.org/co.php/ansel/gallery.php?r=1.1
http://cvs.horde.org/co.php/ansel/image.php?r=1.1
http://cvs.horde.org/co.php/ansel/index.php?r=1.1
http://cvs.horde.org/co.php/ansel/lib/Ansel.php?r=1.1
http://cvs.horde.org/co.php/ansel/lib/base.php?r=1.1
http://cvs.horde.org/co.php/ansel/lib/version.php?r=1.1
http://cvs.horde.org/co.php/ansel/list.php?r=1.1
http://cvs.horde.org/co.php/ansel/prefs.php?r=1.1
http://cvs.horde.org/co.php/ansel/search.php?r=1.1
http://cvs.horde.org/co.php/ansel/templates/collections/javascript.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/collections/manage.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/common-footer.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/common-header.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/gallery/gallery.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/image/image.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/index/notconfigured.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/list/empty.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/list/footer.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/list/gallery_footers.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/list/gallery_headers.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/list/gallery_summaries.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/list/header.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/list/javascript.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/menu/menu.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/prefs/category_management.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/prefs/collectionselect.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/search/search.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/view/description-image.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/view/description.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/view/headers-image.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/view/headers.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/view/images.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/view/navbar-image.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/view/navbar.inc?r=1.1
http://cvs.horde.org/co.php/ansel/templates/view/no-gallery.inc?r=1.1
http://cvs.horde.org/co.php/ansel/view.php?r=1.1
More information about the cvs
mailing list