[cvs] commit: incubator/classified README ad.php content.php content_edit.php index.php list.php search.php sellers.php incubator/classified/admin inactive.php index.php tabs.php incubator/classified/admin/categories delete.php edit.php ...

Chuck Hagenbuch chuck at horde.org
Fri May 25 03:18:07 UTC 2007


chuck       2007-05-24 23:18:07 EDT

  Added files:
    classified           README ad.php content.php 
                         content_edit.php index.php list.php 
                         search.php sellers.php 
    classified/admin     inactive.php index.php tabs.php 
    classified/admin/categories delete.php edit.php index.php 
    classified/admin/sellers delete.php edit.php index.php 
    classified/ads       delete.php edit.php index.php renew.php 
    classified/config    .cvsignore conf.xml email.php 
                         email.php.dist prefs.php.dist 
    classified/docs      CHANGES CREDITS INSTALL RELEASE_NOTES 
                         TODO 
    classified/lib       Malay.php Tree.php View.php api.php 
                         base.php version.php 
    classified/lib/Block ads.php categories.php category.php 
                         random_ads.php search.php 
    classified/lib/Form/Type currency.php 
    classified/lib/Forms Ad.php Search.php 
    classified/lib/UI/VarRenderer currency_xhtml.php 
    classified/locale/sl_SI/LC_MESSAGES classified.mo 
    classified/po        .cvsignore README classified.pot sl_SI.po 
    classified/rss       index.php 
    classified/scripts   importcostobjects.php 
    classified/scripts/sql classified.mysql.sql classified.sql 
    classified/templates common-header.inc menu.inc 
    classified/templates/ad general.php 
    classified/templates/ads inactive.php index.php sellers.php 
    classified/templates/block ads.php 
    classified/templates/categories index.php 
    classified/templates/list list.php 
    classified/templates/sellers index.php 
    classified/themes    screen.css 
    classified/themes/graphics classified.png image.png 
  Log:
  Add Classified Ads application
  Bug: 5398
  Submitted by: duck at obala.net
  
  Revision  Changes    Path
  1.1       +88 -0     incubator/classified/README (new)
  1.1       +49 -0     incubator/classified/ad.php (new)
  1.1       +42 -0     incubator/classified/admin/categories/delete.php (new)
  1.1       +57 -0     incubator/classified/admin/categories/edit.php (new)
  1.1       +62 -0     incubator/classified/admin/categories/index.php (new)
  1.1       +103 -0    incubator/classified/admin/inactive.php (new)
  1.1       +22 -0     incubator/classified/admin/index.php (new)
  1.1       +43 -0     incubator/classified/admin/sellers/delete.php (new)
  1.1       +65 -0     incubator/classified/admin/sellers/edit.php (new)
  1.1       +49 -0     incubator/classified/admin/sellers/index.php (new)
  1.1       +28 -0     incubator/classified/admin/tabs.php (new)
  1.1       +44 -0     incubator/classified/ads/delete.php (new)
  1.1       +68 -0     incubator/classified/ads/edit.php (new)
  1.1       +64 -0     incubator/classified/ads/index.php (new)
  1.1       +55 -0     incubator/classified/ads/renew.php (new)
  1.1       +3 -0      incubator/classified/config/.cvsignore (new)
  1.1       +44 -0     incubator/classified/config/conf.xml (new)
  1.1       +40 -0     incubator/classified/config/email.php (new)
  1.1       +20 -0     incubator/classified/config/email.php.dist (new)
  1.1       +13 -0     incubator/classified/config/prefs.php.dist (new)
  1.1       +26 -0     incubator/classified/content.php (new)
  1.1       +35 -0     incubator/classified/content_edit.php (new)
  1.1       +5 -0      incubator/classified/docs/CHANGES (new)
  1.1       +24 -0     incubator/classified/docs/CREDITS (new)
  1.1       +216 -0    incubator/classified/docs/INSTALL (new)
  1.1       +49 -0     incubator/classified/docs/RELEASE_NOTES (new)
  1.1       +10 -0     incubator/classified/docs/TODO (new)
  1.1       +23 -0     incubator/classified/index.php (new)
  1.1       +53 -0     incubator/classified/lib/Block/ads.php (new)
  1.1       +35 -0     incubator/classified/lib/Block/categories.php (new)
  1.1       +67 -0     incubator/classified/lib/Block/category.php (new)
  1.1       +60 -0     incubator/classified/lib/Block/random_ads.php (new)
  1.1       +38 -0     incubator/classified/lib/Block/search.php (new)
  1.1       +104 -0    incubator/classified/lib/Form/Type/currency.php (new)
  1.1       +73 -0     incubator/classified/lib/Forms/Ad.php (new)
  1.1       +125 -0    incubator/classified/lib/Forms/Search.php (new)
  1.1       +1061 -0   incubator/classified/lib/Malay.php (new)
  1.1       +202 -0    incubator/classified/lib/Tree.php (new)
  1.1       +38 -0     incubator/classified/lib/UI/VarRenderer/currency_xhtml.php (new)
  1.1       +96 -0     incubator/classified/lib/View.php (new)
  1.1       +45 -0     incubator/classified/lib/api.php (new)
  1.1       +54 -0     incubator/classified/lib/base.php (new)
  1.1       +1 -0      incubator/classified/lib/version.php (new)
  1.1       +67 -0     incubator/classified/list.php (new)
  1.1       +48 -0     incubator/classified/locale/sl_SI/LC_MESSAGES/classified.mo (new)
  1.1       +1 -0      incubator/classified/po/.cvsignore (new)
  1.1       +1 -0      incubator/classified/po/README (new)
  1.1       +514 -0    incubator/classified/po/classified.pot (new)
  1.1       +517 -0    incubator/classified/po/sl_SI.po (new)
  1.1       +63 -0     incubator/classified/rss/index.php (new)
  1.1       +178 -0    incubator/classified/scripts/importcostobjects.php (new)
  1.1       +57 -0     incubator/classified/scripts/sql/classified.mysql.sql (new)
  1.1       +64 -0     incubator/classified/scripts/sql/classified.sql (new)
  1.1       +50 -0     incubator/classified/search.php (new)
  1.1       +30 -0     incubator/classified/sellers.php (new)
  1.1       +105 -0    incubator/classified/templates/ad/general.php (new)
  1.1       +29 -0     incubator/classified/templates/ads/inactive.php (new)
  1.1       +63 -0     incubator/classified/templates/ads/index.php (new)
  1.1       +23 -0     incubator/classified/templates/ads/sellers.php (new)
  1.1       +20 -0     incubator/classified/templates/block/ads.php (new)
  1.1       +29 -0     incubator/classified/templates/categories/index.php (new)
  1.1       +29 -0     incubator/classified/templates/common-header.inc (new)
  1.1       +43 -0     incubator/classified/templates/list/list.php (new)
  1.1       +13 -0     incubator/classified/templates/menu.inc (new)
  1.1       +32 -0     incubator/classified/templates/sellers/index.php (new)
  1.1       +3 -0      incubator/classified/themes/graphics/classified.png (new)
  1.1       +4 -0      incubator/classified/themes/graphics/image.png (new)
  1.1       +3 -0      incubator/classified/themes/screen.css (new)

  Chora Links:
  http://cvs.horde.org/co.php/incubator/classified/README?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/ad.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/admin/categories/delete.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/admin/categories/edit.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/admin/categories/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/admin/inactive.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/admin/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/admin/sellers/delete.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/admin/sellers/edit.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/admin/sellers/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/admin/tabs.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/ads/delete.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/ads/edit.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/ads/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/ads/renew.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/config/.cvsignore?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/config/conf.xml?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/config/email.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/config/email.php.dist?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/config/prefs.php.dist?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/content.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/content_edit.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/docs/CHANGES?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/docs/CREDITS?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/docs/INSTALL?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/docs/RELEASE_NOTES?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/docs/TODO?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/Block/ads.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/Block/categories.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/Block/category.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/Block/random_ads.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/Block/search.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/Form/Type/currency.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/Forms/Ad.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/Forms/Search.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/Malay.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/Tree.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/UI/VarRenderer/currency_xhtml.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/View.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/api.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/base.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/lib/version.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/list.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/locale/sl_SI/LC_MESSAGES/classified.mo?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/po/.cvsignore?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/po/README?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/po/classified.pot?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/po/sl_SI.po?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/rss/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/scripts/importcostobjects.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/scripts/sql/classified.mysql.sql?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/scripts/sql/classified.sql?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/search.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/sellers.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/templates/ad/general.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/templates/ads/inactive.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/templates/ads/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/templates/ads/sellers.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/templates/block/ads.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/templates/categories/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/templates/common-header.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/templates/list/list.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/templates/menu.inc?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/templates/sellers/index.php?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/themes/graphics/classified.png?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/themes/graphics/image.png?r=1.1
  http://cvs.horde.org/co.php/incubator/classified/themes/screen.css?r=1.1


More information about the cvs mailing list